gfx.fog.fog_mode

Client

Enumeration of supported fog density calculation modes


Values

ConstantDescription
gfx.fog.fog_mode.EXPONENTIALFog density increases exponentially with distance from the camera
Refer gfx.fog.set_density
gfx.fog.fog_mode.DEPTHFog is applied across a defined depth range
Refer gfx.fog.set_depth_begin and gfx.fog.set_depth_end

On this page