TrackSystemSettingsStructs.hpp 324 B

12345678910111213141516171819202122
  1. #pragma once
  2. typedef struct {
  3. bool OptiTrack;
  4. bool EMFTrack;
  5. bool SteamVRTrack;
  6. } ExportSettings;
  7. typedef struct {
  8. double length;
  9. double radius;
  10. } OptiTrackSettings;
  11. typedef struct {
  12. double width;
  13. double height;
  14. double depth;
  15. } EMFTrackSettings;
  16. typedef struct {
  17. double length;
  18. } SteamVRTrackSettings;