|
Changes the location of the camera by the given X,Y,Z offset
New_location=old_location + (X,Y,Z)
space_flag could be WORLD_SPACE or CAMERA_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.
|