Fixed MD2/MD5 meshs not having normals/tangents

Former-commit-id: 9456620961fc7e75482b4fc29394934a3d695c5e
This commit is contained in:
Lynix
2013-01-29 02:02:35 +01:00
parent fc5b1ade9b
commit afddcd0804
2 changed files with 6 additions and 1 deletions

View File

@@ -360,6 +360,8 @@ bool NzMD5MeshParser::Parse(NzMesh* mesh)
}
}
mesh->GenerateNormalsAndTangents();
return true;
}