MCPcopy Index your code
hub / github.com/processing/processing / loadShape

Method loadShape

core/src/processing/core/PGraphics.java:1743–1745  ·  view source on GitHub ↗

@webref shape @param filename name of file to load, can be .svg or .obj @see PShape @see PApplet#createShape()

(String filename)

Source from the content-addressed store, hash-verified

1741 * @see PApplet#createShape()
1742 */
1743 public PShape loadShape(String filename) {
1744 return loadShape(filename, null);
1745 }
1746
1747
1748 /**

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected