X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Ftracktype.h;h=3923ab1ac35f28d2835c04b8ed7189d597023875;hb=9e96d36a21c24befc88c7bf9c1014c22169e3a6a;hp=6cde93eb13b41f6501a0eeb3b1c0edf1a66a9d67;hpb=7c98e23312cf01ce1fa6c1ffd8e36c22d2fa6110;p=r2c2.git diff --git a/source/3d/tracktype.h b/source/3d/tracktype.h index 6cde93e..3923ab1 100644 --- a/source/3d/tracktype.h +++ b/source/3d/tracktype.h @@ -28,6 +28,7 @@ public: private: void build_part(const TrackPart &, const Profile &, const Vector &, bool, Msp::GL::MeshBuilder &, unsigned &); + void build_ties(const TrackPart &, const Profile &, float, float, const Vector &, Msp::GL::MeshBuilder &, unsigned &); }; } // namespace R2C2