Classes | Typedefs | Functions

src/util/header/MeshData.h File Reference

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

Functions

bool loadMeshData (wchar *filename, MeshData &out)
 Load an indexed mesh from a file.

Typedef Documentation

typedef MeshData* pMeshData

Definition at line 34 of file MeshData.h.


Function Documentation

bool loadMeshData ( wchar filename,
MeshData out 
)

Load an indexed mesh from a file.

Definition at line 39 of file MeshData.cpp.