Processing webcam experiment1: Negative

Posted by on Feb 20, 2010 in abstract, Art, Blog, both realistic and abstract, collaborations, Gallery, Photography, Portfolio | Comments Off

Processing webcam experiment1: Negative

Basically, it’s done by subtracting each from from the previous. Uploaded by Dolong

Read More

Disco Maths 3

Posted by on Feb 20, 2010 in abstract, Art, art, Blog, experimental, g.abbey, Gallery, Photography, Portfolio | Comments Off

Disco 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
This site is protected by WP-CopyRightPro