From dcb9f65b25e59edb21c9c3cac7b32d70ca19eb72 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 10 Aug 2024 02:59:59 +1000 Subject: wip --- src/maths/primitives.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/maths') diff --git a/src/maths/primitives.c b/src/maths/primitives.c index ceae260..4a4d55f 100644 --- a/src/maths/primitives.c +++ b/src/maths/primitives.c @@ -144,7 +144,7 @@ Vec3 spherical_to_cartesian_coords(f32 rho, f32 theta, f32 phi) { return vec3(x, y, z); } -Geometry geo_create_uvsphere(f32 radius, u32 north_south_lines, u32 east_west_lines) { +Geometry Geo_CreateUVsphere(f32 radius, u32 north_south_lines, u32 east_west_lines) { assert(east_west_lines >= 3); // sphere will be degenerate and look gacked without at least 3 assert(north_south_lines >= 3); -- cgit v1.2.3-70-g09d2