作業四:使用command square 結構綜合設計

2009年10月28日 星期三 | | 3 意見




















--------------------------------------------------------

paper 20 40 70
size 300 300
command square A B C D
{
pen D
line A (B+C) A (B+C)
line (A+C+50) (B+C) A (B+C)
line (A+C) (B+C) (A+C+20) B
line (A+C-100) B (A*A) B

}
repeat A 0 5
{
repeat B 0 5
{
square (0+(B+B)*30) (0+(A+A)*30) 15 ((A+B)*8)
}
}
repeat A 4 0
{
repeat B 4 0
{
square (10+(B+B)*30) (10+(A+A)*30) 15 ((A+B)*7)
}
}

--------------------------------------------------------

作品名:這是哪裡? 神經~

作業三:使用三原型綜合設計創作

2009年10月22日 星期四 | | 2 意見




















------------------------------------------------------------

load dbngraphics.dbn
paper 87 80 10
size 300 300



circle 150 150 90 0
circle 150 180 80 0
circle 180 150 80 0
circle 150 120 80 0
circle 120 150 80 0
circle 150 205 70 0
circle 205 150 70 0
circle 150 95 70 0
circle 95 150 70 0
circle 150 225 60 0
circle 225 150 60 0
circle 150 75 60 0
circle 75 150 60 0
circle 150 240 50 0
circle 240 150 50 0
circle 150 60 50 0
circle 60 150 50 0
circle 150 250 40 0
circle 250 150 40 0
circle 150 50 40 0
circle 50 150 40 0






pen 100
rectangle 160 140 140 160
rectangle 180 150 150 180
rectangle 150 120 120 150
rectangle 210 170 170 210
rectangle 130 90 90 130
rectangle 250 200 200 250
rectangle 100 50 50 100
rectangle 300 240 240 300
rectangle 60 0 0 60



rectangle 150 180 120 150
rectangle 120 150 180 120
rectangle 90 210 130 170
rectangle 210 130 170 90
rectangle 100 200 50 250
rectangle 200 100 250 50
rectangle 200 100 250 50
rectangle 300 60 240 0
rectangle 60 300 0 240



rectangle 110 190 190 110
rectangle 75 225 225 75

------------------------------------------------------------

作品名:圈圈框框

作業二:pattern 設計應用

2009年10月15日 星期四 | | 3 意見




















-----------------------------------------------------------------

paper 100 80 0
size 300 300

repeat a 300 0
{
pen 100
line a (a*3) (a*6/2) a
}

repeat b 0 300
{
pen 100
line (b*-3) b b (b*-6/-2)
line b (b*-3) (b*-6/-2) b
}

repeat c 0 600
{
pen 100
line c (c/3) (c/6*2) c
line (c/3) c c (c/6*2)
}

repeat d 300 0
{
pen 100
line (d*-3+15) d d (d*-6/-2+15)
line d (d*-3+15) (d*-6/-2+15) d
}

repeat e 0 300
{
pen 100 80 0
line a (a/2+3) 30 (a*5-6)
}

-----------------------------------------------------------------

作品名:施工中