mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Merge branch 'AssimpWIP' of https://github.com/Areloch/Torque3D into development
This commit is contained in:
commit
a928744b73
909 changed files with 367086 additions and 2721 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