Update Readme regarding compat & model format

master
Lars Müller 2022-05-15 15:35:48 +02:00 committed by GitHub
parent ac23e9f7dd
commit ec05529344
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -22,10 +22,10 @@ Depends on [`modlib`](https://github.com/appgurueu/modlib). Code written by Lars
* Animates head, right arm & body
* Also provides support for arbitrary player models, as long as `Head`, `Arm_Right` & `Body` bones exist
* Advantages over `playeranim`:
* Extracts exact animations and bone positions from glTF models
* Extracts exact animations and bone positions from b3d models at runtime (no complex installation)
* Also animates attached players (with restrictions on angles)
* Advantages over `headanim`:
* Provides compatibility for Minetest 5.2.0 and lower
* Provides compatibility back until Minetest 0.4.x (as opposed to `headanim` supporting only 5.3+)
* Head angles are clamped, head can tilt sideways
* Animates right arm & body as well