#include <lod_character_texture.h>
Definition at line 56 of file lod_character_texture.h.
Public Member Functions | |
void | serial (NLMISC::IStream &f) |
Data Fields | |
uint8 | Q |
uint8 | T |
uint8 | U |
uint8 | V |
|
Definition at line 65 of file lod_character_texture.h. References Q, NLMISC::IStream::serial(), and T.
00066 { 00067 f.serial(T,U,V,Q); 00068 } |
|
Definition at line 63 of file lod_character_texture.h. Referenced by NL3D::CLodCharacterManager::addTextureCompute(), and serial(). |
|
Definition at line 59 of file lod_character_texture.h. Referenced by NL3D::CLodCharacterManager::addTextureCompute(), and serial(). |
|
Definition at line 61 of file lod_character_texture.h. Referenced by NL3D::CLodCharacterManager::addTextureCompute(). |
|
Definition at line 61 of file lod_character_texture.h. Referenced by NL3D::CLodCharacterManager::addTextureCompute(). |