18 #ifndef __H__OCULAR_GRAPHICS_OBJ_MESH_METADATA__H__
19 #define __H__OCULAR_GRAPHICS_OBJ_MESH_METADATA__H__
21 #include "Resources/ResourceMetadata.hpp"
22 #include <unordered_map>
55 void setSubmeshMaterialPair(uint32_t submeshIndex, std::string
const& material);
56 std::string getSubmeshMaterialPair(uint32_t submeshIndex)
const;
62 std::unordered_map<uint32_t, std::string> m_SubmeshMaterialPairs;
Note: Once this library is made dynamic, this will no longer be needed.
Definition: Common.hpp:70