VisualServerSingleton.giProbeSetDynamicRange

Sets the dynamic range of the GI probe. Dynamic range sets the limit for how bright lights can be. A smaller range captures greater detail but limits how bright lights can be. Equivalent to GIProbe.dynamicRange.

struct VisualServerSingleton
@nogc nothrow
void
giProbeSetDynamicRange
(
in RID probe
,
in long range
)

Meta