mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Debug tool that prints out the skeleton hierarchy of fbx files including joint indices, bindPose and defaultPoses. The verbose option also prints the full FBX transformation set, pre/post rotations etc.
4 lines
120 B
CMake
4 lines
120 B
CMake
set(TARGET_NAME skeleton-dump)
|
|
setup_hifi_project(Core Widgets)
|
|
link_hifi_libraries(shared fbx model gpu gl animation)
|
|
|