Cody Bennett

Results 363 comments of Cody Bennett
trafficstars

This is not actionable on our side without a reproduction.

Maybe related to https://github.com/pmndrs/react-three-fiber/issues/3270.

`useLoader.preload` currently returns void, but maybe it returning the cached promise would help here?

This is very internal to R3F, so we can't open this up as a prop, such as in #3179. I would instead propose hoisting up references to state methods via...

This isn't a corporate support line but an issue tracker on open source software. There's no such thing as priority but opportunity rather. That's how open source software works. The...

> some progress, I followed @CodyJasonBennett excellent article https://codyb.co/articles/a-technical-breakdown-of-react-three-fiber and made my own tiny fiber like and got it to render after some changes, oh and I also had the...

Next.js bundles an experimental copy of React which does not reflect your installed copy, so this is particularly troublesome to debug or even support in the ecosystem as it is...

> What about `outputColorSpace`? Is it correct to use `SRGBColorSpace` in the demo? It seems not, since the renderer would attempt to convert unbound HDR texels to sRGB which isn't...

> In react native once a view becomes a Gesture Responder, canvas elements stop gettings events. We can use events on canvas elements as long as no other view encompassing...

> All my observations were made on the latest version. I remember trying orbit controls yesterday and I tried it again right now, only rotation seems to be working any...