Skip to content

Nodes · 3D

Transform3D

3Dv1app

Overview

Transforms 3D geometry: give it target paths (or leave empty for everything upstream) and TRS.

Inputs

InputWhat it takes
inthe image this node works on

Outputs

OutputType
outScene

Parameters

ParameterTypeDefaultWhat it does
targetsTextString::new(Which prim paths this affects — space or comma separated, * matches one segment, ** any run. Empty = everything upstream.
txFloat0Translate X — position along the world X axis, metres.
tyFloat0Translate Y — position along the world Y axis (up), metres.
tzFloat0Translate Z — position along the world Z axis, metres. The camera looks down −Z.
rxFloat0Rotate around X, degrees.
ryFloat0Rotate around Y (turntable), degrees.
rzFloat0Rotate around Z (roll), degrees.
sxFloat1Scale along X. 1 = unchanged.
syFloat1Scale along Y.
szFloat1Scale along Z.

See also

  • The 3D system — How to put geometry, cameras and volumes in the comp — without becoming a 3D application.