mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-02 20:10:32 +00:00
WIP of assimp integration.
This commit is contained in:
parent
32c7f2c7a7
commit
bf170ffbca
2135 changed files with 1260856 additions and 7 deletions
|
|
@ -345,6 +345,7 @@ addPath("${srcDir}/module")
|
|||
addPathRec("${srcDir}/T3D/assets")
|
||||
addPathRec("${srcDir}/persistence")
|
||||
addPathRec("${srcDir}/ts/collada")
|
||||
addPathRec("${srcDir}/ts/assimp")
|
||||
addPathRec("${srcDir}/ts/loader")
|
||||
addPathRec("${projectSrcDir}")
|
||||
|
||||
|
|
@ -643,6 +644,7 @@ addLib(convexDecomp)
|
|||
if (TORQUE_OPENGL)
|
||||
addLib(glad)
|
||||
endif()
|
||||
addLib(assimp)
|
||||
|
||||
if(WIN32)
|
||||
# copy pasted from T3D build system, some might not be needed
|
||||
|
|
@ -700,6 +702,7 @@ addDef(BAN_OPCODE_AUTOLINK)
|
|||
addDef(ICE_NO_DLL)
|
||||
addDef(TORQUE_OPCODE)
|
||||
addDef(TORQUE_COLLADA)
|
||||
addDef(TORQUE_ASSIMP)
|
||||
addDef(DOM_INCLUDE_TINYXML)
|
||||
addDef(PCRE_STATIC)
|
||||
addDef(_CRT_SECURE_NO_WARNINGS)
|
||||
|
|
@ -804,6 +807,7 @@ addInclude("${libDir}/libogg/include")
|
|||
addInclude("${libDir}/opcode")
|
||||
addInclude("${libDir}/collada/include")
|
||||
addInclude("${libDir}/collada/include/1.4")
|
||||
addInclude("${libDir}/assimp/include")
|
||||
if(TORQUE_SDL)
|
||||
addInclude("${libDir}/nativeFileDialogs/include")
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue