- fbx: fix bug that caused normals to be wrong.
parent
0d2f04d50a
commit
6e6dbe97de
|
@ -259,7 +259,7 @@ private:
|
|||
}
|
||||
|
||||
// copy normals
|
||||
const std::vector<aiVector3D>& normals = mesh.GetVertices();
|
||||
const std::vector<aiVector3D>& normals = mesh.GetNormals();
|
||||
if(normals.size()) {
|
||||
ai_assert(normals.size() == vertices.size());
|
||||
|
||||
|
|
Loading…
Reference in New Issue