
Public static final String AI_CONFIG_IMPORT_NO_SKELETON_MESHES = "IMPORT_NO_SKELETON_MESHES" * Skeleton dummy meshes are generated as a visualization aid in cases which the input data contains no geometry, but only animation data. * Global setting to disable generation of skeleton dummy meshes Public static final String AI_CONFIG_GLOB_MEASURE_TIME = "GLOB_MEASURE_TIME" See the Performance Page for more information on this topic. * If enabled, measures the time needed for each part of the loading process (i.e. * Drop dummy bones introduced somewhere in your content pipeline * Remove unrequired materials, effectively detect and merge duplicates * Validate the output structure to ensure maximum data integrity * Optimize meshes & nodes for fewer drawcalls * Collapse the scene graph, transform everything to world coordinates * Compute "smooth" per-vertex normal vectors * Split large meshes to overcome GPU limitations (i.e. * Join identical vertices, optimize indexing * Split meshes to avoid exceeding bone count limits * Limit weights affecting a single vertex

* Convert from right-handed to left-handed space * Industry Foundation Classes (IFC/Step) (. * COMMON INTERCHANGE FORMATS (An asterisk indicates limited support) * Due to its export interface, Assimp serves as general-purpose 3D model converter

And there's even a workaround to compile Assimp without boost - with some minor limitations. * No external dependencies except boost (zlib and irrxml are also needed, but they're included in the repository so you don't need to bother). * Supports embedded textures, both compressed (e.g. * Loads multiple UV and vertex color channels (current limit is 8) * Imports bones, vertex weights and animations (i.e. quick file stats, convert models, extract embedded textures) from the shell * Command-line interface to perform common operations (i.e.

* Core interface / API is provided for both C++ and C * Contains bindings to the Assimp library.
