diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-12 12:02:36 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-11-12 12:17:32 +0100 |
commit | 0afbd732e6b64d1c13cf7e94c11ab783e3e6482c (patch) | |
tree | 94d6ee000471fdea686132ae0882110336997dc6 /tracker-steamvr/steamvr.cpp | |
parent | 359875cf3328fbf8fbfe83fd8c061dd27d836bc2 (diff) |
tracker/steamvr: add broken version
We still need axis-angle <-> rmat and euler with different order helpers.
Diffstat (limited to 'tracker-steamvr/steamvr.cpp')
-rw-r--r-- | tracker-steamvr/steamvr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-steamvr/steamvr.cpp b/tracker-steamvr/steamvr.cpp index 55eebc37..9c357a7a 100644 --- a/tracker-steamvr/steamvr.cpp +++ b/tracker-steamvr/steamvr.cpp @@ -2,7 +2,7 @@ #include "steamvr.hpp" #include "api/plugin-api.hpp" #include "compat/util.hpp" -#include "compat/simple-mat.hpp" +#include "compat/euler.hpp" #include <cstdlib> #include <cmath> |