50#ifndef _SO_PERSPECTIVE_CAMERA_
51#define _SO_PERSPECTIVE_CAMERA_
53#include <Inventor/SbPImpl.h>
54#include <Inventor/fields/SoSFFloat.h>
55#include <Inventor/nodes/SoCamera.h>
161 static void initClass();
163 static void exitClass();
168 virtual void viewBoundingBox(
const SbBox3f &box,
float aspect,
float slack);
174 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...
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.
virtual void scaleHeight(float scaleFactor)
Scales the height of the camera, in this case, the heightAngle field.
virtual SbViewVolume getViewVolume(float useAspectRatio=0.0) const
Fills in a view volume structure, based on the camera.
SoSFFloat heightAngle
Vertical angle of the viewing volume.
SoPerspectiveCamera()
Creates a perspective camera node with default settings.
Field containing a floating-point value.