assimp/port/dAssimp
klickverbot a5d0829b78 Updated D bindings to the latest C headers (aiGetMaterialTextureCount, comments about UTF-8 in aiString).
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@472 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
2009-08-27 18:44:14 +00:00
..
assimp Updated D bindings to the latest C headers (aiGetMaterialTextureCount, comments about UTF-8 in aiString). 2009-08-27 18:44:14 +00:00
README Added note about the current aiGetMaterialPropetry() exporting bug to the dAssimp README. 2009-07-31 23:04:58 +00:00

README

D bindings for the Assimp library (http://assimp.sf.net).
---

These bindings provide access to Assimp's C API. They were directly created
from the C header files.

You should be able to create sufficient DDoc documentation for the bindings
using your favourite build tool (such as Rebuild). Please refer to the main
(Doxygen-generated) documentation for general topics.

Currently, there is a bug which causes aiGetMaterialProperty() to receive a
wrong name in the dynamic library (the C++ symbol naming convention is used
instead of the plain C name). Since the bindings loader looks up all function
adresses at runtime using the symbol name, this function is not accessible
at the moment.

Please contact <klickverbot@gmail.com> for any bindings-specific issues.