This commit is contained in:
h4570
2022-08-29 19:00:47 +02:00
parent 2ae1ccd761
commit e359bcbe2b
30 changed files with 174 additions and 152 deletions
@@ -13,6 +13,7 @@
#include "debug/debug.hpp"
#include "./mesh_material_frame.hpp"
#include "loaders/3d/builder/mesh_builder_data.hpp"
#include <optional>
namespace Tyra {
@@ -23,11 +24,9 @@ class MeshMaterial {
~MeshMaterial();
bool isMother, lightmapFlag;
u32 id;
std::string name;
std::optional<std::string> textureName;
Color ambient;
std::vector<MeshMaterialFrame*> frames;