Disable ALL Loadscene Blends for webvr..

  • Or maybe fix the issue.. ;)

    Problem.. During the blend the view doesn't keep the viewpoint and its EXTREMELY nauseating. IE the whole scene rotates

    Environment:
    Using an oculus quest

    Code
    loadscene(get(scene[get(goto)].name),null,MERGE,ZOOMBLEND(1,10));

    I guess I can txtreplace everything under webvr... but... it's a workaround.

    UPDATE
    I can add keepmoving as a flag, there's just tiny stutter/jump now. Not sure where that's coming from. Happens in the krpano examples too.

  • I can add keepmoving as a flag, there's just tiny stutter/jump now.


    Hi,

    it depends on the actual example what could cause the short stutter, but typically it's the image-decoding by the browser. When using smaller images, like when using multi-resolution with the small tiles, then there should no or at least an fewer shorter interrupt. But anyway there will be improvements here with the next krpano releases by using newer browser-apis for doing the image-decoding in a worker/background-thread.

    Best regards,
    Klaus

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!