Updates to the PShape reference for 2

This commit is contained in:
Casey Reas
2012-11-17 17:23:31 +00:00
parent e971eb6318
commit 9cdb0f2e89
2 changed files with 8 additions and 1 deletions
+4
View File
@@ -10791,6 +10791,10 @@ public class PApplet extends Applet
}
/**
* @webref shape
* @param filename name of file to load, can be .svg or .obj
*/
public PShape loadShape(String filename) {
return g.loadShape(filename);
}
+4 -1
View File
@@ -1620,7 +1620,10 @@ public class PGraphics extends PImage implements PConstants {
// SHAPE I/O
/**
* @webref shape
* @param filename name of file to load, can be .svg or .obj
*/
public PShape loadShape(String filename) {
showMissingWarning("loadShape");
return null;