mirror of
https://github.com/devZoGok/vb01.git
synced 2026-08-26 19:43:30 +00:00
expanded light sample
minor improvements
This commit is contained in:
@@ -40,4 +40,9 @@ namespace vb01{
|
||||
}
|
||||
return anim;
|
||||
}
|
||||
|
||||
void AnimationController::addAnimationChannel(AnimationChannel *channel){
|
||||
channels.push_back(channel);
|
||||
channel->setAnimationController(this);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user