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

light.h File Reference

Directional or point light source. More...

#include <lescegra/sg/node.h>
#include <lescegra/util/vertex.h>

Include dependency graph for light.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  LsgLight
 Directional or point light source. More...


Defines

#define LSG_LIGHT_H   1
#define LsgLight_update(self, now)   LsgNode_update(&(self)->super, now)
#define LsgLight_clean(self)   LsgNode_clean(&(self)->super)
#define LsgLight_destroy(self)   LsgNode_destroy(&(self)->super)

Functions

LsgLightLsgLight_create (int num)
void LsgLight_init (LsgLight *self, int num)
void LsgLight_display (LsgLight *self, LsgFrustum *frust)
void LsgLight_enable (LsgLight *self)
void LsgLight_disable (LsgLight *self)


Detailed Description

Directional or point light source.


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