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

EquirectEnvMapInfo: Add the ability to use Float or HalfFloat arrays #519

Open gkjohnson opened 5 months ago

gkjohnson commented 5 months ago

Currently only half float works - but we need to modify the CDF and MCDF textures to use the appropriate textures. BlurredEnvMapGenerator should change, as well.