Skip to content

format

typescript
Camera.cameraToWorldMatrix

class: 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_nametypedescription

reture

typedescription
Matrix4x4The transformation matrix from camera space to world space.

code example

javascript