Navigation and Viewing Framework
Configurable navigation and viewing setups for various display types in the VR lab
 All Classes Namespaces Files Functions Variables Pages
Functions
lib-server.main Namespace Reference

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...
 

Function Documentation

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.

Parameters
NET_TRANS_NODEThe NetMatrixTransform node on which all nodes should be marked distributable.
PARENT_NODEThe node that should be registered distributable with all of its children.
def lib-server.main.start ( )

Main method for the server application.