TDME2 1.9.121
MeshManager_MeshManaged.cpp
Go to the documentation of this file.
2
3#include <string>
4
5#include <tdme/tdme.h>
8
9using std::string;
10
14
15MeshManager_MeshManaged::MeshManager_MeshManaged(const string& id, Object3DNodeMesh* mesh)
16{
17 this->id = id;
18 this->mesh = mesh;
19}
20
22 delete mesh;
23}
Object 3D node mesh specifically for rendering.