summaryrefslogtreecommitdiffhomepage
path: root/tracker-steamvr/dialog.ui
AgeCommit message (Collapse)Author
2017-05-18tracker/steamvr: add "[disconnected]" in device listStanislaw Halik
2017-04-06tracker/steamvr: support choosing device by its serial numberStanislaw Halik
Since the vr handle is accessed on the GUI and pipeline threads now, had to add implicit locking. This sadly reorganizes most of the file. Sadly this refactor likely broke things. cf. https://github.com/opentrack/opentrack/issues/352#issuecomment-290252520
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-06tracker/steamvr: TO REBASEStanislaw Halik