3 This file is part of the MSP Märklin suite
4 Copyright © 2010 Mikkosoft Productions, Mikko Rasa
5 Distributed under the GPL
8 #ifndef MARKLIN3D_ENDPOINT_H_
9 #define MARKLIN3D_ENDPOINT_H_
11 #include <msp/gl/mesh.h>
12 #include <msp/gl/renderable.h>
13 #include "libmarklin/track.h"
19 class Endpoint3D: public Msp::GL::Renderable
24 const Msp::GL::Mesh &mesh;
27 Endpoint3D(const Track3D &, unsigned);
30 virtual void render(const Msp::GL::Tag &) const;
33 } // namespace Marklin