# 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::CLodCharacterShape::CAnim Struct Reference

A lod Animation. More...

List of all members.

Public Methods

void serial (NLMISC::IStream &f)

Public Attributes

std::string Name
 Name of the Anim. More...

uint32 NumKeys
 The number of Keys. More...

float AnimLength
 The effective time of the animation. More...

float OOAnimLength
CVector UnPackScaleFactor
 The Scale factor to be multiplied to transform CVector3s to CVector. More...

std::vector< CVector3sKeys
 List of Keys * NumVertices. More...


Detailed Description

A lod Animation.

Definition at line 235 of file lod_character_shape.h.


Member Function Documentation

void NL3D::CLodCharacterShape::CAnim::serial NLMISC::IStream   f
 

Definition at line 480 of file lod_character_shape.cpp.

References AnimLength, Keys, Name, NumKeys, OOAnimLength, NLMISC::IStream::serial, NLMISC::IStream::serialCont, NLMISC::IStream::serialVersion, and UnPackScaleFactor.


Member Data Documentation

float NL3D::CLodCharacterShape::CAnim::AnimLength
 

The effective time of the animation.

Definition at line 242 of file lod_character_shape.h.

Referenced by serial.

std::vector<CVector3s> NL3D::CLodCharacterShape::CAnim::Keys
 

List of Keys * NumVertices.

Definition at line 248 of file lod_character_shape.h.

Referenced by serial.

std::string NL3D::CLodCharacterShape::CAnim::Name
 

Name of the Anim.

Definition at line 238 of file lod_character_shape.h.

Referenced by serial.

uint32 NL3D::CLodCharacterShape::CAnim::NumKeys
 

The number of Keys.

Definition at line 240 of file lod_character_shape.h.

Referenced by serial.

float NL3D::CLodCharacterShape::CAnim::OOAnimLength
 

Definition at line 243 of file lod_character_shape.h.

Referenced by serial.

CVector NL3D::CLodCharacterShape::CAnim::UnPackScaleFactor
 

The Scale factor to be multiplied to transform CVector3s to CVector.

Definition at line 245 of file lod_character_shape.h.

Referenced by serial.


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