fix the multimesh bug also in the other Open function

This commit is contained in:
granzuglia 2006-08-11 11:12:01 +00:00
parent f1dc38a271
commit 9bc7cd795f
1 changed files with 1 additions and 1 deletions

View File

@ -89,6 +89,7 @@ public:
else
{
geomsh[ii] = geolib->GetEntity(ii)->GetMesh();
unsigned int offset = m.vert.size();
if (geomsh[ii]->GetFaceCount() > 0)
{
geomsh[ii]->Triangulate();
@ -150,7 +151,6 @@ public:
FCDGeometryPolygonsInputList tet;
tmp->GetPolygons(pset)->FindInputs(FUDaeGeometryInput::TEXCOORD,tet);
unsigned int offset = m.face.size();
for(unsigned int ind = 0;ind < pos->indices.size();++ind)
{