Switching rooms

This commit is contained in:
viktorljung
2016-03-03 01:39:12 +01:00
parent e9bbb5ed2a
commit 362378536e
10 changed files with 1375 additions and 716 deletions
+3
View File
@@ -60,9 +60,12 @@ public:
{
std::string NodeName;
double progress;
bool Restart;
double AnimationSpeed;
std::unordered_map<EntityWrapper, double> StartWeights;
};
BlendTree(EntityWrapper ModelEntity, Skeleton* skeleton);
~BlendTree();