Environment.fogDepthEnd

The fog's depth end distance from the camera. If this value is set to 0, it will be equal to the current camera's Camera.far value.

  1. double fogDepthEnd [@property getter]
  2. double fogDepthEnd [@property setter]
    struct Environment
    @nogc nothrow @property
    void
    fogDepthEnd
    (
    double v
    )

Meta