doom3-gpl
Doom 3 GPL source release
|
Go to the source code of this file.
Classes | |
class | CVectorCtl |
Macros | |
#define | EPS 1.0e-6 |
#define | DEFAULT_VEC {0.00, 0.00, 1.00} |
#define | DEFAULT_DIFFUSE RGB( 30, 0, 200) |
#define | DEFAULT_AMBIENT RGB( 20, 20, 20) |
#define | DEFAULT_LIGHT RGB(200, 200, 200) |
#define | DEFAULT_START_BACKGROUND_COLOR RGB( 0, 0, 0) |
#define | DEFAULT_END_BACKGROUND_COLOR RGB(140, 0, 120) |
#define | DEFAULT_SPEC_EXP 25.0 |
#define | VAL_NOT_IN_USE -50000 |
Typedefs | |
typedef void(* | VectorCtlCallbackProc )(idQuat rotation) |
#define DEFAULT_AMBIENT RGB( 20, 20, 20) |
Definition at line 71 of file VectorCtl.h.
#define DEFAULT_DIFFUSE RGB( 30, 0, 200) |
Definition at line 70 of file VectorCtl.h.
#define DEFAULT_END_BACKGROUND_COLOR RGB(140, 0, 120) |
Definition at line 74 of file VectorCtl.h.
#define DEFAULT_LIGHT RGB(200, 200, 200) |
Definition at line 72 of file VectorCtl.h.
#define DEFAULT_SPEC_EXP 25.0 |
Definition at line 75 of file VectorCtl.h.
#define DEFAULT_START_BACKGROUND_COLOR RGB( 0, 0, 0) |
Definition at line 73 of file VectorCtl.h.
#define DEFAULT_VEC {0.00, 0.00, 1.00} |
Definition at line 69 of file VectorCtl.h.
#define EPS 1.0e-6 |
Definition at line 67 of file VectorCtl.h.
#define VAL_NOT_IN_USE -50000 |
Definition at line 76 of file VectorCtl.h.
Definition at line 56 of file VectorCtl.h.