Kyle Baker
Kyle Baker
The version of animation mixer that one finds at `https://cdn.jsdelivr.net/gh/donmccurdy/[email protected]/dist/aframe-extras.js` does not have a `startFrame` property, as you see in the repo's version of that component and read about in...
This is not the _fault_ of this library in any way, but I'm seeing my very vanilla, common, basic gamepad work perfectly in chrome, and be waaay off in FF....
see: https://tranquil-chalk-avatar.glitch.me/ https://glitch.com/edit/#!/tranquil-chalk-avatar?path=index.html%3A27%3A29 As soon as you attempt to move with the arrow keys, an error is thrown because there is no camera. If you explicitly define the camera property,...
As per the example on the readme, I'm trying to override some methods. I'd prefer to just override a method not shown in the example (getDpad), which I assume is...
I think many a newbie has tried to jump into this library and been confused at not understanding how to apply forces. The use of velocity directly is far more...
It's technically really the fault of THREE and A-Frame, to some extent, but since they refuse to deal with logging... These calls: https://github.com/n5ro/aframe-physics-system/search?q=inverse now need to be `invert`, in the...
```js core:a-node:error Failure loading node: TypeError: Cannot read property 'toUpperCase' of undefined at NewComponent.initBody (aframe-physics-system.js:17135) at NewComponent.init (aframe-physics-system.js:17098) at NewComponent.initComponent (component.js:320) at NewComponent.updateProperties (component.js:302) at HTMLElement.updateComponent (a-entity.js:490) at HTMLElement.updateComponents (a-entity.js:463)...
A-Frame is the de-facto webxr library, and it has solid built-in hand tracking. out of the box, it recognizes the pinch gesture. A quick guide for implementing Handy to extend...
btw, this breaks the instructions here I think: https://www.freecodecamp.org/news/react-native-firebase-tutorial/ the version of firebase ends up being wrong (8, vs 7). There is a warning when running `npm run android`, but...
If I update `page_width` in the theme's _config.yml, then the menu on the right no longer collapses at the correct page width. Seems like that's a hard-coded value, instead of...