- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user