beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Translate Op

Ops.Gl.Matrix.Translate


Translate
Collections:transform  
Namespace: Ops.Gl.Matrix

Op author: pandur

Test Patches: 1 Test

Translate objects (move / position in 3D space)


All elements which are drawn afterwards will be affected by this. If you use multiple transforms in a row the transformations will be stacked on top of each other (added).



Inputs

render (Trigger)

Trigger translation

x (Number)

X axis translation

y (Number)

Y axis translation

z (Number)

Z axis translation

Outputs

trigger (Trigger)

Trigger next op

Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Patches using Translate