man nodekits (Fonctions bibliothèques) -

NAME

Node Kits -

Classes

class SoAppearanceKit

"TheSoAppearanceKitclassisanodekitcatalogthatcollectsmiscellaneousappearancenodetypes.

Node kit structure (new entries versus parent class marked with arrow prefix):. " class SoBaseKit

"TheSoBaseKitclassisthetoplevelsuperclassfornodekits.

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

"TheSoCameraKitclassisanodekitwithatransformandacamera.

Node kit structure (new entries versus parent class marked with arrow prefix):. " class SoInteractionKit

"TheSoInteractionKitclassisabaseclassfordraggers.

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

"TheSoLightKitclassprovidesakitwithatransform,alightandashapeorsubgraph.

Node kit structure (new entries versus parent class marked with arrow prefix):. " class SoNodeKit

"TheSoNodeKitclassisusedtoinitializethenodekitclasses.

The sole function of SoNodeKit is to be just a placeholder for the toplevel initialization code for all nodekit-related classes. " class SoNodeKitListPart

"TheSoNodeKitListPartclassisacontainernode.

This node is basically just a container node with these differences versus the other group nodes:. " class SoNodeKitPath

"TheSoNodeKitPathclassisapaththatcontainsonlynodekitnodes.

All other nodes are hidden from the user. " class SoNodekitCatalog

"TheSoNodekitCatalogclassisacontainerfornodekitlayouts.

Nodekits store all their hierarchical layout information and part information in instances of this class. " class SoSceneKit

"TheSoSceneKitclasscollectsnodekitsneededtosetupascene:camera,lightandshapes.

Node kit structure (new entries versus parent class marked with arrow prefix):. " class SoSeparatorKit

"TheSoSeparatorKitclassprovidesatypicalsetofnodestoinfluenceashapesubgraph.

Node kit structure (new entries versus parent class marked with arrow prefix):. " class SoShapeKit

"TheSoShapeKitclassprovidestemplatestoinsertwhatisusuallyneededforshapenodes.

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.