-
Notifications
You must be signed in to change notification settings - Fork 3
Documentation
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.
-
SkeletonImporter
Imports the skeleton joints (bones) -
GeometryImporter
Imports meshes with all vertex channels (including blend weights and indices) -
MaterialImporter
Imports material definitions -
SceneImporter
Imports mesh and controller instances -
AnimationImporter
Imports Skinned Mesh Animations -
LightImporter
Imports light definitions (currently not used by the Content Importer)