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.34k stars 133 forks source link

Ensure texture array is in correct color space #504

Closed gkjohnson closed 8 months ago

gkjohnson commented 8 months ago

Currently we're not performing any explicit color space conversion when copying the texture details. Is this correct?

gkjohnson commented 8 months ago

Seems to be correct - no per-map color space conversion is done in three.js.