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.27k stars 125 forks source link

"Snow" in the DoF example - is it a regression? #537

Closed gkjohnson closed 4 months ago

gkjohnson commented 4 months ago

Due to the spacing it could be an artifact of the new sampling method

image

gkjohnson commented 4 months ago

There a little bit with PCG randomness but looks more even:

image

Though it evens out with the stratified texture approach, as well

image

gkjohnson commented 4 months ago

There was still a bit of this in v0.0.13. I think it's more noticeable due to the randomness spacing and consistency, now.