![]() |
Public API Reference |
#include <graph3d.h>
Public Attributes | |
| bool | enabled |
| If true then fog is enabled. More... | |
| float | density |
| Density (0 is off). More... | |
| float | red |
| Color (red). More... | |
| float | green |
| Color (green). More... | |
| float | blue |
| Color (blue). More... | |
Definition at line 123 of file graph3d.h.
|
|
Color (blue).
Definition at line 134 of file graph3d.h. Referenced by csSector::SetFog. |
|
|
Density (0 is off).
Definition at line 128 of file graph3d.h. Referenced by csSector::SetFog. |
|
|
If true then fog is enabled.
Definition at line 126 of file graph3d.h. Referenced by csSector::DisableFog, csSector::HasFog, and csSector::SetFog. |
|
|
Color (green).
Definition at line 132 of file graph3d.h. Referenced by csSector::SetFog. |
|
|
Color (red).
Definition at line 130 of file graph3d.h. Referenced by csSector::SetFog. |