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