Function SpatialMaterial.distanceFadeMinDistance
Distance at which the object starts to fade. If the object is less than this distance away it will appear normal.
double distanceFadeMinDistance() nothrow @property @nogc;
void distanceFadeMinDistance
(
double v
) nothrow @property @nogc;