format
typescript
Camera.cameraToWorldMatrixclass: Camera
description
(Read Only) The transformation matrix from camera space to world space.
Use this property to calculate the position of a specific point in camera space in world space.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Matrix4x4 | The transformation matrix from camera space to world space. |
code example
javascript
