X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fview.h;fp=source%2Fview.h;h=acd5a65cfec98a1753642dfcb75c4393e879ed31;hb=3b6bbeda80d1db44348243c855bc433be23b949e;hp=81d7e051de0ec22d4757d61fcb31160cd269cd3c;hpb=d886d08441f45448ba98166f7dd15d35baf24905;p=libs%2Fgl.git diff --git a/source/view.h b/source/view.h index 81d7e051..acd5a65c 100644 --- a/source/view.h +++ b/source/view.h @@ -32,6 +32,7 @@ public: Graphics::GLContext &get_context() { return context; } unsigned get_width() const { return window.get_width(); } unsigned get_height() const { return window.get_height(); } + float get_aspect() const { return static_cast(get_width())/get_height(); } void set_content(const Renderable *); void synchronize_camera_aspect(Camera &);