Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从向量列表中自动生成人脸?我有复杂的网格对象,我希望他的一侧自动生成/关闭。
想象一下,你有房子,但只定义了侧壁,你想从侧面参数自动生成屋顶和地板。
对象已经生成,所以我必须从现有的网格中进行。
谢谢
用 ShapeGeometry 解决,我确实从顶点中提取了“房子”的一侧,剩下的就是新的 THREE.Shape 和新的 THREE.ShapeGeometry。