COLLADA: call make_edges on mesh import. This may cause some meshes appear without a few faces, unclear why this happens.

This commit is contained in:
Arystanbek Dyussenov
2009-11-12 03:36:40 +00:00
parent 01b2059d85
commit e637320198

View File

@@ -1722,7 +1722,7 @@ public:
read_faces(mesh, me, new_tris);
// make_edges(me, 0);
make_edges(me, 0);
mesh_calc_normals(me->mvert, me->totvert, me->mface, me->totface, NULL);