added return true; in AddSingleMesh

This commit is contained in:
Guido Ranzuglia granzuglia 2009-11-16 11:21:25 +00:00
parent 4532580d3f
commit 004122adc4

View File

@ -118,6 +118,7 @@ template<class TriMeshType>
meshnames.push_back(meshName);
WV.push_back(1);
BBV.push_back(Box3f());
return true;
}
vcg::Box3f bb(int i) {return BBV[i];}