You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My images takes a third of my viewport, so I need to resize them. Apparently, so as the flowmap, which resize automatically.
I was close to my goal since I figured how to handle the current position of the effect (by changing the mouseToPlaneCoords plane, and adding my current scroll), but in terms of Flowmap resize, nothing works properly. Do you have an idea why, and how could this possibly be fixed ?
I assume it's because Flowmap is contained in our PingPong/Flowmap plane.
Have a nice day !
The text was updated successfully, but these errors were encountered:
Your ping pong plane will be your Render Target, your ShaderPass should have a "onReady" function attached, where it would have flowmap.getTexture(). And your plane would be a classic shader just to display a texture2D.
In order to do a Flowmap on a simple images, I started to use this example :
https://codesandbox.io/s/react-curtains-flowmap-0hn2t
My images takes a third of my viewport, so I need to resize them. Apparently, so as the flowmap, which resize automatically.
I was close to my goal since I figured how to handle the current position of the effect (by changing the mouseToPlaneCoords plane, and adding my current scroll), but in terms of Flowmap resize, nothing works properly. Do you have an idea why, and how could this possibly be fixed ?
I assume it's because Flowmap is contained in our PingPong/Flowmap plane.
Have a nice day !
The text was updated successfully, but these errors were encountered: