]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/path.h
Add a pathfinder function to Route
[r2c2.git] / source / 3d / path.h
index 56e7a2f1be60279ae941aa9d55405cc312be7596..dd071f7d42053031c393c3b93cda52caffb8f986 100644 (file)
@@ -23,6 +23,7 @@ private:
        unsigned paths;
        bool automatic;
        Msp::GL::Color color;
+       float z_offs;
 
 public:
        Path3D(const Track3D &);
@@ -32,6 +33,7 @@ public:
        void set_path(unsigned);
        void set_mask(unsigned);
        void set_color(const Msp::GL::Color &);
+       void set_layer(float);
 
        virtual void render(const Msp::GL::Tag &) const;
 };