Bounds fix

c++11
scrawl 10 years ago
parent 83c6ba97c0
commit a98dc78cc5

@ -271,7 +271,9 @@ void RigGeometry::updateBounds(osg::NodeVisitor *nv)
box.expandBy(bs);
}
setInitialBound(box);
_boundingBox = box;
for (unsigned int i=0; i<getNumParents(); ++i)
getParent(i)->dirtyBound();
}
osg::Matrixf RigGeometry::getGeomToSkelMatrix(osg::NodeVisitor *nv)

Loading…
Cancel
Save