Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I change FOV #34

Open
Dori12 opened this issue Mar 13, 2018 · 1 comment
Open

How can I change FOV #34

Dori12 opened this issue Mar 13, 2018 · 1 comment

Comments

@Dori12
Copy link

Dori12 commented Mar 13, 2018

FOV의 값을 변경하는 법이 뭔가요?
저는 zoomfactor의 값을 변경해봤습니다.
그러나 기본값에서 축소 확대만 가능할 뿐이고 FOV를 기본값보다 증가시키지는 못합니다.
저는 FOV를 마음대로 바꾸고 싶습니다.
제발 도와주시기 바랍니다. 감사합니다.

How do I change the value of FOV?
I changed the value of the zoomfactor.
However, it only allows zooming in by default and does not increase the FOV beyond the default.
I want to change FOV freely.
Please help me. Thank you.

@lawwong
Copy link
Contributor

lawwong commented Mar 21, 2018

"Each Camera that is rendering to the device automatically replaces the FOV of the Camera with the FOV that the user input in the software settings for each VR SDK. The user cannot change the field of view during runtime, because this behaviour is known to induce motion sickness."
https://docs.unity3d.com/Manual/VROverview.html#UnderstandingTheCamera

What is the use case you need to change the FOV?
If you want to change the FOV only for preview, you have to add non-VR camera (but with VR tracking), which will not render into HMD.
https://imgur.com/a/99ChA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants