three-gpu-pathtracer icon indicating copy to clipboard operation
three-gpu-pathtracer copied to clipboard

Add Procedural Env Map Helper?

Open gkjohnson opened this issue 2 years ago • 1 comments

Add an option / shader for more easily generating a procedural env map and a demo that shows the sun, etc. It could be generated on the GPU, copied to the CPU, and then used as an envmap.

gkjohnson avatar May 17 '22 04:05 gkjohnson

https://threejs.org/examples/?q=sky#webgl_shaders_sky can this example generate hdr image ? its a shader on a huge cube

https://threejs.org/examples/?q=wat#webgl_shaders_ocean

optimus007 avatar Jun 08 '22 05:06 optimus007