Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

fog.h File Reference

Fog effect. More...

#include <lescegra/sg/group.h>

Include dependency graph for fog.h:

Include dependency graph

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

Included by dependency graph

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

LsgFogLsgFog_create (enum LsgFogType type)
void LsgFog_init (LsgFog *self, enum LsgFogType type)
void LsgFog_display (LsgFog *self, LsgFrustum *frust)


Detailed Description

Fog effect.


(c) 2003, by Enno Cramer
generated on 13 Jul 2003
lescegra - doxygen