mas 110 exhibition - jshafer

Hollow Egg

3c

Read RK pp. 67 to 102. Evoke the image of an 'egg' shape: smooth, round,

yet not entirely symmetrical, using all the DBN knowledge you might have at your disposal.

Think closely about how the surface of the egg should be textured and decorated.

Establish a clear underlying concept of computation, which will be

demonstrated by your cleanliness of code.

back to stills page

 

paper 20
repeat A 0 100
{
   line 0 0 A 0
}
Load dbngraphics.dbn
repeat B 25 30
{
   Circle B 50 24 90
}
repeat B 38 45
{
   Circle B 50 28 70
}
repeat B 51 59
{
   Circle B 50 30 75
}
repeat B 59 67
{
   Circle B 50 28 60
}
repeat B 68 75
{
   Circle B 50 26 50
}
repeat B 62 71
{
Circle B 50 22 45
}
repeat B 75 84
{
   Circle B 50 15 40
}
repeat B 89 94
{
   Circle B 50 10 25
}
repeat B 94 95
{
   Circle B 50 5 10
}

back to top