top of page

These stereos are cross-eye and are a work in progress. I am interested in showing a surface plane where the stereo is almost unnoticeable but when you cross your eyes, lines emerge from the surface. The pictures are from my walks in Griffith Park, L.A.

twig constellation_nsa 5.jpg
twig constellation_nsa1.jpg
twig constellation_nsa 2.jpg
twig constellation_nsa 7.jpg
bottom of page
//sketch1 for transparency_Heather Lowe void setup() { size(500,400); } void draw() { background(24, 200, 150); stroke(255, 255, 255); fill(160, 220, 90, 70); ellipse(200, 200, 300, 300); fill(252, 246, 115); ellipse(200, 200, 175, 175); fill(160, 210, 230, 50); rect(mouseX, mouseY, 200, 200, 20); fill(240, 30, 0, 80); ellipse (200, mouseY, 100, 100); fill(240, 30, 0, 50); ellipse (300, mouseX, 90, 90); fill(240, 30, 0, 30); ellipse (mouseX, 50, 70, 70); fill(160, 210, 230, 50); rect(mouseY, mouseX, 100, 100, 20); }