Open Inventor Reference
SoCameraKit Class Reference

Camera nodekit class. More...

#include <Inventor/nodekits/SoCameraKit.h>

Inheritance diagram for SoCameraKit:
SoBaseKit SoNode SoFieldContainer SoBase

List of all members.

Public Member Functions

 SoCameraKit ()
 Constructor.

Static Public Member Functions

static void initClass ()
 Initializes base node class.

Protected Member Functions

virtual ~SoCameraKit ()

Detailed Description

This nodekit class is used to create camera nodes that have a local transformation. SoCameraKit adds two public parts to the basic nodekit: transform and camera.

The camera part is created by default as an SoPerspectiveCamera node, but may later be changed to any subclass of SoCamera.

You can move the camera relative to the rest of the scene by creating and editing the transform part.

SoCameraKit also adds a private part, transformGroup, which is of type SoTransformSeparator. The kit uses this part to contain the effect of transform to move only the camera, while allowing the camera to affect the rest of the scene.

SoCameraKit is derived from SoBaseKit and thus also includes a callbackList part for adding callback nodes.

Parts
transform
A transform that positions and orients the camera relative to the rest of the scene. Private parts keep the effect of the transform part localized. This part is NULL by default, but may be set to any subclass of SoTransform
camera
The camera node for this nodekit. The camera part is created by default as an SoPerspectiveCamera node, but may later be changed to any subclass of SoCamera. (e.g., SoPerspectiveCamera, SoOrthographicCamera).
See Also
SoAppearanceKit, SoBaseKit, SoLightKit, SoNodeKit, SoNodeKitDetail, SoNodeKitListPart, SoNodeKitPath, SoNodekitCatalog, SoSceneKit, SoSeparatorKit, SoShapeKit, SoWrapperKit

Definition at line 104 of file SoCameraKit.h.


Constructor & Destructor Documentation

SoCameraKit::SoCameraKit ( )
virtual SoCameraKit::~SoCameraKit ( ) [protected, virtual]

Member Function Documentation

static void SoCameraKit::initClass ( ) [static]

Reimplemented from SoBaseKit.


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