1#VRML V2.0 utf8
2
3# This Makefile is free software; the Free Software Foundation
4# gives unlimited permission to copy, distribute and modify it.
5
6Transform
7  {
8  children
9    [
10    Shape
11      {
12      appearance       Appearance
13	{
14	material 	Material
15	  {
16	  diffuseColor 0 0.200000 0
17	  specularColor 1 0.699998 0.699998
18	  }
19	}
20      geometry       Sphere
21	{
22	radius 4
23	}
24      }
25    ]
26  translation 0.157727 -1.603296 0
27  }
28
29DEF Fog1 Fog
30  {
31  color 0.200000 0.200000 0.200000
32  fogType "EXPONENTIAL"
33  }
34
35DEF ScalarInterpolator1 ScalarInterpolator
36  {
37  key
38    [
39    0
40    0.699999
41    0.800000
42    0.899999
43    1
44    ]
45  keyValue
46    [
47    0
48    0
49    0
50    9.999999e-5
51    0
52    ]
53  }
54
55ROUTE ScalarInterpolator1.value_changed TO Fog1.set_visibilityRange
56
57DEF TimeSensor1 TimeSensor
58  {
59  cycleInterval 20
60  loop TRUE
61  }
62
63ROUTE TimeSensor1.fraction_changed TO ScalarInterpolator1.set_fraction
64
65DEF NavigationInfo1 NavigationInfo
66  {
67  speed 0.161490
68  }
69
70DEF ScalarInterpolator2 ScalarInterpolator
71  {
72  key
73    [
74    0.152734
75    0.268317
76    0.345717
77    0.459236
78    0.610939
79    ]
80  keyValue
81    [
82    0.167701
83    0.627329
84    0.788819
85    0.590062
86    0.161490
87    ]
88  }
89
90ROUTE TimeSensor1.fraction_changed TO ScalarInterpolator2.set_fraction
91ROUTE ScalarInterpolator2.value_changed TO NavigationInfo1.set_speed
92
93DEF DirectionalLight1 DirectionalLight
94  {
95  direction -2.342728e-2 0.174785 -0.122691
96  intensity 0.699227
97  }
98
99DEF ScalarInterpolator3 ScalarInterpolator
100  {
101  key
102    [
103    4.889973e-3
104    2.270381e-2
105    9.081527e-2
106    0.314179
107    0.323013
108    0.352077
109    0.417956
110    0.469556
111    0.553147
112    0.623323
113    0.697626
114    0.742052
115    0.837408
116    0.989680
117    ]
118  keyValue
119    [
120    0.957274
121    0.900293
122    0.904719
123    0.395348
124    0.334672
125    0.266860
126    0.924387
127    0.910672
128    0.986855
129    0.360248
130    0.813664
131    0.971660
132    0.365177
133    0.880383
134    ]
135  }
136
137ROUTE TimeSensor1.fraction_changed TO ScalarInterpolator3.set_fraction
138ROUTE ScalarInterpolator3.value_changed TO DirectionalLight1.set_intensity
139
140DEF PositionInterpolator1 PositionInterpolator
141  {
142  key
143    [
144    0
145    0.153766
146    0.206398
147    0.410757
148    0.508771
149    0.550051
150    0.760577
151    0.806845
152    0.948655
153    0.968008
154    1.021671
155    ]
156  keyValue
157    [
158    0 0 0
159    0 0.477750 -0.694095
160    0 0.488371 -0.606694
161    0 0 -1
162    -5.895078e-2 0.186046 0.966529
163    1.345268 0.186046 -0.825197
164    -2.201062e-2 0.186046 -0.359057
165    -2.470700e-2 0.164614 9.082329e-2
166    -4.663740e-2 -9.697256e-3 -0.345506
167    -2.201062e-2 0.186046 -0.679528
168    -2.201062e-2 -3.432402e-2 -0.242522
169    ]
170  }
171
172ROUTE TimeSensor1.fraction_changed TO PositionInterpolator1.set_fraction
173ROUTE PositionInterpolator1.value_changed TO DirectionalLight1.set_direction
174
175Transform
176  {
177  children
178    [
179    Shape
180      {
181      appearance       Appearance
182	{
183	material 	Material
184	  {
185	  }
186	texture 	ImageTexture
187	  {
188	  url
189	    [
190	    "image.gif"
191	    ]
192	  }
193	textureTransform 	DEF TextureTransform1 TextureTransform
194	  {
195	  rotation 17.445600
196	  }
197	}
198      geometry       Cylinder
199	{
200	height 20
201	radius 10
202	}
203      }
204    ]
205  rotation 1 0 0 0.699998
206  translation -50 -0.258673 -100
207  }
208
209Transform
210  {
211  children
212    [
213    Shape
214      {
215      appearance       Appearance
216	{
217	material 	Material
218	  {
219	  }
220	}
221      geometry       Sphere
222	{
223	}
224      }
225    ]
226  translation 3.307862 -1.032297 6.390796
227  }
228
229NavigationInfo
230  {
231  headlight FALSE
232  }
233
234Transform
235  {
236  children
237    [
238    Shape
239      {
240      appearance       Appearance
241	{
242	material 	Material
243	  {
244	  }
245	}
246      geometry       Text
247	{
248	string
249	  [
250	  "misc animation"
251	  ]
252	}
253      }
254    ]
255  translation -6.787540 2.795941 0
256  }
257
258DEF ScalarInterpolator4 ScalarInterpolator
259  {
260  key
261    [
262    9.287925e-3
263    0.146542
264    0.361054
265    0.574819
266    0.618163
267    0.862066
268    0.973630
269    ]
270  keyValue
271    [
272    10.173755
273    8.335124
274    19.734634
275    11.310965
276    14.979386
277    18.587272
278    2.753669
279    ]
280  }
281
282ROUTE TimeSensor1.fraction_changed TO ScalarInterpolator4.set_fraction
283ROUTE ScalarInterpolator4.value_changed TO TextureTransform1.set_rotation
284
285