New Slic3r::TriangleMesh::XS class

This commit is contained in:
Alessandro Ranellucci 2013-06-24 19:35:49 +02:00
parent b33b30b09d
commit f29faf0548
8 changed files with 116 additions and 76 deletions

View file

@ -9,4 +9,8 @@ use Test::More tests => 1;
is Slic3r::TriangleMesh::XS::hello_world(), 'Hello world!',
'hello world';
my $t = Slic3r::TriangleMesh::XS->new();
$t->ReadSTLFile("../../stl/testcube20mm.stl");
use XXX; XXX($t);
__END__