summaryrefslogtreecommitdiffhomepage
path: root/draw/anim.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-29 19:35:25 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-29 19:35:25 +0100
commitca6ff463979d5c250ab04e940bead875f11e7352 (patch)
tree479b06c90e1af3652c30e5554c3cada57ac81975 /draw/anim.hpp
parentcd1e7b6564e8508f84e84706557b89eb5471a978 (diff)
scenery wip
Diffstat (limited to 'draw/anim.hpp')
-rw-r--r--draw/anim.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/draw/anim.hpp b/draw/anim.hpp
index 2b88e7af..e11d45ae 100644
--- a/draw/anim.hpp
+++ b/draw/anim.hpp
@@ -23,6 +23,7 @@ struct anim_mesh final
{
anim_mesh();
void draw(tile_shader& shader, anim_atlas& atlas, rotation r, std::size_t frame, local_coords xy);
+ void draw(tile_shader& shader, anim_atlas& atlas, rotation r, std::size_t frame, const Vector3& pos, float depth);
private:
struct vertex_data final {