Sets the distance between the camera and the near and far clipping planes.
int32 SetNearFarZ( float64 NearZ, float64 FarZ )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| float64 | NearZ | The new near clipping plane distance. |
| float64 | FarZ | The new far clipping plane distance. |
None published. Please look for an example in the Simdify Scripting Language code base.