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
647 stars 198 forks source link

Wait for gltf-model to be loaded to show the selectionBox #711

Closed vincentfretin closed 1 month ago

vincentfretin commented 1 month ago

When you create an entity with the entitycreate event with components object having a gltf-model, the selectionBox didn't appear. This fixes it.

dmarcos commented 1 month ago

Thanks