« Return to Thread: Potentially useful 3D file format importer API

Potentially useful 3D file format importer API

by Daniel Scott Matthews :: Rate this Message:

Reply to Author | View in Thread

http://assimp.sourceforge.net/

Open Asset Import Library (Short name: Assimp) is a free library to
import various well-known 3D model formats into applications. The
library has been designed for maximum stability and efficiency.
Written in C++, it is licensed under the BSD license. The API is
provided for both C and C++, ports for other languages like Java, C#
and Python are in preparation.

The library loads models in a straightforward in-memory format that
can be easily read and processed by applications. Various post
processing steps can be executed on the imported data to optimize it
for a particular purpose.

------------------------------------------------------------------------------
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

 « Return to Thread: Potentially useful 3D file format importer API