# 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::CCorner Struct Reference

A corner of a face. More...

#include <mesh.h>

Inheritance diagram for NL3D::CMesh::CCorner

Inheritance graph
[legend]
Collaboration diagram for NL3D::CMesh::CCorner:

Collaboration graph
[legend]
List of all members.

Structures for building a mesh.

 CCorner ()
void serial (NLMISC::IStream &f) throw (NLMISC::EStream)
sint32 Vertex
CVector Normal
 The vertex Id. More...

NLMISC::CUV Uvs [CVertexBuffer::MaxStage]
CRGBA Color
CRGBA Specular

Detailed Description

A corner of a face.

Definition at line 78 of file mesh.h.


Constructor & Destructor Documentation

NL3D::CMesh::CCorner::CCorner ( )
 

Definition at line 912 of file mesh.cpp.


Member Function Documentation

void NL3D::CMesh::CCorner::serial ( NLMISC::IStream & f ) throw (NLMISC::EStream)
 

Definition at line 925 of file mesh.cpp.


Member Data Documentation

CRGBA NL3D::CMesh::CCorner::Color
 

Definition at line 83 of file mesh.h.

CVector NL3D::CMesh::CCorner::Normal
 

The vertex Id.

Definition at line 81 of file mesh.h.

CRGBA NL3D::CMesh::CCorner::Specular
 

Definition at line 84 of file mesh.h.

NLMISC::CUV NL3D::CMesh::CCorner::Uvs[CVertexBuffer::MaxStage]
 

Definition at line 82 of file mesh.h.

sint32 NL3D::CMesh::CCorner::Vertex
 

Definition at line 80 of file mesh.h.


The documentation for this struct was generated from the following files: