SetNearFarZ Data Member Function

Sets the distance between the camera and the near and far clipping planes.

Prototype

int32 SetNearFarZ( float64 NearZ, float64 FarZ )

Parameters

Parameter Type Parameter Name Documentation
float64NearZThe new near clipping plane distance.
float64FarZThe new far clipping plane distance.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Simdify Scripting Language code base.