turned off redundant edge list building

This commit is contained in:
scrawl 2012-09-02 10:09:41 +02:00
parent e2bf4694cb
commit 4f1bcb749f

View file

@ -969,6 +969,7 @@ public:
}
mesh = meshMgr.createManual(fullname, mGroup, loader);
mesh->setAutoBuildEdgeLists(false);
}
meshes.push_back(std::make_pair(mesh, shape->name));