mattrdowney / planetaria

A Unity framework for Euclidean 2-sphere games (e.g. 2D virtual reality games) [quasi-MIT license]
Other
10 stars 2 forks source link

PlanetariaGyroscope #87

Closed mattrdowney closed 6 years ago

mattrdowney commented 6 years ago

Normally, this might not be useful, but for non-digital-rights-management virtual reality you need to have your own head tracking system.

(To my knowledge, Unity needs to detect a virtual reality device to enable virtual reality rendering and tracking (e.g. XR.Device.isPresent).)

mattrdowney commented 6 years ago

This would be reinventing the wheel similarly to #84