claygl
claygl copied to clipboard
[REQUEST]: Drawing lines
Hi!
First of all thanks for this library. I find it to be intuitive and better performant than other well known WebGL libraries.
I wonder if there are any plans on implementing support for drawing lines in 3D space? I have searched around the source code but not managed to find anything about it.
Best regards Nikola
You can set the draw mode to LINES
new clay.Mesh({ mode: clay.Mesh.LINES });
Thank you, I will try it out 😄