Click or drag to resize

ViewportShadowAtlasQuadrantSubdiv Enumeration

[Missing <summary> documentation for "T:Godot.Viewport.ShadowAtlasQuadrantSubdiv"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum ShadowAtlasQuadrantSubdiv
Members
  Member nameValueDescription
Disabled0

This quadrant will not be used.

Subdiv11

This quadrant will only be used by one shadow map.

Subdiv42

This quadrant will be split in 4 and used by up to 4 shadow maps.

Subdiv163

This quadrant will be split 16 ways and used by up to 16 shadow maps.

Subdiv644

This quadrant will be split 64 ways and used by up to 64 shadow maps.

Subdiv2565

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.

Subdiv10246

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.

Max7

Represents the size of the ViewportShadowAtlasQuadrantSubdiv enum.

See Also