Remove dead code.

issue_3165
Kim Kulling 2020-06-09 10:16:05 +02:00 committed by GitHub
parent 88c1509d69
commit 2a8daed68f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -110,8 +110,6 @@ TEST_F(utFindInvalidDataProcess, testStepNegativeResult) {
mMesh->mNormals[i].x = mMesh->mNormals[i].y = mMesh->mNormals[i].z =0;
mMesh->mBitangents[i].x = mMesh->mBitangents[i].y = mMesh->mBitangents[i].z = 0;
}
//::memset(mMesh->mNormals, 0, mMesh->mNumVertices * sizeof(aiVector3D));
//::memset(mMesh->mBitangents, 0, mMesh->mNumVertices * sizeof(aiVector3D));
mMesh->mTextureCoords[2][455] = aiVector3D(std::numeric_limits<float>::quiet_NaN());