SceneTreeView: Organization of the project
 
 
 

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

SceneTreeView has two source files:

Source file Description
SDK_Utility.cxx Contains platform-independent code that calls FBX SDK to create the scene, import the file, retrieve data from each node in the scene graph, 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 interacts with the user and with Windows, and traverses the scene graph to display the tree view of the scene. The code contains some calls to FBX SDK.