三角化¶
三角化 节点将网格中的所有面(四面体和多边面)转换为三角面。它与 "编辑" 模式下的 三角测量 工具的功能相同。
属性¶
- 矩形面划分方法
- 布线优化
分解成理想的三角面,该方法较慢。
- 固定
在四边形的第一个和第三个顶点处分割。
- 固定交替
在四边形的第二个和第四个顶点处分割。
- 最短对角线
Split the quads based on the diagonal distance between their vertices.
- 多边形方法
- 布线优化
排列成较理想的三角形,该方法较慢。
- 剪辑
Splits n-gons using an ear-clipping algorithm (gives similar results to the tessellation used for the viewport rendering).
输出¶
- 几何数据(Geometry)
标准的几何体输出。