15#ifndef OSGMANIPULATOR_TRACKBALLDRAGGER
16#define OSGMANIPULATOR_TRACKBALLDRAGGER 1
The osgManipulator library is a NodeKit that extends the core scene graph to support 3D interactive m...
Definition AntiSquish:23
Smart pointer for handling referenced counted objects.
Definition ref_ptr:32
virtual void setupDefaultGeometry()
Setup default geometry for dragger.
Definition Dragger:263
CompositeDragger()
Definition Dragger:354
osg::ref_ptr< osg::Geode > _geode
Definition TrackballDragger:65
META_OSGMANIPULATOR_Object(osgManipulator, TrackballDragger) void setupDefaultGeometry()
Setup default geometry for dragger.
osg::ref_ptr< RotateSphereDragger > _xyzDragger
Definition TrackballDragger:60
osg::ref_ptr< RotateCylinderDragger > _yDragger
Definition TrackballDragger:58
virtual ~TrackballDragger()
TrackballDragger(bool useAutoTransform=false)
float _axisLineWidth
Definition TrackballDragger:62
void setPickCylinderHeight(float pickCylinderHeight)
Sets the height of the cylinders representing the axis lines for picking.
float _pickCylinderHeight
Definition TrackballDragger:63
osg::ref_ptr< RotateCylinderDragger > _zDragger
Definition TrackballDragger:59
osg::ref_ptr< osg::Cylinder > _cylinder
Definition TrackballDragger:66
osg::ref_ptr< RotateCylinderDragger > _xDragger
Definition TrackballDragger:57
float getAxisLineWidth() const
Retrieves the width of the axis lines in pixels.
Definition TrackballDragger:45
osg::ref_ptr< osg::LineWidth > _lineWidth
Definition TrackballDragger:67
void setAxisLineWidth(float linePixelWidth)
Sets the width of the axis lines in pixels.
float getPickCylinderHeight() const
Retrieves the height of the cylinders representing the axis lines for picking.
Definition TrackballDragger:51
#define OSGMANIPULATOR_EXPORT
Definition Export:27