guillaumeblanc / ozz-animation

Open source c++ skeletal animation library and toolset
http://guillaumeblanc.github.io/ozz-animation/
Other
2.46k stars 302 forks source link

fbx2ozz.exe is not available. I built with visual studio2017. Then I tried cmake-gui, still not work #97

Closed 2226415223 closed 4 years ago

2226415223 commented 4 years ago

ozz

guillaumeblanc commented 4 years ago

Hi,

cmake automatically detects availability of fbx sdk, which is required to build fbx2ozz. You should find logs during cmake generation step telling if it was found. Can you check?

Cheers, Guillaume

2226415223 commented 4 years ago

Solved, thanks.