- UPDATE : Add first version of bsp-loader with assimp-internal texture support.

- UPDATE : Actualize docu.

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@835 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
This commit is contained in:
kimmi
2010-11-05 18:45:42 +00:00
parent 8a336e8876
commit 5ef9e63ac6
5 changed files with 169 additions and 20 deletions

View File

@@ -112,12 +112,16 @@ bool Q3BSPFileParser::readData( const std::string &rMapName )
bool Q3BSPFileParser::parseFile()
{
if ( m_Data.empty() )
{
return false;
}
if ( !validateFormat() )
{
return false;
}
// Import the dictionary
// Imports the dictionary of the level
getLumps();
// Conunt data and prepare model data