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> 56 const float seektime = 2.0f);
62 const float seektime = 2.0f);
66 #endif // SMALLCHANGE_CAMERACONTROL_H
SbBool cam_is_seeking(SoCamera *camera)
Definition: cameracontrol.cpp:269
void cam_seek_to_point(SoCamera *camera, const SbVec3d &point, const SbRotation &orientation, const float seektime=2.0f)
Definition: cameracontrol.cpp:189
void cam_seek_to_node(SoCamera *camera, SoNode *node, SoNode *root, const SbViewportRegion &vp, const float seektime=2.0f)
Definition: cameracontrol.cpp:229
void cam_spin(SoCamera *camera, const SbVec2f &dp, const SbVec3f &up=SbVec3f(0.0f, 0.0f, 1.0f))
Definition: cameracontrol.cpp:136
void cam_reset_roll(SoCamera *camera, const SbVec3f &up=SbVec3f(0.0f, 0.0f, 1.0f))
Definition: cameracontrol.cpp:104