Orillusion / orillusion

Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.
https://www.orillusion.com
MIT License
5.01k stars 621 forks source link

[FR]: 可以像Threejs一样显示立方体线框吗 #150

Open blingd opened 1 year ago

blingd commented 1 year ago

Orillusion有类似于THREE.EdgesGeometry这样的类吗?

lslzl3000 commented 1 year ago

感谢反馈,目前版本中还没有类似的几何体,后续我们会加入 edgegeometry

另外,这个edge几何体跟 wireframe 的绘制很类似,但wireframe能显示所有内部三角面的edge: https://threejs.org/examples/?q=w#webgl_lines_fat_wireframehttps://threejs.org/examples/?q=wire#webgl_materials_wireframe

您的需求是更接近哪个呢?