aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Turvey <mturvey6@gmail.com>2017-03-25 21:58:51 -0700
committerMike Turvey <mturvey6@gmail.com>2017-03-25 21:58:51 -0700
commitce7fa5b134b1394f7bb9f4bddb1da9e83d792827 (patch)
treeb789665c18539cac9b3371ae9bd638f11b12de8d /include
parentefe1b3e98866d45dd3bb5f8060712db152762edd (diff)
downloadlibsurvive-ce7fa5b134b1394f7bb9f4bddb1da9e83d792827.tar.gz
libsurvive-ce7fa5b134b1394f7bb9f4bddb1da9e83d792827.tar.bz2
Adding Tori Poser
Diffstat (limited to 'include')
-rw-r--r--include/libsurvive/survive.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h
index e13312d..278bbca 100644
--- a/include/libsurvive/survive.h
+++ b/include/libsurvive/survive.h
@@ -32,9 +32,9 @@ struct SurviveObject
PoserCB PoserFn;
//Device-specific information about the location of the sensors. This data will be used by the poser.
- int8_t nr_locations;
- FLT * sensor_locations;
- FLT * sensor_normals;
+ int8_t nr_locations; // sensor count
+ FLT * sensor_locations; // size is nr_locations*3. Contains x,y,z values for each sensor
+ FLT * sensor_normals;// size is nrlocations*3. cointains normal vector for each sensor
//Timing sensitive data (mostly for disambiguation)
int32_t timebase_hz; //48,000,000 for normal vive hardware. (checked)