Cody Bennett

Results 370 comments of Cody Bennett

expo-gl doesn't create a canvas but a native surface. The only useful part for troika would be its underlying WebGL context. There's https://github.com/expo/expo-2d-context in lieu of Canvas2D also. You can...

We can try writing into `ThreeElements` in a major, but I think this would need a significant refactor to narrow everything on top of pending types work (related #823, #1075).

Related #823. @gucolin, did you refactor Drei components to use `ThreeElements` as per https://github.com/pmndrs/drei/issues/1193#issuecomment-1363320267 or simply remove them?

Thanks for looking out. We're aware of this and plan to upgrade our reconciler alongside React 19 with our v9 release. I can make a PR for this shortly.

From https://github.com/mrdoob/three.js/pull/27189#issuecomment-1854016611: > Out of curiosity, was it even intentional that #26881 now requires these additional steps? I can't see a mention of it in the original PR so can...

I'm not at liberty to share details, but I've used transform feedback in my prior work which is somewhat publicized in https://twitter.com/onirenaud/status/1592183793548677125. I'd be happy to help champion or clear...

I would prefer if we could have section links on the site be forgiving to cases like this. We can then align with GitHub without consequence.

See https://discourse.threejs.org/t/updates-to-lighting-in-three-js-r155/53733. We can add a guide for this or at least update our examples since many of them use old lighting.

Published [v8.15.1](https://github.com/pmndrs/react-three-fiber/releases/tag/v8.15.1) with a workaround.