Jump to content
Search Community

ManuGarcia

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ManuGarcia

  1. So sync gsap.ticker with aframe tick
     
    <script>
                AFRAME.registerComponent('fps30component', {
                  init: function () {
                    this.tick = AFRAME.utils.throttleTick(this.tick30this);
                  },
                  tick: function (timedelta) {
                    gsap.ticker.tick(delta);
                  }
                });
              
              </script>
    <a-scene fps30component>
    • Like 1
  2. I was able to debug it, it doesn't show errors, the timelines just don't run in vr mode.
    (Here they show how to debug quest browsers: https: //developer.oculus.com/documentation/oculus-browser/browser-remote-debugging/)

     

     

    MicrosoftTeams-image.png

  3. I currently have the same problem, when I enter the VR immersion, the timelines stop and when I exit the VR immersion to the internal browser of the Quest these timelines continue playing, this does not happen if it is entered from the Firefox browser for quest. happens in quest one and two.

    look this videos:(Quest Broswer) https://youtu.be/Ajrj8TnF-mg  (Filezilla Virtual Firefox) https://youtu.be/_asBfxb9xDk

×
×
  • Create New...