aframe-gui
aframe-gui copied to clipboard
Graphical User Interface Component Framework for A-Frame VR
When I launch the "[A-Frame GUI All Components](https://rdub80.github.io/aframe-gui/examples/all_components.html)" demo, I get this error at the browser console: THREE.DirectGeometry: Faceless geometries are not supported. three.js:11050:12 Tested with Firefox and Chromium browsers,...
Call setText function on update on button component to change the text.
Cursor animations were not working on Oculus. Getting a lot of errors from threejs about faceless geometry. Changed calls to threejs animation to use a-frame animation component. Changed calls to...
it's fairly inconsistent. sometimes you can set it with `document.querySelector('#my-aframe-gui-thing').setAttribute('gui-item', 'value', 'newtext')`, sometimes with `document.querySelector('#my-aframe-gui-thing').setAttribute('gui-item', 'text', 'newtext')`, maybe it isn't `gui-item` but the actual gui-component, etc. But often it doesn't...
should probably expose a 'mouseup' event on the slider button for easy use, as you probably want to run some code once the slider is set. happy to contribute this,...
in this example, I've set the slider percent to 0.9. The bar is too wide. Once I click it to interact with it, it corrects itself, as in the following...
the library looks for 'childGuiItem' and tries to get the margin values for it, and fails, because childGuiItem is undefined. Throws several errors in my console. Library keeps working ok,...
the existing logs are pretty messy and quite polluting. needs to be a way to turn them off. they have even prevented me from implementing workarounds on other bugs because...
similar to radio buttons. My workaround in both cases is to set a synthetic click after they have been instantiated, and it has to be fairly detailed otherwise one of...
even in the examples provided, you'll see the radio starts looking unselected, but when clicked the first time, lands in the 'unselected' position again. It is only after selecting twice...