three-gpu-pathtracer
three-gpu-pathtracer copied to clipboard
Determine whether we need higher precision buffers for env map
#466 adjusts the env maps to use half float values rather than 32 bit values to accommodate devices like iphones that don't support blending or using interpolated float buffers. Is it worth defaulting to float32 and falling back?