Feature : Add first M3-format deta definitions and a prototype importer for M3-models. Many thanks to libm3 for their great work ( see http://code.google.com/p/libm3/ ).
git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@1040 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
@@ -161,7 +161,7 @@ Q3BSPFileImporter::~Q3BSPFileImporter()
|
||||
bool Q3BSPFileImporter::CanRead( const std::string& rFile, IOSystem* /*pIOHandler*/, bool checkSig ) const
|
||||
{
|
||||
if(!checkSig) {
|
||||
return SimpleExtensionCheck( rFile, Q3BSPExtension .c_str() );
|
||||
return SimpleExtensionCheck( rFile, Q3BSPExtension.c_str() );
|
||||
}
|
||||
// TODO perhaps add keyword based detection
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user