Lib.render.transform.Transform - tixl3d/tixl GitHub Wiki

Transform

in Lib.render.transform


Moves, Scales and Rotates the sub graph. Transform ops can be chained to add local pivots.

Also see [HowToDraw3d] playground.


Input Parameters

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.

Outputs

Name Type
Output T3.Core.DataTypes.Command

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️