Error using TAA and RotationGizmo

OS: Win10 x64
GPU: NV GTX 1050
Engine: WebGL2
Version: 8.44.0
Browser: Chrome and Firefox
Playground:
https://playground.babylonjs.com/#539X0P#52
(This is the official one from TAA docs)

Steps to reproduce:

  1. Open the playground https://playground.babylonjs.com/#539X0P#52
  2. Open inspector
  3. Pick a node and open RotationGizmo
  4. Open devtools and see the error

Expected:
It works like without TAA

Actual:
Uncaught InternalError: too much recursion

Uncaught RangeError: Maximum call stack size exceeded

cc @Evgeni_Popov

This PR will fix the problem:

3 Likes