Movement
Movement of an entity at low level is achieved by changing its local frame.
Movement can be animated by setting up a timer and updating the frame position/orientation
in its handler, including view update calls
A higher level approach is to use a predefined movement object. Such movements are used in several algorithms
|