Open frewsxcv opened 8 years ago
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.
http://threejs.org/docs/index.html#Reference/Objects/Line
http://threejs.org/docs/index.html#Reference/Objects/LineSegments
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.