firtoz / react-three-renderer

Render into a three.js canvas using React.
https://toxicfork.github.com/react-three-renderer-example/
MIT License
1.49k stars 155 forks source link

Help needed, drawing points with x,y,z connected with lines #189

Open D3athSpank opened 7 years ago

D3athSpank commented 7 years ago

Hi!

Sorry if im posting this at the wrong place but I couldnt find anywhere else to ask for help.

I have an array with xyz coordinates that i would like to render, connected with lines, but I dont fully understand how I can accomplish this...

Like a star map

Any help would be much appreciated!