# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CBlendShape Class Reference

#include <mesh_morpher.h>

List of all members.

Public Methods

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Public Attributes

std::string Name
std::vector< NLMISC::CVectordeltaPos
std::vector< NLMISC::CVectordeltaNorm
std::vector< NLMISC::CVectordeltaTgSpace
std::vector< NLMISC::CUVdeltaUV
std::vector< NLMISC::CRGBAFdeltaCol
std::vector< uint32VertRefs


Member Function Documentation

void NL3D::CBlendShape::serial NLMISC::IStream   f throw (NLMISC::EStream)
 

Definition at line 41 of file mesh_morpher.cpp.


Member Data Documentation

std::vector<NLMISC::CRGBAF> NL3D::CBlendShape::deltaCol
 

Definition at line 50 of file mesh_morpher.h.

std::vector<NLMISC::CVector> NL3D::CBlendShape::deltaNorm
 

Definition at line 47 of file mesh_morpher.h.

std::vector<NLMISC::CVector> NL3D::CBlendShape::deltaPos
 

Definition at line 46 of file mesh_morpher.h.

std::vector<NLMISC::CVector> NL3D::CBlendShape::deltaTgSpace
 

Definition at line 48 of file mesh_morpher.h.

std::vector<NLMISC::CUV> NL3D::CBlendShape::deltaUV
 

Definition at line 49 of file mesh_morpher.h.

std::string NL3D::CBlendShape::Name
 

Definition at line 44 of file mesh_morpher.h.

std::vector<uint32> NL3D::CBlendShape::VertRefs
 

Definition at line 52 of file mesh_morpher.h.


The documentation for this class was generated from the following files: