2022-07-27 10:05:32 +02:00
parent 41aefb1bda
commit e1e32ecbfd
+1 -1
View File
@@ -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;
}
}