DrawCapsule and DrawCapsuleWires. Free Camera3D example.

This commit is contained in:
jussi
2023-04-25 19:28:54 +03:00
parent a9ce78128d
commit 8b6337446d
9 changed files with 181 additions and 1 deletions

View File

@@ -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 );