Enum LightShadowMapSize
Size hint of a shadow map. See remarks.
[DataContract("LightShadowMapSize")]
public enum LightShadowMapSizeFields
- [Display("x 1", null)] Large = 3
- Use a large size. 
- [Display("/ 2", null)] Medium = 2
- Use a medium size. 
- [Display("/ 4", null)] Small = 1
- Use a small size. 
- [Display("x 2", null)] XLarge = 4
- Use a xtra-large size. 
- [Display("/ 8", null)] XSmall = 0
- Use a xtra-small size. 
Remarks
This is a hint to determine the size of a shadow map