]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/layout.h
Reimplement path display
[r2c2.git] / source / 3d / layout.h
index ba590dd37e2d8482d5180138f2ab6f663a7a6554..8fcd713a2c7be76c3b7a9ef247075f7d2f08feae 100644 (file)
@@ -26,6 +26,7 @@ private:
        std::list<Train3D *> trains;
        Msp::GL::Scene scene;
        Msp::GL::Scene ep_scene;
+       Msp::GL::Scene path_scene;
 
 public:
        Layout3D(Layout &);
@@ -45,6 +46,7 @@ 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; }
 
 private:
        void track_added(Track &);