Temporarily commented out the flat staic transforms visitor since it
was causing problems with the new DOFTransform class.
This commit is contained in:
parent
5d61488476
commit
19eaf17632
@ -31,9 +31,9 @@ void Optimizer::optimize(osg::Node* node, unsigned int options)
|
||||
|
||||
if (options & FLATTEN_STATIC_TRANSFORMS)
|
||||
{
|
||||
FlattenStaticTransformsVisitor fstv;
|
||||
node->accept(fstv);
|
||||
fstv.removeTransforms();
|
||||
// FlattenStaticTransformsVisitor fstv;
|
||||
// node->accept(fstv);
|
||||
// fstv.removeTransforms();
|
||||
|
||||
// the following RemoveLowestStaticTransformVisitor doesn't yet work
|
||||
// properly, will need further work.... Robert Osfield, June 2002.
|
||||
|
Loading…
Reference in New Issue
Block a user