Jump to content
Search Community

11898_1494126573

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by 11898_1494126573

  1. I had similar problem with ThreeJS and adding ```gsap.ticker.tick(delta)``` to the render function made gsap functional in Oculus browser and Samsung Internet Beta browser ``` function render(t, frame) { delta = clock.getDelta(); gsap.ticker.tick(delta); /* update code */ renderer.render(scene, camera); } ```
×
×
  • Create New...