-
I'm not sure yet, but react-three-fiber may not be compatible with React 19. Running react-three-fiber in react@19.0.0-rc-66855b96-20241106 raises an error:
> hook.js:608 TypeError: Cannot read pro…
-
[EffectComposer.tsx](https://github.com/pmndrs/react-postprocessing/blob/master/src/EffectComposer.tsx#L117) sets the size of the renderer based on the value of `size` from `useThree()`. When using th…
-
I encountered an issue while using the OBJLoader library from Three.js to load an OBJ file in a React Native application. I placed the OBJ file in the assets directory of my React Native project and I…
-
Im loading a gltb model and a texture(lightMap),
--
when using the useProgress I get the error, if I don't load the texture (_const texture = useTexture("balightmap2.jpg")_), the error is not displ…
-
- `three` version: 0.160.1
- `@react-three/fiber` version: 8.17.5
- `@react-three/drei` version: 9.111.3
- `node` version: 20.10.0
- `npm` (or `yarn`) version: 10.2.3
### Problem descriptio…
-
https://gist.github.com/drcmda/974f84240a329fa8a9ce04bbdaffc04d
https://github.com/pmndrs/react-three-fiber/blob/86b0f78d684ee9f25135f490b9159919cf486697/recipes.md#reducing-bundle-size
Hopefully …
-
I want to show some text containing multiple lines of code, with some lines being indented by whitespace at the beginning, but I can't get this to work, is this supported/a bug?
this is what I trie…
-
Failed building JavaScript bundle.
While trying to resolve module `@react-three/fiber` from file `C:\Users\zhangxiang\Desktop\d3mobile\App.tsx`, the package `C:\Users\zhangxiang\Desktop\d3mobile\node…
-
# Problem
When setting a roughnessMap on a standard material, the existing colorspace used by that texture is not applied.
Ex:
```
const roughness = useTexture("roughness.png");
return(
…
-
- `three` version: 0.136.0
- `@react-three/fiber` version: 7.0.24
- `@react-three/drei` version: 8.4.0
### Problem description:
Sometimes an Html component with the `transform` prop will be vi…