GLXFNodeTransform
data class GLXFNodeTransform(val pose:
Pose? = null, val scale:
Vector3? = null, val matrix:
Matrix44? = null)
A union of three types of transforms: pose, scale, and matrix.
Name | Summary |
---|
GLXFNodeTransform | |
Name | Summary |
---|
matrix | val matrix: Matrix44? = null : a 4x4 matrix |
pose | val pose: Pose? = null : a 3D position and 3D rotation |
scale | val scale: Vector3? = null : a 3D scale |