summaryrefslogtreecommitdiff
path: root/src/maths/primitives.h
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-15 13:06:27 +1000
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-08-15 13:06:27 +1000
commit938e3944fd7d55951e794224e6346488d3c701ea (patch)
tree74b1ffd98099a69392f3472768ea99ebe18c4586 /src/maths/primitives.h
parentd4df846c97a7fd216748806abdb729a11a0ce2ec (diff)
cone wip
Diffstat (limited to 'src/maths/primitives.h')
-rw-r--r--src/maths/primitives.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/maths/primitives.h b/src/maths/primitives.h
index bcf71c8..4965545 100644
--- a/src/maths/primitives.h
+++ b/src/maths/primitives.h
@@ -9,6 +9,7 @@
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_CreateCone(f32 radius, f32 height, u32 resolution);
Geometry Geo_CreateUVsphere(f32 radius, u32 north_south_lines, u32 east_west_lines);
Geometry Geo_CreateIcosphere(f32 radius, f32 n_subdivisions);