-
Notifications
You must be signed in to change notification settings - Fork 343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parent html not respected when using r3f PostProcessing effects #131
Comments
I experienced the same issue. For now, I ended up updating the |
Can you share the code here? |
@ThimoDEV I haven't tested this thoroughly, but it seems to be fine (120 FPS on my mac). Probably need to handle window resize and stuff, but this should get you going. These shaders are from
and the usage is just calling this hook in a component:
|
Any updates in the codebase in relation to this bug? i can't mount effectcomposer. |
When I Add postprocessing effects the canvas is positioned absolute. My content is positioned correctly when I give it its own canvas. Is there something specific about the post processing package to use it in a View?
The text was updated successfully, but these errors were encountered: