react-fluid-distortion icon indicating copy to clipboard operation
react-fluid-distortion copied to clipboard

Post-processing fluid distortion effects in response to cursor interactions for React-Three-Fiber.

Results 9 react-fluid-distortion issues
Sort by recently updated
recently updated
newest added

When the camera is rotated around the scene, the effect doesn't work on the backside of the plane where it's rendered. So we just make the plane always face the...

Hey, love your work! Is it possible to generate splats that continuously emit from some selected location ?

@whatisjery_react-fl…05&v=0035794f:10819 Uncaught TypeError: Cannot read properties of undefined (reading 'A') at V3 (@whatisjery_react-fl…v=0035794f:10819:19) at re2 (@whatisjery_react-fl…v=0035794f:10915:29) what kind of issue is this? ``` import React, { useState, useEffect } from...

I’m using the example files provided in the repository without making any modifications. The development server runs perfectly, but when I run the production build (using npm run build, which...

I am trying to get this package working in React 19 + nextjs v15 but get the folllowing error. ``` Cannot read properties of undefined (reading 'ReactCurrentDispatcher') @whatisjery/react-fluid-distortion/dist/index.es.js (199:1) ```...

Hi, Thank you for the great library! The effect works well, but I’m experiencing an issue with another overlay component: ```jsx ``` When I set a fully opaque background for...

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 {...

Hello, how are you? I was trying to use the effect and I didn't like the way the mouse event was taking over the mesh and I couldn't find how...

**Description** I am attempting to use the [View](https://github.com/pmndrs/drei?tab=readme-ov-file#view) component from the drei library. However, I am encountering an issue where the fluid animation is being recreated on all View instances...