aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Turvey <mwturvey@users.noreply.github.com>2017-03-27 16:39:38 -0700
committerGitHub <noreply@github.com>2017-03-27 16:39:38 -0700
commitea0c125b90703edae5ea2b0d02095406515aa7a3 (patch)
treecb214a3926f5965b307e30391a8eb36b856d10b4
parent885debded48e5c6d6a28c3193e572d623f15750c (diff)
parent94795a17d2d108942d0326e95a1e59e61ab73340 (diff)
downloadlibsurvive-ea0c125b90703edae5ea2b0d02095406515aa7a3.tar.gz
libsurvive-ea0c125b90703edae5ea2b0d02095406515aa7a3.tar.bz2
Merge pull request #46 from mwturvey/AddSampleConfig
Adding sample config file
-rw-r--r--useful_files/sample.config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/useful_files/sample.config.json b/useful_files/sample.config.json
new file mode 100644
index 0000000..e12594a
--- /dev/null
+++ b/useful_files/sample.config.json
@@ -0,0 +1,8 @@
+"_Comment0":"This file must be named config.json and placed in the same directory as the executable",
+"_Comment1":"Valid Posers Are: PoserCharlesSlow, PoserDaveOrtho, PoserDummy, PoserOctavioRadii, PoserTurveyTori",
+"DefaultPoser":"PoserTurveyTori",
+"ConfigPoser":"PoserTurveyTori",
+"_Comment2":"RequiredTrackersForCal takes a comma separated list of devices required for calibration to pass. Valid options are: HMD,WM0,WM1,TR0,WW0",
+"RequiredTrackersForCal":"",
+"_Comment3":"If set, AllowAllTrackersForCal will use all trackers for calibration. Otherwise only required trackers will be used.",
+"AllowAllTrackersForCal":"1",