SoWinConstrainedViewer Class Reference
[Win]

VSG extension Base viewer class which adds camera constraints given a world up direction. More...

#include <Inventor/Win/viewers/SoWinConstrainedViewer.h>

Inheritance diagram for SoWinConstrainedViewer:
SoWinFullViewer SoWinViewer SoWinRenderArea SoStereoViewer SoWinGLWidget SoWinComponent SoWinFlyViewer SoWinWalkViewer

List of all members.

Public Member Functions

void setUpDirection (const SbVec3f &newUpDirection)
SbVec3f getUpDirection ()
virtual void setCamera (SoCamera *newCam)
virtual void saveHomePosition ()
virtual void resetToHomePosition ()
virtual void recomputeSceneSize ()

Detailed Description

VSG extension Base viewer class which adds camera constraints given a world up direction.

This is a base class for the SoWinWalkViewer and SoWinFlyViewer component viewers. This class adds methods and convenience routines available to subclasses to constrain the camera given a world up direction. This prevents the camera from looking upside down. By default the +Y direction is used.

SEE ALSO

SoWinFullViewer, SoWinViewer, SoWinComponent, SoWinRenderArea, SoWinWalkViewer, SoWinFlyViewer


Member Function Documentation

SbVec3f SoWinConstrainedViewer::getUpDirection (  )  [inline]

Returns the upward direction of the viewer.

virtual void SoWinConstrainedViewer::recomputeSceneSize (  )  [virtual]

This can be used to let the viewer know that the scene graph has changed so that the viewer can recompute things like speed which depend on the scene graph size.

Note: This routine is automatically called whenever setSceneGraph() is called.

Reimplemented from SoWinViewer.

virtual void SoWinConstrainedViewer::resetToHomePosition (  )  [virtual]

Restores the camera values.

Reimplemented from SoWinViewer.

Reimplemented in SoWinFlyViewer.

virtual void SoWinConstrainedViewer::saveHomePosition (  )  [virtual]

Saves the camera values.

Reimplemented from SoWinViewer.

virtual void SoWinConstrainedViewer::setCamera ( SoCamera cam  )  [virtual]

Sets the camera that will be controlled by the viewer.

Setting the camera is only needed if the first camera found in the scene when setting the scene graph isn't the one that should be controlled.

Reimplemented from SoWinFullViewer.

Reimplemented in SoWinFlyViewer, and SoWinWalkViewer.

void SoWinConstrainedViewer::setUpDirection ( const SbVec3f newUpDirection  ) 

Specifies the upward direction of the viewer.

This up direction is used by the viewers to constrain the camera when tilting up/down, and also used when rotating the camera right/left. The default is the +Y (0,1,0) direction.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/