defaults.hpp 553 B

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