Beispiel #1
0
 // Call this function when the hand is ready to be adjusted
 public void CompleteCalibrationStep()
 {
     m_vrFreeGlove.hideCalibrationPose();
     m_vrFreeGlove.calibrate();
     Camera.main.clearFlags = CameraClearFlags.Skybox;
 }