localTransform property

Matrix4 localTransform
getter/setter pair

The transformation matrix representing the node's position, rotation, and scale relative to the parent node.

If the node does not have a parent, localTransform and globalTransform share the same transformation matrix instance.

Implementation

Matrix4 localTransform = Matrix4.identity();