Processing webcam experiment1: Negative
Processing webcam experiment1: Negative, originally uploaded by 0olong.
Basically, it’s done by subtracting each from from the previous. Uploaded by Dolong
Read MoreDisco Maths 3
Disco Maths 3, originally uploaded by thegoodchild.
or (az = 0; az < 360*repeat ; az+=azStep) {
for (r = 100; r < 600; r+=10) {
x = r * (sin(ze) * cos(az));
y = r * (sin(ze) * sin(az));
z = r * (cos(ze));
aStar = new Star(x,y,z);
s.add(aStar);
}
ze += zeStep;
}
Read More


