Working With The Camera

The first item on the list of restrictions is working with the cameras.

The editor has an initially built-in camera, that is, the camera is set by default.

But Pro Editor supports direct interaction with the camera. Its properties can be changed, for example, the start position on the screen, fov, and so on.

The call to the camera is carried out as follows (an example of calling a camera to the console): console.log(camera);

Last updated