Q3ViewPlaneCamera_SetViewPlane
You can use theQ3ViewPlaneCamera_SetViewPlanefunction to set the distance of the view plane from a view plane camera.
TQ3Status Q3ViewPlaneCamera_SetViewPlane ( TQ3CameraObject camera, float viewPlane);
camera- A view plane camera object.
viewPlane- The desired distance of the view plane from the specified camera.
DESCRIPTION
TheQ3ViewPlaneCamera_SetViewPlanefunction sets the distance from the camera specified by thecameraparameter to its view plane to the value specified in theviewPlaneparameter.