Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
shdhw_constants.h File Reference

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
 

Macro Definition Documentation

◆ CV_AMBIENT

#define CV_AMBIENT   24

Definition at line 39 of file shdhw_constants.h.

◆ CV_CONST

#define CV_CONST   0

Definition at line 26 of file shdhw_constants.h.

◆ CV_DIFFUSE

#define CV_DIFFUSE   25

Definition at line 40 of file shdhw_constants.h.

◆ CV_LIGHT_COLOR_0

#define CV_LIGHT_COLOR_0   20

Definition at line 34 of file shdhw_constants.h.

◆ CV_LIGHT_COLOR_1

#define CV_LIGHT_COLOR_1   21

Definition at line 35 of file shdhw_constants.h.

◆ CV_LIGHT_COLOR_2

#define CV_LIGHT_COLOR_2   22

Definition at line 36 of file shdhw_constants.h.

◆ CV_LIGHT_COLOR_3

#define CV_LIGHT_COLOR_3   23

Definition at line 37 of file shdhw_constants.h.

◆ CV_LIGHT_DIRECTION_0

#define CV_LIGHT_DIRECTION_0   16

Definition at line 29 of file shdhw_constants.h.

◆ CV_LIGHT_DIRECTION_1

#define CV_LIGHT_DIRECTION_1   17

Definition at line 30 of file shdhw_constants.h.

◆ CV_LIGHT_DIRECTION_2

#define CV_LIGHT_DIRECTION_2   18

Definition at line 31 of file shdhw_constants.h.

◆ CV_LIGHT_DIRECTION_3

#define CV_LIGHT_DIRECTION_3   19

Definition at line 32 of file shdhw_constants.h.

◆ CV_SPECULAR

#define CV_SPECULAR   26

Definition at line 41 of file shdhw_constants.h.