reading animations

This commit is contained in:
devZoGok
2022-03-09 21:04:45 +02:00
parent e23ee52257
commit 8936266dcb
19 changed files with 132 additions and 56 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ namespace vb01{
public:
enum Type{POINT, DIRECTIONAL, SPOT, AMBIENT};
Light(Type);
Light(Type, std::string = "");
~Light();
void update();
inline void setNode(Node *node){this->node = node;}