]> git.tdb.fi Git - libs/gl.git/blobdiff - source/effect.h
Add a method of getting the model matrix of a Renderable
[libs/gl.git] / source / effect.h
index 7eeae682dffb00d593601b94e9eca82735a23f2e..7c943ae6ef297f2a80cef9fc8d640fedd19b721e 100644 (file)
@@ -24,6 +24,8 @@ public:
 
        void enable_for_pass(const Tag &);
        void disable_for_pass(const Tag &);
+
+       virtual const Matrix *get_matrix() const { return renderable.get_matrix(); }
 };
 
 } // namespace GL