From afa443cb49d5ed495723342a685309dd7928507b Mon Sep 17 00:00:00 2001 From: devZoGok Date: Sat, 5 Nov 2022 13:56:51 +0200 Subject: [PATCH] new method --- model.h | 1 + 1 file changed, 1 insertion(+) diff --git a/model.h b/model.h index 434e6f3..b889925 100755 --- a/model.h +++ b/model.h @@ -20,6 +20,7 @@ namespace vb01{ Model(){} Model(std::string); ~Model(); + inline Material* getMaterial(){return material;} void update(); void setMaterial(Material*); void setCastShadow(bool);