Function VisualServerSingleton.environmentSetFogDepth

Sets the variables to be used with the fog depth effect. See Environment for more details.

void environmentSetFogDepth (
  const(RID) env,
  const(bool) enable,
  const(double) depth_begin,
  const(double) depth_end,
  const(double) depth_curve,
  const(bool) transmit,
  const(double) transmit_curve
) nothrow @nogc;