]> git.tdb.fi Git - r2c2.git/blobdiff - source/3d/track.h
Allow rotating the body object of a vehicle
[r2c2.git] / source / 3d / track.h
index 3ad76672e2aa0243bd4457692437d6174ec90f61..f3bfb458bb93333dae9716f365563d238b98d1f5 100644 (file)
@@ -38,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 *);