ROTATES THE CAMERA AROUND ITS X-AXIS BY THE ANGLE A (DEGREES)
ACTION
The command CAM_PITCH is used to rotate the camera around its X-axis by the angle A, expressed in degrees.
SYNTAX:
CAM_PITCH A
USE ERROR EXAMPLE
scene3D 1
full_space 1
3d_teapot 1
wait 1000
cam_roll 10
wait 1000
cam_roll -10
wait 1000
cam_turn 10
wait 1000
cam_turn -10
wait 1000
cam_pitch 10
wait 1000
cam_pitch -10
CAM_PITCH
CAM_PITCH A
SEE ALSO
CAM_TURN
CAM_ROLL