summaryrefslogtreecommitdiffhomepage
path: root/tracker-steamvr/dialog.cpp
AgeCommit message (Collapse)Author
2017-03-28tracker/steamvr: fix vive rotation orderStanislaw Halik
Submitted-by: @subnet- Issue: #353 cf. https://github.com/opentrack/opentrack/issues/352#issuecomment-289306146 The submitter's working on the roll code. sin^1 codomain is +-90 deg. so we better use the equivalent atan2(3) formula.
2016-12-30tracker/steamvr: broken, but we already know the right rotation orderStanislaw Halik
2016-11-21tracker/{test,steamvr}: fix duplicate class namesStanislaw Halik
It breaks translation.
2016-11-06tracker/steamvr: TO REBASEStanislaw Halik