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

Base class for a reader of tracking values. More...

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

Static Public Attributes

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

Base class for a reader of tracking values.

Not to be instantiated.

Member Data Documentation

lib-server.TrackingReader.TrackingReader.sf_abs_mat = avango.gua.SFMatrix4()
static

The absolute matrix read from the tracking system.

lib-server.TrackingReader.TrackingReader.sf_abs_vec = avango.gua.SFVec3()
static

Just the translation vector read from the tracking system.

lib-server.TrackingReader.TrackingReader.sf_avatar_body_mat = avango.gua.SFMatrix4()
static

Matrix used to place an avatar body at the transformation read from the tracking system.

lib-server.TrackingReader.TrackingReader.sf_avatar_head_mat = avango.gua.SFMatrix4()
static

Matrix used to place an avatar head at the transformation read from the tracking system.


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