ROTATES THE CAMERA AROUND ITS Z-AXIS BY THE ANGLE A (DEGREES)
ACTION
The command CAM_ROLL is used to rotate the camera around its Z-axis by the angle A, expressed in degrees.
SYNTAX:
CAM_ROLL 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_ROLL
CAM_ROLL A
SEE ALSO
CAM_PITCH
CAM_TURN