Incresed the resolution of the trackball dragger geometry

This commit is contained in:
Robert Osfield
2007-02-11 21:24:38 +00:00
parent 3006bb14f4
commit 320599b3d5

View File

@@ -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.