mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
WIP of assimp integration.
This commit is contained in:
parent
32c7f2c7a7
commit
bf170ffbca
2135 changed files with 1260856 additions and 7 deletions
|
|
@ -30,7 +30,9 @@
|
|||
|
||||
using namespace ColladaUtils;
|
||||
|
||||
String cleanString(const String& str)
|
||||
#ifndef TORQUE_ASSIMP
|
||||
|
||||
String AppMaterial::cleanString(const String& str)
|
||||
{
|
||||
String cleanStr(str);
|
||||
|
||||
|
|
@ -46,6 +48,8 @@ String cleanString(const String& str)
|
|||
return cleanStr;
|
||||
}
|
||||
|
||||
#endif // !TORQUE_ASSIMP
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
ColladaAppMaterial::ColladaAppMaterial(const char* matName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue