Convert meshed polygons back into facet
Write facets to ply format
This commit is contained in:
@@ -39,8 +39,6 @@ public class MeshingTest3 {
|
||||
} catch ( IllegalStateException e ) {
|
||||
e.printStackTrace();
|
||||
|
||||
semiProcess( p );
|
||||
|
||||
System.exit( 1 );
|
||||
}
|
||||
} );
|
||||
@@ -71,10 +69,6 @@ public class MeshingTest3 {
|
||||
}
|
||||
}
|
||||
|
||||
private static void semiProcess( final Plane plane ) {
|
||||
|
||||
}
|
||||
|
||||
private static List< Plane > mesh( File file ) {
|
||||
String name = file.getName();
|
||||
String[] split = name.split( "," );
|
||||
|
||||
Reference in New Issue
Block a user