frewsxcv/graphosaurus

Graphs getting rendered differently when using THREE.Line and THREE.LineSegments

Opened this issue · 1 comments

Line in question

What the 'Eve Universe' example looks like with THREE.LineSegments (what is being used now):

screen shot 2016-04-14 at 9 01 27 am

What the 'Eve Universe' example looks like with THREE.Line:

screen shot 2016-04-14 at 9 01 40 am

From what I can tell, THREE.LineSegments results in not all lines being drawn, but I'm not sure why.