defaults.hpp 443 B

123456789101112131415
  1. #pragma once
  2. #include <string>
  3. #define OPTITRACK_DEFAULT_LENGTH 10.0
  4. #define OPTITRACK_DEFAULT_RADIUS 1.0
  5. #define STEAMVR_DEFAULT_LENGTH 10.0
  6. #define STEAMVR_CONSTANT_RADIUS 3.5
  7. // The length of the thread used to attach the steamvr tracker
  8. #define STEAMVR_THREAD_LENGTH 10.0
  9. // The distance between the origin of the steamvr tracker and the end of its nut
  10. #define STEAMVR_ORIGIN_OFFSET 9.0
  11. #define ACTIONPOINT_DEFAULT_IDENFIFIER "point0"