Skip to content

Commit 0847ecf

Browse files
Renamed UpdateModelAnimationEx() in Model.hpp to BlendAnimation()
1 parent 7f2178b commit 0847ecf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/Model.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ class Model : public ::Model {
136136
}
137137

138138
/**
139-
* Update model animation pose
139+
* Blend two model animation poses
140140
*/
141-
Model& UpdateAnimationsEx(const ::ModelAnimation& animA, float frameA, const ::ModelAnimation& animB, float frameB, float blend) {
141+
Model& BlendAnimation(const ::ModelAnimation& animA, float frameA, const ::ModelAnimation& animB, float frameB, float blend) {
142142
::UpdateModelAnimationEx(*this, animA, frameA, animB, frameB, blend);
143143
return *this;
144144
}

0 commit comments

Comments
 (0)