Go to the source code of this file.
Macros | |
| #define | CV_CONST 0 |
| #define | CV_LIGHT_DIRECTION_0 16 |
| #define | CV_LIGHT_DIRECTION_1 17 |
| #define | CV_LIGHT_DIRECTION_2 18 |
| #define | CV_LIGHT_DIRECTION_3 19 |
| #define | CV_LIGHT_COLOR_0 20 |
| #define | CV_LIGHT_COLOR_1 21 |
| #define | CV_LIGHT_COLOR_2 22 |
| #define | CV_LIGHT_COLOR_3 23 |
| #define | CV_AMBIENT 24 |
| #define | CV_DIFFUSE 25 |
| #define | CV_SPECULAR 26 |
| #define CV_AMBIENT 24 |
Definition at line 39 of file shdhw_constants.h.
| #define CV_CONST 0 |
Definition at line 26 of file shdhw_constants.h.
| #define CV_DIFFUSE 25 |
Definition at line 40 of file shdhw_constants.h.
| #define CV_LIGHT_COLOR_0 20 |
Definition at line 34 of file shdhw_constants.h.
| #define CV_LIGHT_COLOR_1 21 |
Definition at line 35 of file shdhw_constants.h.
| #define CV_LIGHT_COLOR_2 22 |
Definition at line 36 of file shdhw_constants.h.
| #define CV_LIGHT_COLOR_3 23 |
Definition at line 37 of file shdhw_constants.h.
| #define CV_LIGHT_DIRECTION_0 16 |
Definition at line 29 of file shdhw_constants.h.
| #define CV_LIGHT_DIRECTION_1 17 |
Definition at line 30 of file shdhw_constants.h.
| #define CV_LIGHT_DIRECTION_2 18 |
Definition at line 31 of file shdhw_constants.h.
| #define CV_LIGHT_DIRECTION_3 19 |
Definition at line 32 of file shdhw_constants.h.
| #define CV_SPECULAR 26 |
Definition at line 41 of file shdhw_constants.h.