useMipRadianceLayout property

bool useMipRadianceLayout
getter/setter pair

Whether newly built environments store their prefiltered roughness bands as mip levels of one equirect (sampled with hardware trilinear textureLod) rather than the legacy vertically stacked band atlas. Defaults to true, and applies only where the backend supports the layout (see mipRadianceLayoutSupported).

The legacy layout remains supported for comparison and as the fallback. Each environment carries its own layout (detected from its texture), so flipping this affects only environments built afterwards.

Implementation

static bool useMipRadianceLayout = true;