13 #include <osg/ShapeDrawable>
14 #include <osg/Geometry>
15 #include <osg/LineWidth>
22 for(
int i = 0; i < 6; ++i)
25 new TabPlaneDragger(1.0f));
36 rotation.makeRotate(osg::Vec3(0.0f, -1.0f, 0.0f),
37 osg::Vec3(0.0f, 1.0f, 0.0f));
39 osg::Matrix(rotation) *
44 rotation.makeRotate(osg::Vec3(0.0f, 0.0f, 1.0f),
45 osg::Vec3(0.0f, 1.0f, 0.0f));
47 osg::Matrix(rotation) *
53 rotation.makeRotate(osg::Vec3(0.0f, 1.0f, 0.0f),
54 osg::Vec3(0.0f, 0.0f, 1.0f));
56 osg::Matrix(rotation) *
62 rotation.makeRotate(osg::Vec3(1.0f, 0.0f, 0.0f),
63 osg::Vec3(0.0f, 1.0f, 0.0f));
65 osg::Matrix(rotation) *
71 rotation.makeRotate(osg::Vec3(0.0f, 1.0f, 0.0f),
72 osg::Vec3(1.0f, 0.0f, 0.0f));
74 osg::Matrix(rotation) *
78 setParentDragger(getParentDragger());
84 TabBoxDragger2::setupDefaultGeometry()