Is it possible to add this Camera-Based Motion Blur to this library? #651
Answered
by
vanruesc
kitaedesigns
asked this question in
Q&A
|
I found this great camera based Motion Blur effect from Drone World, https://github.com/blaze33/droneWorld/blob/master/src/postprocessing/MotionBlur.js, and was wondering how I could add this to pmndrs/postprocessing or if it was even possible. The code is a bit old now, so I fear it's out of date with the latest versions of Three.js but the effect is great and not as intensive as per-object motion blur. You can test it here. https://droneworld.openbloc.com/ |
Answered by
vanruesc
Aug 28, 2024
Replies: 1 comment
|
It's definitely possible, but I'm not sure if the quality of this motion blur implementation is good enough to spend time on. I'd rather integrate the best one we can find and maintain that instead of many subpar solutions. |
0 replies
Answer selected by
kitaedesigns
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's definitely possible, but I'm not sure if the quality of this motion blur implementation is good enough to spend time on. I'd rather integrate the best one we can find and maintain that instead of many subpar solutions.