FogModes Enumeration |
[FlagsAttribute] public enum Modes
| Member name | Value | Description |
|---|---|---|
| Exp | 1 | Fog density increases exponentially from the camera (fog = 1/e^(distance * density)). |
| Exp2 | 2 | Fog density increases at the square of Exp, i.e. even quicker (fog = 1/e^(distance * density)^2). |
| Height | 4 |
Copyright 2026 NeoAxis Group. All rights reserved.