24#ifndef COIN_SOVRMLSPHERESENSOR_H
25#define COIN_SOVRMLSPHERESENSOR_H
27#include <Inventor/nodes/SoSubNode.h>
28#include <Inventor/VRMLnodes/SoVRMLDragSensor.h>
29#include <Inventor/fields/SoSFRotation.h>
30#include <Inventor/fields/SoSFVec3f.h>
40 static void initClass(
void);
48 virtual SbBool dragStart(
void);
49 virtual void drag(
void);
50 virtual void dragFinish(
void);
The SbList class is a template container class for lists.
Definition SbList.h:47
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:55
The SbRotation class represents a rotation in 3D space.
Definition SbRotation.h:33
The SbSphereProjector class is the abstract base class for mapping to spherical surfaces.
Definition SbSphereProjector.h:31
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:37
The SoSFRotation class is a container for an SbRotation.
Definition SoSFRotation.h:31
The SoVRMLDragSensor class is a superclass for VRML drag sensors.
Definition SoVRMLDragSensor.h:37
The SoVRMLSphereSensor class maps pointer motion into rotations on a sphere.
Definition SoVRMLSphereSensor.h:35
SoSFRotation offset
Definition SoVRMLSphereSensor.h:43
SoSFRotation rotation_changed
Definition SoVRMLSphereSensor.h:44