90class SoXtConstrainedViewer :
public SoXtFullViewer
118 float sceneHeight, sceneSize;
121 SoXtConstrainedViewer( SoWidget parent,
124 SoXtFullViewer::BuildFlag flag,
125 SoXtViewer::Type type,
129 SoXtConstrainedViewer( SoWidget parent,
132 SoXtFullViewer::BuildFlag flag,
133 SoXtViewer::Type type,
138 ~SoXtConstrainedViewer();
142 virtual void tiltCamera(
float deltaAngle );
148 virtual void bottomWheelMotion(
float newVal );
149 virtual void leftWheelMotion(
float newVal );
154 virtual void changeCameraValues(
SoCamera* newCamera );
160 void findUpDirection(
const SbVec2s& mouseLocation );
166 void checkForCameraUpConstrain();
169 virtual void computeSeekFinalOrientation();
173 void constructorCommon(
SbBool buildNow );