-
Notifications
You must be signed in to change notification settings - Fork 43
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
Visualizing mesh edges and vertices #152
Comments
@rdeits can you help with the above query? Thanks |
Sure, happy to help! I realized that wireframe support wasn't working, but it will be fixed in #163 which should be merged later today. The only limitation is that you have to draw the object three times: once as the object itself, once as a wireframe, and once as a collection of points. I don't know of any way to tell Three.js to render the object both as a solid and as a wireframe at the same time otherwise. Fortunately, it's easy to wrap that up as a function, as I've done in that PR. I'm also going to play around with generating proper documentation, since it's overdue. |
Great @rdeits thanks. I'll test it shortly. |
I commented over at #163 |
@rdeits
Perhaps you can point me to more documentation.
Thanks
The text was updated successfully, but these errors were encountered: