Q3Camera_SetRange
You can use theQ3Camera_SetRangefunction to set the range of a camera.
TQ3Status Q3Camera_SetRange ( TQ3CameraObject camera, const TQ3CameraRange *range);
camera- A camera object.
range- A pointer to a camera range structure.
DESCRIPTION
TheQ3Camera_SetRangefunction sets the range of the camera specified by thecameraparameter to the range specified by therangeparameter.