From 8b6337446dd79faf226ea9df40d4d06d81c38436 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 25 Apr 2023 19:28:54 +0300 Subject: DrawCapsule and DrawCapsuleWires. Free Camera3D example. --- include/models.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/models.h b/include/models.h index 69cf143..b36d4ce 100644 --- a/include/models.h +++ b/include/models.h @@ -18,6 +18,8 @@ int lmodelsDrawCylinder( lua_State *L ); int lmodelsDrawCylinderEx( lua_State *L ); int lmodelsDrawCylinderWires( lua_State *L ); int lmodelsDrawCylinderWiresEx( lua_State *L ); +int lmodelsDrawCapsule( lua_State *L ); +int lmodelsDrawCapsuleWires( lua_State *L ); int lmodelsDrawPlane( lua_State *L ); int lmodelDrawQuad3DTexture( lua_State *L ); int lmodelsDrawRay( lua_State *L ); -- cgit v1.2.3