An FBX importer and viewer for JavaFX 8.
The FBX importer makes use of Autodesk's FBX SDK. There are both C++ and Java components to build.
First ensure the following are installed
- JDK 1.8 b132+
- Cygwin or MinGW
- Visual Studio 10+
- Autodesk FBX SDK (www.autodesk.com/developfbx)
- Windows SDK
- Gradle
Set the following environment variables
- JAVA_HOME (e.g. C:/Program Files/Java/jdk_1.8.0/)
- VSINSTALLDIR (e.g. C:/Program Files (x86)/Microsoft Visual Studio 11.0/)
- FBX_SDK_HOME (e.g. C:/Program Files/Autodesk/FBX/FBX SDK/2014.1/)
- WIN_SDK_HOME (e.g. C:/Program Files/Microsoft SDKs/Windows/v7.1/)
Open a terminal and run 'gradle' from the project root directory.
Not yet supported. Contributions are welcome.
The sample file 'Zombie.fbx' is provided courtesy of Autodesk.
More samples are included with Autodesk's free FBX Converter (www.autodesk.com/products/fbx/overview).