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

Determine whether we need higher precision buffers for env map

Open gkjohnson opened this issue 1 year ago • 0 comments

#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?

gkjohnson avatar Nov 10 '23 14:11 gkjohnson