NL3D::CLodCharacterShape::CBoneInfluence Struct Reference


Detailed Description

A Bone influence: list of all vertices to influence.

Definition at line 264 of file lod_character_shape.h.

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

std::vector< CVertexInfInfVertices
std::string Name


Member Function Documentation

void NL3D::CLodCharacterShape::CBoneInfluence::serial NLMISC::IStream f  ) 
 

Definition at line 495 of file lod_character_shape.cpp.

References InfVertices, NLMISC::IStream::serial(), NLMISC::IStream::serialCont(), and NLMISC::IStream::serialVersion().

00496 {
00497         (void)f.serialVersion(0);
00498 
00499         f.serial(Name);
00500         f.serialCont(InfVertices);
00501 }


Field Documentation

std::vector<CVertexInf> NL3D::CLodCharacterShape::CBoneInfluence::InfVertices
 

Definition at line 270 of file lod_character_shape.h.

Referenced by NL3D::CLodCharacterShape::addBoneAlpha(), and serial().

std::string NL3D::CLodCharacterShape::CBoneInfluence::Name
 

Definition at line 267 of file lod_character_shape.h.


The documentation for this struct was generated from the following files:
Generated on Tue Mar 16 06:49:59 2004 for NeL by doxygen 1.3.6