lights color animation reading

This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 9e0d64f63f
commit c241c6cac8
6 changed files with 39 additions and 6 deletions
+1
View File
@@ -42,6 +42,7 @@ namespace vb01{
std::map<std::string, std::string> relationships;
std::vector<std::string*> driverSetups;
Skeleton *currentSkeleton = nullptr;
Light *currentLight = nullptr;
std::vector<Skeleton*> skeletons;
std::vector<Mesh*> meshes;
std::vector<Node*> nodes;