Public Member Functions | Public Attributes

MeshData Struct Reference

Structure defining an indexed mesh. More...

#include <MeshData.h>

List of all members.

Public Member Functions

 MeshData ()
 Constructor.
 ~MeshData ()
 Destructor.
void free (void)
 Free the allocated data on the CPU.

Public Attributes

int vertexSize
int vertexCount
int indexCount
Vertexvertices
ushortindices

Detailed Description

Structure defining an indexed mesh.

Definition at line 18 of file MeshData.h.


Constructor & Destructor Documentation

MeshData::MeshData (  ) 

Constructor.

Definition at line 3 of file MeshData.cpp.

MeshData::~MeshData (  ) 

Destructor.

Definition at line 12 of file MeshData.cpp.


Member Function Documentation

void MeshData::free ( void   ) 

Free the allocated data on the CPU.

Definition at line 17 of file MeshData.cpp.


Member Data Documentation

Definition at line 29 of file MeshData.h.

Definition at line 31 of file MeshData.h.

Definition at line 28 of file MeshData.h.

Definition at line 27 of file MeshData.h.

Definition at line 30 of file MeshData.h.


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