33#ifndef COIN_SOVRMLSPHERESENSOR_H
34#define COIN_SOVRMLSPHERESENSOR_H
36#include <Inventor/nodes/SoSubNode.h>
37#include <Inventor/VRMLnodes/SoVRMLDragSensor.h>
38#include <Inventor/fields/SoSFRotation.h>
39#include <Inventor/fields/SoSFVec3f.h>
58 virtual void drag(
void);
The SbRotation class represents a rotation in 3D space.
Definition SbRotation.h:44
The SbSphereProjector class is the abstract base class for mapping to spherical surfaces.
Definition SbSphereProjector.h:40
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:51
The SoSFRotation class is a container for an SbRotation.
Definition SoSFRotation.h:40
virtual void drag(void)=0
virtual SbBool dragStart(void)=0
virtual void dragFinish(void)=0
SoVRMLDragSensor(void)
Definition DragSensor.cpp:119
static void initClass(void)
Definition DragSensor.cpp:111
SoSFRotation offset
Definition SoVRMLSphereSensor.h:52
SoVRMLSphereSensor(void)
Definition SphereSensor.cpp:163
SoSFRotation rotation_changed
Definition SoVRMLSphereSensor.h:53