README 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. - ASE
  15. - DXF
  16. - HMP
  17. - MD2
  18. - MD3
  19. - MD5
  20. - MDC
  21. - MDL
  22. - NFF
  23. - PLY
  24. - STL
  25. - X
  26. - LWO
  27. - OBJ
  28. - SMD
  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. The Java port is not yet finished, but
  40. the Java part of the interface is fixed. So: you can't use it, but
  41. you can see how it will look like.
  42. /test Unit- and regression tests.
  43. /tools Tools.
  44. /workspaces Build enviroments.
  45. 2. Build the Asset Import Library
  46. Take a look into the INSTALL file.
  47. 3. Help
  48. For more help go to http://assimp.sourceforge.net/ or go to http://www.zfx.info. Or take a look
  49. into the /doc-directory.
  50. 4. License
  51. The license of the Asset Import Library is based on the BSD-License.