25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12345678910111213
  1. D bindings for the Assimp library (http://assimp.sf.net).
  2. ---
  3. These bindings provide access to Assimp's C API. They were directly created
  4. from the C header files.
  5. You should be able to create sufficient DDoc documentation for the bindings
  6. using your favourite build tool (such as Rebuild). Please refer to the main
  7. (Doxygen-generated) documentation for general topics.
  8. Please note that the bindings have only been tested on 32 bit systems, they have
  9. yet to be adapted for the different size of the integer types in 64 bit builds
  10. of Assimp.