Navigation and Viewing Framework
Configurable navigation and viewing setups for various display types in the VR lab
|
Functions | |
def | start |
Main method for the server application. More... | |
def | distribute_all_nodes |
Registers a scenegraph node and all of its children at a NetMatrixTransform node for distribution. More... | |
def lib-server.main.distribute_all_nodes | ( | NET_TRANS_NODE, | |
PARENT_NODE | |||
) |
Registers a scenegraph node and all of its children at a NetMatrixTransform node for distribution.
NET_TRANS_NODE | The NetMatrixTransform node on which all nodes should be marked distributable. |
PARENT_NODE | The node that should be registered distributable with all of its children. |
def lib-server.main.start | ( | ) |
Main method for the server application.