diff options
Diffstat (limited to 'cheatsheet/raylib_models.c')
| -rw-r--r-- | cheatsheet/raylib_models.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cheatsheet/raylib_models.c b/cheatsheet/raylib_models.c index f4721be..6e3c4bb 100644 --- a/cheatsheet/raylib_models.c +++ b/cheatsheet/raylib_models.c @@ -60,7 +60,7 @@ Mesh GenMeshCubicmap(Image cubicmap, Vector3 cubeSize); // Generate cubes-based map mesh from image data // Mesh manipulation functions - BoundingBox MeshBoundingBox(Mesh mesh); // Compute mesh bounding box limits + BoundingBox GetMeshBoundingBox(Mesh mesh); // Compute mesh bounding box limits void MeshTangents(Mesh *mesh); // Compute mesh tangents void MeshBinormals(Mesh *mesh); // Compute mesh binormals |
