From 23cfcb423fd1e5db8dd2902aa1159f95b97c365e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 21 Oct 2009 14:11:00 +0000 Subject: [PATCH] Removed the disabling of display lists in osg::Geometry to bring it back to it's original behaviour --- src/osg/Geometry.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osg/Geometry.cpp b/src/osg/Geometry.cpp index 0e92ecda7..ae4a82f6b 100644 --- a/src/osg/Geometry.cpp +++ b/src/osg/Geometry.cpp @@ -419,7 +419,7 @@ Geometry::Vec3ArrayData::Vec3ArrayData(const Vec3ArrayData& data,const CopyOp& c Geometry::Geometry() { // temporary test - setSupportsDisplayList(false); + // setSupportsDisplayList(false); _fastPath = false; _fastPathHint = true; @@ -436,7 +436,7 @@ Geometry::Geometry(const Geometry& geometry,const CopyOp& copyop): _fastPathHint(geometry._fastPathHint) { // temporary test - setSupportsDisplayList(false); + // setSupportsDisplayList(false); for(PrimitiveSetList::const_iterator pitr=geometry._primitives.begin(); pitr!=geometry._primitives.end();