Lib.mesh.modify.MeshFacesPoints - tixl3d/tixl GitHub Wiki
Set points at the "Inscribed Circle Center" of the mesh's faces, as the W attribute gets the radius the size of wach of the faces defines the size of the points.
Useful combinations [LoadObj] and [DrawPoints] and more.
Similar Operators: To create a point at each vertice of the connected mesh [MeshVerticesToPoints] can be used. To get evenly distributed points on a mesh [PointsOnMesh] can be used.
Name (Relevancy & Type) | Description |
---|---|
InputMesh (MeshBuffers) | Mesh input via [LoadObj] for example |
W (Single) | Scales the W / size of the points. |
OffsetByTBN (Vector3) | Moves the points along one of the axes of the normal |
StretchZ (Single) | Defines how much Z is stretched. |
Color (Vector4) | Defines the color of the points |
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.