]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/layout.h
Improve graphics quality with some shaders and effects
[r2c2.git] / source / 3d / layout.h
index 0dd44dd3e73802bca47ab8d2d7b2a5cad58a0d90..c5169bd6f07ae4c201ff45e25c68a4b9121b0de3 100644 (file)
@@ -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 &);