aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
654 stars 201 forks source link

THREE.Matrix3: .getInverse() can't invert matrix, determinant is 0 #519

Closed vinzee closed 6 years ago

vinzee commented 7 years ago

If I load the example (example/index.html) with an empty <a-scene> it throws this warning every 5 ms -

THREE.Matrix3: .getInverse() can't invert matrix, determinant is 0
ngokevin commented 6 years ago

More details at https://github.com/aframevr/aframe-inspector/issues/524, will track there since I've narrowed the issue a bit.