lib.point.generate.RepetitionPoints - tixl3d/tixl GitHub Wiki
Generate a list of points by repeating a transform operation. This can be very useful in combination with [DrawMeshAtPoints].
Also, by driving the Offset parameter with an LFO, you can produce seamlessly animated endless scenes. This can be useful for VJ projects.
| Name (Relevancy & Type) | Description |
|---|---|
| Count (Int32) | - |
| StartPosition (Vector3) | - |
| StartW (Single) | - |
| Translate (Vector3) | - |
| Scale (Single) | - |
| Rotate (Vector3) | - |
| Pivot (Vector3) | - |
| Phase (Single) | - |
| AddSeparator (Boolean) | - |
| Name | Type |
|---|---|
| ResultList | T3.Core.DataTypes.StructuredList |
⚠ Everything else is automatically generated and will be overwritten regularly.