OrcaSlicer/xs/src/admesh
Alessandro Ranellucci b38cc2c244 Merge branch 'master' into xsdata
Conflicts:
	lib/Slic3r.pm
	lib/Slic3r/ExPolygon.pm
	lib/Slic3r/Fill.pm
	lib/Slic3r/Fill/Rectilinear.pm
	lib/Slic3r/GCode.pm
	lib/Slic3r/GUI/Plater.pm
	lib/Slic3r/Geometry/Clipper.pm
	lib/Slic3r/Layer/Region.pm
	lib/Slic3r/Print.pm
	lib/Slic3r/Print/Object.pm
	lib/Slic3r/TriangleMesh.pm
	t/shells.t
	xs/MANIFEST
2013-08-08 02:10:34 +02:00
..
connect.c Some comments and minor fixes to admesh code by Andy Doucette 2013-07-31 00:01:53 +02:00
normals.c Prevent admesh to reverse all facets twice in some mostly-random situations. Normalizing a null normal should still return a null normal in order to fix it properly later instead of treating it as if it was a true normal and thus reversing the facet (and if that is the first facet, all of the others would be reversed as well). #1362 2013-07-31 00:32:48 +02:00
shared.c Finish porting TriangleMesh->translate 2013-08-05 19:17:13 +02:00
stl.h Ported TriangleMesh->size 2013-08-05 19:39:10 +02:00
stl_io.c Some comments and minor fixes to admesh code by Andy Doucette 2013-07-31 00:01:53 +02:00
stlinit.c New ReadFromPerl() method 2013-07-03 11:38:01 +02:00
util.c Ported TriangleMesh->size 2013-08-05 19:39:10 +02:00