From 13949ca02bcf9fcdfcc48ea7949f617553a260b6 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:25:13 +1000 Subject: allow UV tiling for plane geometry --- src/systems/grid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/systems/grid.c') diff --git a/src/systems/grid.c b/src/systems/grid.c index 6e62a21..e907865 100644 --- a/src/systems/grid.c +++ b/src/systems/grid.c @@ -13,7 +13,7 @@ void Grid_Init(Grid_Storage* storage) { INFO("Infinite Grid initialisation"); - Geometry plane_geo = Geo_CreatePlane(f32x2(1.0, 1.0)); + Geometry plane_geo = Geo_CreatePlane(f32x2(1.0, 1.0), 1, 1); Mesh plane_mesh = Mesh_Create(&plane_geo, true); storage->plane_vertices = plane_mesh.vertex_buffer; -- cgit v1.2.3-70-g09d2