Navigation and Viewing Framework
Configurable navigation and viewing setups for various display types in the VR lab
|
Class for building a scene and appending the necessary nodes to the scenegraph. More...
Public Member Functions | |
def | __init__ |
Custom constructor. More... | |
Public Attributes | |
timer | |
town | |
water | |
water_updater | |
sun | |
day_updater | |
Class for building a scene and appending the necessary nodes to the scenegraph.
The actual member variables vary from scene to scene and can be chosen at will.
def lib-server.SceneManager.SceneManager.__init__ | ( | self, | |
LOADER, | |||
NET_TRANS_NODE | |||
) |
Custom constructor.
LOADER | The geometry loader to be used. |
NET_TRANS_NODE | Scenegraph net matrix transformation node for distribution. |
lib-server.SceneManager.SceneManager.day_updater |
lib-server.SceneManager.SceneManager.sun |
lib-server.SceneManager.SceneManager.timer |
lib-server.SceneManager.SceneManager.town |
lib-server.SceneManager.SceneManager.water |
lib-server.SceneManager.SceneManager.water_updater |