| :::::::::::::::: | Anne Hong | ||||
| :::::::::::::::: | NYU | Tisch School | ITP | ||||
| :::::::::::::::: | MPS Candidate-2007 | ||||
| :::::::::::::::: | studio@annehong.com | ||||
| :::::::::::::::: | Computational Media | ||||
| :::::::::::::::: | Iterations | Final Project Proposal | |||
|
|||||
My final project will explore abstract patterns stereoscopically. I visited this gallery in Chelsea, and found an ernormous drawing that had hundreds of connecting triangular nodes. While this pattern was aesthetically appealing, I felt it lacked interactivity. I wanted to touch it.
|
|||||
I would like to make a layer of this pattern in red and also one in blue, so that it would merge to give it some depth. If the user wore a pair of stereoscopic glasses, what would happen if the red pattern was fed into the right eye and the blue pattern was fed into the left eye.
Randomly knocked out nodes to emphasize depth:
The result is this: |
|||||
Code: void setup(){ int lastX = 400; for(int i = 0; i < 10000;i++) { if (lastX < 0){ if (lastX > 800){ if (lastY > 600){
stroke(60,220,249,100); lastX = 400; for(int i = 0; i < 1000;i++) { if (lastX < 0){ if (lastX > 800){ if (lastY > 600){ endShape(); } void draw(){ } |
|||||