Function: matrixToTransformObject()
matrixToTransformObject(
matrix
):Transform
Decompose the matrix into a scale, rotation and translation. In a format that can be used directly with the Substance 3d API.
Parameters
Parameter | Type | Description |
---|---|---|
matrix | Matrix | The babylon matrix |
Returns
The decomposed matrix
Last updated on