Skip to content

[examples] Add bone blending animation example#5543

Merged
raysan5 merged 1 commit into
raysan5:masterfrom
dmitrii-brand:bone-blending-example
Feb 17, 2026
Merged

[examples] Add bone blending animation example#5543
raysan5 merged 1 commit into
raysan5:masterfrom
dmitrii-brand:bone-blending-example

Conversation

@dmitrii-brand

Copy link
Copy Markdown
Contributor
  • Demonstrates per-bone animation blending for smooth transitions
  • Supports upper/lower body selective blending (walk + attack)
  • Includes uniform blending mode for comparison
  • Uses GPU skinning for performance
  • Follows raylib example conventions

- Demonstrates per-bone animation blending for smooth transitions
- Supports upper/lower body selective blending (walk + attack)
- Includes uniform blending mode for comparison
- Uses GPU skinning for performance
- Follows raylib example conventions
@raysan5 raysan5 changed the title Add bone blending animation example [examples] Add bone blending animation example Feb 10, 2026
@raysan5

raysan5 commented Feb 10, 2026

Copy link
Copy Markdown
Owner

@dmitrii-brand Note that there is another similar example here: #4578, how does it compare?

@dmitrii-brand

Copy link
Copy Markdown
Contributor Author

@dmitrii-brand Note that there is another similar example here: #4578, how does it compare?

This is just an example, it does not make any changes to lib itself.

* - Layering animations (e.g., upper body attack while lower body walks)
*
* Note: Due to limitations in the Apple OpenGL driver, GPU skinning does not work on MacOS
*

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that the header section does not follow required structure, there is no Copyright line, it should be added or it will fail on processing.

@raysan5

raysan5 commented Feb 10, 2026

Copy link
Copy Markdown
Owner

@dmitrii-brand Please, could you rename the example to just models_animation_blending? Also a screenshot needs to be provided, you can capture automatically it from running example with F12.

Also added a comment for review about the header information, copyright data is required, check other examples for reference.

@dmitrii-brand

Copy link
Copy Markdown
Contributor Author

Thanks will do

@raysan5 raysan5 merged commit 4311df1 into raysan5:master Feb 17, 2026
@raysan5

raysan5 commented Feb 17, 2026

Copy link
Copy Markdown
Owner

@dmitrii-brand I'm merging the example, I will review the missing bits. Thanks for the addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants