-
Dear @trusktr,
Hello, my name is Karim, and I am a 3D web developer.
I came across your [post on LinkedIn](https://www.linkedin.com/posts/joepea_over-the-past-few-days-ive-been-making-two-activi…
-
I did git clone, built the three-loader-3dtiles, then npm run dev on the r3f example folder and i get this error:
![image](https://github.com/user-attachments/assets/866716e1-7b87-4818-9e67-fcf3298…
-
# 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(
…
-
Hello, I assume this project is not maintained anymore. But I thought I could ask, if you ever ported this to r3f or if you are interested in porting it.
I could pick up the task if you could give …
-
I was testing [r3f v9 beta 1](https://github.com/pmndrs/react-three-fiber/issues/2338) with react 19 (which is included in the latest [next.js 15](https://github.com/vercel/next.js/releases/tag/v15.0.…
-
I'm planning on going through the R3F code examples for uses of maath and adding them to the docs here.
-
this is the code to generate buffergeometries:
```
const boxList = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
const depth = 0.1;
const width = 0.017;
return
{boxList.map((i) => {
c…
-
- `three` version: 0.169.0
- `@react-three/fiber` version: 8.17.10
- `react-three-map` version: 0.8.2
- `node` version: v20.11.1
- `npm` (or `yarn`) version: 10.2.4
### Problem description:…
-
```
"devDependencies": {
"@vitejs/plugin-react": "4.3",
"vite": "^5.4.1"
},
"dependencies": {
"@react-three/drei": "^9.111.2",
"@react-three/fiber": "^8.17.5",
"leva"…
-
Hello Poimandres! Thank you for this awesome library! :)
I believe I've found a bug within the library concerning the event priority in conjunction with `createPortal` and glTF scenes. If I create …