Enum Viewport.ShadowAtlasQuadrantSubdiv

enum ShadowAtlasQuadrantSubdiv : int { ... }

Enum members

NameDescription
shadowAtlasQuadrantSubdiv1 This quadrant will only be used by one shadow map.
shadowAtlasQuadrantSubdiv1024 This quadrant will be split 1024 ways and used by up to 1024 shadow maps. Unless the shadowAtlasSize is very high, the shadows in this quadrant will be very low resolution.
shadowAtlasQuadrantSubdiv16 This quadrant will be split 16 ways and used by up to 16 shadow maps.
shadowAtlasQuadrantSubdiv256 This quadrant will be split 256 ways and used by up to 256 shadow maps. Unless the shadowAtlasSize is very high, the shadows in this quadrant will be very low resolution.
shadowAtlasQuadrantSubdiv4 This quadrant will be split in 4 and used by up to 4 shadow maps.
shadowAtlasQuadrantSubdiv64 This quadrant will be split 64 ways and used by up to 64 shadow maps.
shadowAtlasQuadrantSubdivDisabled This quadrant will not be used.
shadowAtlasQuadrantSubdivMax Represents the size of the shadowatlasquadrantsubdiv enum.