lib.point.transform.SoftTransformPoints - tixl3d/tixl GitHub Wiki
Transforms points inside a volume. Experimenting with different FallOff parameters can provide a wide variety of effects.
We provide the rotation not as three combined Euler angles to allow multiple revolutions.
This Operator is almost identical to combining [SelectPoints] -> [TransformPoints].
| Name (Relevancy & Type) | Description |
|---|---|
| Points (BufferWithViewsRequired) | - |
| Amount (Single) | - |
| Translate (Vector3) | - |
| Dither (Single) | - |
| Stretch (Vector3) | - |
| Scale (Single) | - |
| Rotate (Vector3) | - |
| ScaleW (Single) | - |
| OffsetW (Single) | - |
| VolumeCenter (Vector3) | - |
| VolumeType (Int32) | - |
| VolumeStretch (Vector3) | - |
| VolumeSize (Single) | - |
| FallOff (Single) | - |
| Bias (Single) | - |
| UseWAsWeight (Boolean) | - |
| Visibility (GizmoVisibility) | - |
| GainAndBias (Vector2) | - |
| StrengthFactor (Int32) | - |
| Name | Type |
|---|---|
| Output | T3.Core.DataTypes.BufferWithViews |
⚠ Everything else is automatically generated and will be overwritten regularly.