[OgreKit Lua]

Public Member Functions | Friends | List of all members
gsSubMesh Class Reference

Public Member Functions

 gsSubMesh ()
 
 gsSubMesh (gkSubMesh *submesh)
 
 ~gsSubMesh ()
 
gkVertex * getVertex (int nr)
 
int getVertexAmount ()
 
const gkTriangle addTriangle (const gkVertex &v0, unsigned int i0, const gkVertex &v1, unsigned int i1, const gkVertex &v2, unsigned int i2)
 
gkMaterialProperties & getMaterial (void)
 
void setUVCount (int count)
 
int getUVCount ()
 
void setMaterialName (const gkString &materialName)
 

Friends

class gsMesh
 

Constructor & Destructor Documentation

gsSubMesh::gsSubMesh ( )
gsSubMesh::gsSubMesh ( gkSubMesh *  submesh)
gsSubMesh::~gsSubMesh ( )

Member Function Documentation

const gkTriangle gsSubMesh::addTriangle ( const gkVertex &  v0,
unsigned int  i0,
const gkVertex &  v1,
unsigned int  i1,
const gkVertex &  v2,
unsigned int  i2 
)
gkMaterialProperties& gsSubMesh::getMaterial ( void  )
inline
int gsSubMesh::getUVCount ( )
inline
gkVertex* gsSubMesh::getVertex ( int  nr)
inline
int gsSubMesh::getVertexAmount ( )
inline
void gsSubMesh::setMaterialName ( const gkString &  materialName)
void gsSubMesh::setUVCount ( int  count)
inline

Friends And Related Function Documentation

friend class gsMesh
friend