1#ifndef COIN_SOCAMERAKIT_H
2#define COIN_SOCAMERAKIT_H
27#include <Inventor/nodekits/SoSubKit.h>
28#include <Inventor/nodekits/SoBaseKit.h>
35 SO_KIT_CATALOG_ENTRY_HEADER(camera);
36 SO_KIT_CATALOG_ENTRY_HEADER(transform);
37 SO_KIT_CATALOG_ENTRY_HEADER(transformGroup);
42 static void initClass(
void);
The SoBaseKit class is the toplevel superclass for nodekits.
Definition: SoBaseKit.h:57
The SoCameraKit class is a node kit with a transform and a camera.
Definition: SoCameraKit.h:30