microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6k stars 2.12k forks source link

Apply HoloLens Scene Settings #190

Closed julespong closed 8 years ago

julespong commented 8 years ago

Is the change from a 60 degree FOV to 16 degree FOV intentional?

julespong commented 8 years ago

After investigating the change I see it was initially set to 19 to match the HL. So, why 16?

angelaHillier commented 8 years ago

Yes, this change was intentional. It only changes the camera when using the Unity Editor. The emulator and HoloLens will override with their own settings. See this thread for details: https://github.com/Microsoft/HoloToolkit-Unity/issues/176

julespong commented 8 years ago

Thanks for the explanation, makes sense.