Function 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.

void giProbeSetDynamicRange (
  const(RID) probe,
  const(long) range
) nothrow @nogc;