...
Name | Description |
---|---|
AtlasResolution m_AtlasResolution | The resolution of each atlas slice, in blocks. |
Geo::u32 m_AtlasSize | The number of slices in the atlas. Each slice contains resolution^2 blocks. |
bool m_BorderEnabled | When true, enable the fallback border color colour for regions not covered by any probe set. |
Geo::u32 m_MaxIndirectionTiles | The maximum number of tiles covered by probe sets in the indirection texture. |
const Geo::u32 MaxAtlasSize = 64 | The maximum number of slices in the atlas. |
...