-
Notifications
You must be signed in to change notification settings - Fork 11
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
Support PostProcessing. js It seems better #87
Comments
Actually it is already supported, however, you have to cast the composer to any (I will fix it soon). https://stackblitz.com/edit/three-ez-postprocessing-external?file=src%2Fmain.ts |
|
I think you would need to create a new view with another effect composer. |
I tried to implement a solution to render an overlay scene, but raycasting would not work correctly (it would only intercept one scene, instead of both). Could you indicate what you would like to do? So I could better understand how to modify the library. |
https://github.com/pmndrs/postprocessing
The text was updated successfully, but these errors were encountered: