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

The array per lod. +More... +

+#include <raw_skin.h> +

+List of all members. + + + + + + + + + + + +

Public Methods

void clearArrays ()

Public Attributes

NLMISC::CObjectVector< CRawVertexNormalSkin1,
+ false > 
Vertices1
NLMISC::CObjectVector< CRawVertexNormalSkin2,
+ false > 
Vertices2
NLMISC::CObjectVector< CRawVertexNormalSkin4,
+ false > 
Vertices3
NLMISC::CObjectVector< CRawVertexNormalSkin4,
+ false > 
Vertices4
sint LodId
 What RawSkin lod this cache represent. -1 if NULL. More...

uint MeshDataId
 To see if same Data than in the CMeshMRMGeom. More...

+


Detailed Description

+The array per lod. +

+ +

+Definition at line 79 of file raw_skin.h.


Member Function Documentation

+

+ + + + +
+ + + + + + + + + +
void NL3D::CRawSkinNormalCache::clearArrays  
+
+ + + + + +
+   + + +

+ +

+Definition at line 35 of file raw_skin.cpp. +

+References NLMISC::CObjectVector< CRawVertexNormalSkin4, false >::clear, NLMISC::CObjectVector< CRawVertexNormalSkin2, false >::clear, NLMISC::CObjectVector< CRawVertexNormalSkin1, false >::clear, Vertices1, Vertices2, Vertices3, and Vertices4.

+


Member Data Documentation

+

+ + + + +
+ + +
sint NL3D::CRawSkinNormalCache::LodId +
+
+ + + + + +
+   + + +

+What RawSkin lod this cache represent. -1 if NULL. +

+ +

+Definition at line 92 of file raw_skin.h.

+

+ + + + +
+ + +
uint NL3D::CRawSkinNormalCache::MeshDataId +
+
+ + + + + +
+   + + +

+To see if same Data than in the CMeshMRMGeom. +

+ +

+Definition at line 94 of file raw_skin.h.

+

+ + + + +
+ + +
NLMISC::CObjectVector<CRawVertexNormalSkin1, false> NL3D::CRawSkinNormalCache::Vertices1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 83 of file raw_skin.h. +

+Referenced by clearArrays.

+

+ + + + +
+ + +
NLMISC::CObjectVector<CRawVertexNormalSkin2, false> NL3D::CRawSkinNormalCache::Vertices2 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 85 of file raw_skin.h. +

+Referenced by clearArrays.

+

+ + + + +
+ + +
NLMISC::CObjectVector<CRawVertexNormalSkin4, false> NL3D::CRawSkinNormalCache::Vertices3 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 87 of file raw_skin.h. +

+Referenced by clearArrays.

+

+ + + + +
+ + +
NLMISC::CObjectVector<CRawVertexNormalSkin4, false> NL3D::CRawSkinNormalCache::Vertices4 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 89 of file raw_skin.h. +

+Referenced by clearArrays.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1