Community
FBX Forum
Welcome to Autodesk’s FBX Forums. Share your knowledge, ask questions, and explore popular FBX topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

FBX SDK problems

1 REPLY 1
Reply
Message 1 of 2
Cmichaelrobison
469 Views, 1 Reply

FBX SDK problems

I downloaded the latest version, ran the installer, then it doesn't show up as an app. I don't get an icon on my desktop nor can I find an executable in the Autodesk file. 

 

I'm trying to convert FBX into binary format. 

 

Cheers

Michael

1 REPLY 1
Message 2 of 2
regalir
in reply to: Cmichaelrobison

The FBX SDK is not an app. It is just a static or dynamic library (.dll, .so, .dylib depending on the OS you are on) and some sample code. You have to build your own application. The package is structured like this (Windows example, but similar on the other platforms):

{install root}
       License.rtf

       readme.txt

       uninstall.exe

      W16_FBX_launch_TX.ico

      FBX_SDK_Online_Documentation.html

      include

      lib

      samples

 

You can go in the samples folder and edit/customize the ConvertScene sample to suit your needs!

Converting from an ascii FBX file to a binary one with samples is really straight forward. You just call the LoadScene(...) first, then SaveScene(). If you set argument pFileFormat to 0 -> binary, 1 -> ascii

 

 

   

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report