Godot Bvh
A downloadable asset pack
Bvh can be used to animate a skeleton.
The zip contains a Godot 4 project with some helper method to read bvh files in Godot.
BvhParser.gd: parses the bvh file and creates a structure BvhJoint
BvhTransformer.gd: implements the Transform3D for godot to use BvhJoint with godot Node3D
Rig,gd is a simple naive implementation of a skeleton with capsules
It is possible to find several bvh for free online to create different animations for example Carnegie Mellon University - CMU Graphics Lab - motion capture library
Please take a look on my other project Touché by Tulip Flame (itch.io)
Download
Download
Godot-Bvh.zip 4.5 MB
Comments
Log in with itch.io to leave a comment.
amazing project! Have you tried implementing the Transform3D to a Godot general skeleton 3D? I am working on a similar project and finding it difficult to deal with the difference in orientation between them. Would love to hear what you think about it!