Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST]: Drawing lines #93

Open
partynikko opened this issue Oct 2, 2018 · 2 comments
Open

[REQUEST]: Drawing lines #93

partynikko opened this issue Oct 2, 2018 · 2 comments

Comments

@partynikko
Copy link

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

@pissang
Copy link
Owner

pissang commented Oct 19, 2018

You can set the draw mode to LINES

new clay.Mesh({ mode: clay.Mesh.LINES });

@partynikko
Copy link
Author

partynikko commented Oct 29, 2018

Thank you, I will try it out 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants