Fixed LWO2 ReaderWriter problem which was down to an the compiler reodering

the evaluation of a Vec3 paramter.
This commit is contained in:
Robert Osfield
2002-09-03 13:04:53 +00:00
parent 46585242a1
commit 0cb75d42e0
6 changed files with 67 additions and 49 deletions

View File

@@ -22,6 +22,8 @@ using namespace osgUtil;
void Optimizer::optimize(osg::Node* node, unsigned int options)
{
return;
if (options & COMBINE_ADJACENT_LODS)
{
CombineLODsVisitor clv;