X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Flayout.h;h=8fcd713a2c7be76c3b7a9ef247075f7d2f08feae;hb=90790c9a28793d31b9ea38eea2f55652a0e9297b;hp=ba590dd37e2d8482d5180138f2ab6f663a7a6554;hpb=ea06222ad70b8a627b11055677d961aa5f8cf9d1;p=r2c2.git diff --git a/source/3d/layout.h b/source/3d/layout.h index ba590dd..8fcd713 100644 --- a/source/3d/layout.h +++ b/source/3d/layout.h @@ -26,6 +26,7 @@ private: std::list 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 &);