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/a02880.html | 152 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 152 insertions(+) create mode 100644 docs/doxygen/nel/a02880.html (limited to 'docs/doxygen/nel/a02880.html') diff --git a/docs/doxygen/nel/a02880.html b/docs/doxygen/nel/a02880.html new file mode 100644 index 00000000..0113cdb4 --- /dev/null +++ b/docs/doxygen/nel/a02880.html @@ -0,0 +1,152 @@ + + +NeL: NL3D::CMeshGeom::CBoneTmp struct Reference + + + +
+

NL3D::CMeshGeom::CBoneTmp Struct Reference


Detailed Description

+Just for build process. A Bone. +

+ +

+Definition at line 586 of file mesh.h. + + + + + + + + + + + +

Public Member Functions

 CBoneTmp ()

Data Fields

bool Inserted
uint MatrixIdInMB
uint RefCount
+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + +
NL3D::CMeshGeom::CBoneTmp::CBoneTmp  )  [inline]
+
+ + + + + +
+   + + +

+ +

+Definition at line 595 of file mesh.h. +

+References Inserted. +

+

00596                 {
+00597                         RefCount= 0;
+00598                         Inserted=false;
+00599                 }
+
+


Field Documentation

+

+ + + + +
+ + +
bool NL3D::CMeshGeom::CBoneTmp::Inserted +
+
+ + + + + +
+   + + +

+ +

+Definition at line 591 of file mesh.h. +

+Referenced by NL3D::CMeshGeom::buildSkin(), and CBoneTmp().

+

+ + + + +
+ + +
uint NL3D::CMeshGeom::CBoneTmp::MatrixIdInMB +
+
+ + + + + +
+   + + +

+ +

+Definition at line 593 of file mesh.h. +

+Referenced by NL3D::CMeshGeom::buildSkin().

+

+ + + + +
+ + +
uint NL3D::CMeshGeom::CBoneTmp::RefCount +
+
+ + + + + +
+   + + +

+ +

+Definition at line 589 of file mesh.h. +

+Referenced by NL3D::CMeshGeom::buildSkin().

+


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