Fix from 6a788af3b1
This commit is contained in:
2
Source/ThirdParty/OpenFBX/ofbx.cpp
vendored
2
Source/ThirdParty/OpenFBX/ofbx.cpp
vendored
@@ -2754,7 +2754,7 @@ bool ShapeImpl::postprocess(GeometryImpl* geom, Allocator& allocator)
|
||||
while (n)
|
||||
{
|
||||
vertices[n->index] = vertices[n->index] + vr[i];
|
||||
normals[n->index] = vertices[n->index] + nr[i];
|
||||
normals[n->index] = normals[n->index] + nr[i];
|
||||
n = n->next;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user