1 |
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
|
3 | <X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'> |
4 | <head> |
5 | <component level='3' name='Lighting'/> |
6 | <component level='2' name='Shape'/> |
7 | <meta name='title' content='AlphaBlendModeTest.x3d'/> |
8 | <meta name='description' content='This model tests the various alpha modes available in glTF 2.0 rendering. There are three settings for alphaMode: "OPAQUE" (the default), "BLEND", and "MASK". Of these, "MASK" takes an additional alphaCutoff value that modifies it.'/> |
9 | <meta name='created' content='17 July 2021'/> |
10 | <meta name='modified' content='4 July 2024'/> |
11 | <meta name='creator' content='Ed Mackey'/> |
12 | <meta name='source' content='AlphaBlendModeTest.gltf'/> |
13 | <meta name='reference' content='https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/AlphaBlendModeTest'/> |
14 | <meta name='reference' content='https://khronos/gltf'/> |
15 | <meta name='reference' content='https://en.wikipedia.org/glTF'/> |
16 | <meta name='reference' content='https://www.web3d.org/x3d4'/> |
17 | <meta name='specificationSection' content='X3D 4.0 Architecture, ISO/IEC 19775-1:2023, 9 Networking component, 12 Shape component, 12.4.2 Appearance'/> |
18 | <meta name='specificationSection' content='X3D 4.0 Architecture, ISO/IEC 19775-1:2023, clause 9 Networking component, Table 9.3 - Networking component support levels'/> |
19 | <meta name='specificationUrl' content='https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/networking.html#t-supportLevels'/> |
20 | <meta name='specificationUrl' content='https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#Appearance'/> |
21 | <meta name='reference' content='https://castle-engine.io/creating_data_model_formats.php#section_gltf'/> |
22 | <meta name=' warning ' content=' commented out Tangent nodes, removed flipVertically=true, removed gravityTransform=false since those constructs are not valid X3D4 '/> |
23 | <meta name='generator' content='view3dscene, https://castle-engine.io/view3dscene.php'/> |
24 | <meta name='generator' content='X3D-Edit 4.0, https://savage.nps.edu/X3D-Edit'/> |
25 | <meta name='identifier' content='https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/AlphaBlendModeTest.x3d'/> |
26 | <meta name='license' content='https://www.web3d.org/x3d/content/examples/license.html'/> |
27 | </head> |
28 | <Scene> |
29 | <WorldInfo info='"glTF Sample Model"' title='AlphaBlendModeTest.x3d'/> |
30 | <Transform DEF='GreenArrows' translation='0.5 1.06815052032471 0.00499999988824129'> |
31 | <Group DEF='GreenArrowsMesh'> |
32 | <Shape bboxCenter='1.54500007629395 0.000892192125320435 0' bboxSize='3.09000015258789 0.96497642993927 0'> |
33 | |
34 | <PhysicalMaterial baseTextureMapping='TEXCOORD_0' metallic='0' roughness='0.800000011920929'> |
35 | <ImageTexture containerField='baseTexture' url=' "AlphaBlendLabels.png " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/AlphaBlendLabels.png " '/> |
36 | </PhysicalMaterial> |
37 | </Appearance> |
38 | <IndexedTriangleSet index='0 1 2 3 4 5 6 7 8' solid='false' ccw='true' colorPerVertex='true' normalPerVertex='true' containerField='geometry'> |
39 | <Coordinate point='1.5 0 0 1.5900000333786 -0.0949999988079071 0 1.5900000333786 0.0949999988079071 0 0 0.388380408287048 0 0.0900000333786011 0.293380409479141 0 0.0900000333786011 0.483380407094955 0 3 -0.386596024036407 0 3.09000015258789 -0.481596022844315 0 3.09000015258789 -0.2915960252285 0'/> |
40 | <Normal vector='0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1'/> |
41 | <!-- Tangent vector='0.999847650527954 -0.0174568109214306 0 0.999847650527954 -0.0174568109214306 0 0.999847650527954 -0.0174568109214306 0 0.999847650527954 -0.0174568109214306 0 0.999847650527954 -0.0174568109214306 0 0.999847650527954 -0.0174568109214306 0 0.999847650527954 -0.0174567885696888 0 0.999847650527954 -0.0174567885696888 0 0.999847650527954 -0.0174567885696888 0'/ --> |
42 | <MultiTextureCoordinate containerField='texCoord'> |
43 | <TextureCoordinate mapping='TEXCOORD_0' point='0.81337970495224 0.612273097038269 0.816906034946442 0.615767359733582 0.816906034946442 0.60866117477417 0.81337970495224 0.612273097038269 0.816906034946442 0.615767359733582 0.816906034946442 0.60866117477417 0.81337970495224 0.612273097038269 0.816906034946442 0.615767359733582 0.816906034946442 0.60866117477417'/> |
44 | </MultiTextureCoordinate> |
45 | </IndexedTriangleSet> |
46 | </Shape> |
47 | </Group> |
48 | </Transform> |
49 | <Transform DEF='DecalBlend' rotation='-1.00000047683716 0 0 0.982794523239136' translation='0 0 0.409020990133286'> |
50 | <Group DEF='DecalBlendMesh'> |
51 | <Shape bboxCenter='-1.10000002384186 0 0.00999999977648258' bboxSize='0.216000080108643 0.228000000119209 0'> |
52 | |
53 | <PhysicalMaterial baseTextureMapping='TEXCOORD_0' metallic='0' roughness='0.800000011920929'> |
54 | <ImageTexture containerField='baseTexture' url=' "AlphaBlendLabels.png " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/AlphaBlendLabels.png " '/> |
55 | </PhysicalMaterial> |
56 | </Appearance> |
57 | <IndexedTriangleSet index='0 1 2 0 3 1' solid='false' ccw='true' colorPerVertex='true' normalPerVertex='true' containerField='geometry'> |
58 | <Coordinate point='-0.991999983787537 0.114000000059605 0.00999999977648258 -1.20800006389618 -0.114000000059605 0.00999999977648258 -0.991999983787537 -0.114000000059605 0.00999999977648258 -1.20800006389618 0.114000000059605 0.00999999977648258'/> |
59 | <Normal vector='0 0 1 0 0 1 0 0 1 0 0 1'/> |
60 | <!-- Tangent vector='1 0 0 1 0 0 1 0 0 1 0 0'/ --> |
61 | <MultiTextureCoordinate containerField='texCoord'> |
62 | <TextureCoordinate mapping='TEXCOORD_0' point='0.982500016689301 0.662500023841858 0.892499923706055 0.757500052452087 0.982500016689301 0.757500052452087 0.892499923706055 0.662500023841858'/> |
63 | </MultiTextureCoordinate> |
64 | </IndexedTriangleSet> |
65 | </Shape> |
66 | </Group> |
67 | </Transform> |
68 | <Transform DEF='DecalOpaque' rotation='-1.00000047683716 0 0 0.982794523239136' translation='0 0 0.409020751714706'> |
69 | <Group DEF='DecalOpaqueMesh'> |
70 | <Shape bboxCenter='0 0 0.00499972701072693' bboxSize='6.57999992370605 0.312000006437302 0.0100005269050598'> |
71 | <Appearance USE='MatOpaque'/> |
72 | <IndexedTriangleSet index='0 1 2 0 3 1 4 5 6 4 7 5 8 9 10 8 11 9 12 13 14 12 15 13 16 17 18 16 19 17 20 21 22 20 23 21 24 25 26 24 27 25 28 29 30 28 31 29' solid='false' ccw='true' colorPerVertex='true' normalPerVertex='true' containerField='geometry'> |
73 | <Coordinate point='-0.991999983787537 0.114000022411346 -5.36441802978516E-7 -1.20799994468689 -0.114000007510185 -5.36441802978516E-7 -0.991999983787537 -0.114000007510185 -5.36441802978516E-7 -1.20799994468689 0.114000022411346 -5.36441802978516E-7 -2.49199962615967 0.114000022411346 -5.36441802978516E-7 -2.70800018310547 -0.114000007510185 -5.36441802978516E-7 -2.49199962615967 -0.114000007510185 -5.36441802978516E-7 -2.70800018310547 0.114000022411346 -5.36441802978516E-7 -2.49199986457825 0.114000000059605 0.00999999046325684 -2.70799994468689 -0.114000000059605 0.00999999046325684 -2.49199986457825 -0.114000000059605 0.00999999046325684 -2.70799994468689 0.114000000059605 0.00999999046325684 0.28999999165535 0.156000003218651 -2.38418579101563E-7 -0.290000051259995 -0.156000003218651 -2.38418579101563E-7 0.28999999165535 -0.156000003218651 -2.38418579101563E-7 -0.290000051259995 0.156000003218651 -2.38418579101563E-7 1.78999996185303 0.155999973416328 -2.38418579101563E-7 1.21000003814697 -0.156000003218651 -2.38418579101563E-7 1.78999996185303 -0.156000003218651 -2.38418579101563E-7 1.21000003814697 0.155999973416328 -2.38418579101563E-7 3.28999996185303 0.15599998831749 -2.38418579101563E-7 2.71000003814697 -0.155999928712845 -2.38418579101563E-7 3.28999996185303 -0.155999928712845 -2.38418579101563E-7 2.71000003814697 0.15599998831749 -2.38418579101563E-7 -1.20999991893768 0.15599998831749 -2.38418579101563E-7 -1.79000008106232 -0.155999928712845 -2.38418579101563E-7 -1.20999991893768 -0.155999928712845 -2.38418579101563E-7 -1.79000008106232 0.15599998831749 -2.38418579101563E-7 -2.71000003814697 0.15599998831749 -5.36441802978516E-7 -3.28999996185303 -0.155999928712845 -5.36441802978516E-7 -2.71000003814697 -0.155999928712845 -5.36441802978516E-7 -3.28999996185303 0.15599998831749 -5.36441802978516E-7'/> |
74 | <Normal vector='0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1'/> |
75 | <!-- Tangent vector='1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0'/ --> |
76 | <MultiTextureCoordinate containerField='texCoord'> |
77 | <TextureCoordinate mapping='TEXCOORD_0' point='0.870000004768372 0.545000076293945 0.780000030994415 0.639999985694885 0.870000004768372 0.639999985694885 0.780000030994415 0.545000076293945 0.982500016689301 0.545000076293945 0.892499923706055 0.639999985694885 0.982500016689301 0.639999985694885 0.892499923706055 0.545000076293945 0.870000004768372 0.662500023841858 0.780000030994415 0.757500052452087 0.870000004768372 0.757500052452087 0.780000030994415 0.662500023841858 0.974999964237213 0.404999911785126 0.830000042915344 0.482999980449677 0.974999964237213 0.482999980449677 0.830000042915344 0.404999911785126 0.974999964237213 0.294999957084656 0.830000042915344 0.373000025749207 0.974999964237213 0.373000025749207 0.830000042915344 0.294999957084656 0.974999964237213 0.180000007152557 0.830000042915344 0.257999956607819 0.974999964237213 0.257999956607819 0.830000042915344 0.180000007152557 0.974999964237213 0.0899999737739563 0.830000042915344 0.167999923229218 0.974999964237213 0.167999923229218 0.830000042915344 0.0899999737739563 0.974999964237213 0.0197774171829224 0.830000042915344 0.0977773666381836 0.974999964237213 0.0977773666381836 0.830000042915344 0.0197774171829224'/> |
78 | </MultiTextureCoordinate> |
79 | </IndexedTriangleSet> |
80 | </Shape> |
81 | </Group> |
82 | </Transform> |
83 | <Transform DEF='TestCutoff75' translation='3 0 0'> |
84 | <Group DEF='TestCutoff75Mesh'> |
85 | <Shape bboxCenter='0 1.0349999666214 0' bboxSize='1.10000002384186 1.8699996471405 0'> |
86 | <Appearance DEF='MatCutoff75' alphaCutoff='0.75' alphaMode='MASK'> |
87 | <PhysicalMaterial baseTextureMapping='TEXCOORD_0' metallic='0' roughness='0.800000011920929'> |
88 | <ImageTexture containerField='baseTexture' url=' "AlphaBlendLabels.png " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/AlphaBlendLabels.png " '/> |
89 | </PhysicalMaterial> |
90 | </Appearance> |
91 | <IndexedTriangleSet index='0 1 2 0 3 1' solid='false' ccw='true' colorPerVertex='true' normalPerVertex='true' containerField='geometry'> |
92 | <Coordinate point='0.550000011920929 1.96999979019165 0 -0.550000011920929 0.100000083446503 0 0.550000011920929 0.100000083446503 0 -0.550000011920929 1.96999979019165 0'/> |
93 | <Normal vector='0 0 1 0 0 1 0 0 1 0 0 1'/> |
94 | <!-- Tangent vector='1 0 0 1 0 0 1 0 0 1 0 0'/ --> |
95 | <MultiTextureCoordinate containerField='texCoord'> |
96 | <TextureCoordinate mapping='TEXCOORD_0' point='0.675000011920929 0.050000011920929 0.125000223517418 0.985000014305115 0.675000011920929 0.985000014305115 0.125000223517418 0.050000011920929'/> |
97 | </MultiTextureCoordinate> |
98 | </IndexedTriangleSet> |
99 | </Shape> |
100 | </Group> |
101 | </Transform> |
102 | <Transform DEF='TestCutoffDefault' translation='1.5 0 0'> |
103 | <Group DEF='TestCutoffDefaultMesh'> |
104 | <Shape bboxCenter='0 1.0349999666214 0' bboxSize='1.10000002384186 1.8699996471405 0'> |
105 | <Appearance DEF='MatCutoffDefault' alphaMode='MASK'> |
106 | <PhysicalMaterial baseTextureMapping='TEXCOORD_0' metallic='0' roughness='0.800000011920929'> |
107 | <ImageTexture containerField='baseTexture' url=' "AlphaBlendLabels.png " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/AlphaBlendLabels.png " '/> |
108 | </PhysicalMaterial> |
109 | </Appearance> |
110 | <IndexedTriangleSet index='0 1 2 0 3 1' solid='false' ccw='true' colorPerVertex='true' normalPerVertex='true' containerField='geometry'> |
111 | <Coordinate point='0.550000011920929 1.96999979019165 0 -0.550000011920929 0.100000083446503 0 0.550000011920929 0.100000083446503 0 -0.550000011920929 1.96999979019165 0'/> |
112 | <Normal vector='0 0 1 0 0 1 0 0 1 0 0 1'/> |
113 | <!-- Tangent vector='1 0 0 1 0 0 1 0 0 1 0 0'/ --> |
114 | <MultiTextureCoordinate containerField='texCoord'> |
115 | <TextureCoordinate mapping='TEXCOORD_0' point='0.675000011920929 0.050000011920929 0.125000223517418 0.985000014305115 0.675000011920929 0.985000014305115 0.125000223517418 0.050000011920929'/> |
116 | </MultiTextureCoordinate> |
117 | </IndexedTriangleSet> |
118 | </Shape> |
119 | </Group> |
120 | </Transform> |
121 | <Transform DEF='TestCutoff25'> |
122 | <Group DEF='TestCutoff25Mesh'> |
123 | <Shape bboxCenter='0 1.0349999666214 0' bboxSize='1.10000002384186 1.8699996471405 0'> |
124 | <Appearance DEF='MatCutoff25' alphaCutoff='0.25' alphaMode='MASK'> |
125 | <PhysicalMaterial baseTextureMapping='TEXCOORD_0' metallic='0' roughness='0.800000011920929'> |
126 | <ImageTexture containerField='baseTexture' url=' "AlphaBlendLabels.png " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/AlphaBlendLabels.png " '/> |
127 | </PhysicalMaterial> |
128 | </Appearance> |
129 | <IndexedTriangleSet index='0 1 2 0 3 1' solid='false' ccw='true' colorPerVertex='true' normalPerVertex='true' containerField='geometry'> |
130 | <Coordinate point='0.550000011920929 1.96999979019165 0 -0.550000011920929 0.100000083446503 0 0.550000011920929 0.100000083446503 0 -0.550000011920929 1.96999979019165 0'/> |
131 | <Normal vector='0 0 1 0 0 1 0 0 1 0 0 1'/> |
132 | <!-- Tangent vector='1 0 0 1 0 0 1 0 0 1 0 0'/ --> |
133 | <MultiTextureCoordinate containerField='texCoord'> |
134 | <TextureCoordinate mapping='TEXCOORD_0' point='0.675000011920929 0.050000011920929 0.125000223517418 0.985000014305115 0.675000011920929 0.985000014305115 0.125000223517418 0.050000011920929'/> |
135 | </MultiTextureCoordinate> |
136 | </IndexedTriangleSet> |
137 | </Shape> |
138 | </Group> |
139 | </Transform> |
140 | <Transform DEF='TestBlend' translation='-1.5 0 0'> |
141 | <Group DEF='TestBlendMesh'> |
142 | <Shape bboxCenter='0 1.0349999666214 0' bboxSize='1.10000002384186 1.8699996471405 0'> |
143 | <Appearance USE='MatBlend'/> |
144 | <IndexedTriangleSet index='0 1 2 0 3 1' solid='false' ccw='true' colorPerVertex='true' normalPerVertex='true' containerField='geometry'> |
145 | <Coordinate point='0.550000011920929 1.96999979019165 0 -0.550000011920929 0.100000083446503 0 0.550000011920929 0.100000083446503 0 -0.550000011920929 1.96999979019165 0'/> |
146 | <Normal vector='0 0 1 0 0 1 0 0 1 0 0 1'/> |
147 | <!-- Tangent vector='1 0 0 1 0 0 1 0 0 1 0 0'/ --> |
148 | <MultiTextureCoordinate containerField='texCoord'> |
149 | <TextureCoordinate mapping='TEXCOORD_0' point='0.675000011920929 0.050000011920929 0.125000223517418 0.985000014305115 0.675000011920929 0.985000014305115 0.125000223517418 0.050000011920929'/> |
150 | </MultiTextureCoordinate> |
151 | </IndexedTriangleSet> |
152 | </Shape> |
153 | </Group> |
154 | </Transform> |
155 | <Transform DEF='TestOpaque' translation='-3 0 0'> |
156 | <Group DEF='TestOpaqueMesh'> |
157 | <Shape bboxCenter='0 1.0349999666214 0' bboxSize='1.10000002384186 1.8699996471405 0'> |
158 | <Appearance USE='MatOpaque'/> |
159 | <IndexedTriangleSet index='0 1 2 0 3 1' solid='false' ccw='true' colorPerVertex='true' normalPerVertex='true' containerField='geometry'> |
160 | <Coordinate point='0.550000011920929 1.96999979019165 0 -0.550000011920929 0.100000083446503 0 0.550000011920929 0.100000083446503 0 -0.550000011920929 1.96999979019165 0'/> |
161 | <Normal vector='0 0 1 0 0 1 0 0 1 0 0 1'/> |
162 | <!-- Tangent vector='1 0 0 1 0 0 1 0 0 1 0 0'/ --> |
163 | <MultiTextureCoordinate containerField='texCoord'> |
164 | <TextureCoordinate mapping='TEXCOORD_0' point='0.675000011920929 0.050000011920929 0.125000223517418 0.985000014305115 0.675000011920929 0.985000014305115 0.125000223517418 0.050000011920929'/> |
165 | </MultiTextureCoordinate> |
166 | </IndexedTriangleSet> |
167 | </Shape> |
168 | </Group> |
169 | </Transform> |
170 | <Transform DEF='Bed'> |
171 | <Group DEF='BedMesh'> |
172 | <Shape bboxCenter='0 1.09976673126221 -0.0999999940395355' bboxSize='8.60000038146973 2.39953327178955 1.29999995231628'> |
173 | <Appearance DEF='MatBed' alphaMode='OPAQUE'> |
174 | <PhysicalMaterial baseTextureMapping='TEXCOORD_0' metallicRoughnessTextureMapping='TEXCOORD_0' normalTextureMapping='TEXCOORD_0' occlusionTextureMapping='TEXCOORD_0'> |
175 | <ImageTexture containerField='normalTexture' url=' "MatBed_normal.jpg " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/MatBed_normal.jpg " '/> |
176 | <ImageTexture containerField='baseTexture' url=' "MatBed_baseColor.jpg " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/MatBed_baseColor.jpg " '/> |
177 | <ImageTexture containerField='metallicRoughnessTexture' url=' "MatBed_occlusionRoughnessMetallic.jpg " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/MatBed_occlusionRoughnessMetallic.jpg " '/> |
178 | <ImageTexture containerField='occlusionTexture' url=' "MatBed_occlusionRoughnessMetallic.jpg " "https://www.web3d.org/x3d/content/examples/X3dForAdvancedModeling/GltfSampleModels/MatBed_occlusionRoughnessMetallic.jpg " '/> |
179 | </PhysicalMaterial> |
180 | </Appearance> |
181 | <IndexedTriangleSet index='0 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 0 39 1 3 40 4 41 42 43 9 44 10 12 45 13 15 46 16 18 47 19 48 49 50 51 52 53 54 55 56 24 57 25 58 59 60 30 61 31 33 62 34 63 64 65 66 67 68 69 70 71' ccw='true' colorPerVertex='true' normalPerVertex='true' solid='true' containerField='geometry'> |
182 | <Coordinate point='-4.30000019073486 0.100000023841858 0.25 -4.30000019073486 -0.100000023841858 -0.75 -4.30000019073486 -0.100000023841858 0.550000011920929 -4.30000019073486 0.100000023841858 -0.75 4.30000019073486 -0.100000023841858 -0.75 -4.30000019073486 -0.100000023841858 -0.75 4.30000019073486 -0.100000023841858 -0.75 4.30000019073486 0.100000023841858 0.25 4.30000019073486 -0.100000023841858 0.550000011920929 4.30000019073486 0.100000023841858 0.25 -4.30000019073486 -0.100000023841858 0.550000011920929 4.30000019073486 -0.100000023841858 0.550000011920929 4.30000019073486 -0.100000023841858 -0.75 -4.30000019073486 -0.100000023841858 0.550000011920929 -4.30000019073486 -0.100000023841858 -0.75 -4.30000019073486 0.100000023841858 -0.75 4.30000019073486 0.100000023841858 0.25 4.30000019073486 0.100000023841858 -0.75 4.05662631988525 2.29953336715698 -0.567234933376312 -4.05662631988525 2.29953336715698 -0.46723484992981 4.05662631988525 2.29953336715698 -0.46723484992981 -4.18814420700073 0.0995333567261696 -0.567234992980957 4.05662631988525 2.29953336715698 -0.567234933376312 4.18814420700073 0.0995333567261696 -0.567234992980957 -4.18814420700073 2.1680154800415 -0.567234933376312 -4.18814420700073 0.0995333567261696 -0.467234909534454 -4.18814420700073 2.1680154800415 -0.46723484992981 4.18814420700073 0.0995333567261696 -0.567234992980957 4.18814420700073 2.1680154800415 -0.46723484992981 4.18814420700073 0.0995333567261696 -0.467234909534454 -4.05662631988525 2.29953336715698 -0.567234933376312 -4.18814420700073 2.1680154800415 -0.46723484992981 -4.05662631988525 2.29953336715698 -0.46723484992981 4.05662631988525 2.29953336715698 -0.46723484992981 4.18814420700073 2.1680154800415 -0.567234933376312 4.05662631988525 2.29953336715698 -0.567234933376312 4.18814420700073 0.0995333567261696 -0.467234909534454 -4.05662631988525 2.29953336715698 -0.46723484992981 -4.18814420700073 0.0995333567261696 -0.467234909534454 -4.30000019073486 0.100000023841858 -0.75 4.30000019073486 0.100000023841858 -0.75 4.30000019073486 -0.100000023841858 -0.75 4.30000019073486 0.100000023841858 -0.75 4.30000019073486 0.100000023841858 0.25 -4.30000019073486 0.100000023841858 0.25 4.30000019073486 -0.100000023841858 0.550000011920929 -4.30000019073486 0.100000023841858 0.25 -4.05662631988525 2.29953336715698 -0.567234933376312 4.18814420700073 2.1680154800415 -0.567234933376312 4.18814420700073 0.0995333567261696 -0.567234992980957 4.05662631988525 2.29953336715698 -0.567234933376312 -4.18814420700073 0.0995333567261696 -0.567234992980957 -4.18814420700073 2.1680154800415 -0.567234933376312 -4.05662631988525 2.29953336715698 -0.567234933376312 -4.05662631988525 2.29953336715698 -0.567234933376312 4.05662631988525 2.29953336715698 -0.567234933376312 -4.18814420700073 0.0995333567261696 -0.567234992980957 -4.18814420700073 0.0995333567261696 -0.567234992980957 4.18814420700073 0.0995333567261696 -0.567234992980957 4.18814420700073 2.1680154800415 -0.567234933376312 4.18814420700073 2.1680154800415 -0.46723484992981 -4.18814420700073 2.1680154800415 -0.567234933376312 4.18814420700073 2.1680154800415 -0.46723484992981 -4.18814420700073 2.1680154800415 -0.46723484992981 -4.18814420700073 0.0995333567261696 -0.467234909534454 -4.05662631988525 2.29953336715698 -0.46723484992981 4.18814420700073 0.0995333567261696 -0.467234909534454 4.18814420700073 2.1680154800415 -0.46723484992981 4.05662631988525 2.29953336715698 -0.46723484992981 4.05662631988525 2.29953336715698 -0.46723484992981 -4.05662631988525 2.29953336715698 -0.46723484992981 4.18814420700073 0.0995333567261696 -0.467234909534454'/> |
183 | <Normal vector='-1 0 0 -1 0 0 -1 0 0 0 0 -0.999999940395355 0 0 -0.999999940395355 0 0 -0.999999940395355 1 0 0 1 0 0 1 0 0 0 0.832050263881683 0.554700314998627 0 0.832050263881683 0.554700314998627 0 0.832050263881683 0.554700314998627 0 -1 0 0 -1 0 0 -1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 2.70930176071715E-8 -1 0 2.70930176071715E-8 -1 0 2.70930176071715E-8 -1 -1 0 0 -1 0 0 -1 0 0 0.999999940395355 0 0 0.999999940395355 0 0 0.999999940395355 0 0 -0.70710676908493 0.70710676908493 0 -0.70710676908493 0.70710676908493 0 -0.70710676908493 0.70710676908493 0 0.70710676908493 0.70710676908493 0 0.70710676908493 0.70710676908493 0 0.70710676908493 0.70710676908493 0 0 -2.70930176071715E-8 1 0 -2.70930176071715E-8 1 0 -2.70930176071715E-8 1 -1 0 0 0 0 -0.999999940395355 1 0 0 1 0 0 1 0 0 0 0.832050263881683 0.554700314998627 0 -1 0 0 1 0 0 1 0 2.88156449812504E-8 2.88156449812504E-8 -1 2.88156449812504E-8 2.88156449812504E-8 -1 2.88156449812504E-8 2.88156449812504E-8 -1 -2.88156449812504E-8 2.88156449812504E-8 -1 -2.88156449812504E-8 2.88156449812504E-8 -1 -2.88156449812504E-8 2.88156449812504E-8 -1 0 2.70930193835284E-8 -0.999999940395355 0 2.70930193835284E-8 -0.999999940395355 0 2.70930193835284E-8 -0.999999940395355 -1 0 0 1 0 0 1 0 0 1 0 0 -0.70710676908493 0.70710676908493 0 0.70710676908493 0.70710676908493 0 2.88156449812504E-8 -2.88156449812504E-8 1 2.88156449812504E-8 -2.88156449812504E-8 1 2.88156449812504E-8 -2.88156449812504E-8 1 -2.88156449812504E-8 -2.88156449812504E-8 1 -2.88156449812504E-8 -2.88156449812504E-8 1 -2.88156449812504E-8 -2.88156449812504E-8 1 0 -2.70930193835284E-8 0.999999940395355 0 -2.70930193835284E-8 0.999999940395355 0 -2.70930193835284E-8 0.999999940395355'/> |
184 | <!-- Tangent vector='0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 -3.38101017405279E-7 0 -1 -3.38101017405279E-7 0 -1 -3.38101017405279E-7 0 0.554700255393982 -0.832050263881683 0 0.554700255393982 -0.832050263881683 0 0.554700255393982 -0.832050263881683 0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 4.47135903414164E-7 -1 -1.13207150320704E-8 4.47135903414164E-7 -1 -1.13207150320704E-8 4.47135903414164E-7 -1 -1.13207150320704E-8 0 0 1 0 0 1 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 4.47135903414164E-7 1 5.41777041007663E-8 4.47135903414164E-7 1 5.41777041007663E-8 4.47135903414164E-7 1 5.41777041007663E-8 0 -1 0 0 -1 0 0 -1 -1.73042025153336E-7 0 -1 -1.73042025153336E-7 0 -1 -1.73042025153336E-7 0 0.554700255393982 -0.832050263881683 0 0 1 0 0 -1 0 0 -1 7.48032583412165E-16 -1 -5.47749792190189E-8 7.48032583412165E-16 -1 -5.47749792190189E-8 7.48032583412165E-16 -1 -5.47749792190189E-8 -7.48037824428526E-16 -1 -5.47750964585703E-8 -7.48037824428526E-16 -1 -5.47750964585703E-8 -7.48037824428526E-16 -1 -5.47750964585703E-8 -9.73755618360883E-8 -1 -3.5527136788005E-15 -9.73755618360883E-8 -1 -3.5527136788005E-15 -9.73755618360883E-8 -1 -3.5527136788005E-15 0 0 1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 0 0 -1 -4.11530394940685E-17 1 2.73874896095094E-8 -4.11530394940685E-17 1 2.73874896095094E-8 -4.11530394940685E-17 1 2.73874896095094E-8 4.11514413811251E-17 1 2.73875482292851E-8 4.11514413811251E-17 1 2.73875482292851E-8 4.11514413811251E-17 1 2.73875482292851E-8 -1.08195070680495E-8 1 3.5527136788005E-15 -1.08195070680495E-8 1 3.5527136788005E-15 -1.08195070680495E-8 1 3.5527136788005E-15'/ --> |
185 | <MultiTextureCoordinate containerField='texCoord'> |
186 | <TextureCoordinate mapping='TEXCOORD_0' point='0.971722424030304 0.881944417953491 0.997429311275482 0.997685194015503 0.997429311275482 0.847222208976746 0.922879099845886 0.00231480598449707 0.94858580827713 0.997685194015503 0.948585987091064 0.00231480598449707 0.997429311275482 0.692129611968994 0.971722424030304 0.807870388031006 0.997429311275482 0.842592597007751 0.616966366767883 0.997685194015503 0.578406155109406 0.00231492519378662 0.578405976295471 0.997685194015503 0.750642418861389 0.997685194015503 0.917737543582916 0.00231492519378662 0.750642597675323 0.00231492519378662 0.745501101016998 0.00231492519378662 0.616966366767883 0.997685194015503 0.745500922203064 0.997685194015503 0.966580867767334 0.982463240623474 0.953727602958679 0.0434294939041138 0.953727424144745 0.982463240623474 0.573264598846436 0.0282074213027954 0.290488332509995 0.982463240623474 0.573264420032501 0.997685194015503 0.971722483634949 0.448092341423035 0.984575927257538 0.6875 0.984575927257538 0.448092341423035 0.984575927257538 0.443462729454041 0.971722424030304 0.204055070877075 0.971722424030304 0.443462729454041 0.966581046581268 0.0434294939041138 0.953727602958679 0.0282074809074402 0.953727602958679 0.0434294939041138 0.953727424144745 0.982463240623474 0.966580867767334 0.997685194015503 0.966580867767334 0.982463240623474 0.0025706912856549 0.997685194015503 0.285346955060959 0.0434293746948242 0.002570865675807 0.0282074213027954 0.971722424030304 0.997685194015503 0.922878921031952 0.997685194015503 0.997429311275482 0.692129611968994 0.971722424030304 0.692129611968994 0.971722424030304 0.807870388031006 0.616966545581818 0.00231492519378662 0.917737364768982 0.997685194015503 0.616966545581818 0.00231492519378662 0.966581046581268 0.0434294939041138 0.30739289522171 0.997685194015503 0.573264420032501 0.997685194015503 0.290488332509995 0.982463240623474 0.573264598846436 0.0282074213027954 0.307393074035645 0.0282074213027954 0.290488481521606 0.0434293746948242 0.290488481521606 0.0434293746948242 0.290488332509995 0.982463240623474 0.573264598846436 0.0282074213027954 0.971722424030304 0.6875 0.984575927257538 0.443462729454041 0.984575927257538 0.204055070877075 0.971722424030304 0.204055070877075 0.966581046581268 0.0282074809074402 0.953727424144745 0.997685194015503 0.268442392349243 0.0282074213027954 0.002570865675807 0.0282074213027954 0.285346955060959 0.0434293746948242 0.0025706912856549 0.997685194015503 0.268442213535309 0.997685194015503 0.285346835851669 0.982463240623474 0.285346835851669 0.982463240623474 0.285346955060959 0.0434293746948242 0.0025706912856549 0.997685194015503'/> |
187 | </MultiTextureCoordinate> |
188 | </IndexedTriangleSet> |
189 | </Shape> |
190 | </Group> |
191 | </Transform> |
192 | </Scene> |
193 | </X3D> |
<!--
Color legend: X3D terminology
<X3dNode
DEF='idName' field='value'/>
matches XML terminology
<XmlElement
DEF='idName' attribute='value'/>
(Light-blue background: event-based behavior node or statement)
(Grey background inside box: inserted documentation)
(Magenta background: X3D Extensibility)
-->
<!-- For additional help information about X3D scenes, please see X3D Tooltips, X3D Resources, and X3D Scene Authoring Hints. -->