-
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…
-
Codesandbox to reproduce: https://codesandbox.io/p/sandbox/react-three-fiber-forked-8tqxgj?file=%2Fsrc%2Fcomponents%2FBox.jsx%3A1%2C1-23%2C1
- `three` version: 0.170.0
- `@react-three/fiber` versi…
-
### Current Behavior
having both react-three-fiber and pixi-react yield incompatibility errors
```
Interface 'IntrinsicElements' cannot simultaneously extend types 'ThreeElements' and 'PixiElements'…
-
Im trying to run @react-three/fiber in a new expo project that is using the new architecture, but it does not show anything and when adding object like lighting it causes threejs to throw `cannot read…
-
### Link to the code that reproduces this issue
https://github.com/frommybrain/r3f-starter
### To Reproduce
To Reproduce:
1. Create a new Next.js 15 project using `create-next-app`
2. Ins…
-
### Current Behavior
Next.js 15 is using React 19.0.0-rc when you use the `app` folder, and all versions of `@pixi/react` are using internal api's that break in React 19.
See:
- https://github.com/v…
-
Let's discuss some v9 goals here. These are all tentative right now.
### Completed
- [x] Add stage-based lifecycle, deprecate `useFrame` for `useUpdate` https://github.com/pmndrs/react-three-fib…
-
You can use react three fiber or three.js and integrate it with this react app.
-
**Describe the bug**
I loaded a [3D model](https://sketchfab.com/3d-models/starlink-spacex-satellite-0a60f6720c5141c9a1c6d71aac108b31) and applied OrbitControls to it. The path tracing work fine when…
-
Hi!
This Fluid is a great library!
But I found an issue while using this.
```javascript
import { Suspense } from "react";
import * as THREE from "three";
import { Canvas, useLoader } from "@…