#include <lescegra/sg/group.h>
Include dependency graph for fog.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | LsgFog |
| Fog effect. More... | |
Defines | |
| #define | LSG_FOG_H 1 |
| #define | LsgFog_clean(self) LsgGroup_clean(&(self)->super) |
| #define | LsgFog_update(self, now) LsgGroup_update(&(self)->super, now) |
| #define | LsgFog_destroy(self) LsgGroup_destroy(&(self)->super) |
Enumerations | |
| enum | LsgFogType { FOG_LINEAR, FOG_EXP, FOG_EXP2 } |
Functions | |
| LsgFog * | LsgFog_create (enum LsgFogType type) |
| void | LsgFog_init (LsgFog *self, enum LsgFogType type) |
| void | LsgFog_display (LsgFog *self, LsgFrustum *frust) |