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
+1 -1
View File
@@ -26,7 +26,7 @@ namespace vb01{
Animation *anim = new Animation("anim");
anim->addKeyframeChannel(kc);
channel = new AnimationChannel(controller);
channel = new AnimationChannel();
controller->addAnimationChannel(channel);
controller->addAnimation(anim);
channel->addAnimatable(bone);