Function: getCameraTransform()
getCameraTransform(
camera
):Transform
Get the camera transforms into a Transform object. This object can be used in conjonction with the S3D API.
Parameters
Parameter | Type |
---|---|
camera | ArcRotateCamera |
Returns
The decomposed matrix
Note
The rotation is in euler angles in degrees
Last updated on