Click or drag to resize

OmniLightShadowMode Enumeration

[Missing <summary> documentation for "T:Godot.OmniLight.ShadowMode"]

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

Shadows are rendered to a dual-paraboloid texture. Faster than , but lower-quality.

Cube1

Shadows are rendered to a cubemap. Slower than , but higher-quality.

See Also