Dan Sinni
Dan Sinni
Hello, Currently, it appears that this does not accept `HEAD` requests with the default configuration, which results in `404` errors for those requests. Is there a way to allow this...
**Description:** Using the current A-Frame `master`, when trying to auto play audio with the `sound` component using `autoplay: true`, either the loading screen times out and the audio doesn't play,...
I was working on a project not long ago, and I needed the sky to also be visible from the exterior (space), which actually looked great after I used something...
It would be great if there were a simple way to expand the radius of the sky/starfield and the ground for more expansive immersion. I mentioned the starfield, because you...
It would be great if the ground (hills, canyon, etc.) along with its texture were also included in the seed for consistent results. Just a thought. Such an amazing component;...
Setting `lighting: none` doesn't appear to remove lighting from the scene. Using latest version: `1.0.0`
Setting `horizonColor` in conjunction with with `skyType: gradient` does not add a horizon color, and seems to break the `skyColor` value. Using latest version: `1.0.0`
The `thumb-controls` component appears to have issues in WebXR browsers, causing `hand-controls` to not register correctly, displaying the hand on the ground with no applied orientation. I will try to...
When trying to use `bind-for` with `bind-item`, errors are thrown, even for the basic example provided in the docs. `TypeError: state.shoppingItem is undefined` I've tried changing the `for` value to...
I'm not sure if this is related to #243, as I've been forced to use the interpolation method for updating values (e.g., `text="value: {{username}};"`), due to `bind-item` not working as...