Skip to content
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

Open
WREQI opened this issue Apr 22, 2024 · 4 comments
Open

Support PostProcessing. js It seems better #87

WREQI opened this issue Apr 22, 2024 · 4 comments

Comments

@WREQI
Copy link

WREQI commented Apr 22, 2024

https://github.com/pmndrs/postprocessing

@agargaro
Copy link
Owner

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

@WREQI
Copy link
Author

WREQI commented Apr 25, 2024

image
https://stackblitz.com/edit/three-ez-postprocessing-external-gajuxt?file=src%2Fmain.ts
Can't render multiple scenes? How to overlay and render multiple scenes

@agargaro
Copy link
Owner

I think you would need to create a new view with another effect composer.
However I think there is a bug that I will fix tomorrow, thanks for pointing it out to me

@agargaro
Copy link
Owner

agargaro commented May 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants