#include "OrxonoxPrereqs.h"
#include <set>
#include "util/Math.h"
#include "util/OgreForwardRefs.h"
#include "core/BaseObject.h"
Namespaces | |
namespace | orxonox |
Classes | |
class | orxonox::OverlayGroup |
OverlayGroup does almost exactly what it says: It groups OrxonoxOverlays together. You can scroll the entire group by a certain amount. Scale however works differently than expected: Each OrxonoxOverlay scales individually. That's quite useful when you create your HUD with an OverlayGroup and then want to alter its size. More... |