change fov of oculus go

  • Hi,
    how to change default fov of oculus go?
    i use

    Code
    <action name="webvr_onentervr">
    set(plugin[webvr].zoom, 0.3);
    </action>


    i already change { webvr.mobilevr_lens_fov ,mobilevr_profile.normal , mobilevr_profile.mobile} fov values...


    it's work in desktop webvr and in my mobile but in oculus, VR mood nothing(fov) changed *attention*

    it's too zoom. pls help
    any other suggestion?

  • Hi,

    zooming will definitively work (just tested again), but depending on your code, it would need to get set correctly.

    E.g. try it this way:

    Code
    <events name="myevents" keep="true" webvr_onentervr="set(plugin[webvr].zoom, 0.3);" />

    But note - changing the fov/zoom in VR is a normally a bad idea and the results would be very probably not really useful.

    Best regards,
    Klaus

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!