We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line in question
What the 'Eve Universe' example looks like with THREE.LineSegments (what is being used now):
THREE.LineSegments
What the 'Eve Universe' example looks like with THREE.Line:
THREE.Line
From what I can tell, THREE.LineSegments results in not all lines being drawn, but I'm not sure why.
The text was updated successfully, but these errors were encountered:
http://threejs.org/docs/index.html#Reference/Objects/Line
http://threejs.org/docs/index.html#Reference/Objects/LineSegments
Sorry, something went wrong.
No branches or pull requests
Line in question
What the 'Eve Universe' example looks like with
THREE.LineSegments
(what is being used now):What the 'Eve Universe' example looks like with
THREE.Line
:From what I can tell,
THREE.LineSegments
results in not all lines being drawn, but I'm not sure why.The text was updated successfully, but these errors were encountered: