-
Notifications
You must be signed in to change notification settings - Fork 0
/
script
118 lines (118 loc) · 1008 Bytes
/
script
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
#test box mesh
push
move
150 200 0
rotate
y 20
rotate
x 20
box
0 0 0 200 100 400
display
#clear everything, test sphere
clear
pop
push
move
250 250 0
sphere
0 0 0 200
display
#clear everything, test sphere again
clear
rotate
z 60
rotate
y 30
sphere
0 0 0 200
display
#clear everything, test torus
clear
pop
push
move
250 250 0
torus
0 0 0 50 150
display
#clear everything, test torus again
clear
rotate
z 30
rotate
y 30
rotate
x 45
torus
0 0 0 75 150
display
clear
pop
#BODY
push
move
250 250 0
rotate
y -30
box
-100 125 50 200 250 100
#HEAD
push
move
0 175 0
rotate
y 90
sphere
0 0 0 50
pop
#LEFT ARM
push
move
-100 125 0
rotate
x -45
box
-40 0 40 40 100 80
#LEFT LOWER ARM
push
move
-20 -100 0
box
-10 0 10 20 125 20
pop
pop
#RIGHT ARM
push
move
100 125 0
rotate
x -45
box
0 0 40 40 100 80
#RIGHT LOWER ARM
push
move
20 -100 0
rotate
x -20
box
-10 0 10 20 125 20
pop
pop
#LEFT LEG
push
move
-100 -125 0
box
0 0 40 50 120 80
pop
#RIGHT LEG
push
move
100 -125 0
box
-50 0 40 50 120 80
display
save
robot.png