|
Rotates the camera in the given angle.
space_flag can be OBJECT_SPACE or WORLD_SPACE
space_flag determines if the step is according to the camera's
coordinate system or the world coordinate system.
For example if space_flag==CAMERA_SPACE and step==(-1,0,0)
This means that the camera will advance forward.
Try both options and see what happens.
|