SetNearFarZ Data Member Function

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

Prototype

int32 SetNearFarZ( double NearZ, double FarZ )

Parameters

Parameter Type Parameter Name Documentation
doubleNearZThe new near clipping plane distance.
doubleFarZThe new far clipping plane distance.

Examples

Copy Text To Clipboard

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