Cody Bennett
Cody Bennett
https://github.com/pmndrs/react-three-fiber/pull/2339 was just shipped into 8.1.0.
The v4 bump came from https://github.com/pmndrs/detect-gpu/commit/00b4c619b5a822ab0b009c9ca87ad0726be48c67. Doesn't look like anything as far as the public API changed.
We since moved assets to https://market.pmnd.rs. Please do let me know if there are any withstanding issues, although I can only recommend vendoring and self-hosting assets in production for privacy...
I'm able to reproduce this between R3F v7-v8 (and Drei 8-9, React 17-18). Interestingly, this affects any foreign object passed through primitives: - https://codesandbox.io/s/r3f-drei-gltf-text-bug-forked-s0o0r8
Tracking this behavior down to 5692b703c795fa8aaffb89ad6ab6297f25d91b4c (9.11.3, 8.12.0) where Text is now an async component. Notice how the demo works as expected if you wrap `` with `` immediately. ```jsx...
Sorry for the delayed response, we since annotated suspenseful components -- https://github.com/pmndrs/drei#text.
This comes from https://github.com/pmndrs/react-three-fiber/issues/1972. react-native doesn't implement critical ArrayBuffer => Blob paths so embedded textures will fail to unpack. I have linked partial implementations of both APIs that need to...
I've fixed this in #554, but I'm working on including resolution params in that PR. Sandbox here: https://codesandbox.io/s/pensive-kirch-uc7s5
@drcmda, I'm not sure. I tried removing it to solve both issues but will have to take a closer look at PMREM.
I believe PMREM was contributing lighting information.