Click or drag to resize

FogModes Enumeration

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
[FlagsAttribute]
public enum Modes
Members
  Member nameValueDescription
Exp1Fog density increases exponentially from the camera (fog = 1/e^(distance * density)).
Exp22Fog density increases at the square of Exp, i.e. even quicker (fog = 1/e^(distance * density)^2).
Height4
See Also