A-Frame-Examples icon indicating copy to clipboard operation
A-Frame-Examples copied to clipboard

A collection of examples using the A-Frame library.

Results 7 A-Frame-Examples issues
Sort by recently updated
recently updated
newest added

The example quest-physics.html gives this error with Aframe 1.4.0 physics.js:666 Uncaught TypeError: Cannot read properties of undefined (reading 'clamp') at i.tock (physics.js:666:36) at bind.js:12:17 at i.tock (index.js:127:7) at v.tock (a-scene.js:725:36)...

Is it possible to use the fireworks example in AR? I'm trying to use it with 8th Wall, but if I attach the emitter to either the camera, or any...

Nice extension of a-frame, however, how to change controls depending on the device ? if (AFRAME.utils.device.isMobile()){ Dual Joysticks } else if (AFRAME.utils.device.isMobileVR()){ look controls } else { Mouse + Keyboard...

Hello Your examples show how to use extended-wasd-controls with one camera. My project is setting with 2 cameras entity, a cameraRig to move and a cameraHead to look. ( because...

Hello, I really like the [**screen-controls**](https://stemkoski.github.io/A-Frame-Examples/screen-controls.html) interaction for desktop PC, and I would like to use it for a scientific outreach data visualization project. What is important for my project...

Hello! I really like these examples and appreciate being able to learn from accessible code. Please allow me to ask one question. Does this repository have a license statement? Thank...