|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <model.h>
Public Member Functions | |
| int | FindTexture (int bm_handle) |
| int | FindTexture (char *name) |
| void | PageIn () |
| void | PageOut (bool release) |
| void | Clear () |
| void | ResetToOriginal () |
| texture_map () | |
Public Attributes | |
| texture_info | textures [TM_NUM_TYPES] |
| bool | is_ambient |
| bool | is_transparent |
| void texture_map::Clear | ( | ) |
Definition at line 5389 of file modelinterp.cpp.
Definition at line 5349 of file modelinterp.cpp.
| int texture_map::FindTexture | ( | char * | name | ) |
Definition at line 5361 of file modelinterp.cpp.
| void texture_map::PageIn | ( | ) |
Definition at line 5377 of file modelinterp.cpp.
| void texture_map::PageOut | ( | bool | release | ) |
Definition at line 5383 of file modelinterp.cpp.
| void texture_map::ResetToOriginal | ( | ) |
Definition at line 5398 of file modelinterp.cpp.
| texture_info texture_map::textures[TM_NUM_TYPES] |