Q3ViewPlaneCamera_SetCenterY
You can use theQ3ViewPlaneCamera_SetCenterYfunction to set the vertical center of the viewed object.
TQ3Status Q3ViewPlaneCamera_SetCenterY ( TQ3CameraObject camera, float centerYOnViewPlane);
camera- A view plane camera object.
centerYOnViewPlane- The desired y coordinate of the center of the viewed object.
DESCRIPTION
TheQ3ViewPlaneCamera_SetCenterYfunction sets the y coordinate of the center of the viewed object of the camera specified by thecameraparameter to the value specified in thecenterYOnViewPlaneparameter.