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
655 stars 203 forks source link

Avoid requesting textures until needed #548

Closed donmccurdy closed 5 years ago

donmccurdy commented 6 years ago

When opening the inspector I see a lot of immediate requests for textures:

screen shot 2018-05-20 at 3 27 20 pm

When debugging something on slow wifi, this is a lot of extra requests. It would be nice if the textures were only loaded when needed.

ngokevin commented 5 years ago

this was a travesty! i just fixed this.