expanded light sample

minor improvements
This commit is contained in:
devZoGok
2021-10-19 19:06:41 +03:00
parent 1d102d091f
commit 9aa2981e70
11 changed files with 60 additions and 14 deletions
+5
View File
@@ -40,4 +40,9 @@ namespace vb01{
}
return anim;
}
void AnimationController::addAnimationChannel(AnimationChannel *channel){
channels.push_back(channel);
channel->setAnimationController(this);
}
}