OSVR
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Gestures.ViewNormalizer Class Reference

Normalizer implementation that takes the raw world-space GTransform data and rotates it about the user's position. More...

Inheritance diagram for Gestures.ViewNormalizer:
Gestures.Normalizer

Public Member Functions

 ViewNormalizer (Transform userTransform)
 Creates a ViewNormalizer based on the provided transform of the user's gameObject. More...
 
List< GTransformNormalize (List< GTransform > data)
 Rotates the GTransforms to in front of the user gameObject. More...
 

Detailed Description

Normalizer implementation that takes the raw world-space GTransform data and rotates it about the user's position.

The algorithm behind this class is not perfect yet. There are still problems with gestures that are too far above or below the user's eyeline

Constructor & Destructor Documentation

Gestures.ViewNormalizer.ViewNormalizer ( Transform  userTransform)
inline

Creates a ViewNormalizer based on the provided transform of the user's gameObject.

Parameters
userTransform

Member Function Documentation

List<GTransform> Gestures.ViewNormalizer.Normalize ( List< GTransform data)
inline

Rotates the GTransforms to in front of the user gameObject.

Parameters
data
Returns

Implements Gestures.Normalizer.


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