format
typescript
Camera.nearClipPlaneclass: Camera
description
The distance between the near clipping plane and the camera in world units.
The near clipping plane is the closest point of the camera's frustum. The camera cannot see any geometry closer than this distance.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number | The distance between the near clipping plane and the camera. |
code example
javascript
