CubeCreator: Organization of the Project
 
 
 

The CubeCreator project is located at <yourFBXSDKpath>\examples\UI Examples\CubeCreator\.

CubeCreator has two source files:

Source file Description
SDK_Utility.cxx Contains all the code that calls FBX SDK to create the scene, add the cubes, and add materials, textures and animation to the cubes.This tutorial explains much of the code in this file.
UI.cxx Contains the code that displays the tree view of the scene and that interacts with the user. The code uses FBX SDK to retrieve the scene data that the UI displays in its tree view.This tutorial does not explain any of the code in this file.