WIP of assimp integration.

This commit is contained in:
Areloch 2019-02-08 16:25:43 -06:00
parent 32c7f2c7a7
commit bf170ffbca
2135 changed files with 1260856 additions and 7 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)