~holger-seelig/cobweb.js/trunk

« back to all changes in this revision

Viewing changes to cobweb.js/tests/Components/Shaders/images.x3d

  • Committer: Holger Seelig
  • Date: 2017-08-22 04:53:24 UTC
  • Revision ID: holger.seelig@yahoo.de-20170822045324-4of4xxgt79669gbt
Switched to npm.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 3.3//EN" "http://www.web3d.org/specifications/x3d-3.3.dtd">
3
 
<X3D profile='Full' version='3.3' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='http://www.web3d.org/specifications/x3d-3.3.xsd'>
4
 
  <head>
5
 
    <meta name='comment' content='World of Titania'/>
6
 
    <meta name='created' content='Fri, 01 Jan 2016 20:19:39 GMT'/>
7
 
    <meta name='creator' content='Holger Seelig'/>
8
 
    <meta name='generator' content='Titania V1.4.9, http://titania.create3000.de'/>
9
 
    <meta name='identifier' content='file:///home/holger/Projekte/Cobweb/cobweb.js/tests/Components/Shaders/images.x3d'/>
10
 
    <meta name='modified' content='Sat, 10 Sep 2016 10:08:37 GMT'/>
11
 
  </head>
12
 
  <Scene>
13
 
    <WorldInfo>
14
 
      <MetadataSet DEF='Titania'
15
 
          name='Titania'
16
 
          reference='http://titania.create3000.de'>
17
 
        <MetadataSet DEF='NavigationInfo' containerField='value'
18
 
            name='NavigationInfo'
19
 
            reference='http://titania.create3000.de'>
20
 
          <MetadataString DEF='type' containerField='value'
21
 
              name='type'
22
 
              reference='http://titania.create3000.de'
23
 
              value='"EXAMINE"'/>
24
 
        </MetadataSet>
25
 
        <MetadataSet DEF='Viewpoint' containerField='value'
26
 
            name='Viewpoint'
27
 
            reference='http://titania.create3000.de'>
28
 
          <MetadataDouble DEF='position' containerField='value'
29
 
              name='position'
30
 
              reference='http://titania.create3000.de'
31
 
              value='-0.0952446129997221, 0.0808769601024098, 12.1844271109654'/>
32
 
          <MetadataDouble DEF='orientation' containerField='value'
33
 
              name='orientation'
34
 
              reference='http://titania.create3000.de'
35
 
              value='-0.647260223783024, -0.762264916596723, -0.00252974981798655, 0.0102546044282238'/>
36
 
          <MetadataDouble DEF='centerOfRotation' containerField='value'
37
 
              name='centerOfRotation'
38
 
              reference='http://titania.create3000.de'
39
 
              value='0, 0, 0'/>
40
 
        </MetadataSet>
41
 
        <MetadataSet DEF='AngleGrid' containerField='value'
42
 
            name='AngleGrid'
43
 
            reference='http://titania.create3000.de'>
44
 
          <MetadataBoolean DEF='enabled' containerField='value'
45
 
              name='enabled'
46
 
              reference='http://titania.create3000.de'
47
 
              value='false'/>
48
 
        </MetadataSet>
49
 
        <MetadataSet DEF='Grid' containerField='value'
50
 
            name='Grid'
51
 
            reference='http://titania.create3000.de'>
52
 
          <MetadataBoolean DEF='enabled_1' containerField='value'
53
 
              name='enabled'
54
 
              reference='http://titania.create3000.de'
55
 
              value='true'/>
56
 
          <MetadataFloat DEF='rotation' containerField='value'
57
 
              name='rotation'
58
 
              reference='http://titania.create3000.de'
59
 
              value='1, 0, 0, 1.5708'/>
60
 
        </MetadataSet>
61
 
        <MetadataSet DEF='Selection' containerField='value'
62
 
            name='Selection'
63
 
            reference='http://titania.create3000.de'>
64
 
          <MetadataSet DEF='previous' containerField='value'
65
 
              name='previous'
66
 
              reference='http://titania.create3000.de'/>
67
 
          <MetadataSet DEF='children' containerField='value'
68
 
              name='children'
69
 
              reference='http://titania.create3000.de'>
70
 
            <Transform DEF='Rectangle2D' containerField='value'
71
 
                translation='-5 0 0'>
72
 
              <Shape>
73
 
                <Appearance>
74
 
                  <ComposedShader>
75
 
                    <field accessType='inputOutput' type='SFImage' name='image' value='2 2 4 0x800000ff 0xff00ff 0xffff 0x80808080'/>
76
 
                    <ShaderPart DEF='SFImageVertexShader'>
77
 
<![CDATA[data:text/plain,
78
 
 
79
 
precision mediump float;
80
 
 
81
 
uniform mat4 x3d_ProjectionMatrix;
82
 
uniform mat4 x3d_ModelViewMatrix;
83
 
 
84
 
attribute vec4 x3d_TexCoord;
85
 
attribute vec4 x3d_Vertex;
86
 
 
87
 
varying vec4 texCoord;
88
 
 
89
 
void
90
 
main ()
91
 
{
92
 
        texCoord = x3d_TexCoord;
93
 
 
94
 
        gl_Position = x3d_ProjectionMatrix * x3d_ModelViewMatrix * x3d_Vertex;
95
 
}
96
 
]]> 
97
 
                    </ShaderPart>
98
 
                    <ShaderPart DEF='SFImageFragmentShader'
99
 
                        type='FRAGMENT'>
100
 
<![CDATA[data:text/plain,
101
 
 
102
 
precision mediump float;
103
 
 
104
 
uniform int image [7]; // SFImage (2 2 4 ...)
105
 
 
106
 
varying vec4 texCoord;
107
 
 
108
 
float
109
 
pixel (in int x, in int y)
110
 
{
111
 
        int index = 3 + (y * 2 + x);
112
 
 
113
 
        for (int i = 0; i < 7; ++ i)
114
 
        {
115
 
                if (i == index)
116
 
                {
117
 
                        float p = float (image [i]);
118
 
                        
119
 
                        if (p < 0.0)
120
 
                                return (4294967295.0 + p) / 4294967295.0;
121
 
 
122
 
                        return p / 4294967295.0;
123
 
                }
124
 
        }
125
 
        
126
 
        return 0.0;
127
 
}
128
 
 
129
 
void
130
 
main ()
131
 
{
132
 
        int x = int (texCoord .x + 0.5);
133
 
        int y = int (texCoord .y + 0.5);
134
 
 
135
 
        float p = pixel (x, y);
136
 
        float r = p * 256.0;
137
 
        float g = fract (r) * 256.0;
138
 
        float b = fract (g) * 256.0;
139
 
        float a = fract (b) * 256.0;
140
 
 
141
 
        gl_FragColor = vec4 (floor (r) / 256.0,
142
 
                             floor (g) / 256.0,
143
 
                             floor (b) / 256.0,
144
 
                             floor (a) / 256.0);
145
 
}]]> 
146
 
                    </ShaderPart>
147
 
                  </ComposedShader>
148
 
                </Appearance>
149
 
                <Rectangle2D/>
150
 
              </Shape>
151
 
            </Transform>
152
 
          </MetadataSet>
153
 
        </MetadataSet>
154
 
      </MetadataSet>
155
 
    </WorldInfo>
156
 
    <Viewpoint
157
 
        position='0 0 12.1851'/>
158
 
    <Transform USE='Rectangle2D'/>
159
 
    <Transform DEF='Rectangle2D_1'
160
 
        translation='-2 0 0'>
161
 
      <Shape>
162
 
        <Appearance>
163
 
          <ComposedShader>
164
 
            <field accessType='inputOutput' type='SFNode' name='texture'>
165
 
              <ImageTexture DEF='_1'
166
 
                  url='"../images/ubuntu.png", "file:///home/holger/Projekte/Cobweb/cobweb.js/tests/Components/images/ubuntu.png"'
167
 
                  repeatS='false'
168
 
                  repeatT='false'/>
169
 
            </field>
170
 
            <ShaderPart DEF='TextureVertexShader'>
171
 
