Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
Draggers are interactive components in the scene graph that respond to, and are controlled by mouse and keyboard events. More...
Classes | |
class | SoDragger |
The SoDragger class is the base class for all draggers. More... | |
class | SoCenterballDragger |
The SoCenterballDragger class is a dragger you can rotate and translate. More... | |
class | SoDirectionalLightDragger |
The SoDirectionalLightDragger class provides interactive geometry for manipulating a directional light source. More... | |
class | SoDragPointDragger |
The SoDragPointDragger class provides mechanisms for moving a point in 3D. More... | |
class | SoHandleBoxDragger |
The SoHandleBoxDragger class provides support for interactive scaling and translation. More... | |
class | SoJackDragger |
The SoJackDragger class is a dragger you can translate, rotate and scale. More... | |
class | SoPointLightDragger |
The SoPointLightDragger class provides interactive geometry for manipulating a point light source. More... | |
class | SoRotateCylindricalDragger |
The SoRotateCylindricalDragger class is for rotating geometry around a single axis. More... | |
class | SoRotateDiscDragger |
The SoRotateDiscDragger class is for rotating geometry around a single axis. More... | |
class | SoRotateSphericalDragger |
The SoRotateSphericalDragger class is for rotating geometry in any direction. More... | |
class | SoScale1Dragger |
The SoScale1Dragger class provides a mechanism for the end-user to scale in one dimension. More... | |
class | SoScale2Dragger |
The SoScale2Dragger class provides a mechanism for the end-user to scale in two dimensions. More... | |
class | SoScale2UniformDragger |
The SoScale2UniformDragger class provides a mechanism for the end-user to scale in two dimensions. More... | |
class | SoScaleUniformDragger |
The SoScaleUniformDragger class provides a mechanism for the end-user to scale in three dimensions. More... | |
class | SoSpotLightDragger |
The SoSpotLightDragger class provides interactive geometry for manipulating a spotlight. More... | |
class | SoTabBoxDragger |
The SoTabBoxDragger wraps a box around geometry you can then translate and scale. More... | |
class | SoTabPlaneDragger |
The SoTabPlaneDragger class is a dragger you can translate and scale within a plane. More... | |
class | SoTrackballDragger |
The SoTrackballDragger provides the end-user with rotation and scaling interaction possibilities. More... | |
class | SoTransformBoxDragger |
The SoTransformBoxDragger provides a box which can be translated, scaled and rotated. More... | |
class | SoTransformerDragger |
The SoTransformerDragger provides geometry for translation, scaling and rotations. More... | |
class | SoTranslate1Dragger |
The SoTranslate1Dragger class provides a mechanism for the end-user to translate along an axis. More... | |
class | SoTranslate2Dragger |
The SoTranslate2Dragger class provides a mechanism for the end-user to translate in a plane. More... | |
Draggers are interactive components in the scene graph that respond to, and are controlled by mouse and keyboard events.
They are used in manipulators as the user interface for the manipulation action, often many draggers combined at the same time.