frewsxcv / frewsxcv/graphosaurus
Graphs getting rendered differently when using THREE.Line and THREE.LineSegments
Open
- Dominant language
- JavaScript
- Stars
- 391
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
Description
[Line in question](https://github.com/frewsxcv/graphosaurus/blob/18e92235fd8bcc4e1e5880f50c66a7ebbcd1e5ac/src/frame.js#L203)
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.