#include "texCoordGen.h"
#include <arrayGutz.h>
#include <mathGutz.h>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | glift |
Defines | |
#define | GLIFT_NONE 0 |
Define Bitwise OR-able constants to specify texture coord names. | |
#define | GLIFT_S_BIT 1 |
#define | GLIFT_T_BIT 2 |
#define | GLIFT_R_BIT 4 |
#define | GLIFT_Q_BIT 8 |
|
Define Bitwise OR-able constants to specify texture coord names.
Definition at line 37 of file texConst.h. Referenced by glift::TexConst::operator()(), and glift::TexConst::TexConst(). |
|
Definition at line 41 of file texConst.h. |
|
Definition at line 40 of file texConst.h. |
|
Definition at line 38 of file texConst.h. |
|
Definition at line 39 of file texConst.h. |