Jérémie Nallet
Jérémie Nallet
@JiHong88 Thank you, the problem is probably on my end - (i'm using React) the only classes that aren't applied are those two 🤷♂️
@Konstantin9658 @Nanae-j @prabhatkashyap902 From the react-three-fiber documentation : > Three-fiber is a React renderer, it must pair with a major version of React, just like react-dom, react-native, etc. @react-three/fiber@8 pairs...
@velawoo Thanks for reporting this, I've moved the GLSL type declarations, it should be fixed in v1.4.4. Let me know if it works for you. > Since I haven’t changed...
@organdonor47 https://github.com/whatisjery/react-fluid-distortion/issues/9#issuecomment-2807802796
It is possible to emit splats from any location by pushing them directly inside the frame loop (with the current setup). It’s a bit out of scope tho, since the...
Have you tried moving the Suspense block outside EffectComposer? It should only be used to render post processing effects.