three.ez
three.ez copied to clipboard
Support PostProcessing. js It seems better
https://github.com/pmndrs/postprocessing
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
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
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
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.