start property

double start
getter/setter pair

Distance at which fog begins. For FogMode.linear this is the near end; for the exponential modes it offsets where accumulation starts (near geometry stays clear).

Implementation

double start = 0.0;