Updates to TXP plugin from Nick.

This commit is contained in:
Robert Osfield
2004-01-02 17:30:05 +00:00
parent bf9af3f940
commit 3034112577
13 changed files with 788 additions and 612 deletions

View File

@@ -142,14 +142,11 @@ TXPArchive *ReaderWriterTXP::getArchive(int id, const std::string& dir)
return NULL;
}
/*
// We load the models on demand
if (archive->loadModels() == false)
{
ReaderWriterTXPERROR("getArchive()") << "failed to load models from archive: \"" << archiveName << "\"" << std::endl;
return NULL;
}
*/
if (archive->loadLightAttributes() == false)
{