X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2F3d%2Ftrack.h;h=f3bfb458bb93333dae9716f365563d238b98d1f5;hb=a993f204ba2cd282637814caec3ab115040fc0cc;hp=66382bce3794cc91fddcb895e7bbe40072b34ffc;hpb=277e8e7e4230aa8867f507ace62476afe575cff1;p=r2c2.git diff --git a/source/3d/track.h b/source/3d/track.h index 66382bc..f3bfb45 100644 --- a/source/3d/track.h +++ b/source/3d/track.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2006-2011 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef R2C2_3D_TRACK_H_ #define R2C2_3D_TRACK_H_ @@ -45,7 +38,7 @@ public: virtual Vector get_node() const; virtual bool is_visible() const { return true; } - Msp::GL::Matrix get_matrix() const; + Msp::GL::Matrix create_matrix() const; virtual void setup_render(Msp::GL::Renderer &, const Msp::GL::Tag &) const; private: void link_changed(unsigned, Track *);