\examples\SceneTreeView\.
The SceneTreeView project is located atSceneTreeView 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, 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.cxx | Contains 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. |