<![CDATA[data:text/plain,
172
 
 
173
 
precision mediump float;
174
 
 
175
 
uniform mat4 x3d_ProjectionMatrix;
176
 
uniform mat4 x3d_ModelViewMatrix;
177
 
 
178
 
attribute vec4 x3d_TexCoord;
179
 
attribute vec4 x3d_Vertex;
180
 
 
181
 
varying vec4 texCoord;
182
 
 
183
 
void
184
 
main ()
185
 
{
186
 
        texCoord = x3d_TexCoord;
187
 
 
188
 
        gl_Position = x3d_ProjectionMatrix * x3d_ModelViewMatrix * x3d_Vertex;
189
 
}
190
 
]]> 
191
 
            </ShaderPart>
192
 
            <ShaderPart DEF='TextureFragmentShader'
193
 
                type='FRAGMENT'>
194
 
<![CDATA[data:text/plain,
195
 
 
196
 
precision mediump float;
197
 
 
198
 
uniform sampler2D texture;
199
 
 
200
 
varying vec4 texCoord;
201
 
 
202
 
void
203
 
main ()
204
 
{
205
 
        gl_FragColor =  texture2D (texture, vec2 (texCoord));
206
 
}]]> 
207
 
            </ShaderPart>
208
 
          </ComposedShader>
209
 
        </Appearance>
210
 
        <Rectangle2D/>
211
 
      </Shape>
212
 
    </Transform>
213
 
    <Transform DEF='Rectangle2D_2'
214
 
        translation='2 0 0'>
215
 
      <Shape>
216
 
        <Appearance>
217
 
          <ComposedShader>
218
 
            <field accessType='inputOutput' type='MFNode' name='texture'>
219
 
              <ImageTexture USE='_1'/>
220
 
            </field>
221
 
            <ShaderPart DEF='TexturesVertexShader'>
222
 
<![CDATA[data:text/plain,
223
 
 
224
 
precision mediump float;
225
 
 
226
 
uniform mat4 x3d_ProjectionMatrix;
227
 
uniform mat4 x3d_ModelViewMatrix;
228
 
 
229
 
attribute vec4 x3d_TexCoord;
230
 
attribute vec4 x3d_Vertex;
231
 
 
232
 
varying vec4 texCoord;
233
 
 
234
 
void
235
 
main ()
236
 
{
237
 
        texCoord = x3d_TexCoord;
238
 
 
239
 
        gl_Position = x3d_ProjectionMatrix * x3d_ModelViewMatrix * x3d_Vertex;
240
 
}
241
 
]]> 
242
 
            </ShaderPart>
243
 
            <ShaderPart DEF='TexturesFragmentShader'
244
 
                type='FRAGMENT'>
245
 
<![CDATA[data:text/plain,
246
 
 
247
 
precision mediump float;
248
 
 
249
 
uniform sampler2D texture [1];
250
 
 
251
 
varying vec4 texCoord;
252
 
 
253
 
void
254
 
main ()
255
 
{
256
 
        gl_FragColor =  texture2D (texture [0], vec2 (texCoord));
257
 
}]]> 
258
 
            </ShaderPart>
259
 
          </ComposedShader>
260
 
        </Appearance>
261
 
        <Rectangle2D/>
262
 
      </Shape>
263
 
    </Transform>
264
 
    <Transform DEF='Sphere'
265
 
        translation='5 0 0'>
266
 
      <Shape>
267
 
        <Appearance>
268
 
          <ComposedShader>
269
 
            <field accessType='inputOutput' type='SFNode' name='texture'>
270
 
              <ComposedCubeMapTexture>
271
 
                <ImageTexture containerField='front'
272
 
                    url='"http://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-front.jpg", "https://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-front.jpg", "http://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-front.jpg", "https://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-front.jpg"'/>
273
 
                <ImageTexture containerField='back'
274
 
                    url='"http://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-back.jpg", "https://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-back.jpg", "http://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-back.jpg", "https://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-back.jpg"'/>
275
 
                <ImageTexture containerField='left'
276
 
                    url='"http://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-left.jpg", "https://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-left.jpg", "http://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-left.jpg", "https://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-left.jpg"'/>
277
 
                <ImageTexture containerField='right'
278
 
                    url='"http://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-right.jpg", "https://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-right.jpg", "http://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-right.jpg", "https://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-right.jpg"'/>
279
 
                <ImageTexture containerField='top'
280
 
                    url='"http://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-top.jpg", "https://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-top.jpg", "http://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-top.jpg", "https://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-top.jpg"'/>
281
 
                <ImageTexture containerField='bottom'
282
 
                    url='"http://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-bottom.jpg", "https://cdn.rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-bottom.jpg", "http://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-bottom.jpg", "https://rawgit.com/create3000/Library/master/Textures/CubeMapTextures/WideOcean/WideOcean-bottom.jpg"'/>
283
 
              </ComposedCubeMapTexture>
284
 
            </field>
285
 
            <ShaderPart DEF='CubeVertexShader'>
286
 
<![CDATA[data:text/plain,
287
 
 
288
 
precision mediump float;
289
 
 
290
 
uniform mat4 x3d_ProjectionMatrix;
291
 
uniform mat4 x3d_ModelViewMatrix;
292
 
 
293
 
attribute vec4 x3d_TexCoord;
294
 
attribute vec4 x3d_Vertex;
295
 
 
296
 
varying vec4 texCoord;
297
 
 
298
 
void
299
 
main ()
300
 
{
301
 
        texCoord = x3d_TexCoord;
302
 
 
303
 
        gl_Position = x3d_ProjectionMatrix * x3d_ModelViewMatrix * x3d_Vertex;
304
 
}
305
 
]]> 
306
 
            </ShaderPart>
307
 
            <ShaderPart DEF='CubeFragmentShader'
308
 
                type='FRAGMENT'>
309
 
<![CDATA[data:text/plain,
310
 
 
311
 
precision mediump float;
312
 
 
313
 
uniform samplerCube texture;
314
 
 
315
 
varying vec4 texCoord;
316
 
 
317
 
void
318
 
main ()
319
 
{
320
 
        gl_FragColor =  textureCube (texture, vec3 (texCoord));
321
 
}]]> 
322
 
            </ShaderPart>
323
 
          </ComposedShader>
324
 
        </Appearance>
325
 
        <IndexedFaceSet
326
 
            creaseAngle='3.14159'
327
 
            coordIndex='0, 1, 2, -1, 0, 2, 3, -1, 0, 3, 4, -1, 0, 4, 5, -1, 0, 5, 6, -1, 0, 6, 7, -1, 0, 7, 8, -1, 0, 8, 9, -1, 0, 9, 10, -1, 0, 10, 11, -1, 0, 11, 12, -1, 0, 12, 13, -1, 0, 13, 14, -1, 0, 14, 15, -1, 0, 15, 16, -1, 0, 16, 17, -1, 0, 17, 18, -1, 0, 18, 19, -1, 0, 19, 20, -1, 0, 20, 21, -1, 0, 21, 22, -1, 0, 22, 23, -1, 0, 23, 24, -1, 0, 24, 25, -1, 0, 25, 26, -1, 0, 26, 27, -1, 0, 27, 28, -1, 0, 28, 29, -1, 0, 29, 30, -1, 0, 30, 1, -1, 1, 31, 32, 2, -1, 2, 32, 33, 3, -1, 3, 33, 34, 4, -1, 4, 34, 35, 5, -1, 5, 35, 36, 6, -1, 6, 36, 37, 7, -1, 7, 37, 38, 8, -1, 8, 38, 39, 9, -1, 9, 39, 40, 10, -1, 10, 40, 41, 11, -1, 11, 41, 42, 12, -1, 12, 42, 43, 13, -1, 13, 43, 44, 14, -1, 14, 44, 45, 15, -1, 15, 45, 46, 16, -1, 16, 46, 47, 17, -1, 17, 47, 48, 18, -1, 18, 48, 49, 19, -1, 19, 49, 50, 20, -1, 20, 50, 51, 21, -1, 21, 51, 52, 22, -1, 22, 52, 53, 23, -1, 23, 53, 54, 24, -1, 24, 54, 55, 25, -1, 25, 55, 56, 26, -1, 26, 56, 57, 27, -1, 27, 57, 58, 28, -1, 28, 58, 59, 29, -1, 29, 59, 60, 30, -1, 30, 60, 31, 1, -1, 31, 61, 62, 32, -1, 32, 62, 63, 33, -1, 33, 63, 64, 34, -1, 34, 64, 65, 35, -1, 35, 65, 66, 36, -1, 36, 66, 67, 37, -1, 37, 67, 68, 38, -1, 38, 68, 69, 39, -1, 39, 69, 70, 40, -1, 40, 70, 71, 41, -1, 41, 71, 72, 42, -1, 42, 72, 73, 43, -1, 43, 73, 74, 44, -1, 44, 74, 75, 45, -1, 45, 75, 76, 46, -1, 46, 76, 77, 47, -1, 47, 77, 78, 48, -1, 48, 78, 79, 49, -1, 49, 79, 80, 50, -1, 50, 80, 81, 51, -1, 51, 81, 82, 52, -1, 52, 82, 83, 53, -1, 53, 83, 84, 54, -1, 54, 84, 85, 55, -1, 55, 85, 86, 56, -1, 56, 86, 87, 57, -1, 57, 87, 88, 58, -1, 58, 88, 89, 59, -1, 59, 89, 90, 60, -1, 60, 90, 61, 31, -1, 61, 91, 92, 62, -1, 62, 92, 93, 63, -1, 63, 93, 94, 64, -1, 64, 94, 95, 65, -1, 65, 95, 96, 66, -1, 66, 96, 97, 67, -1, 67, 97, 98, 68, -1, 68, 98, 99, 69, -1, 69, 99, 100, 70, -1, 70, 100, 101, 71, -1, 71, 101, 102, 72, -1, 72, 102, 103, 73, -1, 73, 103, 104, 74, -1, 74, 104, 105, 75, -1, 75, 105, 106, 76, -1, 76, 106, 107, 77, -1, 77, 107, 108, 78, -1, 78, 108, 109, 79, -1, 79, 109, 110, 80, -1, 80, 110, 111, 81, -1, 81, 111, 112, 82, -1, 82, 112, 113, 83, -1, 83, 113, 114, 84, -1, 84, 114, 115, 85, -1, 85, 115, 116, 86, -1, 86, 116, 117, 87, -1, 87, 117, 118, 88, -1, 88, 118, 119, 89, -1, 89, 119, 120, 90, -1, 90, 120, 91, 61, -1, 91, 121, 122, 92, -1, 92, 122, 123, 93, -1, 93, 123, 124, 94, -1, 94, 124, 125, 95, -1, 95, 125, 126, 96, -1, 96, 126, 127, 97, -1, 97, 127, 128, 98, -1, 98, 128, 129, 99, -1, 99, 129, 130, 100, -1, 100, 130, 131, 101, -1, 101, 131, 132, 102, -1, 102, 132, 133, 103, -1, 103, 133, 134, 104, -1, 104, 134, 135, 105, -1, 105, 135, 136, 106, -1, 106, 136, 137, 107, -1, 107, 137, 138, 108, -1, 108, 138, 139, 109, -1, 109, 139, 140, 110, -1, 110, 140, 141, 111, -1, 111, 141, 142, 112, -1, 112, 142, 143, 113, -1, 113, 143, 144, 114, -1, 114, 144, 145, 115, -1, 115, 145, 146, 116, -1, 116, 146, 147, 117, -1, 117, 147, 148, 118, -1, 118, 148, 149, 119, -1, 119, 149, 150, 120, -1, 120, 150, 121, 91, -1, 121, 151, 152, 122, -1, 122, 152, 153, 123, -1, 123, 153, 154, 124, -1, 124, 154, 155, 125, -1, 125, 155, 156, 126, -1, 126, 156, 157, 127, -1, 127, 157, 158, 128, -1, 128, 158, 159, 129, -1, 129, 159, 160, 130, -1, 130, 160, 161, 131, -1, 131, 161, 162, 132, -1, 132, 162, 163, 133, -1, 133, 163, 164, 134, -1, 134, 164, 165, 135, -1, 135, 165, 166, 136, -1, 136, 166, 167, 137, -1, 137, 167, 168, 138, -1, 138, 168, 169, 139, -1, 139, 169, 170, 140, -1, 140, 170, 171, 141, -1, 141, 171, 172, 142, -1, 142, 172, 173, 143, -1, 143, 173, 174, 144, -1, 144, 174, 175, 145, -1, 145, 175, 176, 146, -1, 146, 176, 177, 147, -1, 147, 177, 178, 148, -1, 148, 178, 179, 149, -1, 149, 179, 180, 150, -1, 150, 180, 151, 121, -1, 151, 181, 182, 152, -1, 152, 182, 183, 153, -1, 153, 183, 184, 154, -1, 154, 184, 185, 155, -1, 155, 185, 186, 156, -1, 156, 186, 187, 157, -1, 157, 187, 188, 158, -1, 158, 188, 189, 159, -1, 159, 189, 190, 160, -1, 160, 190, 191, 161, -1, 161, 191, 192, 162, -1, 162, 192, 193, 163, -1, 163, 193, 194, 164, -1, 164, 194, 195, 165, -1, 165, 195, 196, 166, -1, 166, 196, 197, 167, -1, 167, 197, 198, 168, -1, 168, 198, 199, 169, -1, 169, 199, 200, 170, -1, 170, 200, 201, 171, -1, 171, 201, 202, 172, -1, 172, 202, 203, 173, -1, 173, 203, 204, 174, -1, 174, 204, 205, 175, -1, 175, 205, 206, 176, -1, 176, 206, 207, 177, -1, 177, 207, 208, 178, -1, 178, 208, 209, 179, -1, 179, 209, 210, 180, -1, 180, 210, 181, 151, -1, 181, 211, 212, 182, -1, 182, 212, 213, 183, -1, 183, 213, 214, 184, -1, 184, 214, 215, 185, -1, 185, 215, 216, 186, -1, 186, 216, 217, 187, -1, 187, 217, 218, 188, -1, 188, 218, 219, 189, -1, 189, 219, 220, 190, -1, 190, 220, 221, 191, -1, 191, 221, 222, 192, -1, 192, 222, 223, 193, -1, 193, 223, 224, 194, -1, 194, 224, 225, 195, -1, 195, 225, 226, 196, -1, 196, 226, 227, 197, -1, 197, 227, 228, 198, -1, 198, 228, 229, 199, -1, 199, 229, 230, 200, -1, 200, 230, 231, 201, -1, 201, 231, 232, 202, -1, 202, 232, 233, 203, -1, 203, 233, 234, 204, -1, 204, 234, 235, 205, -1, 205, 235, 236, 206, -1, 206, 236, 237, 207, -1, 207, 237, 238, 208, -1, 208, 238, 239, 209, -1, 209, 239, 240, 210, -1, 210, 240, 211, 181, -1, 211, 241, 242, 212, -1, 212, 242, 243, 213, -1, 213, 243, 244, 214, -1, 214, 244, 245, 215, -1, 215, 245, 246, 216, -1, 216, 246, 247, 217, -1, 217, 247, 248, 218, -1, 218, 248, 249, 219, -1, 219, 249, 250, 220, -1, 220, 250, 251, 221, -1, 221, 251, 252, 222, -1, 222, 252, 253, 223, -1, 223, 253, 254, 224, -1, 224, 254, 255, 225, -1, 225, 255, 256, 226, -1, 226, 256, 257, 227, -1, 227, 257, 258, 228, -1, 228, 258, 259, 229, -1, 229, 259, 260, 230, -1, 230, 260, 261, 231, -1, 231, 261, 262, 232, -1, 232, 262, 263, 233, -1, 233, 263, 264, 234, -1, 234, 264, 265, 235, -1, 235, 265, 266, 236, -1, 236, 266, 267, 237, -1, 237, 267, 268, 238, -1, 238, 268, 269, 239, -1, 239, 269, 270, 240, -1, 240, 270, 241, 211, -1, 241, 271, 272, 242, -1, 242, 272, 273, 243, -1, 243, 273, 274, 244, -1, 244, 274, 275, 245, -1, 245, 275, 276, 246, -1, 246, 276, 277, 247, -1, 247, 277, 278, 248, -1, 248, 278, 279, 249, -1, 249, 279, 280, 250, -1, 250, 280, 281, 251, -1, 251, 281, 282, 252, -1, 252, 282, 283, 253, -1, 253, 283, 284, 254, -1, 254, 284, 285, 255, -1, 255, 285, 286, 256, -1, 256, 286, 287, 257, -1, 257, 287, 288, 258, -1, 258, 288, 289, 259, -1, 259, 289, 290, 260, -1, 260, 290, 291, 261, -1, 261, 291, 292, 262, -1, 262, 292, 293, 263, -1, 263, 293, 294, 264, -1, 264, 294, 295, 265, -1, 265, 295, 296, 266, -1, 266, 296, 297, 267, -1, 267, 297, 298, 268, -1, 268, 298, 299, 269, -1, 269, 299, 300, 270, -1, 270, 300, 271, 241, -1, 271, 301, 302, 272, -1, 272, 302, 303, 273, -1, 273, 303, 304, 274, -1, 274, 304, 305, 275, -1, 275, 305, 306, 276, -1, 276, 306, 307, 277, -1, 277, 307, 308, 278, -1, 278, 308, 309, 279, -1, 279, 309, 310, 280, -1, 280, 310, 311, 281, -1, 281, 311, 312, 282, -1, 282, 312, 313, 283, -1, 283, 313, 314, 284, -1, 284, 314, 315, 285, -1, 285, 315, 316, 286, -1, 286, 316, 317, 287, -1, 287, 317, 318, 288, -1, 288, 318, 319, 289, -1, 289, 319, 320, 290, -1, 290, 320, 321, 291, -1, 291, 321, 322, 292, -1, 292, 322, 323, 293, -1, 293, 323, 324, 294, -1, 294, 324, 325, 295, -1, 295, 325, 326, 296, -1, 296, 326, 327, 297, -1, 297, 327, 328, 298, -1, 298, 328, 329, 299, -1, 299, 329, 330, 300, -1, 300, 330, 301, 271, -1, 301, 331, 332, 302, -1, 302, 332, 333, 303, -1, 303, 333, 334, 304, -1, 304, 334, 335, 305, -1, 305, 335, 336, 306, -1, 306, 336, 337, 307, -1, 307, 337, 338, 308, -1, 308, 338, 339, 309, -1, 309, 339, 340, 310, -1, 310, 340, 341, 311, -1, 311, 341, 342, 312, -1, 312, 342, 343, 313, -1, 313, 343, 344, 314, -1, 314, 344, 345, 315, -1, 315, 345, 346, 316, -1, 316, 346, 347, 317, -1, 317, 347, 348, 318, -1, 318, 348, 349, 319, -1, 319, 349, 350, 320, -1, 320, 350, 351, 321, -1, 321, 351, 352, 322, -1, 322, 352, 353, 323, -1, 323, 353, 354, 324, -1, 324, 354, 355, 325, -1, 325, 355, 356, 326, -1, 326, 356, 357, 327, -1, 327, 357, 358, 328, -1, 328, 358, 359, 329, -1, 329, 359, 360, 330, -1, 330, 360, 331, 301, -1, 331, 361, 362, 332, -1, 332, 362, 363, 333, -1, 333, 363, 364, 334, -1, 334, 364, 365, 335, -1, 335, 365, 366, 336, -1, 336, 366, 367, 337, -1, 337, 367, 368, 338, -1, 338, 368, 369, 339, -1, 339, 369, 370, 340, -1, 340, 370, 371, 341, -1, 341, 371, 372, 342, -1, 342, 372, 373, 343, -1, 343, 373, 374, 344, -1, 344, 374, 375, 345, -1, 345, 375, 376, 346, -1, 346, 376, 377, 347, -1, 347, 377, 378, 348, -1, 348, 378, 379, 349, -1, 349, 379, 380, 350, -1, 350, 380, 381, 351, -1, 351, 381, 382, 352, -1, 352, 382, 383, 353, -1, 353, 383, 384, 354, -1, 354, 384, 385, 355, -1, 355, 385, 386, 356, -1, 356, 386, 387, 357, -1, 357, 387, 388, 358, -1, 358, 388, 389, 359, -1, 359, 389, 390, 360, -1, 360, 390, 361, 331, -1, 361, 391, 362, -1, 362, 391, 363, -1, 363, 391, 364, -1, 364, 391, 365, -1, 365, 391, 366, -1, 366, 391, 367, -1, 367, 391, 368, -1, 368, 391, 369, -1, 369, 391, 370, -1, 370, 391, 371, -1, 371, 391, 372, -1, 372, 391, 373, -1, 373, 391, 374, -1, 374, 391, 375, -1, 375, 391, 376, -1, 376, 391, 377, -1, 377, 391, 378, -1, 378, 391, 379, -1, 379, 391, 380, -1, 380, 391, 381, -1, 381, 391, 382, -1, 382, 391, 383, -1, 383, 391, 384, -1, 384, 391, 385, -1, 385, 391, 386, -1, 386, 391, 387, -1, 387, 391, 388, -1, 388, 391, 389, -1, 389, 391, 390, -1, 390, 391, 361, -1'>
