#include <lod_character_shape.h>
Public Member Functions | |
CPixelInfo (const CVector &pos, const CVector &normal) | |
CPixelInfo () | |
bool | operator== (const CPixelInfo &o) const |
void | serial (NLMISC::IStream &f) |
Data Fields | |
CVector | Normal |
CVector | Pos |
Static Public Attributes | |
const CPixelInfo | EmptyPixel |
|
Definition at line 60 of file lod_character_shape.h.
00060 {} |
|
Definition at line 61 of file lod_character_shape.h. References Normal.
|
|
Definition at line 62 of file lod_character_shape.h.
|
|
Definition at line 67 of file lod_character_shape.h. References Normal, and NLMISC::IStream::serial().
00068 { 00069 f.serial(Pos, Normal); 00070 } |
|
|
|
Definition at line 54 of file lod_character_shape.h. Referenced by NL3D::CLodCharacterShapeBuild::compile(), CPixelInfo(), operator==(), and serial(). |
|
Definition at line 53 of file lod_character_shape.h. Referenced by NL3D::CLodCharacterShapeBuild::compile(), and operator==(). |