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