1#ifndef SMALLCHANGE_CAMERACONTROL_H
2#define SMALLCHANGE_CAMERACONTROL_H
36#include <Inventor/SbBasic.h>
37#include <Inventor/SbLinear.h>
38#include <Inventor/SbVec3f.h>
44class SbViewportRegion;
46void cam_reset_roll(SoCamera * camera,
49void cam_spin(SoCamera * camera,
53void cam_seek_to_point(SoCamera * camera,
54 const SbVec3d & point,
55 const SbRotation & orientation,
56 const float seektime = 2.0f);
58void cam_seek_to_node(SoCamera * camera,
61 const SbViewportRegion & vp,
62 const float seektime = 2.0f);
64SbBool cam_is_seeking(SoCamera * camera);