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.33k stars 132 forks source link

Baked GPU pathtracing onto textures #9

Closed Hoodgail closed 2 years ago

Hoodgail commented 2 years ago

Have you ever thought of baking the light onto textures?

gkjohnson commented 2 years ago

Yes #5 is about creating lightmaps dynamically using the path tracing code. At the moment I have no plans to work on a demo for it, though.