#include <qwidget.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/sensors/SoOneShotSensor.h>
#include <Inventor/nodes/SoEventCallback.h>
#include <Inventor/Qt/SoQtRenderArea.h>
#include "../game_configuration.h"
#include "../camera.h"
#include "../scene.h"
Go to the source code of this file.
Namespaces | |
namespace | GUI |
Classes | |
class | GUI::RenderWindow |
Render window class. Makes interconnection between Qt and OI. More... |
Project: PGR 2008 Authors: Ondrej Lengal, xlenga00@stud.fit.vutbr.cz Libor Polcak, xpolca03@stud.fit.vutbr.cz Boris Prochazka, xproch63@stud.fit.vutbr.cz Petr Zemek, xzemek02@stud.fit.vutbr.cz