Update model animation pose, blending two animations.
See also
Other ex functions:
draw_cylinder_ex(),
draw_cylinder_wires_ex(),
draw_line_ex(),
draw_model_ex(),
draw_model_wires_ex(),
draw_poly_lines_ex(),
draw_rectangle_gradient_ex(),
draw_rectangle_lines_ex(),
draw_rectangle_rounded_lines_ex(),
draw_sphere_ex(),
draw_text_ex(),
draw_texture_ex(),
get_directory_file_count_ex(),
get_screen_to_world_ray_ex(),
get_world_to_screen_ex(),
image_text_ex(),
measure_text_ex()
Other model functions:
draw_model(),
draw_model_ex(),
draw_model_wires(),
draw_model_wires_ex(),
get_model_bounding_box(),
is_model_animation_valid(),
is_model_valid(),
load_model(),
load_model_from_mesh(),
set_model_mesh_material(),
set_model_texture(),
unload_model(),
update_model_animation()
Other update functions:
update_model_animation(),
update_music_stream()
Examples
if (FALSE) {
update_model_animation_ex(load_model("model.obj"), anim, 0.0, anim, 0.0, 0.0)
}
