|
Advance the object (move relative)
Parameters:
space_flag: could be WORLD_SPACE or OBJECT_SPACE or CAMERA_SPACE
space_flag determines if the step is according to the objects
coordinate system or the world coordinate system etc ...
For example if space_flag==OBJECT_SPACE and step==(-1,0,0)
This means that the object will advance forward (If it is a car than
forward is the direction of the front window).
Try both options and see what happens.
|