![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <MapFile.h>
Public Member Functions | |
| idMapBrushSide (void) | |
| ~idMapBrushSide (void) | |
| const char * | GetMaterial (void) const |
| void | SetMaterial (const char *p) |
| const idPlane & | GetPlane (void) const |
| void | SetPlane (const idPlane &p) |
| void | SetTextureMatrix (const idVec3 mat[2]) |
| void | GetTextureMatrix (idVec3 &mat1, idVec3 &mat2) |
| void | GetTextureVectors (idVec4 v[2]) const |
Protected Attributes | |
| idStr | material |
| idPlane | plane |
| idVec3 | texMat [2] |
| idVec3 | origin |
Friends | |
| class | idMapBrush |
Definition at line 93 of file MapFile.cpp.
|
friend |
1.8.6.