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 best effort calibration while nothing better is available, this makes calibration converge within seconds. Use relative pose for quick re-calibration until it provides sensible quality result. This saves a lot of CPU load after pose is calibrated.
- Loading branch information
1 parent
71e9683
commit 9a02044
Showing
3 changed files
with
82 additions
and
65 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
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_-r2" | ||
#define SPACECAL_VERSION_STRING "1.4-bd_-af-r3" |