Q3OrthographicCamera_GetData
You can use theQ3OrthographicCamera_GetDatafunction to get the data that defines an orthographic camera.
TQ3Status Q3OrthographicCamera_GetData ( TQ3CameraObject camera, TQ3OrthographicCameraData *cameraData);
camera- An orthographic camera object.
cameraData- On exit, a pointer to an orthographic camera data structure.
DESCRIPTION
TheQ3OrthographicCamera_GetDatafunction returns, through thecameraDataparameter, information about the orthographic camera specified by thecameraparameter. See "Orthographic Camera Data Structure" on page 9-20 for the structure of an orthographic camera data structure.