aframe-inspector
aframe-inspector copied to clipboard
:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
Following on from aframevr/aframe#5333 and my comment https://github.com/aframevr/aframe-inspector/pull/691#issuecomment-1628463649
See https://github.com/aframevr/aframe-inspector/issues/689#issuecomment-1646793789 for the context where we have mixins setting a gltf-model component. Currently in the right panel we don't visualize that a component is coming from a mixin and...
If you're cloning an entity with "d" key and the entity has an animation, it animates, it shouldn't. The animations should be paused while in editor mode.
There is an issue where the transform controls doesn't resize when zooming in or out, so it appears really big when the camera is far away and you focus on...
Modify the index.html example to add `fog="true"` like this: ```html ``` When you click on the yellow box, the panels disappear and you get the following errors: ``` Uncaught TypeError:...
Most of loaded models consist of more than one material and more than one mesh but it is impossible to adjust them in inspector to find which changes to original...
Texture modal dialog is the cause of many issues on github: https://github.com/aframevr/aframe-inspector/issues/429 https://github.com/aframevr/aframe-inspector/issues/471 https://github.com/aframevr/aframe-inspector/issues/494 https://github.com/aframevr/aframe-inspector/issues/508 https://github.com/aframevr/aframe-inspector/issues/621 it also appears to re-download textures when i look at network activity, effectively doubling...
I'm opening this PR in draft while I'm looking into it. The [EditorControls.js](https://github.com/aframevr/aframe-inspector/blob/master/src/lib/EditorControls.js) file in this repo was added the day after this commit in three.js repo https://github.com/mrdoob/three.js/commit/12b89819d482fcebc014e6d59aad2ae1abdab9cd (that was...
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.0. Release notes Sourced from webpack's releases. v5.76.0 Bugfixes Avoid cross-realm object access by @Jack-Works in webpack/webpack#16500 Improve hash performance via conditional initialization by @lvivski...
Problem: I'm trying to use inspector with aframe-watcher to update my local files with changes I make with AFrame inspector. However, I noticed that some types of changes don't get...