ViewportShadowAtlasQuadrantSubdiv Enumeration |
[Missing <summary> documentation for "T:Godot.Viewport.ShadowAtlasQuadrantSubdiv"]
Namespace: Godot
public enum ShadowAtlasQuadrantSubdiv
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | This quadrant will not be used. | |
Subdiv1 | 1 | This quadrant will only be used by one shadow map. | |
Subdiv4 | 2 | This quadrant will be split in 4 and used by up to 4 shadow maps. | |
Subdiv16 | 3 | This quadrant will be split 16 ways and used by up to 16 shadow maps. | |
Subdiv64 | 4 | This quadrant will be split 64 ways and used by up to 64 shadow maps. | |
Subdiv256 | 5 | 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. | |
Subdiv1024 | 6 | 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. | |
Max | 7 | Represents the size of the ViewportShadowAtlasQuadrantSubdiv enum. |