Deprecated dirtyDisplayLists(), use established dirtyGLObjects() instead

This commit is contained in:
Robert Osfield
2017-12-18 13:54:08 +00:00
parent 3bb327e93f
commit d2bfde30f0
11 changed files with 42 additions and 43 deletions

View File

@@ -314,7 +314,7 @@ void OccluderGeometry::setUpInternalStructures()
dirtyBound();
dirtyDisplayList();
dirtyGLObjects();
}
struct IndexVec3PtrPair
@@ -860,7 +860,7 @@ void OccluderGeometry::computeShadowVolumeGeometry(const osg::Vec4& lightpos, Sh
}
svg.dirtyDisplayList();
svg.dirtyGLObjects();
svg.dirtyBound();
// osg::Timer_t t1 = osg::Timer::instance()->tick();