328
 
          <TextureCoordinate3D
329
 
              point='0 1 0, -0 0.974928 -0.222521, -0.0462647 0.974928 -0.217658, -0.0905074 0.974928 -0.203283, -0.130795 0.974928 -0.180023, -0.165365 0.974928 -0.148896, -0.192709 0.974928 -0.11126, -0.21163 0.974928 -0.0687627, -0.221302 0.974928 -0.0232598, -0.221302 0.974928 0.0232598, -0.21163 0.974928 0.0687628, -0.192709 0.974928 0.11126, -0.165365 0.974928 0.148896, -0.130795 0.974928 0.180023, -0.0905074 0.974928 0.203283, -0.0462647 0.974928 0.217658, 1.94534e-08 0.974928 0.222521, 0.0462647 0.974928 0.217658, 0.0905074 0.974928 0.203283, 0.130795 0.974928 0.180023, 0.165365 0.974928 0.148896, 0.192709 0.974928 0.11126, 0.21163 0.974928 0.0687628, 0.221302 0.974928 0.0232597, 0.221302 0.974928 -0.0232597, 0.21163 0.974928 -0.0687628, 0.192709 0.974928 -0.11126, 0.165365 0.974928 -0.148896, 0.130795 0.974928 -0.180023, 0.0905074 0.974928 -0.203283, 0.0462647 0.974928 -0.217658, -0 0.900969 -0.433884, -0.0902095 0.900969 -0.424402, -0.176476 0.900969 -0.396373, -0.25503 0.900969 -0.351019, -0.322438 0.900969 -0.290325, -0.375754 0.900969 -0.216942, -0.412648 0.900969 -0.134077, -0.431507 0.900969 -0.0453532, -0.431507 0.900969 0.0453532, -0.412648 0.900969 0.134077, -0.375754 0.900969 0.216942, -0.322438 0.900969 0.290325, -0.25503 0.900969 0.351019, -0.176476 0.900969 0.396373, -0.0902095 0.900969 0.424402, 3.79313e-08 0.900969 0.433884, 0.0902096 0.900969 0.424402, 0.176476 0.900969 0.396373, 0.255031 0.900969 0.351019, 0.322438 0.900969 0.290325, 0.375754 0.900969 0.216942, 0.412648 0.900969 0.134077, 0.431507 0.900969 0.0453531, 0.431507 0.900969 -0.0453532, 0.412648 0.900969 -0.134078, 0.375754 0.900969 -0.216942, 0.322438 0.900969 -0.290325, 0.25503 0.900969 -0.351019, 0.176476 0.900969 -0.396373, 0.0902095 0.900969 -0.424402, -0 0.781831 -0.62349, -0.129631 0.781831 -0.609865, -0.253596 0.781831 -0.569586, -0.366478 0.781831 -0.504414, -0.463343 0.781831 -0.417196, -0.539958 0.781831 -0.311745, -0.592974 0.781831 -0.192669, -0.620074 0.781831 -0.0651724, -0.620074 0.781831 0.0651725, -0.592974 0.781831 0.192669, -0.539958 0.781831 0.311745, -0.463343 0.781831 0.417196, -0.366478 0.781831 0.504414, -0.253596 0.781831 0.569586, -0.129631 0.781831 0.609865, 5.45072e-08 0.781831 0.62349, 0.129631 0.781831 0.609865, 0.253596 0.781831 0.569586, 0.366478 0.781831 0.504414, 0.463343 0.781831 0.417196, 0.539958 0.781831 0.311745, 0.592974 0.781831 0.192669, 0.620074 0.781831 0.0651724, 0.620074 0.781831 -0.0651724, 0.592974 0.781831 -0.192669, 0.539958 0.781831 -0.311745, 0.463343 0.781831 -0.417196, 0.366478 0.781831 -0.504414, 0.253596 0.781831 -0.569586, 0.129631 0.781831 -0.609865, -0 0.62349 -0.781832, -0.162552 0.62349 -0.764747, -0.318 0.62349 -0.714239, -0.459549 0.62349 -0.632515, -0.581014 0.62349 -0.523147, -0.677086 0.62349 -0.390916, -0.743566 0.62349 -0.241599, -0.777549 0.62349 -0.0817236, -0.777549 0.62349 0.0817237, -0.743566 0.62349 0.241599, -0.677086 0.62349 0.390916, -0.581014 0.62349 0.523147, -0.459549 0.62349 0.632515, -0.317999 0.62349 0.714239, -0.162552 0.62349 0.764747, 6.83499e-08 0.62349 0.781832, 0.162552 0.62349 0.764747, 0.317999 0.62349 0.714239, 0.459549 0.62349 0.632515, 0.581014 0.62349 0.523147, 0.677086 0.62349 0.390916, 0.743566 0.62349 0.241599, 0.777549 0.62349 0.0817235, 0.777549 0.62349 -0.0817236, 0.743566 0.62349 -0.241599, 0.677086 0.62349 -0.390916, 0.581014 0.62349 -0.523148, 0.459549 0.62349 -0.632515, 0.317999 0.62349 -0.714239, 0.162552 0.62349 -0.764747, -0 0.433884 -0.900969, -0.187322 0.433884 -0.881281, -0.366457 0.433884 -0.823076, -0.529576 0.433884 -0.728899, -0.66955 0.433884 -0.602866, -0.780262 0.433884 -0.450484, -0.856872 0.433884 -0.278415, -0.896033 0.433884 -0.0941769, -0.896033 0.433884 0.0941769, -0.856872 0.433884 0.278415, -0.780262 0.433884 0.450484, -0.66955 0.433884 0.602866, -0.529576 0.433884 0.728899, -0.366457 0.433884 0.823076, -0.187322 0.433884 0.881281, 7.87652e-08 0.433884 0.900969, 0.187322 0.433884 0.88128, 0.366457 0.433884 0.823076, 0.529576 0.433884 0.728899, 0.66955 0.433884 0.602866, 0.780262 0.433884 0.450484, 0.856872 0.433884 0.278415, 0.896033 0.433884 0.0941768, 0.896033 0.433884 -0.0941768, 0.856872 0.433884 -0.278415, 0.780262 0.433884 -0.450484, 0.66955 0.433884 -0.602866, 0.529576 0.433884 -0.728899, 0.366457 0.433884 -0.823076, 0.187322 0.433884 -0.88128, -0 0.222521 -0.974928, -0.202699 0.222521 -0.953623, -0.396539 0.222521 -0.890641, -0.573048 0.222521 -0.788733, -0.724513 0.222521 -0.652354, -0.844312 0.222521 -0.487464, -0.927212 0.222521 -0.301269, -0.969587 0.222521 -0.101908, -0.969587 0.222521 0.101908, -0.927212 0.222521 0.301269, -0.844312 0.222521 0.487464, -0.724513 0.222521 0.652354, -0.573048 0.222521 0.788733, -0.396539 0.222521 0.890641, -0.202699 0.222521 0.953623, 8.52309e-08 0.222521 0.974928, 0.202699 0.222521 0.953623, 0.396539 0.222521 0.890641, 0.573048 0.222521 0.788733, 0.724513 0.222521 0.652354, 0.844312 0.222521 0.487464, 0.927212 0.222521 0.301269, 0.969587 0.222521 0.101908, 0.969587 0.222521 -0.101908, 0.927212 0.222521 -0.301269, 0.844312 0.222521 -0.487464, 0.724513 0.222521 -0.652354, 0.573048 0.222521 -0.788733, 0.396539 0.222521 -0.890641, 0.202699 0.222521 -0.953623, -0 -4.37114e-08 -1, -0.207912 -4.37114e-08 -0.978148, -0.406737 -4.37114e-08 -0.913545, -0.587785 -4.37114e-08 -0.809017, -0.743145 -4.37114e-08 -0.669131, -0.866025 -4.37114e-08 -0.5, -0.951057 -4.37114e-08 -0.309017, -0.994522 -4.37114e-08 -0.104528, -0.994522 -4.37114e-08 0.104529, -0.951056 -4.37114e-08 0.309017, -0.866025 -4.37114e-08 0.5, -0.743145 -4.37114e-08 0.669131, -0.587785 -4.37114e-08 0.809017, -0.406737 -4.37114e-08 0.913545, -0.207912 -4.37114e-08 0.978148, 8.74228e-08 -4.37114e-08 1, 0.207912 -4.37114e-08 0.978148, 0.406737 -4.37114e-08 0.913545, 0.587785 -4.37114e-08 0.809017, 0.743145 -4.37114e-08 0.669131, 0.866025 -4.37114e-08 0.5, 0.951056 -4.37114e-08 0.309017, 0.994522 -4.37114e-08 0.104528, 0.994522 -4.37114e-08 -0.104528, 0.951056 -4.37114e-08 -0.309017, 0.866025 -4.37114e-08 -0.5, 0.743145 -4.37114e-08 -0.669131, 0.587785 -4.37114e-08 -0.809017, 0.406736 -4.37114e-08 -0.913546, 0.207912 -4.37114e-08 -0.978148, -0 -0.222521 -0.974928, -0.202699 -0.222521 -0.953623, -0.396539 -0.222521 -0.890641, -0.573048 -0.222521 -0.788733, -0.724513 -0.222521 -0.652354, -0.844312 -0.222521 -0.487464, -0.927212 -0.222521 -0.301269, -0.969587 -0.222521 -0.101908, -0.969587 -0.222521 0.101908, -0.927212 -0.222521 0.301269, -0.844312 -0.222521 0.487464, -0.724513 -0.222521 0.652354, -0.573048 -0.222521 0.788733, -0.396539 -0.222521 0.890641, -0.202699 -0.222521 0.953623, 8.52309e-08 -0.222521 0.974928, 0.202699 -0.222521 0.953623, 0.396539 -0.222521 0.890641, 0.573048 -0.222521 0.788733, 0.724513 -0.222521 0.652354, 0.844312 -0.222521 0.487464, 0.927212 -0.222521 0.301269, 0.969587 -0.222521 0.101908, 0.969587 -0.222521 -0.101908, 0.927212 -0.222521 -0.301269, 0.844312 -0.222521 -0.487464, 0.724513 -0.222521 -0.652354, 0.573048 -0.222521 -0.788733, 0.396539 -0.222521 -0.890641, 0.202699 -0.222521 -0.953623, -0 -0.433884 -0.900969, -0.187322 -0.433884 -0.881281, -0.366457 -0.433884 -0.823076, -0.529576 -0.433884 -0.728899, -0.66955 -0.433884 -0.602866, -0.780262 -0.433884 -0.450484, -0.856872 -0.433884 -0.278415, -0.896033 -0.433884 -0.0941769, -0.896033 -0.433884 0.0941769, -0.856872 -0.433884 0.278415, -0.780262 -0.433884 0.450485, -0.66955 -0.433884 0.602866, -0.529576 -0.433884 0.728899, -0.366457 -0.433884 0.823076, -0.187322 -0.433884 0.881281, 7.87652e-08 -0.433884 0.900969, 0.187322 -0.433884 0.881281, 0.366457 -0.433884 0.823076, 0.529576 -0.433884 0.728899, 0.66955 -0.433884 0.602866, 0.780262 -0.433884 0.450484, 0.856872 -0.433884 0.278415, 0.896033 -0.433884 0.0941768, 0.896033 -0.433884 -0.0941768, 0.856872 -0.433884 -0.278415, 0.780262 -0.433884 -0.450484, 0.66955 -0.433884 -0.602866, 0.529576 -0.433884 -0.728899, 0.366457 -0.433884 -0.823076, 0.187322 -0.433884 -0.881281, -0 -0.62349 -0.781832, -0.162552 -0.62349 -0.764747, -0.318 -0.62349 -0.714239, -0.459549 -0.62349 -0.632515, -0.581014 -0.62349 -0.523147, -0.677086 -0.62349 -0.390916, -0.743566 -0.62349 -0.241599, -0.777549 -0.62349 -0.0817236, -0.777549 -0.62349 0.0817237, -0.743566 -0.62349 0.241599, -0.677086 -0.62349 0.390916, -0.581014 -0.62349 0.523147, -0.459549 -0.62349 0.632515, -0.317999 -0.62349 0.714239, -0.162552 -0.62349 0.764747, 6.83499e-08 -0.62349 0.781832, 0.162552 -0.62349 0.764747, 0.317999 -0.62349 0.714239, 0.459549 -0.62349 0.632515, 0.581014 -0.62349 0.523147, 0.677086 -0.62349 0.390916, 0.743566 -0.62349 0.241599, 0.777549 -0.62349 0.0817235, 0.777549 -0.62349 -0.0817236, 0.743566 -0.62349 -0.241599, 0.677086 -0.62349 -0.390916, 0.581014 -0.62349 -0.523148, 0.459549 -0.62349 -0.632515, 0.317999 -0.62349 -0.714239, 0.162552 -0.62349 -0.764747, -0 -0.781832 -0.62349, -0.129631 -0.781832 -0.609865, -0.253596 -0.781832 -0.569586, -0.366478 -0.781832 -0.504414, -0.463343 -0.781832 -0.417196, -0.539958 -0.781832 -0.311745, -0.592974 -0.781832 -0.192669, -0.620074 -0.781832 -0.0651724, -0.620074 -0.781832 0.0651725, -0.592974 -0.781832 0.192669, -0.539958 -0.781832 0.311745, -0.463343 -0.781832 0.417196, -0.366478 -0.781832 0.504414, -0.253596 -0.781832 0.569586, -0.129631 -0.781832 0.609865, 5.45072e-08 -0.781832 0.62349, 0.129631 -0.781832 0.609865, 0.253596 -0.781832 0.569586, 0.366478 -0.781832 0.504414, 0.463343 -0.781832 0.417196, 0.539958 -0.781832 0.311745, 0.592974 -0.781832 0.192669, 0.620074 -0.781832 0.0651723, 0.620074 -0.781832 -0.0651724, 0.592974 -0.781832 -0.192669, 0.539958 -0.781832 -0.311745, 0.463343 -0.781832 -0.417196, 0.366478 -0.781832 -0.504414, 0.253596 -0.781832 -0.569586, 0.129631 -0.781832 -0.609865, -0 -0.900969 -0.433884, -0.0902095 -0.900969 -0.424402, -0.176476 -0.900969 -0.396372, -0.25503 -0.900969 -0.351019, -0.322438 -0.900969 -0.290325, -0.375754 -0.900969 -0.216942, -0.412648 -0.900969 -0.134077, -0.431507 -0.900969 -0.0453532, -0.431507 -0.900969 0.0453532, -0.412648 -0.900969 0.134077, -0.375754 -0.900969 0.216942, -0.322438 -0.900969 0.290325, -0.25503 -0.900969 0.351019, -0.176476 -0.900969 0.396372, -0.0902094 -0.900969 0.424402, 3.79313e-08 -0.900969 0.433884, 0.0902095 -0.900969 0.424402, 0.176476 -0.900969 0.396372, 0.25503 -0.900969 0.351019, 0.322438 -0.900969 0.290325, 0.375754 -0.900969 0.216942, 0.412648 -0.900969 0.134077, 0.431507 -0.900969 0.0453531, 0.431507 -0.900969 -0.0453531, 0.412648 -0.900969 -0.134077, 0.375754 -0.900969 -0.216942, 0.322438 -0.900969 -0.290325, 0.25503 -0.900969 -0.351019, 0.176476 -0.900969 -0.396372, 0.0902095 -0.900969 -0.424402, -0 -0.974928 -0.222521, -0.0462647 -0.974928 -0.217658, -0.0905074 -0.974928 -0.203283, -0.130795 -0.974928 -0.180023, -0.165365 -0.974928 -0.148896, -0.192709 -0.974928 -0.11126, -0.21163 -0.974928 -0.0687627, -0.221302 -0.974928 -0.0232598, -0.221302 -0.974928 0.0232598, -0.21163 -0.974928 0.0687628, -0.192709 -0.974928 0.11126, -0.165365 -0.974928 0.148896, -0.130795 -0.974928 0.180023, -0.0905074 -0.974928 0.203283, -0.0462647 -0.974928 0.217658, 1.94534e-08 -0.974928 0.222521, 0.0462647 -0.974928 0.217658, 0.0905074 -0.974928 0.203283, 0.130795 -0.974928 0.180023, 0.165365 -0.974928 0.148896, 0.192709 -0.974928 0.11126, 0.21163 -0.974928 0.0687628, 0.221302 -0.974928 0.0232597, 0.221302 -0.974928 -0.0232597, 0.21163 -0.974928 -0.0687628, 0.192709 -0.974928 -0.11126, 0.165365 -0.974928 -0.148896, 0.130795 -0.974928 -0.180023, 0.0905074 -0.974928 -0.203283, 0.0462647 -0.974928 -0.217658, 0 -1 0'/>
