This commit is contained in:
arthur.jamet
2021-05-27 15:04:47 +02:00
parent bfe211fea3
commit 70d69b0621
19 changed files with 31 additions and 10581 deletions

View File

@@ -11,7 +11,7 @@ RAY::ModelAnimations::ModelAnimations(const std::string &filePath):
_animationsPtr(LoadModelAnimations(filePath.c_str(), &this->_animationCount))
{
::ModelAnimation *ptr = this->_animationsPtr.get();
printf("%d\n", this->_animationCount);
for (int i = 0; i < this->_animationCount; i++)
this->_animations.push_back(RAY::ModelAnimation(ptr[i]));
}