Q3ViewAngleAspectCamera_SetData
You can use theQ3ViewAngleAspectCamera_SetDatafunction to set the data that defines an aspect ratio camera.
TQ3Status Q3ViewAngleAspectCamera_SetData ( TQ3CameraObject camera, const TQ3ViewAngleAspectCameraData *cameraData);
camera- An aspect ratio camera object.
cameraData- A pointer to an aspect ratio camera data structure.
DESCRIPTION
TheQ3ViewAngleAspectCamera_SetDatafunction sets the data associated with the aspect ratio camera specified by thecameraparameter to the data specified by thecameraDataparameter.