summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2022-07-05 12:55:51 +0200
committerRay <[email protected]>2022-07-05 12:55:51 +0200
commite0f0a5f663af0c12cfe6a88fec4634358e76d126 (patch)
treeef91439fa06edc99b87eb45c710cdb8b15cd0555 /src/raylib.h
parentd0f53db65f4b245f536bc6a9f386a94466cf37c2 (diff)
downloadraylib-e0f0a5f663af0c12cfe6a88fec4634358e76d126.tar.gz
raylib-e0f0a5f663af0c12cfe6a88fec4634358e76d126.zip
REMOVED: `GenMeshBinormals()`, actually, never implemented
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index e57c71bc..f9db8a17 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -1447,7 +1447,6 @@ RLAPI void DrawMeshInstanced(Mesh mesh, Material material, const Matrix *transfo
RLAPI bool ExportMesh(Mesh mesh, const char *fileName); // Export mesh data to file, returns true on success
RLAPI BoundingBox GetMeshBoundingBox(Mesh mesh); // Compute mesh bounding box limits
RLAPI void GenMeshTangents(Mesh *mesh); // Compute mesh tangents
-RLAPI void GenMeshBinormals(Mesh *mesh); // Compute mesh binormals
// Mesh generation functions
RLAPI Mesh GenMeshPoly(int sides, float radius); // Generate polygonal mesh