Lib.render.transform.Transform - tixl3d/tixl GitHub Wiki
Moves, scales and rotates the sub graph. Transform ops can be chained to add local pivots.
Also see [HowToDraw3d] playground.
| Name (Relevancy & Type) | Description |
|---|---|
| Command (CommandRequired) | - |
| Translation (Vector3) | Moves the incoming subgraph X (-left / +right), Y (-down / +up), Z (-forward / +backwards) |
| Rotation (Vector3) | Rotates the incoming subgraph around the following axes: X: Horizontal axis Y: Vertical axis Z: Forward axis |
| Scale (Vector3) | Scales the incoming subgraph in the following directions: X: Width Y: Height Z: Depth |
| UniformScale (Single) | Uniformly scales the incoming subgraph |
| Pivot (Vector3) | Moves the pivot (center point) of the incoming subgraph: X (-left / +right) Y (-down / +up) Z (-forward / +backwards) The pivot point determines the location of the incoming subgraph gizmo. Transforming its location can make it easier to perform transformations around the position you want. |
| Name | Type |
|---|---|
| Output | T3.Core.DataTypes.Command |
⚠ Everything else is automatically generated and will be overwritten regularly.