mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
* Adjustment: Initial CMake reworking.
This commit is contained in:
parent
516163fd5d
commit
d7cdf54661
5394 changed files with 2615532 additions and 8711 deletions
13
Engine/lib/assimp/port/dAssimp/README
Normal file
13
Engine/lib/assimp/port/dAssimp/README
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
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.
|
||||
|
||||
Please note that the bindings have only been tested on 32 bit systems, they have
|
||||
yet to be adapted for the different size of the integer types in 64 bit builds
|
||||
of Assimp.
|
||||
Loading…
Add table
Add a link
Reference in a new issue