node kits(3)
NAME
Node Kits
Detailed Description
- Classes
- class SoAppearanceKit
The SoAppearanceKit class is a node kit catalog that collects miscellaneous appearance node types.
- Node kit structure (new entries versus parent class marked with arrow
prefix):. " - class SoBaseKit
- The SoBaseKit class is the toplevel superclass for nodekits.
- Node kits are collections of nodes and other node kits (from here on
node kits which is part of some other node kit, will only be referred
to as nodes or parts, see catalogs and parts), organized in a way that is convenient for its use. A node kit inherits SoNode and can thus be inserted into a scenegraph as any other node. " - class SoCameraKit
- The SoCameraKit class is a node kit with a transform and a camera.
- Node kit structure (new entries versus parent class marked with arrow
prefix):. " - class SoInteractionKit
- The SoInteractionKit class is a base class for draggers.
- This nodekit class makes it possible to set surrogate paths for parts.
Instead of creating new geometry for the dragger, it is possible to
specify an existing path in your scene to be used for interaction. All picks on this path will be handled by the dragger. " - class SoLightKit
- The SoLightKit class provides a kit with a transform, a light and a shape or subgraph.
- Node kit structure (new entries versus parent class marked with arrow
prefix):. " - class SoNodeKit
- The SoNodeKit class is used to initialize the nodekit classes.
- The sole function of SoNodeKit is to be just a placeholder for the toplevel initialization code for all nodekit-related classes. "
- class SoNodeKitListPart
- The SoNodeKitListPart class is a container node.
- This node is basically just a container node with these differences
versus the other group nodes:. " - class SoNodeKitPath
- The SoNodeKitPath class is a path that contains only nodekit nodes.
- All other nodes are hidden from the user. "
- class SoNodekitCatalog
- The SoNodekitCatalog class is a container for nodekit layouts.
- Nodekits store all their hierarchical layout information and part
information in instances of this class. " - class SoSceneKit
- The SoSceneKit class collects node kits needed to set up a scene: camera, light and shapes.
- Node kit structure (new entries versus parent class marked with arrow
prefix):. " - class SoSeparatorKit
- The SoSeparatorKit class provides a typical set of nodes to influence a shape subgraph.
- Node kit structure (new entries versus parent class marked with arrow
prefix):. " - class SoShapeKit
- The SoShapeKit class provides templates to insert what is usually needed for shape nodes.
- Node kit structure (new entries versus parent class marked with arrow
prefix):. " - class SoWrapperKit
- The SoWrapperKit class is a simple kit for wrapping a transform and a sub-graph.