![]() |
3Gear Systems SDK
v0.9.34
|
Message that indicates the progress of calibrating the user's hand scale. More...
Public Member Functions | |
CalibrationMessage (float percentComplete, float currentScale) | |
override string | Serialize () |
Static Public Member Functions | |
static CalibrationMessage | Parse (TokenStream tokenStream, MessageType type) |
Properties | |
float | PercentComplete [get] |
The percentage of completion of the calibration process. Ranges from 0 (no calibration active) to 1 (calibration complete). More... | |
float | CurrentScale [get] |
Contains the current hand scale; ranges between roughly 0.5 and 1.3. More... | |
Additional Inherited Members |
Message that indicates the progress of calibrating the user's hand scale.
For the tracking to succeed, it is important to understand the overall size of the user's hands. In order to infer this quickly, we ask that new users spread their fingers out; calibrating then takes about a second. The CalibrationMessage provides a way for applications to provide feedback to the user about the state of the calibration process.
|
get |
Contains the current hand scale; ranges between roughly 0.5 and 1.3.
|
get |
The percentage of completion of the calibration process. Ranges from 0 (no calibration active) to 1 (calibration complete).