#include <mesh_mrm.h>
Public Member Functions | |
bool | operator< (const CShadowVertex &v) const |
bool | operator== (const CShadowVertex &v) const |
void | serial (NLMISC::IStream &f) |
Data Fields | |
uint32 | MatrixId |
CVector | Vertex |
|
Definition at line 309 of file mesh_mrm.h. References v.
|
|
Definition at line 305 of file mesh_mrm.h. References v.
|
|
Definition at line 296 of file mesh_mrm.h. References NLMISC::IStream::serial(), and NLMISC::IStream::serialVersion().
00297 { 00298 (void)f.serialVersion(0); 00299 00300 f.serial(Vertex); 00301 f.serial(MatrixId); 00302 } |
|
Definition at line 295 of file mesh_mrm.h. |
|
Definition at line 294 of file mesh_mrm.h. |