Reference NaN Game Engine
Game Object
Game objects are the entities that Properties:
- position, data is stored by the scene graph. Can be controlled by various controllers, All
work on the scene graph, see below.
- mesh, can be controlled by various controllers
- material, can be controlled by various controllers
- More ?? Erwin ??
Controllers
Controllers control properties of the Game Objects. Each type of controller has its own type of
scene, each scene has its type of object. Controllers that control the properties of
the game objects:
- hierarchy
- IPO
- IKA
- Physics
- Scripts (python)
The properties can be limited by so-called constraints. These constraints are not yet implemented
because it's not clear yet where these fit in. Therefore they can not be placed in the whole
picture.