android sync

This commit is contained in:
codeanticode
2012-05-16 01:16:59 +00:00
parent 923872caea
commit 1cd006af19
5 changed files with 563 additions and 217 deletions

View File

@@ -734,7 +734,9 @@ public class PShape implements PConstants {
////////////////////////////////////////////////////////////////////////
//
// The new copy methods to put an SVG into a PShape3D, for example
public PShape copy(PGraphics g) {
PShape res = null;
@@ -844,6 +846,7 @@ public class PShape implements PConstants {
}
}
////////////////////////////////////////////////////////////////////////
/**