Mesh loading class header file. More...
#include <map>
#include <VR3Map.h>
Go to the source code of this file.
Classes | |
class | VR3MeshManager |
The mesh managing static class. More... | |
struct | VR3MeshManager::MapElement |
An element in the mesh map. More... |
Mesh loading class header file.
This header file contains the VR3MeshManager class declaration. This class may be only used statically and provides the functionalities necessary to load a mesh from a file. Meshes are managed to avoid multiple instantiation of a mesh from the same file.
Definition in file VR3MeshManager.h.