updateModelAnimation function

void updateModelAnimation(
  1. Model model,
  2. ModelAnimation anim,
  3. int frame
)

Update model animation pose.

Implementation

void updateModelAnimation(Model model, ModelAnimation anim, int frame) {
  return library.UpdateModelAnimation(model.ref, anim.ref, frame);
}