From 61a01d0ddfd8e99c97e3d235d4f0782fbf0ed032 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Wed, 14 Mar 2018 23:54:14 -0400 Subject: rename nr_locations to sensor_ct Also, make it easier to see edges in calibrate. --- include/libsurvive/survive.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libsurvive/survive.h') diff --git a/include/libsurvive/survive.h b/include/libsurvive/survive.h index 03a71bc..7a0ed1e 100644 --- a/include/libsurvive/survive.h +++ b/include/libsurvive/survive.h @@ -37,8 +37,8 @@ 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; // sensor count - FLT * sensor_locations; // size is nr_locations*3. Contains x,y,z values for each sensor + int8_t sensor_ct; // sensor count + FLT * sensor_locations; // size is sensor_ct*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) -- cgit v1.2.3