Merge branch 'AssimpWIP' of https://github.com/Areloch/Torque3D into development

This commit is contained in:
Areloch 2019-05-04 16:25:16 -05:00
commit a928744b73
909 changed files with 367086 additions and 2721 deletions

View file

@ -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)