#include <mesh_mrm_skinned.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 275 of file mesh_mrm_skinned.h. References v.
|
|
Definition at line 271 of file mesh_mrm_skinned.h. References v.
|
|
Definition at line 262 of file mesh_mrm_skinned.h. References NLMISC::IStream::serial(), and NLMISC::IStream::serialVersion().
00263 { 00264 (void)f.serialVersion(0); 00265 00266 f.serial(Vertex); 00267 f.serial(MatrixId); 00268 } |
|
Definition at line 261 of file mesh_mrm_skinned.h. |
|
Definition at line 260 of file mesh_mrm_skinned.h. |