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

Method beginRaw

core/src/processing/core/PGraphics.java:8200–8203  ·  view source on GitHub ↗

Record individual lines and triangles by echoing them to another renderer.

(PGraphics rawGraphics)

Source from the content-addressed store, hash-verified

8198 * Record individual lines and triangles by echoing them to another renderer.
8199 */
8200 public void beginRaw(PGraphics rawGraphics) { // ignore
8201 this.raw = rawGraphics;
8202 rawGraphics.beginDraw();
8203 }
8204
8205
8206 public void endRaw() { // ignore

Callers

nothing calls this directly

Calls 1

beginDrawMethod · 0.45

Tested by

no test coverage detected