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

A mesh information. +More... +

+#include <mesh.h> +

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

Public Attributes

Structures for building a mesh.
sint32 VertexFlags
 the IDRV_VF* flags which tells what vertices data are used. More...

std::vector<CVector> Vertices
std::vector<CSkinWeightSkinWeights
std::vector<CFaceFaces
+


Detailed Description

+A mesh information. +

+ +

+ +

+Definition at line 128 of file mesh.h.


Member Data Documentation

+

+ + + + +
+ + + + + +
+std::vector< CFace > NL3D::CMesh::CMeshBuild::Faces +
+
+ + + + + +
+   + + +

+ +

+Definition at line 142 of file mesh.h.

+

+ + + + +
+ + + + + +
+std::vector< CSkinWeight > NL3D::CMesh::CMeshBuild::SkinWeights +
+
+ + + + + +
+   + + +

+ +

+Definition at line 139 of file mesh.h.

+

+ + + + +
+ + + + + +
+sint32 NL3D::CMesh::CMeshBuild::VertexFlags +
+
+ + + + + +
+   + + +

+the IDRV_VF* flags which tells what vertices data are used. +

+See IDriver::setVertexFormat() for more information. NB: IDRV_VF_XYZ is always considered to true. +

+Definition at line 133 of file mesh.h.

+

+ + + + +
+ + + + + +
+std::vector< CVector > NL3D::CMesh::CMeshBuild::Vertices +
+
+ + + + + +
+   + + +

+ +

+Definition at line 136 of file mesh.h.

+


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