aboutsummaryrefslogtreecommitdiff
path: root/demo/sgi/gl_panel/flying/flying.s
blob: a39fdaa446ec68651b450a773cc90769ba565523 (plain)
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
;;; This file was automatically generated by the panel editor.
;;; If you read it into gnu emacs, it will automagically format itself.

(panel (prop help creator:user-panel-help)
(prop user-panel #t)
(label "flying objects")
(al (pnl_toggle_button (name "table")
(prop help creator:user-act-help)
(label "table")
(x 4.75)
(y 0.25)
(downfunc move-then-resize)
)
(pnl_toggle_button (name "pyramid")
(prop help creator:user-act-help)
(label "pyramid")
(x 4.75)
(y 0.75)
(downfunc move-then-resize)
)
(pnl_toggle_button (name "glass")
(prop help creator:user-act-help)
(label "glass")
(x 4.75)
(y 1.25)
(downfunc move-then-resize)
)
(pnl_toggle_button (name "diamond")
(prop help creator:user-act-help)
(label "diamond")
(x 4.75)
(y 1.75)
(downfunc move-then-resize)
)
(pnl_toggle_button (name "disk")
(prop help creator:user-act-help)
(label "disk")
(x 4.75)
(y 2.25)
(downfunc move-then-resize)
)
(pnl_toggle_button (name "icecream")
(prop help creator:user-act-help)
(label "ice cream")
(x 4.75)
(y 2.75)
(downfunc move-then-resize)
)
(pnl_toggle_button (name "cube")
(prop help creator:user-act-help)
(label "cube")
(x 4.75)
(y 3.25)
(val 1)
(downfunc move-then-resize)
)
(pnl_toggle_button (name "cylinder")
(prop help creator:user-act-help)
(label "cylinder")
(x 4.75)
(y 3.75)
(downfunc move-then-resize)
)
(pnl_toggle_button (name "sphere")
(prop help creator:user-act-help)
(label "sphere")
(x 4.75)
(y 4.25)
(downfunc move-then-resize)
)
(pnl_button (name "quit")
(prop help creator:user-act-help)
(label "quit")
(x 0.25)
(y 2.25)
(w 1.3)
(h 0.65)
(labeltype 16)
(downfunc move-then-resize)
)
(pnl_button (name "showall")
(prop help creator:user-act-help)
(label "show all")
(x 3.75)
(y 3.75)
(labeltype 8)
(downfunc move-then-resize)
)
(pnl_button (name "shownone")
(prop help creator:user-act-help)
(label "show none")
(x 3.75)
(y 3.25)
(labeltype 8)
(downfunc move-then-resize)
)
(pnl_radio_button (name "wire")
(prop end-of-group #t)
(prop help creator:user-act-help)
(label "wire frame")
(x 0.25)
(y 4.5)
(h 0.36)
(downfunc move-then-resize)
)
(pnl_radio_button (name "filled")
(prop help creator:user-act-help)
(label "filled")
(x 0.25)
(y 4)
(h 0.36)
(val 1)
(downfunc move-then-resize)
)
(pnl_radio_button (name "flat")
(prop end-of-group #t)
(prop help creator:user-act-help)
(label "flat shaded")
(x 0.25)
(y 0.5)
(h 0.36)
(downfunc move-then-resize)
)
(pnl_radio_button (name "gouraud")
(prop help creator:user-act-help)
(label "gouraud shaded")
(x 0.25)
(h 0.36)
(val 1)
(downfunc move-then-resize)
)
)
)
;;; Local Variables:
;;; mode: scheme
;;; eval: (save-excursion (goto-char (point-min)) (kill-line 3))
;;; eval: (save-excursion (goto-char (point-min)) (replace-regexp "[ \n]*)" ")"))
;;; eval: (indent-region (point-min) (point-max) nil)
;;; eval: (progn (kill-line -3) (delete-backward-char 1) (save-buffer))
;;; End: