17#include <Inventor/nodes/SoSeparator.h>
18#include <Inventor/nodes/SoCube.h>
23 "This is an illustration of an extremely basic 3D system.\n "
24 "It simply builds a cube each event. Admittedly not very useful",
25 "Thomas.Kittelmann@cern.ch")
33 message(
"Building a (useless) 3D scenegraph consisting of a cube");
36 root->addChild(
new SoCube);
void buildEventSceneGraph(StoreGateSvc *sg, SoSeparator *root)
IVP13DSystemSimple(const QString &name, const QString &information, const QString &contact_info)
void message(const QString &) const
The Athena Transient Store API.