Function VisualServerSingleton.giProbeSetNormalBias

Sets the normal bias for this GI probe. Normal bias behaves similar to the other form of bias and may help reduce self-occlusion. Equivalent to GIProbe.normalBias.

void giProbeSetNormalBias (
  const(RID) probe,
  const(double) bias
) nothrow @nogc;