X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Ftracktype.h;h=952e8986b17365ee52112fd25a03b9b02e4f0c86;hb=1c072afdb1866ba397ee8e6155f5f68c6c7ab4da;hp=0f6b30fa29a1241047d45f8892b07404355a25c3;hpb=7a36d396eded897c421424905b2c938d770df341;p=r2c2.git diff --git a/source/3d/tracktype.h b/source/3d/tracktype.h index 0f6b30f..952e898 100644 --- a/source/3d/tracktype.h +++ b/source/3d/tracktype.h @@ -17,16 +17,13 @@ private: Catalogue3D &catalogue; Msp::GL::Mesh *mesh; Msp::GL::Object *object; + bool own_data; std::vector path_meshes; - std::vector border; - float min_z; - float max_z; public: TrackType3D(Catalogue3D &, const TrackType &); ~TrackType3D(); - void get_bounds(const Angle &, Vector &, Vector &) const; const Msp::GL::Object &get_object() const { return *object; } const Msp::GL::Mesh &get_path_mesh(unsigned) const;