From 320599b3d556e1d76fdb55fd5b5e8e23aef040a8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 11 Feb 2007 21:24:38 +0000 Subject: [PATCH] Incresed the resolution of the trackball dragger geometry --- src/osgManipulator/TrackballDragger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgManipulator/TrackballDragger.cpp b/src/osgManipulator/TrackballDragger.cpp index 40a0f80d1..e99148c66 100644 --- a/src/osgManipulator/TrackballDragger.cpp +++ b/src/osgManipulator/TrackballDragger.cpp @@ -124,7 +124,7 @@ void TrackballDragger::setupDefaultGeometry() osg::ShapeDrawable* cylinderDrawable = new osg::ShapeDrawable(cylinder,hints); geode->addDrawable(cylinderDrawable); setDrawableToAlwaysCull(*cylinderDrawable); - geode->addDrawable(createCircleGeometry(1.0f, 25)); + geode->addDrawable(createCircleGeometry(1.0f, 100)); } // Draw in line mode.