Kariaro / VRigUnity

VRM hand tracking using mediapipe
https://discord.com/invite/Enaup9TJPd
MIT License
172 stars 32 forks source link

Export mocap data #51

Closed Kariaro closed 1 year ago

Kariaro commented 1 year ago

Add a recording button to export/save mocap data that should be able to be imported into tools like blender

Kariaro commented 1 year ago

https://github.com/A-Ribeiro/CustomBlenderFBXExporter/tree/main/blender_3_4_X/io_scene_fbx_custom

Find a minimalistic way to export the mocap data using this as a template

Kariaro commented 1 year ago

Best format is probably BVH. This format is much simpler to generate from c#

Kariaro commented 1 year ago

A branch has been created feature/mocap-export