Skip to content

lib.3d.mesh.generate.RepeatMeshAtPoints

Thomas Mann edited this page Jan 17, 2024 · 3 revisions

RepeatMeshAtPoints

in lib.3d.mesh.generate


Creates a new mesh that repeats the incoming mesh at each point. Note: With large meshes or point sets, this can quickly result in excessively large meshes.

Also see: [DrawMeshAtPoints]


Input Parameters

Name (Relevancy & Type) Description
InputMesh (MeshBuffersRequired) -
Points (BufferWithViewsRequired) -
Scale (Single) -
UseWForSize (Boolean) -
WStretchAmount (Vector3) -

Outputs

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.

Clone this wiki locally