pmndrs / drei

🥉 useful helpers for react-three-fiber
https://docs.pmnd.rs/drei
MIT License
8.26k stars 680 forks source link

<View> with postprocessing #1413

Open frarillotta opened 1 year ago

frarillotta commented 1 year ago

What is your question:

Hey! Was following the Next.js react-three fiber example, which uses the drei View component. I wanted to add a postprocessing effect to the whole canvas, but, alas, without success. Was wondering if anyone had any experience integrating the two?

valeredou commented 1 year ago

Hi ! I have the same issue trying to apply postprocessing in a , the layout is breaking and nothing happens.

Here is a sandbox showing it : https://codesandbox.io/s/view-skissor-forked-qm8zzl?file=/src/App.js

I think it's a bug, never found how to make it work... Did you solve it ? Thanks :)

fromwhite commented 1 year ago

I have the same issue, temporarily replacing the view with scissor. It would be best if the view could be implemented.

rossrossp commented 6 months ago

I also have this issue/requirement

ynamite commented 4 days ago

same :)