- fbx: fix bug that caused normals to be wrong.
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user