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.
我有一个face4(四面体),我需要得到两个face3(三角形面)而不重叠。
具有顶点 a、b、c、d 的 face4 等价于两个 face3。一个具有顶点 a,b,c,另一个具有顶点 a,c,d。
有一个实用程序可以为您对四边形进行三角测量:
THREE.GeometryUtils.triangulateQuads( geometry );
编辑:此方法不再存在。
三.js r.70