X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fexhibit.h;h=f2c521b5f19af2c3f51dfaa745a500f12ff5cf9f;hp=0f98b05d7cd3d852499b22ed3728ed1cd2647e26;hb=03085a16aa2fef785083fa3921be83015e08b290;hpb=fa954e4716d12939552b592f46a4e08405ecfb24 diff --git a/src/exhibit.h b/src/exhibit.h index 0f98b05..f2c521b 100644 --- a/src/exhibit.h +++ b/src/exhibit.h @@ -71,11 +71,13 @@ public: virtual ExSelection select(const Ray &ray) const; virtual ExSelection select(const Sphere &sph) const; - virtual void update(float dt = 0.0f); + virtual void update(float dt = 0.0f) override; virtual void pre_draw() const; - virtual void draw() const; + virtual void draw() const override; virtual void post_draw() const; + + virtual const AABox &get_aabox() const override; }; #endif // EXHIBIT_H_