利用者:Jwilkins/VR/Proposal

提供: wiki
< 利用者:Jwilkins
2014年7月13日 (日) 13:03時点におけるwiki>Jwilkinsによる版 (Created page with "= Virtual Reality Windows = == The Wrong Way To Do It == * Adding yet another motion controller class to Ghost. * Passing head tracking data as Ghost events. * Implementing VR ...")
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Virtual Reality Windows

The Wrong Way To Do It

  • Adding yet another motion controller class to Ghost.
  • Passing head tracking data as Ghost events.
  • Implementing VR view drawing as a new Viewport mode.
  • Using an operator to implement head tracking.

A Better Way To Do It

  • Extend existing 6DOF controller in Ghost to handle head tracking data.
  • Use polling in a separate thread to handle head tracking events.
  • Extend Ghost and window manager to create exclusive VR windows.
  • Low latency / high frequency head tracking is built into VR windows, while operators get higher latency / lower frequency events still be used by operators.