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/a02806.html | 120 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 docs/doxygen/nel/a02806.html (limited to 'docs/doxygen/nel/a02806.html') diff --git a/docs/doxygen/nel/a02806.html b/docs/doxygen/nel/a02806.html new file mode 100644 index 00000000..755fa192 --- /dev/null +++ b/docs/doxygen/nel/a02806.html @@ -0,0 +1,120 @@ + + +NeL: NL3D::CLodCharacterShape::CVertexInf struct Reference + + + +
+

NL3D::CLodCharacterShape::CVertexInf Struct Reference

+ + + + + + + + + +

Public Member Functions

void serial (NLMISC::IStream &f)

Data Fields

float Influence
uint32 VertexId
+

Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CLodCharacterShape::CVertexInf::serial NLMISC::IStream f  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 256 of file lod_character_shape.h. +

+References NLMISC::IStream::serial(), and VertexId. +

+

00257                 {
+00258                         f.serial(VertexId);
+00259                         f.serial(Influence);
+00260                 }
+
+


Field Documentation

+

+ + + + +
+ + +
float NL3D::CLodCharacterShape::CVertexInf::Influence +
+
+ + + + + +
+   + + +

+ +

+Definition at line 254 of file lod_character_shape.h. +

+Referenced by NL3D::CLodCharacterShape::buildMesh().

+

+ + + + +
+ + +
uint32 NL3D::CLodCharacterShape::CVertexInf::VertexId +
+
+ + + + + +
+   + + +

+ +

+Definition at line 252 of file lod_character_shape.h. +

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

+


The documentation for this struct was generated from the following file: +
Generated on Tue Mar 16 06:49:59 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1