Closed Kevin-Mattheus-Moerman closed 4 years ago
@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 https://github.com/rdeits/MeshCat.jl/pull/163
@rdeits
Perhaps you can point me to more documentation.
Thanks