-
Notifications
You must be signed in to change notification settings - Fork 258
Lib.mesh.modify.SelectVertices
Thomas Mann edited this page Sep 5, 2025
·
3 revisions
Sets the selection property of mesh vertices from a volume. This can later be used to selectively apply manipulations like displace.
Also see: [ScatterMeshFaces]
| Name (Relevancy & Type) | Description |
|---|---|
| InputMesh (MeshBuffersRequired) | - |
| VolumeShape (Int32) | - |
| Center (Vector3) | - |
| Stretch (Vector3) | - |
| Scale (Single) | - |
| Rotate (Vector3) | - |
| FallOff (Single) | - |
| Mode (Int32) | - |
| ClampResult (Boolean) | - |
| Strength (Single) | - |
| Phase (Single) | - |
| Threshold (Single) | - |
| Name | Type |
|---|---|
| Result | T3.Core.DataTypes.MeshBuffers |
⚠ Everything else is automatically generated and will be overwritten regularly.