Open Inventor Reference
SoAppearanceKit Class Reference

Appearance nodekit class. More...

#include <Inventor/nodekits/SoAppearanceKit.h>

Inheritance diagram for SoAppearanceKit:
SoBaseKit SoNode SoFieldContainer SoBase

List of all members.

Public Member Functions

 SoAppearanceKit ()
 Constructor.

Static Public Member Functions

static void initClass ()
 Initializes base node class.

Protected Member Functions

virtual ~SoAppearanceKit ()

Detailed Description

The SoAppearanceKit is used to create a group of property nodes that will be used to affect subsequent shape nodes or nodekits in the scene graph.

This nodekit defines seven new parts: lightModel, environment, drawStyle, material, complexity, texture2, and font. Note that it does not include binding nodes such as SoMaterialBinding.

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

NOTE Note that SoSeparatorKit includes an SoAppearanceKit as a part.
Parts
lightModel
An SoLightModel node that affects any shapes that follow this nodekit in the scene graph. This part is NULL by default.
environment
An SoEnvironment node that affects any nodes that follow this nodekit in the scene graph. This part is NULL by default.
drawStyle
An SoDrawStyle node that affects any shapes that follow this nodekit in the scene graph. This part is NULL by default.
material
An SoMaterial node that affects any shapes that follow this nodekit in the scene graph. This part is NULL by default.
complexity
An SoComplexity node that affects any shapes that follow this nodekit in the scene graph. This part is NULL by default.
texture2
An SoTexture2 node that affects any shapes that follow this nodekit in the scene graph. This part is NULL by default.
font
An SoFont node that affects any text nodes that follow this nodekit in the scene graph. This part is NULL by default.
See Also
SoBaseKit, SoCameraKit, SoLightKit, SoNodeKit, SoNodeKitDetail, SoNodeKitListPart, SoNodeKitPath, SoNodekitCatalog, SoSceneKit, SoSeparatorKit, SoShapeKit, SoWrapperKit

Definition at line 115 of file SoAppearanceKit.h.


Constructor & Destructor Documentation

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

Member Function Documentation

static void SoAppearanceKit::initClass ( ) [static]

Reimplemented from SoBaseKit.


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