X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.h;h=c5169bd6f07ae4c201ff45e25c68a4b9121b0de3;hb=b78b49d85fbb9b2901c77e6450cfd41c0a818ac1;hp=0dd44dd3e73802bca47ab8d2d7b2a5cad58a0d90;hpb=71c93d11cead89b6783425279d42a9b9e10a9935;p=r2c2.git diff --git a/source/3d/layout.h b/source/3d/layout.h index 0dd44dd..c5169bd 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -54,8 +54,11 @@ public: Msp::GL::Scene &get_scene() { return scene; } Msp::GL::Scene &get_endpoint_scene() { return ep_scene; } Msp::GL::Scene &get_path_scene() { return path_scene; } + const Msp::GL::Light &get_sun() const { return sun; } const Msp::GL::Lighting &get_lighting() const { return lighting; } + void tick(); + private: void object_added(Object &); void object_removed(Object &);