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.

struct VisualServerSingleton
@nogc nothrow
void
giProbeSetNormalBias
(
in RID probe
,
in double bias
)

Meta