Organization of the SceneTreeView project
 
 
 

The SceneTreeView project is located at\examples\SceneTreeView\.

SceneTreeView has two source files:

Source fileDescription
SDK_Utility.cxxContains platform-independent code that calls FBX SDK to create the scene, import the file, and 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.cxxContains the code that interacts with the user and with Windows; and that traverses the scene graph to display the tree view of the scene. The code contains some calls to FBX SDK.