How to draw mesh edges with Threejs

﹥>﹥吖頭↗ 提交于 2019-12-11 07:58:12

问题


I'm looking at drawing the edges of a mesh like on the following picture:

I tried to use THREE.EdgesHelper however it only groups the triangles that are in the same plane and therefore it looks like the wireframe on curved areas which I want to avoid.

Ideally it would be some sort of helper that I could display/hide/change colour.

I'm not exactly sure about what to look at for a starting point and your help would be much appreciated.

Thank you!

来源:https://stackoverflow.com/questions/24566247/how-to-draw-mesh-edges-with-threejs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!