@webref shape @param filename name of file to load, can be .svg or .obj @see PShape @see PApplet#createShape()
(String filename)
| 1741 | * @see PApplet#createShape() |
| 1742 | */ |
| 1743 | public PShape loadShape(String filename) { |
| 1744 | return loadShape(filename, null); |
| 1745 | } |
| 1746 | |
| 1747 | |
| 1748 | /** |
nothing calls this directly
no test coverage detected