#include "object.h"Go to the source code of this file.
Classes |
|
| class | GenLight |
Defines |
|
| #define | OMNI_LIGHT 0 |
| #define | TSPOT_LIGHT 1 |
| #define | DIR_LIGHT 2 |
| #define | FSPOT_LIGHT 3 |
| #define | TDIR_LIGHT 4 |
| #define | NUM_LIGHT_TYPES 5 |
| #define | DECAY_NONE 0 |
| #define | DECAY_INV 1 |
| #define | DECAY_INVSQ 2 |
| #define | ATTEN1_START 0 |
| #define | ATTEN1_END 1 |
| #define | ATTEN_START 2 |
| #define | ATTEN_END 3 |
| #define | RECT_LIGHT 0 |
| #define | CIRCLE_LIGHT 1 |
| #define OMNI_LIGHT 0 |
Definition at line 17 of file genlight.h.
| #define TSPOT_LIGHT 1 |
Definition at line 18 of file genlight.h.
| #define DIR_LIGHT 2 |
Definition at line 19 of file genlight.h.
| #define FSPOT_LIGHT 3 |
Definition at line 20 of file genlight.h.
| #define TDIR_LIGHT 4 |
Definition at line 21 of file genlight.h.
| #define NUM_LIGHT_TYPES 5 |
Definition at line 23 of file genlight.h.
| #define DECAY_NONE 0 |
Definition at line 25 of file genlight.h.
| #define DECAY_INV 1 |
Definition at line 26 of file genlight.h.
| #define DECAY_INVSQ 2 |
Definition at line 27 of file genlight.h.
| #define ATTEN1_START 0 |
Definition at line 30 of file genlight.h.
| #define ATTEN1_END 1 |
Definition at line 31 of file genlight.h.
| #define ATTEN_START 2 |
Definition at line 32 of file genlight.h.
| #define ATTEN_END 3 |
Definition at line 33 of file genlight.h.
| #define RECT_LIGHT 0 |
Definition at line 36 of file genlight.h.
| #define CIRCLE_LIGHT 1 |
Definition at line 37 of file genlight.h.