issues Search Results · repo:aframevr/aframe-inspector language:JavaScript
Filter by
414 results
(80 ms)414 results
inaframevr/aframe-inspector (press backspace or delete to remove)https://harvest-zinc-hell.glitch.me/
to reproduce:
- open test scene above, open inspector ctl-alt-i
- click on sphere, select test-arrays component
- try to add or remove values
- notice there ...
kfarr
- 3
- Opened on Jan 23
- #793
As you can see in the example on this page: https://stackblitz.com/edit/stackblitz-starters-vffhv5?file=index.html
If you open the preview in another browser tab and do CTRL + ALT + I to call the A-Frame ...
mariomorenocapon
- 3
- Opened on Oct 24, 2024
- #773
When you select a-scene and copy entity to clipboard, this is exported
div class= a-loader-title style= display: none; Example Scene /div /a-scene
It shouldn t be exported. That s probably a ...
vincentfretin
- 1
- Opened on Sep 3, 2024
- #764
The position/rotation/scale/visible components are special, those don t store data, they just set things on object3D. It
s a bit silly to have visible= exported (when you use copy entity to clipboard) ...
vincentfretin
- Opened on Sep 3, 2024
- #763
Changing groundColor of pointLight gives an error at line at
https://github.com/aframevr/aframe/blob/80dd9507dc5ff615e8ca0d38df838cbb87eca052/src/components/light.js#L84 on
light.groundColor.set(value); ...
vincentfretin
- Opened on Sep 2, 2024
- #762
Discussed in https://github.com/aframevr/aframe-inspector/pull/754#issuecomment-2316056951 Suggested solution: in
SceneGraph.js, instead of listening to entitycreated, entityclone, listen to child-attached, ...
vincentfretin
- Opened on Aug 29, 2024
- #756
The issue is in aframe 1.5.0, 1.6.0 and master.
image
Same when you copy the entity to clipboard: image
It s because the environment component set directly a THREE.Color instance instead of hex color ...
vincentfretin
- 3
- Opened on Aug 12, 2024
- #743
Tested on the index.html from this repo, on aframe 1.5.0 no issue, on aframe 1.6.0, when selecting an entity with a
texture, the cube or the floor, we get the stacktrace
Maximum update depth exceeded. ...
vincentfretin
- 16
- Opened on Jun 15, 2024
- #722
The save endpoint is currently hardcoded and not configurable, so it only works when used with aframe-watcher running on
the default port.
In my case, I was looking to implement a Vite plugin to seamlessly ...
alenaksu
- 2
- Opened on Mar 25, 2024
- #709

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.