Lib.mesh.generate.RepeatMeshAtPoints - tixl3d/tixl GitHub Wiki
Creates a new mesh that repeats the incoming mesh at each point. Note: Warning: With detailed meshes, or very large scaled meshes and or a very high number of points, this Operator can take up a lot of resources.
Also see: [DrawMeshAtPoints]
Name (Relevancy & Type) | Description |
---|---|
InputMesh (MeshBuffersRequired) | Input for Meshes like [LoadObj], [TorusMesh] etc. |
Points (BufferWithViewsRequired) | Input for Points such as [SpherePoints], [GridPoints] or [PointsOnMesh] etc. |
Scale (Single) | Defines the size of the meshes that are distributed at the points. |
UseWForSize (Boolean) | Defines whether the "W" value will influence the scaling of the incoming meshes. |
WStretchAmount (Vector3) | Non-Uniformly scales the Meshes. |
UseStretch (Boolean) | Controls whether the "Stretching" values from operators such as [RandomizePoints] or [TransformPoints] are used. |
Name | Type |
---|---|
Result | T3.Core.DataTypes.MeshBuffers |
Please help use to improve this documentation. Feel free to improve the description.
⚠ Everything else is automatically generated and will be overwritten regularly.