Click or drag to resize

EnvironmentGlowHdrThreshold Property

The lower threshold of the HDR glow. When using the GLES2 renderer (which doesn't support HDR), this needs to be below 1.0 for glow to be visible. A value of 0.9 works well in this case.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GlowHdrThreshold { get; set; }

Property Value

Type: Single
See Also