Skip to content

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 (Command Required)
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