Reference/

Camera Properties

Transform carries the object's translation, rotation and scale information.

Lock Pan locks the camera from panning.

Lock Rotate locks the camera from rotating.

Lock Zoom locks the camera from zooming.

Reset 3d sets the camera's transforms back to its default settings. Reset operates on one or more of the following:

2d Transform translates, rotates and scales the camera image along the camera view's plane. Options include:

Reset 2d sets the camera's 2d transforms back to its default settings. Reset operates on one or more of the following:

Orthographic views the scene by orthographic projection, without the natural distortion of perspective.

FOV controls the camera's field of view.

Near Plane specifies the distance the near clipping plane is from the camera. Clipping planes define how far and how close the camera sees. Setting the Near Plane too close can result in OpenGL display problems.

Far Plane specifies the distance the far clipping plane is from the camera. Clipping planes define how far and how close the camerasees. Setting the Far Plane too far can result in OpenGL display problems.