]> git.localhorst.tv Git - blobs.git/blobdiff - src/world/Resource.hpp
ingest forgein materials
[blobs.git] / src / world / Resource.hpp
index ad729c80160d8c84973a4a751d62458f1a397437..17df3244955e55e58b2a540666e02f70ad1f0a84 100644 (file)
@@ -3,6 +3,7 @@
 
 #include "../math/glm.hpp"
 
+#include <map>
 #include <string>
 
 
@@ -32,6 +33,8 @@ struct Resource {
 
        glm::dvec3 base_color = glm::dvec3(1.0);
 
+       std::map<int, double> compatibility;
+
 };
 
 }