Open Asset Import Library is a library that allow to load a larges series of 3D models according the same API.
- Here the list of the 3D models format that ASSIMP support.
From the website we could read :
"Assimp aims at providing a full asset conversion pipeline for use in game engines / realtime rendering systems of any kind but is not limited to this audience.
The library is designed for maximum stability and flexibility. Written in C++, it is available under a BSD license. A pure C API exists, as well as bindings to various other languages, including Python, D and Blitzmax. Assimp loads models into a straightforward data structure for easy processing by your application. Various post processing steps (such as general optimization or computation of extra data like normal or tangent vectors) can be executed on the imported data to suit your needs."
Source : ASSIMP
No comments:
Post a Comment