Skip to content

format

typescript
Camera.farClipPlane

class: Camera

description

The distance between the far clipping plane and the camera, in world units.

The far clipping plane is the furthest point of the camera's frustum. The camera cannot see any geometry beyond this distance.

parameter

param_nametypedescription

reture

typedescription
numberThe distance between the far clipping plane and the camera.

code example

javascript