forked from bdunderscore/OpenVR-SpaceCalibrator
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use only yaw rotation for calibration
Pitch and roll offsets usually should be 0 because "up" vector in all VR tracking systems is the same.
- Loading branch information
1 parent
cc4ffa7
commit e371b1d
Showing
2 changed files
with
31 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#pragma once | ||
|
||
#define SPACECAL_VERSION_STRING "1.4-bd_-af-r3" | ||
#define SPACECAL_VERSION_STRING "1.4-bd_-af-r5" |