mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +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)
|
|
|