format
typescript
Camera.farClipPlaneclass: 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_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The distance between the far clipping plane and the camera. |
code example
javascript
