1#ifndef COIN_SOCAMERAKIT_H
2#define COIN_SOCAMERAKIT_H
36#include <Inventor/nodekits/SoSubKit.h>
37#include <Inventor/nodekits/SoBaseKit.h>
44 SO_KIT_CATALOG_ENTRY_HEADER(camera);
45 SO_KIT_CATALOG_ENTRY_HEADER(transform);
46 SO_KIT_CATALOG_ENTRY_HEADER(transformGroup);
The SoBaseKit class is the top level superclass for nodekits.
Definition SoBaseKit.h:66
static void initClass(void)
Definition SoBaseKit.cpp:678
The SoCameraKit class is a node kit with a transform and a camera.
Definition SoCameraKit.h:39