#include <mrm_mesh.h>
Nevrax France
Definition at line 180 of file mrm_mesh.h.
Public Member Functions | |
void | serial (NLMISC::IStream &f) |
Data Fields | |
uint32 | End |
The end wedge index of the geomorph. | |
uint32 | Start |
The start wedge index of the geomorph. |
|
Definition at line 188 of file mrm_mesh.h. References NLMISC::IStream::serial().
00189 { 00190 f.serial(Start, End); 00191 } |
|
The end wedge index of the geomorph.
Definition at line 185 of file mrm_mesh.h. Referenced by NL3D::CMeshMRMSkinnedGeom::applyGeomorphPosNormalUV0(), NL3D::CMeshMRMGeom::applyGeomorphPosNormalUV0(), NL3D::CMeshMRMSkinnedGeom::applyGeomorphPosNormalUV0Int(), NL3D::CMeshMRMGeom::applyGeomorphWithVBHardPtr(), NL3D::CMRMBuilder::buildFinalMRM(), and NL3D::CMRMBuilder::CGeomPred::operator()(). |
|
The start wedge index of the geomorph.
Definition at line 183 of file mrm_mesh.h. Referenced by NL3D::CMeshMRMSkinnedGeom::applyGeomorphPosNormalUV0(), NL3D::CMeshMRMGeom::applyGeomorphPosNormalUV0(), NL3D::CMeshMRMSkinnedGeom::applyGeomorphPosNormalUV0Int(), NL3D::CMeshMRMGeom::applyGeomorphWithVBHardPtr(), NL3D::CMRMBuilder::buildFinalMRM(), and NL3D::CMRMBuilder::CGeomPred::operator()(). |