Function GIProbe.normalBias

Offsets the lookup into the GIProbe based on the object's normal direction. Can be used to reduce some self-shadowing artifacts.

double normalBias() nothrow @property @nogc;

void normalBias (
  double v
) nothrow @property @nogc;