TDME2 1.9.121
|
Mesh manager. More...
#include <tdme/engine/subsystems/manager/MeshManager.h>
Public Member Functions | |
MeshManager () | |
Public constructor. More... | |
~MeshManager () | |
Destructor. More... | |
Object3DNodeMesh * | getMesh (const string &meshId) |
Get mesh from managed meshes. More... | |
void | addMesh (const string &meshId, Object3DNodeMesh *mesh) |
Adds a mesh to manager. More... | |
void | removeMesh (const string &meshId) |
Removes a mesh from manager. More... | |
Private Attributes | |
unordered_map< string, MeshManager_MeshManaged * > | meshes |
MeshManager | ( | ) |
Public constructor.
Definition at line 19 of file MeshManager.cpp.
~MeshManager | ( | ) |
Destructor.
Definition at line 23 of file MeshManager.cpp.
void addMesh | ( | const string & | meshId, |
Object3DNodeMesh * | mesh | ||
) |
Adds a mesh to manager.
meshId | mesh id |
mesh | mesh |
Definition at line 42 of file MeshManager.cpp.
Object3DNodeMesh * getMesh | ( | const string & | meshId | ) |
Get mesh from managed meshes.
meshId | mesh id |
Definition at line 29 of file MeshManager.cpp.
void removeMesh | ( | const string & | meshId | ) |
Removes a mesh from manager.
meshId | mesh id |
Definition at line 51 of file MeshManager.cpp.
|
private |
Definition at line 25 of file MeshManager.h.