This commit is contained in:
luiscuenca 2018-01-04 11:43:51 -07:00
parent 28d9409bf0
commit ef0164c272
3 changed files with 109 additions and 109 deletions

View file

@ -222,7 +222,7 @@ void MySkeletonModel::updateRig(float deltaTime, glm::mat4 parentTransform) {
auto orientation = myAvatar->getLocalOrientation();
_rig.computeMotionAnimationState(deltaTime, position, velocity, orientation, ccState);
//// evaluate AnimGraph animation and update jointStates.
// evaluate AnimGraph animation and update jointStates.
Model::updateRig(deltaTime, parentTransform);
Rig::EyeParameters eyeParams;