Lib.point.generate.MeshVerticesToPoints - tixl3d/tixl GitHub Wiki
Creates a point at each vertex of the connected mesh. Intended as a helper method to analyze meshes.
Useful combinations [LoadObj], [DrawPoints] and grouped with [DrawMesh] with Fillmode set to 'Wireframe' (similar to [VisualizeMesh])
Similar Operators: To create a point at each face center of the connected mesh [MeshFacesPoints] can be used. To get evenly distributed points on a mesh [PointsOnMesh] can be used.
Name (Relevancy & Type) | Description |
---|---|
Mesh (MeshBuffersRequired) | Mesh Input via [LoadObj] |
W (Single) | Defines W / the size of the points. |
OffsetByTBN (Vector3) | Moves the points along one of the axes of the normal |
Name | Type |
---|---|
OutBuffer | T3.Core.DataTypes.BufferWithViews |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.