Show in Contents

Add to Favorites

Home: Autodesk FBX SDK Progammer's Guide
 ImportExport tutorial program

Sample programs

SceneTreeView: the user interface
                
               
             
             
            
            SceneTreeView tutorial
                  program
          
       
       
       
       
      Shows how to traverse
         all the nodes in an FBX scene, and how to determine the content
         of each node, i.e., whether a node contains a camera, a light, a mesh,
         etc. Operations include:
      
         - Getting a reference to the root node
            of a scene.
         
 
         - Getting references to each of the child
            nodes.
         
 
         - Getting references in both directions
            of a two-way relationship.
         
 
         - Getting a node’s properties as a point
            in space.
         
 
         - Getting a node’s attribute type and contents.
         
 
      
      NoteBuilds and runs on
            Windows only.
         
       
      See Traversing the Scene Graph.