Q3ViewAngleAspectCamera_SetAspectRatio
You can use theQ3ViewAngleAspectCamera_SetAspectRatiofunction to set the aspect ratio of an aspect ratio camera.
TQ3Status Q3ViewAngleAspectCamera_SetAspectRatio ( TQ3CameraObject camera, float aspectRatioXToY);
camera- An aspect ratio camera object.
aspectRatioXToY- The desired horizontal-to-vertical aspect ratio of the specified camera.
DESCRIPTION
TheQ3ViewAngleAspectCamera_SetAspectRatiofunction sets the horizontal-to-vertical aspect ratio of the camera specified by thecameraparameter to the value specified in theaspectRatioXToYparameter.