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

Method PShapeOBJ

core/src/processing/core/PShapeOBJ.java:26–28  ·  view source on GitHub ↗

Initializes a new OBJ Object with the given filename.

(PApplet parent, String filename)

Source from the content-addressed store, hash-verified

24 * Initializes a new OBJ Object with the given filename.
25 */
26 public PShapeOBJ(PApplet parent, String filename) {
27 this(parent, parent.createReader(filename), getBasePath(parent, filename));
28 }
29
30 public PShapeOBJ(PApplet parent, BufferedReader reader) {
31 this(parent, reader, "");

Callers

nothing calls this directly

Calls 7

getBasePathMethod · 0.95
parseOBJMethod · 0.95
addChildrenMethod · 0.95
rgbaValueMethod · 0.95
getMethod · 0.65
createReaderMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected