mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
added missing commit
This commit is contained in:
@@ -21,6 +21,7 @@ namespace vb01{
|
|||||||
Model(std::string);
|
Model(std::string);
|
||||||
~Model();
|
~Model();
|
||||||
inline Material* getMaterial(){return material;}
|
inline Material* getMaterial(){return material;}
|
||||||
|
inline bool isWireframe(){return wireframe;}
|
||||||
void update();
|
void update();
|
||||||
void setMaterial(Material*);
|
void setMaterial(Material*);
|
||||||
void setCastShadow(bool);
|
void setCastShadow(bool);
|
||||||
|
|||||||
Reference in New Issue
Block a user