#include "../../util/pch.h"
Go to the source code of this file.
Classes | |
struct | Vertex |
Structure defining a vertex. More... | |
struct | MeshData |
Structure defining an indexed mesh. More... | |
Typedefs | |
typedef MeshData * | pMeshData |
Functions | |
bool | loadMeshData (wchar *filename, MeshData &out) |
Load an indexed mesh from a file. |
Definition at line 34 of file MeshData.h.
Load an indexed mesh from a file.
Definition at line 39 of file MeshData.cpp.