344
edits
No edit summary |
|||
Line 117: | Line 117: | ||
* Diese Fotos haben wir zunächst als Slideshow animiert. | * Diese Fotos haben wir zunächst als Slideshow animiert. | ||
<br style="clear:both;"> | |||
[[File:park_animation_400_225.gif||left]] | [[File:park_animation_400_225.gif||left]] | ||
<br style="clear:both;"> | |||
http://waesch.host56.com/processing/interactivepark/interactivepark.html | |||
Processing | Processing v3.0.0 Quellcode: | ||
<source lang="java"> | <source lang="java"> | ||
int numFrames = 9; // The number of frames in the animation | int numFrames = 9; // The number of frames in the animation | ||
Line 165: | Line 166: | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
Processing | Processing v3.0.0 Quellcode: | ||
<source lang="java"> | <source lang="java"> | ||
size(300, 300); | size(300, 300); | ||
Line 203: | Line 204: | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
Processing | Processing v3.0.0 Quellcode: | ||
<source lang="java"> | <source lang="java"> | ||
// number of max slices | // number of max slices | ||
Line 306: | Line 307: | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
Processing | Processing v3.0.0 Quellcode: | ||
<source lang="java"> | <source lang="java"> | ||
int n = 10; | int n = 10; | ||
Line 412: | Line 413: | ||
Beim Spazieren durch die Weimarer Parkhöhle | Beim Spazieren durch die Weimarer Parkhöhle | ||
<br style="clear:both;"> | |||
[[Image:parkhoehle.png|thumb|left|250px]] | |||
<br style="clear:both;"> | |||
Processing v2.1.1 Quellcode: | |||
Code folgt später. <br> | Code folgt später. <br> | ||
edits