OmniLightShadowMode Enumeration |
[Missing <summary> documentation for "T:Godot.OmniLight.ShadowMode"]
Namespace: Godot
public enum ShadowMode
Member name | Value | Description | |
---|---|---|---|
DualParaboloid | 0 | Shadows are rendered to a dual-paraboloid texture. Faster than , but lower-quality. | |
Cube | 1 | Shadows are rendered to a cubemap. Slower than , but higher-quality. |