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

HoverInc Stratified samples #527

Closed gkjohnson closed 4 months ago

gkjohnson commented 4 months ago

Fix #449

TODO

NOTES

gkjohnson commented 4 months ago

The stratification approach seems to turn bright spots into swirls. This occurs when using a PCG random seed, as well, so this seems to be a function of the stratification approach.

image
gkjohnson commented 4 months ago
Before After
1 sample image image
10 samples image image
50 samples image image
gkjohnson commented 4 months ago
NEW 10 samples Before After
image image