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

Add alphaMapTransform #655

Closed dongho-shin closed 2 days ago

dongho-shin commented 2 days ago

I noticed that alphaMapTransform was missing, I added it and cleaned up the code around MATERIAL_PIXELS.

gkjohnson commented 2 days ago

Excellent, thank you very much!