Navigation and Viewing Framework
Configurable navigation and viewing setups for various display types in the VR lab
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
lib-server.TrackingReader.TrackingDefaultReader Class Reference

Supplies constant tracking values if no real tracking is available. More...

Inheritance diagram for lib-server.TrackingReader.TrackingDefaultReader:
lib-server.TrackingReader.TrackingReader

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

Detailed Description

Supplies constant tracking values if no real tracking is available.

Constructor & Destructor Documentation

def lib-server.TrackingReader.TrackingDefaultReader.__init__ (   self)

Default constructor.

Member Function Documentation

def lib-server.TrackingReader.TrackingDefaultReader.set_no_tracking_matrix (   self,
  CONSTANT_MATRIX 
)

Sets the constant data to be supplied by this tracking "reader".

Parameters
CONSTANT_MATRIXThe constant matrix to be supplied as tracking values.

The documentation for this class was generated from the following file: