mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-20 03:16:10 +00:00
added return true; in AddSingleMesh
This commit is contained in:
parent
4532580d3f
commit
004122adc4
@ -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];}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user