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/maths/primitives.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maths/primitives.h') diff --git a/src/maths/primitives.h b/src/maths/primitives.h index f7b390d..bcf71c8 100644 --- a/src/maths/primitives.h +++ b/src/maths/primitives.h @@ -6,7 +6,7 @@ #include "maths_types.h" #include "render_types.h" -Geometry Geo_CreatePlane(f32x2 extents); +Geometry Geo_CreatePlane(f32x2 extents, u32 tiling_u, u32 tiling_v); Geometry Geo_CreateCuboid(f32x3 extents); Geometry Geo_CreateCylinder(f32 radius, f32 height, u32 resolution); Geometry Geo_CreateUVsphere(f32 radius, u32 north_south_lines, u32 east_west_lines); -- cgit v1.2.3-70-g09d2