defaults.hpp 601 B

1234567891011121314151617181920
  1. #pragma once
  2. #include <string>
  3. #define OPTITRACK_DEFAULT_LENGTH 10.0
  4. #define OPTITRACK_DEFAULT_RADIUS 1.5
  5. #define OPTITRACK_SANITY_DISTANCE_THRESHOLD 5.0
  6. #define EMFTRACK_DEFAULT_WIDTH 50.0
  7. #define EMFTRACK_DEFAULT_HEIGHT 10.0
  8. #define EMFTRACK_DEFAULT_DEPTH 50.0
  9. #define STEAMVR_DEFAULT_LENGTH 10.0
  10. #define STEAMVR_CONSTANT_RADIUS 3.5
  11. // The length of the thread used to attach the steamvr tracker
  12. #define STEAMVR_THREAD_LENGTH 10.0
  13. // The distance between the origin of the steamvr tracker and the end of its nut
  14. #define STEAMVR_ORIGIN_OFFSET 9.0
  15. #define ACTIONPOINT_DEFAULT_IDENFIFIER "point0"