aframe-extras
aframe-extras copied to clipboard
Add-ons and helpers for A-Frame VR.
Hi, movement-controls broken with Chrome version 97, even with aframe 1.1.0 position is not set (always 0 0 0) and mouse is locked work on Safari, Firefox and Edge Thanks
I am using a joystick that doesn't belong to the movement-controls and I would like to know if it's possible to make that connection.
makes it tricky to work with assets from my artist. He tells me start at frame 130, using a .5 timescale... that ends up being frame 14000, more or less,...
model.setAttribute('animation-mixer', {timeScale: -1}) not working timeScale: 0 and 1 is working
Dist files from `npm run dist`. It may be worth nothing that this repo currently requires `[email protected]` to build/dist. Fixes https://github.com/n5ro/aframe-extras/issues/367.
The minified files in this repo are missing a couple of fixes that have been merged recently. When trying to build to make a PR I get the error below...
Hello, I was wondering if the extra's like the ocean will be updated to be used on the newer version of aframe which currently 1.2.0 please? it looks okay on...
Since the changes in #337 my animation doesn't always play when I set a new animation. This change fixes the issue for me. I also commented on https://github.com/n5ro/aframe-extras/pull/337#issuecomment-915407558 @netgfx @hiliang-cmu...
I have a little a-frame scene set up using movement-controls. Forward motion works fine on full screen with keyboard controls, and touch control used to work with a mobile phone...
Animation-mixer isn’t working when I add a glb model via `document.createElement(glb_model);` in that the model isn' animating. When I write the HTML by hand there's no issue. I've been trying...