Removed the temporary commenting out of the Optimizer, which was done for
debugging purposes.
This commit is contained in:
@@ -22,8 +22,6 @@ using namespace osgUtil;
|
||||
void Optimizer::optimize(osg::Node* node, unsigned int options)
|
||||
{
|
||||
|
||||
return;
|
||||
|
||||
if (options & COMBINE_ADJACENT_LODS)
|
||||
{
|
||||
CombineLODsVisitor clv;
|
||||
|
||||
Reference in New Issue
Block a user