X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Fpath.h;h=dd071f7d42053031c393c3b93cda52caffb8f986;hb=6ba6af3637c299ab00828c49de9151429488cc17;hp=56e7a2f1be60279ae941aa9d55405cc312be7596;hpb=90790c9a28793d31b9ea38eea2f55652a0e9297b;p=r2c2.git diff --git a/source/3d/path.h b/source/3d/path.h index 56e7a2f..dd071f7 100644 --- a/source/3d/path.h +++ b/source/3d/path.h @@ -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; };