Minor format tweaks
This commit is contained in:
parent
6445200a93
commit
e95d8bc655
8 changed files with 60 additions and 36 deletions
|
@ -1435,11 +1435,11 @@ void UpdateModelAnimation(Model model, ModelAnimation anim, int frame)
|
|||
|
||||
for (int i = 0; i < model.meshes[m].vertexCount; i++)
|
||||
{
|
||||
model.meshes[m].animVertices[vCounter] = 0;
|
||||
model.meshes[m].animVertices[vCounter] = 0;
|
||||
model.meshes[m].animVertices[vCounter + 1] = 0;
|
||||
model.meshes[m].animVertices[vCounter + 2] = 0;
|
||||
|
||||
model.meshes[m].animNormals[vCounter] = 0;
|
||||
model.meshes[m].animNormals[vCounter] = 0;
|
||||
model.meshes[m].animNormals[vCounter + 1] = 0;
|
||||
model.meshes[m].animNormals[vCounter + 2] = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue