Normalizer implementation that takes the raw world-space GTransform data and rotates it about the user's position. More...
Public Member Functions | |
ViewNormalizer (Transform userTransform) | |
Creates a ViewNormalizer based on the provided transform of the user's gameObject. More... | |
List< GTransform > | Normalize (List< GTransform > data) |
Rotates the GTransforms to in front of the user gameObject. More... | |
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
|
inline |
Creates a ViewNormalizer based on the provided transform of the user's gameObject.
userTransform |
|
inline |
Rotates the GTransforms to in front of the user gameObject.
data |
Implements Gestures.Normalizer.