gkjohnson / three-gpu-pathtracer

Path tracing renderer and utilities for three.js built on top of three-mesh-bvh.
https://gkjohnson.github.io/three-gpu-pathtracer/example/bundle/index.html
MIT License
1.34k stars 133 forks source link

Add motion blur support #81

Open gkjohnson opened 2 years ago

gkjohnson commented 2 years ago

The above only works for linear movement, though. For nonlinear interframe motion or rotation the animation can be broken up into "steps" (a step including a "from" and "to" bvh) and a certain and consistent number of samples can be taken along each step.

TODO

Demos

gkjohnson commented 2 years ago

Models