UFO: Alien Invasion
|
#include <map.h>
Data Fields | |
vec2_t | shift |
vec_t | rotate |
vec2_t | scale |
char | name [MAX_TEXPATH] |
uint32_t | surfaceFlags |
int | value |
char brush_texture_s::name[MAX_TEXPATH] |
texture name - relative to base/textures
Definition at line 37 of file map.h.
Referenced by Check_SetNodraw(), Check_SurfProp(), Check_SurfProps(), CheckMixedFaceContents(), CheckTexturesBasedOnFlags(), ParseBrush(), SetImpliedFlags(), TexinfoForBrushTexture(), and WriteMapBrush().
vec_t brush_texture_s::rotate |
Definition at line 35 of file map.h.
Referenced by ParseBrush(), TexinfoForBrushTexture(), and WriteMapBrush().
vec2_t brush_texture_s::scale |
Definition at line 36 of file map.h.
Referenced by ParseBrush(), TexinfoForBrushTexture(), and WriteMapBrush().
vec2_t brush_texture_s::shift |
Definition at line 34 of file map.h.
Referenced by ParseBrush(), TexinfoForBrushTexture(), and WriteMapBrush().
uint32_t brush_texture_s::surfaceFlags |
Definition at line 38 of file map.h.
Referenced by AdjustBrushesForOrigin(), Check_SetNodraw(), CheckTexturesBasedOnFlags(), ParseBrush(), SetImpliedFlags(), TexinfoForBrushTexture(), and WriteMapBrush().
int brush_texture_s::value |
Definition at line 39 of file map.h.
Referenced by ParseBrush(), TexinfoForBrushTexture(), and WriteMapBrush().