330
 
          <Coordinate
331
 
              point='0 1 0, -0 0.974928 -0.222521, -0.0462647 0.974928 -0.217658, -0.0905074 0.974928 -0.203283, -0.130795 0.974928 -0.180023, -0.165365 0.974928 -0.148896, -0.192709 0.974928 -0.11126, -0.21163 0.974928 -0.0687627, -0.221302 0.974928 -0.0232598, -0.221302 0.974928 0.0232598, -0.21163 0.974928 0.0687628, -0.192709 0.974928 0.11126, -0.165365 0.974928 0.148896, -0.130795 0.974928 0.180023, -0.0905074 0.974928 0.203283, -0.0462647 0.974928 0.217658, 1.94534e-08 0.974928 0.222521, 0.0462647 0.974928 0.217658, 0.0905074 0.974928 0.203283, 0.130795 0.974928 0.180023, 0.165365 0.974928 0.148896, 0.192709 0.974928 0.11126, 0.21163 0.974928 0.0687628, 0.221302 0.974928 0.0232597, 0.221302 0.974928 -0.0232597, 0.21163 0.974928 -0.0687628, 0.192709 0.974928 -0.11126, 0.165365 0.974928 -0.148896, 0.130795 0.974928 -0.180023, 0.0905074 0.974928 -0.203283, 0.0462647 0.974928 -0.217658, -0 0.900969 -0.433884, -0.0902095 0.900969 -0.424402, -0.176476 0.900969 -0.396373, -0.25503 0.900969 -0.351019, -0.322438 0.900969 -0.290325, -0.375754 0.900969 -0.216942, -0.412648 0.900969 -0.134077, -0.431507 0.900969 -0.0453532, -0.431507 0.900969 0.0453532, -0.412648 0.900969 0.134077, -0.375754 0.900969 0.216942, -0.322438 0.900969 0.290325, -0.25503 0.900969 0.351019, -0.176476 0.900969 0.396373, -0.0902095 0.900969 0.424402, 3.79313e-08 0.900969 0.433884, 0.0902096 0.900969 0.424402, 0.176476 0.900969 0.396373, 0.255031 0.900969 0.351019, 0.322438 0.900969 0.290325, 0.375754 0.900969 0.216942, 0.412648 0.900969 0.134077, 0.431507 0.900969 0.0453531, 0.431507 0.900969 -0.0453532, 0.412648 0.900969 -0.134078, 0.375754 0.900969 -0.216942, 0.322438 0.900969 -0.290325, 0.25503 0.900969 -0.351019, 0.176476 0.900969 -0.396373, 0.0902095 0.900969 -0.424402, -0 0.781831 -0.62349, -0.129631 0.781831 -0.609865, -0.253596 0.781831 -0.569586, -0.366478 0.781831 -0.504414, -0.463343 0.781831 -0.417196, -0.539958 0.781831 -0.311745, -0.592974 0.781831 -0.192669, -0.620074 0.781831 -0.0651724, -0.620074 0.781831 0.0651725, -0.592974 0.781831 0.192669, -0.539958 0.781831 0.311745, -0.463343 0.781831 0.417196, -0.366478 0.781831 0.504414, -0.253596 0.781831 0.569586, -0.129631 0.781831 0.609865, 5.45072e-08 0.781831 0.62349, 0.129631 0.781831 0.609865, 0.253596 0.781831 0.569586, 0.366478 0.781831 0.504414, 0.463343 0.781831 0.417196, 0.539958 0.781831 0.311745, 0.592974 0.781831 0.192669, 0.620074 0.781831 0.0651724, 0.620074 0.781831 -0.0651724, 0.592974 0.781831 -0.192669, 0.539958 0.781831 -0.311745, 0.463343 0.781831 -0.417196, 0.366478 0.781831 -0.504414, 0.253596 0.781831 -0.569586, 0.129631 0.781831 -0.609865, -0 0.62349 -0.781832, -0.162552 0.62349 -0.764747, -0.318 0.62349 -0.714239, -0.459549 0.62349 -0.632515, -0.581014 0.62349 -0.523147, -0.677086 0.62349 -0.390916, -0.743566 0.62349 -0.241599, -0.777549 0.62349 -0.0817236, -0.777549 0.62349 0.0817237, -0.743566 0.62349 0.241599, -0.677086 0.62349 0.390916, -0.581014 0.62349 0.523147, -0.459549 0.62349 0.632515, -0.317999 0.62349 0.714239, -0.162552 0.62349 0.764747, 6.83499e-08 0.62349 0.781832, 0.162552 0.62349 0.764747, 0.317999 0.62349 0.714239, 0.459549 0.62349 0.632515, 0.581014 0.62349 0.523147, 0.677086 0.62349 0.390916, 0.743566 0.62349 0.241599, 0.777549 0.62349 0.0817235, 0.777549 0.62349 -0.0817236, 0.743566 0.62349 -0.241599, 0.677086 0.62349 -0.390916, 0.581014 0.62349 -0.523148, 0.459549 0.62349 -0.632515, 0.317999 0.62349 -0.714239, 0.162552 0.62349 -0.764747, -0 0.433884 -0.900969, -0.187322 0.433884 -0.881281, -0.366457 0.433884 -0.823076, -0.529576 0.433884 -0.728899, -0.66955 0.433884 -0.602866, -0.780262 0.433884 -0.450484, -0.856872 0.433884 -0.278415, -0.896033 0.433884 -0.0941769, -0.896033 0.433884 0.0941769, -0.856872 0.433884 0.278415, -0.780262 0.433884 0.450484, -0.66955 0.433884 0.602866, -0.529576 0.433884 0.728899, -0.366457 0.433884 0.823076, -0.187322 0.433884 0.881281, 7.87652e-08 0.433884 0.900969, 0.187322 0.433884 0.88128, 0.366457 0.433884 0.823076, 0.529576 0.433884 0.728899, 0.66955 0.433884 0.602866, 0.780262 0.433884 0.450484, 0.856872 0.433884 0.278415, 0.896033 0.433884 0.0941768, 0.896033 0.433884 -0.0941768, 0.856872 0.433884 -0.278415, 0.780262 0.433884 -0.450484, 0.66955 0.433884 -0.602866, 0.529576 0.433884 -0.728899, 0.366457 0.433884 -0.823076, 0.187322 0.433884 -0.88128, -0 0.222521 -0.974928, -0.202699 0.222521 -0.953623, -0.396539 0.222521 -0.890641, -0.573048 0.222521 -0.788733, -0.724513 0.222521 -0.652354, -0.844312 0.222521 -0.487464, -0.927212 0.222521 -0.301269, -0.969587 0.222521 -0.101908, -0.969587 0.222521 0.101908, -0.927212 0.222521 0.301269, -0.844312 0.222521 0.487464, -0.724513 0.222521 0.652354, -0.573048 0.222521 0.788733, -0.396539 0.222521 0.890641, -0.202699 0.222521 0.953623, 8.52309e-08 0.222521 0.974928, 0.202699 0.222521 0.953623, 0.396539 0.222521 0.890641, 0.573048 0.222521 0.788733, 0.724513 0.222521 0.652354, 0.844312 0.222521 0.487464, 0.927212 0.222521 0.301269, 0.969587 0.222521 0.101908, 0.969587 0.222521 -0.101908, 0.927212 0.222521 -0.301269, 0.844312 0.222521 -0.487464, 0.724513 0.222521 -0.652354, 0.573048 0.222521 -0.788733, 0.396539 0.222521 -0.890641, 0.202699 0.222521 -0.953623, -0 -4.37114e-08 -1, -0.207912 -4.37114e-08 -0.978148, -0.406737 -4.37114e-08 -0.913545, -0.587785 -4.37114e-08 -0.809017, -0.743145 -4.37114e-08 -0.669131, -0.866025 -4.37114e-08 -0.5, -0.951057 -4.37114e-08 -0.309017, -0.994522 -4.37114e-08 -0.104528, -0.994522 -4.37114e-08 0.104529, -0.951056 -4.37114e-08 0.309017, -0.866025 -4.37114e-08 0.5, -0.743145 -4.37114e-08 0.669131, -0.587785 -4.37114e-08 0.809017, -0.406737 -4.37114e-08 0.913545, -0.207912 -4.37114e-08 0.978148, 8.74228e-08 -4.37114e-08 1, 0.207912 -4.37114e-08 0.978148, 0.406737 -4.37114e-08 0.913545, 0.587785 -4.37114e-08 0.809017, 0.743145 -4.37114e-08 0.669131, 0.866025 -4.37114e-08 0.5, 0.951056 -4.37114e-08 0.309017, 0.994522 -4.37114e-08 0.104528, 0.994522 -4.37114e-08 -0.104528, 0.951056 -4.37114e-08 -0.309017, 0.866025 -4.37114e-08 -0.5, 0.743145 -4.37114e-08 -0.669131, 0.587785 -4.37114e-08 -0.809017, 0.406736 -4.37114e-08 -0.913546, 0.207912 -4.37114e-08 -0.978148, -0 -0.222521 -0.974928, -0.202699 -0.222521 -0.953623, -0.396539 -0.222521 -0.890641, -0.573048 -0.222521 -0.788733, -0.724513 -0.222521 -0.652354, -0.844312 -0.222521 -0.487464, -0.927212 -0.222521 -0.301269, -0.969587 -0.222521 -0.101908, -0.969587 -0.222521 0.101908, -0.927212 -0.222521 0.301269, -0.844312 -0.222521 0.487464, -0.724513 -0.222521 0.652354, -0.573048 -0.222521 0.788733, -0.396539 -0.222521 0.890641, -0.202699 -0.222521 0.953623, 8.52309e-08 -0.222521 0.974928, 0.202699 -0.222521 0.953623, 0.396539 -0.222521 0.890641, 0.573048 -0.222521 0.788733, 0.724513 -0.222521 0.652354, 0.844312 -0.222521 0.487464, 0.927212 -0.222521 0.301269, 0.969587 -0.222521 0.101908, 0.969587 -0.222521 -0.101908, 0.927212 -0.222521 -0.301269, 0.844312 -0.222521 -0.487464, 0.724513 -0.222521 -0.652354, 0.573048 -0.222521 -0.788733, 0.396539 -0.222521 -0.890641, 0.202699 -0.222521 -0.953623, -0 -0.433884 -0.900969, -0.187322 -0.433884 -0.881281, -0.366457 -0.433884 -0.823076, -0.529576 -0.433884 -0.728899, -0.66955 -0.433884 -0.602866, -0.780262 -0.433884 -0.450484, -0.856872 -0.433884 -0.278415, -0.896033 -0.433884 -0.0941769, -0.896033 -0.433884 0.0941769, -0.856872 -0.433884 0.278415, -0.780262 -0.433884 0.450485, -0.66955 -0.433884 0.602866, -0.529576 -0.433884 0.728899, -0.366457 -0.433884 0.823076, -0.187322 -0.433884 0.881281, 7.87652e-08 -0.433884 0.900969, 0.187322 -0.433884 0.881281, 0.366457 -0.433884 0.823076, 0.529576 -0.433884 0.728899, 0.66955 -0.433884 0.602866, 0.780262 -0.433884 0.450484, 0.856872 -0.433884 0.278415, 0.896033 -0.433884 0.0941768, 0.896033 -0.433884 -0.0941768, 0.856872 -0.433884 -0.278415, 0.780262 -0.433884 -0.450484, 0.66955 -0.433884 -0.602866, 0.529576 -0.433884 -0.728899, 0.366457 -0.433884 -0.823076, 0.187322 -0.433884 -0.881281, -0 -0.62349 -0.781832, -0.162552 -0.62349 -0.764747, -0.318 -0.62349 -0.714239, -0.459549 -0.62349 -0.632515, -0.581014 -0.62349 -0.523147, -0.677086 -0.62349 -0.390916, -0.743566 -0.62349 -0.241599, -0.777549 -0.62349 -0.0817236, -0.777549 -0.62349 0.0817237, -0.743566 -0.62349 0.241599, -0.677086 -0.62349 0.390916, -0.581014 -0.62349 0.523147, -0.459549 -0.62349 0.632515, -0.317999 -0.62349 0.714239, -0.162552 -0.62349 0.764747, 6.83499e-08 -0.62349 0.781832, 0.162552 -0.62349 0.764747, 0.317999 -0.62349 0.714239, 0.459549 -0.62349 0.632515, 0.581014 -0.62349 0.523147, 0.677086 -0.62349 0.390916, 0.743566 -0.62349 0.241599, 0.777549 -0.62349 0.0817235, 0.777549 -0.62349 -0.0817236, 0.743566 -0.62349 -0.241599, 0.677086 -0.62349 -0.390916, 0.581014 -0.62349 -0.523148, 0.459549 -0.62349 -0.632515, 0.317999 -0.62349 -0.714239, 0.162552 -0.62349 -0.764747, -0 -0.781832 -0.62349, -0.129631 -0.781832 -0.609865, -0.253596 -0.781832 -0.569586, -0.366478 -0.781832 -0.504414, -0.463343 -0.781832 -0.417196, -0.539958 -0.781832 -0.311745, -0.592974 -0.781832 -0.192669, -0.620074 -0.781832 -0.0651724, -0.620074 -0.781832 0.0651725, -0.592974 -0.781832 0.192669, -0.539958 -0.781832 0.311745, -0.463343 -0.781832 0.417196, -0.366478 -0.781832 0.504414, -0.253596 -0.781832 0.569586, -0.129631 -0.781832 0.609865, 5.45072e-08 -0.781832 0.62349, 0.129631 -0.781832 0.609865, 0.253596 -0.781832 0.569586, 0.366478 -0.781832 0.504414, 0.463343 -0.781832 0.417196, 0.539958 -0.781832 0.311745, 0.592974 -0.781832 0.192669, 0.620074 -0.781832 0.0651723, 0.620074 -0.781832 -0.0651724, 0.592974 -0.781832 -0.192669, 0.539958 -0.781832 -0.311745, 0.463343 -0.781832 -0.417196, 0.366478 -0.781832 -0.504414, 0.253596 -0.781832 -0.569586, 0.129631 -0.781832 -0.609865, -0 -0.900969 -0.433884, -0.0902095 -0.900969 -0.424402, -0.176476 -0.900969 -0.396372, -0.25503 -0.900969 -0.351019, -0.322438 -0.900969 -0.290325, -0.375754 -0.900969 -0.216942, -0.412648 -0.900969 -0.134077, -0.431507 -0.900969 -0.0453532, -0.431507 -0.900969 0.0453532, -0.412648 -0.900969 0.134077, -0.375754 -0.900969 0.216942, -0.322438 -0.900969 0.290325, -0.25503 -0.900969 0.351019, -0.176476 -0.900969 0.396372, -0.0902094 -0.900969 0.424402, 3.79313e-08 -0.900969 0.433884, 0.0902095 -0.900969 0.424402, 0.176476 -0.900969 0.396372, 0.25503 -0.900969 0.351019, 0.322438 -0.900969 0.290325, 0.375754 -0.900969 0.216942, 0.412648 -0.900969 0.134077, 0.431507 -0.900969 0.0453531, 0.431507 -0.900969 -0.0453531, 0.412648 -0.900969 -0.134077, 0.375754 -0.900969 -0.216942, 0.322438 -0.900969 -0.290325, 0.25503 -0.900969 -0.351019, 0.176476 -0.900969 -0.396372, 0.0902095 -0.900969 -0.424402, -0 -0.974928 -0.222521, -0.0462647 -0.974928 -0.217658, -0.0905074 -0.974928 -0.203283, -0.130795 -0.974928 -0.180023, -0.165365 -0.974928 -0.148896, -0.192709 -0.974928 -0.11126, -0.21163 -0.974928 -0.0687627, -0.221302 -0.974928 -0.0232598, -0.221302 -0.974928 0.0232598, -0.21163 -0.974928 0.0687628, -0.192709 -0.974928 0.11126, -0.165365 -0.974928 0.148896, -0.130795 -0.974928 0.180023, -0.0905074 -0.974928 0.203283, -0.0462647 -0.974928 0.217658, 1.94534e-08 -0.974928 0.222521, 0.0462647 -0.974928 0.217658, 0.0905074 -0.974928 0.203283, 0.130795 -0.974928 0.180023, 0.165365 -0.974928 0.148896, 0.192709 -0.974928 0.11126, 0.21163 -0.974928 0.0687628, 0.221302 -0.974928 0.0232597, 0.221302 -0.974928 -0.0232597, 0.21163 -0.974928 -0.0687628, 0.192709 -0.974928 -0.11126, 0.165365 -0.974928 -0.148896, 0.130795 -0.974928 -0.180023, 0.0905074 -0.974928 -0.203283, 0.0462647 -0.974928 -0.217658, 0 -1 0'/>
332
 
        </IndexedFaceSet>
333
 
      </Shape>
334
 
    </Transform>
335
 
    <Background DEF='Gray'
336
 
        skyColor='0.2 0.2 0.2'/>
337
 
    <Transform DEF='Rectangle2D_3'
338
 
        translation='0 -3 -1.086e-05'>
339
 
      <Shape>
340
 
        <IndexedFaceSet
341
 
            texCoordIndex='0, 1, 2, 3, -1'
342
 
            coordIndex='0, 1, 2, 3, -1'>
343
 
          <Color
344
 
              color='1 0 0'/>
345
 
          <TextureCoordinate
346
 
              point='0 0, 1 0, 1 1, 0 1'/>
347
 
          <Coordinate
348
 
              point='-1 -1 0, 1 -1 0, 1 1 0, -1 1 0'/>
349
 
        </IndexedFaceSet>
350
 
      </Shape>
351
 
    </Transform>
352
 
  </Scene>
353
 
</X3D>