transform property

Matrix4 transform
final

The transformation of the object in the scene, including position, rotation, and scaling.

Implementation

final Matrix4 transform = Matrix4.identity();