mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
WIP of assimp integration.
This commit is contained in:
parent
32c7f2c7a7
commit
bf170ffbca
2135 changed files with 1260856 additions and 7 deletions
11
Engine/lib/assimp/contrib/zlib_note.txt
Normal file
11
Engine/lib/assimp/contrib/zlib_note.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
This is a heavily modified and shrinked version of zlib 1.2.3
|
||||
|
||||
- Removed comments from zlib.h
|
||||
- Removed gzip/zip archive I/O
|
||||
- Removed infback.c
|
||||
- Added Assimp #idefs to exclude it if not needed
|
||||
- Disabled debug macros in zutil.h
|
||||
|
||||
Assimp itself does not use the compression part yet, so
|
||||
it needn't be compiled (trees.c, deflate.c, compress.c).
|
||||
Currently these units are just used by assimp_cmd.
|
||||
Loading…
Add table
Add a link
Reference in a new issue