Q3Camera_SetData
You can use theQ3Camera_SetDatafunction to set the basic data associated with a camera.
TQ3Status Q3Camera_SetData ( TQ3CameraObject camera, const TQ3CameraData *cameraData);
camera- A camera object.
cameraData- A pointer to a camera data structure.
DESCRIPTION
TheQ3Camera_SetDatafunction sets the data associated with the camera specified by thecameraparameter to the data specified by thecameraDataparameter.