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/a02860.html | 153 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 153 insertions(+) create mode 100644 docs/doxygen/nel/a02860.html (limited to 'docs/doxygen/nel/a02860.html') diff --git a/docs/doxygen/nel/a02860.html b/docs/doxygen/nel/a02860.html new file mode 100644 index 00000000..82d82137 --- /dev/null +++ b/docs/doxygen/nel/a02860.html @@ -0,0 +1,153 @@ + + +NeL: NL3D::CMesh::CFace struct Reference + + + +
+

NL3D::CMesh::CFace Struct Reference

#include <mesh.h> +

+


Detailed Description

+A Triangle face. +

+ +

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

Public Member Functions

void serial (NLMISC::IStream &f) throw (NLMISC::EStream)

Data Fields

CCorner Corner [3]
sint32 MaterialId
sint32 SmoothGroup
+


Member Function Documentation

+

+ + + + +
+ + + + + + + + + + +
void NL3D::CMesh::CFace::serial NLMISC::IStream f  )  throw (NLMISC::EStream)
+
+ + + + + +
+   + + +

+ +

+Definition at line 2212 of file mesh.cpp. +

+

02213 {
+02214         for(int i=0;i<3;++i) 
+02215                 f.serial(Corner[i]);
+02216         f.serial(MaterialId);
+02217         f.serial(SmoothGroup);
+02218 }
+
+


Field Documentation

+

+ + + + +
+ + +
CCorner NL3D::CMesh::CFace::Corner[3] +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CIGSurfaceLightBuild::addDebugMeshFaces(), NL3D::BuildTangentSpace(), NL3D::CreateDummyMesh(), and NL3D::CMeshGeom::CFaceTmp::operator=().

+

+ + + + +
+ + +
sint32 NL3D::CMesh::CFace::MaterialId +
+
+ + + + + +
+   + + +

+ +

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

+Referenced by NL3D::CIGSurfaceLightBuild::addDebugMeshFaces(), NL3D::CreateDummyMesh(), and NL3D::CMeshGeom::CFaceTmp::operator=().

+

+ + + + +
+ + +
sint32 NL3D::CMesh::CFace::SmoothGroup +
+
+ + + + + +
+   + + +

+ +

+Definition at line 105 of file mesh.h.

+


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