From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../structNL3D_1_1CLodCharacterShape_1_1CAnim.html | 301 +++++++++++++++++++++ 1 file changed, 301 insertions(+) create mode 100644 docs/doxygen/nel/structNL3D_1_1CLodCharacterShape_1_1CAnim.html (limited to 'docs/doxygen/nel/structNL3D_1_1CLodCharacterShape_1_1CAnim.html') diff --git a/docs/doxygen/nel/structNL3D_1_1CLodCharacterShape_1_1CAnim.html b/docs/doxygen/nel/structNL3D_1_1CLodCharacterShape_1_1CAnim.html new file mode 100644 index 00000000..64fec2f0 --- /dev/null +++ b/docs/doxygen/nel/structNL3D_1_1CLodCharacterShape_1_1CAnim.html @@ -0,0 +1,301 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# 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: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1