Skip to content

Instantly share code, notes, and snippets.

@Kirandeep-Singh-Khehra
Kirandeep-Singh-Khehra / kiran_ray_modelanimation_adv.c
Created December 19, 2024 14:35
Simple implementation of multiple animation blend and helper function for Raylib 3d ModelAnimation.
/*
Simple functon to blend n different RayLib 3d ModelAnimations. This function just update bones. So, skinning shader is required.
*/
#ifndef _KIRAN_RAY_MODELANIMATION_ADV_
#define _KIRAN_RAY_MODELANIMATION_ADV_
#include "raylib.h"
#include "rlgl.h"
#include "raymath.h"