Skip to content

A utility tool to help visualizing FBX `Dag` and `AnimationStack`.

License

Notifications You must be signed in to change notification settings

hamedsabri/FbxViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FbxViz

A utility tool to help visualizing FBX Dag and AnimationStack.

How to use

run fbxviz executable followed by the absolute path to your fbx file.

e.g

cd <install_directory>

./fbxviz <abs_path_to_project>/examples/simple.fbx 
Generated graph to dag.dot successfully!!!
Generated graph to animstack.dot successfully!!!
FBX Sdk destroyed successfully!

How to convert dot to svg or png

dot dag.dot -Tpng -o dag.png
dot dag.dot -Tsvg -o dag.svg

How to build

About

A utility tool to help visualizing FBX `Dag` and `AnimationStack`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published