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
Hello,
I am in need of assistance regarding the flow-map example. I am trying to resize the image but when I try to do that with css the screen goes blank. Secondly when I add another div under the flow-map element, the mouse movement create a weird effect on the image.
here's my sandbox to demonstrate what I mean: https://codesandbox.io/s/react-curtains-flowmap-forked-ijie7?file=/src/App.js
Any help would be greatly appreciated.
Thx.
The text was updated successfully, but these errors were encountered:
To get a correct behaviour I think you should use your flowmap texture in a ShaderPass component instead of your Plane. In order for the flowmap shader to work properly, it should be associated with a fixed div covering the whole viewport.
Hello,
I am in need of assistance regarding the flow-map example. I am trying to resize the image but when I try to do that with css the screen goes blank. Secondly when I add another div under the flow-map element, the mouse movement create a weird effect on the image.
here's my sandbox to demonstrate what I mean: https://codesandbox.io/s/react-curtains-flowmap-forked-ijie7?file=/src/App.js
Any help would be greatly appreciated.
Thx.
The text was updated successfully, but these errors were encountered: