transform
transform: undefined | number[][]
3 X 4 transformation matrix containing 3 arrays of matrix rows consisting of 4 numbers each: [qx qy qz ax]
where the fourth columnn in each row holds the translation.
undefined
is equivalent to an identity transform.
This transform is only used if position, orientation, and/or pivot are undefined.
Defined in
- core/common/src/RenderSchedule.ts Line 130
Last Updated: 20 June, 2023