-
Hey there! Have any of the improvement in this library been incorporated into Three? Or is does this library still out-perform the latest version of Three's builtins? If so, are there any performance comparisons / benchmarks out there that demonstrate the differences in performance? I'm asking because I plan on porting a large postprocessing stack that I've built to this library, but it will be quite a lot of work so I would like to weigh the pros and cons beforehand. Thanks in advance!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi,
Passes in
I would say so, yes.
https://pmndrs.github.io/postprocessing/public/demo/#performance Check/uncheck
I'm currently working on the next major release of |
Beta Was this translation helpful? Give feedback.
Hi,
Passes in
three
have gained consistentsetSize
anddispose
methods, but other than that, no.I would say so, yes.
https://pmndrs.github.io/postprocessing/public/demo/#performance
Check/uncheck
merge effects
to see the impact on pixel throughput, especially on weaker hardware like iGPUs and mobile devices.I'm currently working on the next major release of
postprocessing
whi…