superframe icon indicating copy to clipboard operation
superframe copied to clipboard

:package: A super collection of A-Frame components.

Results 92 superframe issues
Sort by recently updated
recently updated
newest added

Or am I doing something wrong? Test: https://codepen.io/macieljr/pen/ZExbLyp

Hello, I'm using A-Frame 1.3.0 and the component geometry-merger doesn't work at all. Not even the examples provided are working.

aframe-orbit-controls applies "grab" cursor on body But aframe supports embedded so when your scene is not that big, you don't want "grab cursor" to be attached to the whole page...

I'm trying to use the audio-analyser component for an augmented reality experience, but the examples do not work on mobile. Are there any plans to add support for mobile browsers...

A candidate fix for: https://github.com/supermedium/superframe/issues/296 Not sure if you'll like this solution, as it's pragmatic rather than being 100% robust... Other solutions I considered: - Duplicating the entire styleParser code...

bind pauseAnimation to this scope

A useful randomizer function is assignment of one of the included A-Frame primitives for the geometry of an entity. Added an implementation to randomizer module and updated docs.

When example from readme is copied, just console errors. See: https://glitch.com/edit/#!/heady-comfortable-dinner

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...

1. Old style animation 2. Using `componentchanged` for rotation, which the docs now advise against 3. also, maybe add `sun-position-setter` to the component itself? 4. using `getComputedAttribute` instead of `getAttribute`...