new method

This commit is contained in:
devZoGok
2022-11-05 13:56:51 +02:00
parent 012364bbb7
commit afa443cb49
+1
View File
@@ -20,6 +20,7 @@ namespace vb01{
Model(){}
Model(std::string);
~Model();
inline Material* getMaterial(){return material;}
void update();
void setMaterial(Material*);
void setCastShadow(bool);