update input
This commit is contained in:
@@ -13,7 +13,7 @@ int main(int argc, char* argv[])
|
||||
|
||||
typedef CGAL::Polyhedral_envelope<Kernel> Envelope;
|
||||
|
||||
std::ifstream in((argc>1) ? argv[1] : "data/unitsphere.off");
|
||||
std::ifstream in((argc>1) ? argv[1] : "data/blobby.off");
|
||||
Surface_mesh tmesh;
|
||||
|
||||
in >> tmesh;
|
||||
|
||||
Reference in New Issue
Block a user