Skip to content
Bunkerbewohner edited this page Aug 20, 2011 · 2 revisions

The Content Importer provided by this library processes a COLLADA document incrementally by subsequently loading different parts (such as geometry or material libraries) of the COLLADA document. The order of the steps is of relevance in some cases, since some parts reference data within other parts.

  1. SkeletonImporter
    Imports the skeleton joints (bones)
  2. GeometryImporter
    Imports meshes with all vertex channels (including blend weights and indices)
  3. MaterialImporter
    Imports material definitions
  4. SceneImporter
    Imports mesh and controller instances
  5. AnimationImporter
    Imports Skinned Mesh Animations
  6. LightImporter
    Imports light definitions (currently not used by the Content Importer)
Clone this wiki locally