From 94c86d495ca2a448cad2a41d1bd5c3b5fcac91f2 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 15 Sep 2010 13:24:37 +0000 Subject: [PATCH] From Paul de Repentigny, Commented out section of code that didn't work properly --- src/osgPlugins/dxf/dxfEntity.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgPlugins/dxf/dxfEntity.cpp b/src/osgPlugins/dxf/dxfEntity.cpp index e1bd1d3a8..25e617e99 100644 --- a/src/osgPlugins/dxf/dxfEntity.cpp +++ b/src/osgPlugins/dxf/dxfEntity.cpp @@ -588,6 +588,7 @@ dxfPolyline::drawScene(scene* sc) } } +/* // a naive attempt to determine vertex ordering VList::iterator itr = nlist.begin(); Vec3d lastn = (*itr++); @@ -610,6 +611,7 @@ dxfPolyline::drawScene(scene* sc) if (bad > good) { invert_order = true; } +*/ if (qlist.size()) sc->addQuads(getLayer(), _color, qlist, invert_order);