HandConstraint.SolverRotationBehavior Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how the solver should rotate when tracking the hand.
public: enum class HandConstraint::SolverRotationBehavior
public enum HandConstraint.SolverRotationBehavior
type HandConstraint.SolverRotationBehavior =
Public Enum HandConstraint.SolverRotationBehavior
- Inheritance
-
HandConstraint.SolverRotationBehavior
Fields
Name | Value | Description |
---|---|---|
None | 0 | The solver simply follows the rotation of the tracked object. |
LookAtMainCamera | 2 | The solver faces the main camera (user). |
LookAtTrackedObject | 3 | The solver faces the tracked object. A hand to world transformation is applied to work with traditional user facing UI (-z is forward). |