VisualServerSingleton.environmentSetFogHeight

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

struct VisualServerSingleton
@nogc nothrow
void
environmentSetFogHeight
(
in RID env
,
in bool enable
,
in double min_height
,
in double max_height
,
in double height_curve
)

Meta