gfx.sky.radiance_size

Client

Enumeration of supported radiance cubemap resolutions for the sky


Values

Sizes are ordered lowest to highest resolution — or equivalently, lowest to highest GPU cost.
Larger sizes produce sharper sky reflections and ambient lighting at the expense of memory and processing time.

ConstantDescription
gfx.sky.radiance_size.SIZE_3232×32 cubemap — lowest quality, cheapest to process
gfx.sky.radiance_size.SIZE_6464×64 cubemap
gfx.sky.radiance_size.SIZE_128128×128 cubemap
gfx.sky.radiance_size.SIZE_256256×256 cubemap — common default for real-time use
gfx.sky.radiance_size.SIZE_512512×512 cubemap
gfx.sky.radiance_size.SIZE_10241024×1024 cubemap
gfx.sky.radiance_size.SIZE_20482048×2048 cubemap — highest quality, most expensive to process

On this page