Q3OrthographicCamera_New
You can use theQ3OrthographicCamera_Newfunction to create a new orthographic camera.
TQ3CameraObject Q3OrthographicCamera_New ( const TQ3OrthographicCameraData *orthographicData);
orthographicData- A pointer to an orthographic camera data structure.
DESCRIPTION
TheQ3OrthographicCamera_Newfunction returns, as its function result, a new orthographic camera having the camera characteristics specified by theorthographicDataparameter.