three.ez icon indicating copy to clipboard operation
three.ez copied to clipboard

Support PostProcessing. js It seems better

Open WREQI opened this issue 10 months ago • 4 comments

https://github.com/pmndrs/postprocessing

WREQI avatar Apr 22 '24 08:04 WREQI

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

agargaro avatar Apr 22 '24 12:04 agargaro

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

WREQI avatar Apr 25 '24 03:04 WREQI

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 avatar Apr 26 '24 22:04 agargaro

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.

agargaro avatar May 01 '24 21:05 agargaro