Navigation and Viewing Framework
Configurable navigation and viewing setups for various display types in the VR lab
|
Supplies constant tracking values if no real tracking is available. More...
Public Member Functions | |
def | __init__ |
Default constructor. More... | |
def | set_no_tracking_matrix |
Sets the constant data to be supplied by this tracking "reader". More... | |
Additional Inherited Members | |
Static Public Attributes inherited from lib-server.TrackingReader.TrackingReader | |
tuple | sf_abs_mat = avango.gua.SFMatrix4() |
The absolute matrix read from the tracking system. More... | |
tuple | sf_abs_vec = avango.gua.SFVec3() |
Just the translation vector read from the tracking system. More... | |
tuple | sf_avatar_head_mat = avango.gua.SFMatrix4() |
Matrix used to place an avatar head at the transformation read from the tracking system. More... | |
tuple | sf_avatar_body_mat = avango.gua.SFMatrix4() |
Matrix used to place an avatar body at the transformation read from the tracking system. More... | |
Supplies constant tracking values if no real tracking is available.
def lib-server.TrackingReader.TrackingDefaultReader.__init__ | ( | self | ) |
Default constructor.
def lib-server.TrackingReader.TrackingDefaultReader.set_no_tracking_matrix | ( | self, | |
CONSTANT_MATRIX | |||
) |
Sets the constant data to be supplied by this tracking "reader".
CONSTANT_MATRIX | The constant matrix to be supplied as tracking values. |