Record individual lines and triangles by echoing them to another renderer.
(PGraphics rawGraphics)
| 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 |