From eeedd2061bee36f49ea20e898e8edf3676bd15b5 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Wed, 23 Feb 2022 13:25:39 +0100 Subject: flush --- atlas.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'atlas.hpp') diff --git a/atlas.hpp b/atlas.hpp index ee94d5d0..43c858de 100644 --- a/atlas.hpp +++ b/atlas.hpp @@ -12,6 +12,7 @@ struct atlas_texture final atlas_texture(const Trade::ImageData2D& img, Vector2i dims); std::array texcoords_for_id(int id) const; static std::array floor_quad(Vector3 center, Vector2 size); + static std::array wall_quad(Vector3 center, Vector3 size); static std::array indices(int N); GL::Texture2D& texture() { return tex_; } constexpr int size() const { return dims_.product(); } -- cgit v1.2.3