12,302
edits
No edit summary |
m (Max moved page GMU:Actors, Traces, Collectives/Zufall to GMU:Actors, Traces, Collectives/SS17/Zufall: gleicher kurs im WS) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
/** | /** | ||
* | * Speichert eine SVG Des Inhalts des Rendering Fensters | ||
* | * wenn die Maustaste gedrückt wird.. | ||
*/ | */ | ||
| Line 20: | Line 20: | ||
void draw() { | void draw() { | ||
if(saveOneFrame == true) { | if(saveOneFrame == true) { | ||
beginRecord( | beginRecord(SVG, "Muster_"+filenumber+".svg"); | ||
} | } | ||