50#ifndef _SO_ORTHOGRAPHIC_CAMERA_
51#define _SO_ORTHOGRAPHIC_CAMERA_
53#include <Inventor/SbPImpl.h>
54#include <Inventor/nodes/SoCamera.h>
160 static void initClass();
162 static void exitClass();
167 virtual void viewBoundingBox(
const SbBox3f &box,
float aspect,
float slack);
173 void commonConstructor();
Class for representing a rotation.
SoSFVec3f position
The location of the camera viewpoint.
SoSFRotation orientation
The orientation of the camera viewpoint, defined as a rotation of the viewing direction from its defa...
Orthographic camera node.
SoOrthographicCamera()
Creates an orthographic camera node with default settings.
virtual void scaleHeight(float scaleFactor)
Scales the height of the camera, in this case, the height field.
virtual SbViewVolume getViewVolume(float useAspectRatio=0.0) const
Fills in a view volume structure, based on the camera.
virtual SbViewVolume getViewVolume(float useAspectRatio, float nearDist, float farDist, SbVec3f position, SbRotation orientation) const
Returns a view volume object, based on the camera's viewing parameters.
SoSFFloat height
Height of the viewing volume.
Field containing a floating-point value.