Mesh to Points Node
The Mesh to Points node generates a point cloud from a mesh.
入力
- Mesh(メッシュ)
Standard Mesh input.
- Selection(選択)
The meshes used to generate a point cloud.
- Position(位置)
Positions of generated points. By default, this input is the same as if the Position(位置)ノード was connected.
- Radius(半径)
Radii of generated points.
Properties(プロパティ)
- Mode(モード)
- Vertices(頂点):
Points are generated for each vertex.
- Edges(辺):
Points are generated for each edge, at the middle of each edge, by default.
- Faces(面):
Points are generated for each face, at the average of all of each face's vertices, by default.
- Corners(コーナー):
Points are generated for each corner. The points are all placed at the location of each corners vertex, so they will overlap by default.
出力
- Points(ポイント)
生成されたポイントクラウド。