Remove unused variable
This commit is contained in:
parent
8d615a99f6
commit
8b5485f822
1 changed files with 0 additions and 1 deletions
|
@ -2482,7 +2482,6 @@ void MeshNormalsSmooth(Mesh *mesh)
|
||||||
Vector3 *uniqueVertices = (Vector3 *)RL_CALLOC(mesh->vertexCount, sizeof(Vector3));
|
Vector3 *uniqueVertices = (Vector3 *)RL_CALLOC(mesh->vertexCount, sizeof(Vector3));
|
||||||
Vector3 *summedNormals = (Vector3 *)RL_CALLOC(mesh->vertexCount, sizeof(Vector3));
|
Vector3 *summedNormals = (Vector3 *)RL_CALLOC(mesh->vertexCount, sizeof(Vector3));
|
||||||
|
|
||||||
int uiCounter = 0;
|
|
||||||
int *uniqueIndices = (int *)RL_CALLOC(mesh->vertexCount, sizeof(int));
|
int *uniqueIndices = (int *)RL_CALLOC(mesh->vertexCount, sizeof(int));
|
||||||
|
|
||||||
// Sum normals grouped by vertex
|
// Sum normals grouped by vertex
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue