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

Wait for path tracer compilation without blocking #650

Closed gkjohnson closed 2 weeks ago

gkjohnson commented 2 weeks ago

Fix #634

Wait for material compilation to complete before performing samples.