Mo
Mo
Hey all, perhaps I'm not understanding something here Using `to` ` const [err, data] = await to(fetch('http://httpstat.us/500')); console.debug(err, data) ` Result:  Shouldn't a 500 with a `response.ok = false`...
This is more a question than an issue. I have a use case where I need to re-animate the progress bar to show the user's current progress from zero. The...
Hey there, I have a problem, I'm wondering if you can help me with it. I have an over-arching controller (Let's call it the QuizController) which enables the user to...
This is more a general question I like the parabolic teleportation effect, however for my users with a cardboard HMD and no controllers, I don't see a way of using...
Hey there, I have my own 2D image I wish to use for a mask. I'm currently looking at the IronMan index of the Masks array in the Face Mask...
Hey there, I'm on A-Frame 7.1. I have a room constructed out of various "wall" models representing and enclosed room. If I add the dust particle system, it will appear...
This is a question(s) more than a bug. Is there anyway to modify the generator to create a trap door or roof positioned door. For instance, let's say I want...
The R3F example with an updated stack (r154) https://codesandbox.io/s/instanceduniformsmesh-r3f-forked-nqvrvl?file=/src/index.js ``` TypeError Cannot read properties of null (reading 'attributes') get geometry [as geometry] https://nqvrvl.csb.app/node_modules/three-instanced-uniforms-mesh/dist/three-instanced-uniforms-mesh.esm.js:94:55 at attach (https://nqvrvl.csb.app/node_modules/ react-three/fiber/dist/index-27578f8f.esm.js:621:40 at appendChild (https://nqvrvl.csb.app/node_modules/...
I'm not sure if I'm using this naively or is a bona-fide issue. I have the following very basic component ```javascript import * as OpenVDB from 'openvdb/three' export const lights...
My familiarity with facial recognition is pretty low, so not sure if this is an issue with the library or my limited understanding. I've run this picture through the exact...