15#ifndef OSGMANIPULATOR_SCALEAXISDRAGGER
16#define OSGMANIPULATOR_SCALEAXISDRAGGER 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
float getBoxSize() const
Retrieves the size of the boxes.
Definition ScaleAxisDragger:49
osg::ref_ptr< Scale1DDragger > _zDragger
Definition ScaleAxisDragger:57
osg::ref_ptr< Scale1DDragger > _xDragger
Definition ScaleAxisDragger:55
osg::ref_ptr< osg::Box > _box
Definition ScaleAxisDragger:64
virtual ~ScaleAxisDragger()
void setAxisLineWidth(float linePixelWidth)
Sets the width of the axis lines in pixels.
float getAxisLineWidth() const
Retrieves the width of the axis lines in pixels.
Definition ScaleAxisDragger:43
osg::ref_ptr< osg::LineWidth > _lineWidth
Definition ScaleAxisDragger:63
float _axisLineWidth
Definition ScaleAxisDragger:60
osg::ref_ptr< Scale1DDragger > _yDragger
Definition ScaleAxisDragger:56
void setBoxSize(float size)
Sets the size of the boxes.
float _boxSize
Definition ScaleAxisDragger:59
osg::ref_ptr< osg::Geode > _lineGeode
Definition ScaleAxisDragger:62
META_OSGMANIPULATOR_Object(osgManipulator, ScaleAxisDragger) void setupDefaultGeometry()
Setup default geometry for dragger.
#define OSGMANIPULATOR_EXPORT
Definition Export:27