Updates from Nick.

Added support for OSG_TXP_DEFAULT_MAX_ANISOTROPY to override the default make
anistropy in textures.
This commit is contained in:
Robert Osfield
2003-12-23 13:02:13 +00:00
parent 2747c0aa41
commit 5cc98a420d
11 changed files with 344 additions and 37 deletions

View File

@@ -103,7 +103,7 @@ bool TXPNode::loadArchive()
return false;
}
/*
/*
if (_archive->loadMaterials() == false)
{
TXPNodeERROR("loadArchive()") << "failed to load materials from archive: \"" << _archiveName << "\"" << std::endl;
@@ -121,7 +121,7 @@ bool TXPNode::loadArchive()
TXPNodeERROR("loadArchive()") << "failed to load light attributes from archive: \"" << _archiveName << "\"" << std::endl;
return false;
}
*/
*/
_archive->getOrigin(_originX,_originY);
_archive->getExtents(_extents);