GL Studio SCECpp Runtime Library
Public Attributes | List of all members
GlsTriangleMesh::TriangleFace Struct Reference

#include <gls_triangle_mesh.h>

Public Attributes

GlsUInt32 v1
 
GlsUInt32 v2
 
GlsUInt32 v3
 
GlsUInt32 textureIndex
 

Detailed Description

describes a single triangle face in the mesh

Member Data Documentation

GlsUInt32 GlsTriangleMesh::TriangleFace::textureIndex

index of texture for face else GlsTexturePalette::NO_TEXTURE

GlsUInt32 GlsTriangleMesh::TriangleFace::v1

index of first vertex in triangle face

GlsUInt32 GlsTriangleMesh::TriangleFace::v2

index of second vertex in triangle face

GlsUInt32 GlsTriangleMesh::TriangleFace::v3

index of third vertex in triangle face