README 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. Open Asset Import Library (Assimp) Readme
  2. -----------------------------------------
  3. Here you can find information regarding the Asset Import Library:
  4. 1. Overview
  5. 1.1 Supported file formats
  6. 1.2 File structure
  7. 2. Build the Asset Import Library
  8. 3. Help
  9. 4. License
  10. 1. Overview
  11. 1.1 Supported file formats
  12. The Asset Import Library provides a lot of model formats:
  13. - 3DS
  14. - ACE
  15. - DXF
  16. - HMP
  17. - HDO
  18. - MD2
  19. - MD3
  20. - MD5
  21. - MDC
  22. - MDL
  23. - NFF
  24. - PLY
  25. - RAW
  26. - SDM
  27. - SDL
  28. - LWO2
  29. 1.2 File structure
  30. The Asset Import Library is implemented in C++ and provides a c-interface. The directories
  31. are:
  32. /bin Binaries of the Asset Import Library.
  33. /code Code of the Asset Import Library.
  34. /contrib Third-party-libraries used by the Asset Import Library.
  35. /doc Documentation (doxygen generated and data structure as a xml-file)
  36. /include Public headers.
  37. /lib Static libraries.
  38. /obj Object files.
  39. /port Ports to other languages. Java is currently implemented.
  40. /test Unit- and regression tests.
  41. /tools Tools.
  42. /workspaces Build enviroments.
  43. 2. Build the Asset Import Library
  44. Take a look into the INSTALL file.
  45. 3. Help
  46. For more help go to http://assimp.sourceforge.net/ or go to http://www.zfx.info. Or take a look
  47. into the /doc-directory.
  48. 4. License
  49. The license of the Asset Import Library is based on the BSD-License.