vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.08k stars 90 forks source link

VOXEDIT: ik solver for editing the transforms #265

Open mgerhardy opened 1 year ago

mgerhardy commented 1 year ago

implement an armature (is a hierarchical collection of bones) class for this that performs the ik solving.

256 might be related

The VXRFormat.cpp contains a few ik parameters for sandbox voxel format. Implementing those might be useful for testing and validating the ik solver. See #182

https://github.com/V-Sekai/many_bone_ik


this will also help to improve on importing animations from e.g. gltf where the animation is done in bones and not via transforms of the meshes

mgerhardy commented 1 year ago