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

Provide three.js method for synchronously determining material compilation state #651

Closed gkjohnson closed 2 weeks ago

gkjohnson commented 2 weeks ago

Right now it always takes one extra frame to render after resetting meaning we cannot update the image every frame.