frewsxcv / graphosaurus

3D graph viewer powered by WebGL (three.js)
https://www.npmjs.com/package/graphosaurus
Mozilla Public License 2.0
384 stars 45 forks source link

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

Open frewsxcv opened 8 years ago

frewsxcv commented 8 years ago

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.

frewsxcv commented 8 years ago

http://threejs.org/docs/index.html#Reference/Objects/Line

http://threejs.org/docs/index.html#Reference/Objects/LineSegments