CeilingCat (talk | contribs) |
CeilingCat (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
= Homeworks = | [[Media:Example.ogg]]= Homeworks = | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
== Homework 1 == | == Homework 1 == | ||
Line 45: | Line 45: | ||
<br style="clear:both;"> | <br style="clear:both;"> | ||
== Homework 4 - Sound Sketch == | |||
X Questions regarding this will be asked on 28.01.2016 X | |||
== Homework 5 - Video Delay == | |||
== Homework 6 - Video Processing == | |||
<videoflash>-y0kZo36ELM</videoflash> | |||
https://www.youtube.com/watch?v=-y0kZo36ELM | |||
---- | ---- |
Revision as of 22:11, 27 January 2016
Media:Example.ogg= Homeworks =
Homework 1
Homework 2
Homework 3
PImage[] images = new PImage[8]; int d; int dx; int dy; void setup() { size(600,600); background(0,0,0); d=75; for (int i=0; i<8; i++) images[i] = loadImage("p"+ i +".jpg"); } void draw() { rotate(frameCount*0.1); int pick = frameCount % 8; image(images[pick],mouseX-d,mouseY-d,150,150);
Comments
Hey Volker, this one is really nice!
Please share your code :)
— Martin Schneider 10:08, 17 December 2015 (UTC)
Code is coming.
--CeilingCat is watching you Processing... 22:32, 18 December 2015 (UTC)
Homework 4 - Sound Sketch
X Questions regarding this will be asked on 28.01.2016 X
Homework 5 - Video Delay
Homework 6 - Video Processing
<videoflash>-y0kZo36ELM</videoflash> https://www.youtube.com/watch?v=-y0kZo36ELM