Mesh to Points Node
The Mesh to Points node generates a point cloud from a mesh.
输入
- 网格
Standard Mesh input.
- 选择
The meshes used to generate a point cloud.
- 位置
Positions of generated points. By default, this input is the same as if the Position Node was connected.
- 半径
Radii of generated points.
属性
- 模式
- 顶点
Points are generated for each vertex.
- 边
Points are generated for each edge, at the middle of each edge, by default.
- 面
Points are generated for each face, at the average of all of each face's vertices, by default.
- 边角
Points are generated for each corner. The points are all placed at the location of each corners vertex, so they will overlap by default.
输出
- 点
Generated point cloud.