animatable types

This commit is contained in:
devZoGok
2022-03-26 15:46:29 +02:00
parent ab9bb1f0e3
commit 910833cc4d
14 changed files with 47 additions and 17 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ using namespace glm;
using namespace std;
namespace vb01{
Light::Light(Type t, string name) : Animatable(name){
Light::Light(Type t, string name) : Animatable(Animatable::LIGHT, name){
this->type = t;
initDepthMap();