1#ifndef SMALLCHANGE_SMSPHEREEVENTHANDLER_H
2#define SMALLCHANGE_SMSPHEREEVENTHANDLER_H
36#include <SmallChange/eventhandlers/SmExaminerEventHandler.h>
37#include <SmallChange/basic.h>
38#include <Inventor/fields/SoSFFloat.h>
39#include <Inventor/fields/SoSFVec3f.h>
40#include <Inventor/SbTime.h>
41#include <Inventor/SbVec2f.h>
42#include <Inventor/SbVec2s.h>
43#include <Inventor/SbRotation.h>
44#include <Inventor/SbPlane.h>
53 static void initClass(
void);
55 virtual void handleEvent(SoHandleEventAction * action);
57 SoSFFloat minDistance;
58 SoSFFloat maxDistance;
61 virtual float clampZoom(
const float val);
The SmExaminerEventHandler class...
Definition SmExaminerEventHandler.h:48
The SmSphereEventHandler class...
Definition SmSphereEventHandler.h:46