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

DualScreenPlanetariaCamera #84

Closed mattrdowney closed 6 years ago

mattrdowney commented 6 years ago

Using a left/right camera viewport for each eye.

mattrdowney commented 6 years ago

Hidden update; done as of 60a9bca240c94cf5ba5615c6da4d8ea5aa16e00c

mattrdowney commented 6 years ago

Note: this is a boolean toggle for the camera (rather than adding a new class)

mattrdowney commented 6 years ago

Check/test this: Eyes invert information left/right and up/down and idk if this even works (it might approximate okay, but it's hard to know without testing). You can put in the phone upside down but I'm not certain that solves the problem.

mattrdowney commented 6 years ago

This really doesn't make sense: it's basically reinventing the wheel.