transform
transform: number[][] | undefined
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 131
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.