Q3Camera_SetPlacement
You can use theQ3Camera_SetPlacementfunction to set the placement of a camera.
TQ3Status Q3Camera_SetPlacement ( TQ3CameraObject camera, const TQ3CameraPlacement *placement);
camera- A camera object.
placement- A pointer to a camera placement structure.
DESCRIPTION
TheQ3Camera_SetPlacementfunction sets the placement of the camera specified by thecameraparameter to the position specified by theplacementparameter.