X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffect.h;h=c55aebf95a5c0363e459a4c010fa79c89ad018e0;hp=4be963f653c686ac9a1688f2be8e13399645a341;hb=639238c53510fb9483e92fb1b808d33fce992bff;hpb=d386eadfd08b556ecb05627a7ceca14652e8b1e5 diff --git a/source/effect.h b/source/effect.h index 4be963f6..c55aebf9 100644 --- a/source/effect.h +++ b/source/effect.h @@ -26,6 +26,7 @@ public: void disable_for_pass(const Tag &); virtual const Matrix *get_matrix() const { return renderable.get_matrix(); } + virtual const Geometry::BoundingSphere *get_bounding_sphere() const { return renderable.get_bounding_sphere(); } virtual void setup_frame(Renderer &r) { renderable.setup_frame(r); } virtual void finish_frame() { renderable.finish_frame(); }