76constexprfloatVOLUME_SIZE = 3.0f; // physical size represented by the TSDF volume. In meters
77constexprfloatDISTANCE_THRESHOLD = 1.5f; // when the camera target point is farther than DISTANCE_THRESHOLD from the current cube's center, shifting occurs. In meters
78constexprintSNAPSHOT_RATE = 45; // every 45 frames an RGB snapshot will be saved. -et parameter is needed when calling Kinfu Large Scale in command line.