-
Is there a recommended way to integrate the SSGI with `@react-three/fiber`? I tried adapting your code like this, but it did not work:
```typescript
const SSGI = () => {
const { camera, compo…
-
For doing things like GLSL reflections / refraction etc. as materials I'm setting up a CubeCamera, which needs access to the Scene, and GL Renderer, currently I have some wild hack to pull them out of…
-
Hi @toxicFork, I cloned react-three-renderer-fibre, opened the project in IDEA and... it all looks great!
I can see you are adding intrinsic elements to the global JSX.IntrinsicElements. I just wan…
-
Where are the maintainers on this project?
There are several outstanding merge requests that need to go into the next release.
Specifically the fix in the vertex shader and typescript support
-
## 期限
なし
めちゃ時間かかりそうでうわぁぁぁぁぁぁぁってなってる・・
## 概要
WebGLの描画に使っているライブラリを`gl-react` -> `react-three-fiber`に変更する
## 該当箇所
`drawBox` 以下のコンポーネント
[こ~ど](https://github.com/nasikusa/blend-monitor…
-
They are pretty outdated and without good code standards
-
Type error occurs with `` component of `react-three-fiber` when giving not only callback function but also options to the hooks.
[CodeSandbox to reproduce the issue](https://codesandbox.io/s/beauti…
-
- `three` version: 0.0165
- `@react-three/fiber` version: 8.16.8
- `@react-three/drei` version: 9.107.0
### Problem description:
When setting the canvas frameloop to `demand`, the `` functions…
-
I started a branch to update Drei to use R3F v9. Attached is a log of all the type errors I got, which are mostly along the lines of prop types. I'd like to talk about the best way to handle this in v…
-
Hi there,
When using the Text component in a react-native app (with expo-gl) I get the following error:
```
TypeError: element.setAttribute is not a function. (In 'element.setAttribute(eventName,…