# 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: