a mirror for the AssImp utilities

aramis_acg 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. 15 yıl önce
code 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. 15 yıl önce
contrib 50264941dd [2972343] LightWave/modo patch. See http://sourceforge.net/tracker/index.php?func=detail&aid=2972343&group_id=226462&atid=1067634 15 yıl önce
doc ce71d7c775 Remove ambiguous note on wildcards from assimp_cmd doc. 15 yıl önce
include 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. 15 yıl önce
packaging 79c14ce896 Strip 'M' from svnversion's output if the current working copy is modified (mkrev.bat). 15 yıl önce
port 11aa5c339d On request, merged current state of the SWIG bindings for the D programming language. 15 yıl önce
samples 14283aa036 - FEATURE : Add improved OpenGL sample sent by Brad Grantham, many thanks for your work! 16 yıl önce
scripts 874fe086bb Remove SWIG_WIP folder. 15 yıl önce
test 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. 15 yıl önce
tools c58dcee5b9 Add 'testbatchload' verb to assimp_cmd. It expects a list of input files and loads them all. This is intended to test reusability of a single importer. Not mentioned in doc. 15 yıl önce
workspaces 4c1b5a532d Add first WIP version of a TrueSpace loader. Currently only ASCII COB/SCNs are supported. 15 yıl önce
CMakeLists.txt 9343c3b28f Only use bin/ and lib/ as output directories if doing an in-source build. 15 yıl önce
CREDITS 07558b15a3 Update CREDITS. 15 yıl önce
INSTALL f7aa189118 Add assimp command line tools to CMAKE build. Add it to make install as well. Needs more testing on different systems. 15 yıl önce
LICENSE 7edb0c482e Added exception to the LICENSE file which applies to test models. 16 yıl önce
README 1a4ef72ffb Add 'noboost=1' and 'shared=1' parameter to SConstruct. Update INSTALL AND README. 15 yıl önce
revision.h 7877f3fe6f Fixed a pathname separator issue on Mac OS X. 15 yıl önce

README

Open Asset Import Library (Assimp) Readme
-----------------------------------------

Here you can find information regarding Open Asset Import Library:

1. Overview
1.1 Supported file formats
1.2 File structure
2. Build the Asset Import Library
3. Help
4. License


1. Overview
1.1 Supported file formats

The Asset Import Library provides a lot of model formats:
- 3DS
- ASE
- DXF
- HMP
- MD2
- MD3
- MD5
- MDC
- MDL
- NFF
- PLY
- STL
- X
- LWO
- OBJ
- SMD
- Collada
- LWO
- Ogre XML
- partly LWS
- .. maybe some more ...

1.2 File structure

Open Asset Import Library is implemented in C++ and provides a c-interface. The directories
are:

/bin Binaries of the Asset Import Library.
/code Code of the Asset Import Library.
/contrib Third-party-libraries used by the Asset Import Library.
/doc Documentation (doxygen generated and data structure as a xml-file)
/include Public headers.
/lib Static libraries.
/obj Object files.
/port Ports to other languages. The Java port is not yet finished, but
the Java part of the interface is fixed. So: you can't use it, but
you can see how it will look like.
/test Unit- and regression tests.
/tools Tools.
/workspaces Build enviroments.


2. Build the Asset Import Library

Take a look into the INSTALL file.


3. Help

For more help go to http://assimp.sourceforge.net/ or go to http://www.zfx.info. Or take a look
into the /doc-directory.


4. License

The license of the Asset Import Library is based on the BSD-License.