x_ite 11.4.0 → 11.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/README.md +4 -4
  2. package/dist/X3DUOM.xml +1399 -1399
  3. package/dist/assets/components/AnnotationComponent.js +2 -2
  4. package/dist/assets/components/AnnotationComponent.min.js +2 -2
  5. package/dist/assets/components/CADGeometryComponent.js +2 -2
  6. package/dist/assets/components/CADGeometryComponent.min.js +2 -2
  7. package/dist/assets/components/CubeMapTexturingComponent.js +2 -2
  8. package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
  9. package/dist/assets/components/DISComponent.js +2 -2
  10. package/dist/assets/components/DISComponent.min.js +2 -2
  11. package/dist/assets/components/EventUtilitiesComponent.js +2 -2
  12. package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
  13. package/dist/assets/components/Geometry2DComponent.js +2 -2
  14. package/dist/assets/components/Geometry2DComponent.min.js +2 -2
  15. package/dist/assets/components/GeospatialComponent.js +2 -2
  16. package/dist/assets/components/GeospatialComponent.min.js +2 -2
  17. package/dist/assets/components/HAnimComponent.js +2 -2
  18. package/dist/assets/components/HAnimComponent.min.js +2 -2
  19. package/dist/assets/components/KeyDeviceSensorComponent.js +2 -2
  20. package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
  21. package/dist/assets/components/LayoutComponent.js +2 -2
  22. package/dist/assets/components/LayoutComponent.min.js +2 -2
  23. package/dist/assets/components/NURBSComponent.js +2 -2
  24. package/dist/assets/components/NURBSComponent.min.js +2 -2
  25. package/dist/assets/components/ParticleSystemsComponent.js +2 -2
  26. package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
  27. package/dist/assets/components/PickingComponent.js +2 -2
  28. package/dist/assets/components/PickingComponent.min.js +2 -2
  29. package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -2
  30. package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
  31. package/dist/assets/components/ScriptingComponent.js +2 -2
  32. package/dist/assets/components/ScriptingComponent.min.js +2 -2
  33. package/dist/assets/components/TextComponent.js +12 -30
  34. package/dist/assets/components/TextComponent.min.js +2 -2
  35. package/dist/assets/components/TextureProjectionComponent.js +2 -2
  36. package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
  37. package/dist/assets/components/Texturing3DComponent.js +3548 -3548
  38. package/dist/assets/components/Texturing3DComponent.min.js +2 -2
  39. package/dist/assets/components/VolumeRenderingComponent.js +2 -2
  40. package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
  41. package/dist/assets/components/WebXRComponent.js +2 -5
  42. package/dist/assets/components/WebXRComponent.min.js +2 -2
  43. package/dist/assets/components/X_ITEComponent.js +2 -2
  44. package/dist/assets/components/X_ITEComponent.min.js +2 -2
  45. package/dist/example.html +1 -1
  46. package/dist/x_ite.css +1 -1
  47. package/dist/x_ite.js +52525 -52571
  48. package/dist/x_ite.min.js +2 -2
  49. package/dist/x_ite.min.mjs +2 -2
  50. package/dist/x_ite.mjs +52316 -52362
  51. package/dist/x_ite.zip +0 -0
  52. package/package.json +1 -1
package/dist/X3DUOM.xml CHANGED
@@ -3,339 +3,339 @@
3
3
  <!-- Missing declarations for X_ITE experimental nodes -->
4
4
  <!-- This file is an extension of https://www.web3d.org/specifications/X3dUnifiedObjectModel-4.0.xml -->
5
5
  <X3dUnifiedObjectModel xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance" version="4.0"
6
- xsd:noNamespaceSchemaLocation="https://www.web3d.org/specifications/X3dUnifiedObjectModel.xsd">
6
+ xsd:noNamespaceSchemaLocation="https://www.web3d.org/specifications/X3dUnifiedObjectModel.xsd">
7
7
 
8
- <AbstractNodeTypes>
8
+ <AbstractNodeTypes>
9
9
 
10
- <AbstractNodeType name="X3DComposedGeometryNode">
11
- <InterfaceDefinition>
12
- <field name="tangent"
13
- type="SFNode"
14
- accessType="inputOutput"
15
- acceptableNodeTypes="Tangent"
16
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
17
- />
18
- </InterfaceDefinition>
19
- </AbstractNodeType>
10
+ <AbstractNodeType name="X3DComposedGeometryNode">
11
+ <InterfaceDefinition>
12
+ <field name="tangent"
13
+ type="SFNode"
14
+ accessType="inputOutput"
15
+ acceptableNodeTypes="Tangent"
16
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
17
+ />
18
+ </InterfaceDefinition>
19
+ </AbstractNodeType>
20
20
 
21
- <AbstractNodeType name="X3DMaterialExtensionNode">
22
- <InterfaceDefinition appinfo="Nodes of this type can be used for material extensions.">
23
- <componentInfo name="X_ITE" level="1"/>
24
- <Inheritance baseType="X3DNode"/>
25
- <field name="metadata"
26
- type="SFNode"
27
- accessType="inputOutput"
28
- default="NULL"
29
- acceptableNodeTypes="X3DMetadataObject"
30
- inheritedFrom="X3DNode"/>
31
- </InterfaceDefinition>
32
- </AbstractNodeType>
21
+ <AbstractNodeType name="X3DMaterialExtensionNode">
22
+ <InterfaceDefinition appinfo="Nodes of this type can be used for material extensions.">
23
+ <componentInfo name="X_ITE" level="1" />
24
+ <Inheritance baseType="X3DNode" />
25
+ <field name="metadata"
26
+ type="SFNode"
27
+ accessType="inputOutput"
28
+ default="NULL"
29
+ acceptableNodeTypes="X3DMetadataObject"
30
+ inheritedFrom="X3DNode" />
31
+ </InterfaceDefinition>
32
+ </AbstractNodeType>
33
33
 
34
- <AbstractNodeType name="X3DShapeNode">
35
- <InterfaceDefinition>
36
- <field name="pointerEvents"
37
- type="SFBool"
38
- accessType="inputOutput"
39
- default="TRUE"
40
- description="pointerEvents defines whether this Shape becomes target for pointer events."
41
- />
42
- </InterfaceDefinition>
43
- </AbstractNodeType>
34
+ <AbstractNodeType name="X3DShapeNode">
35
+ <InterfaceDefinition>
36
+ <field name="pointerEvents"
37
+ type="SFBool"
38
+ accessType="inputOutput"
39
+ default="TRUE"
40
+ description="pointerEvents defines whether this Shape becomes target for pointer events."
41
+ />
42
+ </InterfaceDefinition>
43
+ </AbstractNodeType>
44
44
 
45
- <AbstractNodeType name="X3DFogObject">
46
- <InterfaceDefinition>
47
- <field name="visibilityStart"
48
- type="SFFloat"
49
- accessType="inputOutput"
50
- default="1"
51
- minInclusive="0"
52
- description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."
53
- />
54
- </InterfaceDefinition>
55
- </AbstractNodeType>
45
+ <AbstractNodeType name="X3DFogObject">
46
+ <InterfaceDefinition>
47
+ <field name="visibilityStart"
48
+ type="SFFloat"
49
+ accessType="inputOutput"
50
+ default="1"
51
+ minInclusive="0"
52
+ description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."
53
+ />
54
+ </InterfaceDefinition>
55
+ </AbstractNodeType>
56
56
 
57
- </AbstractNodeTypes>
58
- <ConcreteNodes>
57
+ </AbstractNodeTypes>
58
+ <ConcreteNodes>
59
59
 
60
- <ConcreteNode name="EnvironmentLight">
61
- <InterfaceDefinition
62
- specificationUrl="https://create3000.github.io/x_ite/components/lighting/environmentlight"
63
- appinfo="EnvironmentLight ... This node only affects the PhysicalMaterial and SpecularGlossinessMaterial nodes.">
64
- <componentInfo name="Lighting" level="3" />
65
- <Inheritance baseType="X3DLightNode" />
66
- <field name="metadata"
67
- type="SFNode"
68
- accessType="inputOutput"
69
- default="NULL"
70
- acceptableNodeTypes="X3DMetadataObject"
71
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
72
- ></field>
73
- <field name="global"
74
- type="SFBool"
75
- accessType="inputOutput"
76
- default="FALSE"
77
- description="Global lights illuminate all objects within their volume of lighting influence. Scoped lights only illuminate objects within the same transformation hierarchy."
78
- ></field>
79
- <field name="on"
80
- type="SFBool"
81
- accessType="inputOutput"
82
- default="TRUE"
83
- description="Enables/disables this light source."
84
- ></field>
85
- <field name="color"
86
- type="SFColor"
87
- accessType="inputOutput"
88
- default="1 1 1"
89
- minInclusive="0"
90
- maxInclusive="1"
91
- description="color of light, applied to colors of objects."
92
- ></field>
93
- <field name="intensity"
94
- type="SFFloat"
95
- accessType="inputOutput"
96
- default="1"
97
- minInclusive="0"
98
- description="Brightness of direct emission from the light."
99
- ></field>
100
- <field name="ambientIntensity"
101
- type="SFFloat"
102
- accessType="inputOutput"
103
- default="0"
104
- minInclusive="0"
105
- maxInclusive="1"
106
- description="Brightness of ambient (nondirectional background) emission from the light. Interchange profile"
107
- ></field>
108
- <field name="rotation"
109
- type="SFRotation"
110
- accessType="inputOutput"
111
- default="0 0 1 0"
112
- minInclusive="-1"
113
- description="Input/Output field rotation."
114
- ></field>
115
- <field name="diffuseTexture"
116
- type="SFNode"
117
- accessType="inputOutput"
118
- default="NULL"
119
- acceptableNodeTypes="X3DEnvironmentTextureNode"
120
- description="Input/Output field diffuseTexture."
121
- ></field>
122
- <field name="diffuseCoefficients"
123
- type="MFFloat"
124
- accessType="inputOutput"
125
- description="Input/Output field diffuseCoefficients."
126
- ></field>
127
- <field name="specularTexture"
128
- type="SFNode"
129
- accessType="inputOutput"
130
- default="NULL"
131
- acceptableNodeTypes="X3DEnvironmentTextureNode"
132
- description="Input/Output field specularTexture."
133
- ></field>
134
- <field name="shadows"
135
- type="SFBool"
136
- accessType="inputOutput"
137
- default="FALSE"
138
- description="shadows field indicates whether or not this light casts a shadow behind illuminated X3DShapeNode geometry."
139
- ></field>
140
- <field name="shadowIntensity"
141
- type="SFFloat"
142
- accessType="inputOutput"
143
- default="1"
144
- minInclusive="0"
145
- maxInclusive="1"
146
- description="shadowIntensity field defines how much light is obscured by shapes that cast shadows, ranging from 0 (light not obscured, no visible shadows) to 1 (light completely obscured, full-intensity shadows)."
147
- ></field>
148
- <containerField default="children" type="xs:NMTOKEN" />
149
- </InterfaceDefinition>
150
- </ConcreteNode>
60
+ <ConcreteNode name="EnvironmentLight">
61
+ <InterfaceDefinition
62
+ specificationUrl="https://create3000.github.io/x_ite/components/lighting/environmentlight"
63
+ appinfo="EnvironmentLight ... This node only affects the PhysicalMaterial and SpecularGlossinessMaterial nodes.">
64
+ <componentInfo name="Lighting" level="3" />
65
+ <Inheritance baseType="X3DLightNode" />
66
+ <field name="metadata"
67
+ type="SFNode"
68
+ accessType="inputOutput"
69
+ default="NULL"
70
+ acceptableNodeTypes="X3DMetadataObject"
71
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
72
+ ></field>
73
+ <field name="global"
74
+ type="SFBool"
75
+ accessType="inputOutput"
76
+ default="FALSE"
77
+ description="Global lights illuminate all objects within their volume of lighting influence. Scoped lights only illuminate objects within the same transformation hierarchy."
78
+ ></field>
79
+ <field name="on"
80
+ type="SFBool"
81
+ accessType="inputOutput"
82
+ default="TRUE"
83
+ description="Enables/disables this light source."
84
+ ></field>
85
+ <field name="color"
86
+ type="SFColor"
87
+ accessType="inputOutput"
88
+ default="1 1 1"
89
+ minInclusive="0"
90
+ maxInclusive="1"
91
+ description="color of light, applied to colors of objects."
92
+ ></field>
93
+ <field name="intensity"
94
+ type="SFFloat"
95
+ accessType="inputOutput"
96
+ default="1"
97
+ minInclusive="0"
98
+ description="Brightness of direct emission from the light."
99
+ ></field>
100
+ <field name="ambientIntensity"
101
+ type="SFFloat"
102
+ accessType="inputOutput"
103
+ default="0"
104
+ minInclusive="0"
105
+ maxInclusive="1"
106
+ description="Brightness of ambient (nondirectional background) emission from the light. Interchange profile"
107
+ ></field>
108
+ <field name="rotation"
109
+ type="SFRotation"
110
+ accessType="inputOutput"
111
+ default="0 0 1 0"
112
+ minInclusive="-1"
113
+ description="Input/Output field rotation."
114
+ ></field>
115
+ <field name="diffuseTexture"
116
+ type="SFNode"
117
+ accessType="inputOutput"
118
+ default="NULL"
119
+ acceptableNodeTypes="X3DEnvironmentTextureNode"
120
+ description="Input/Output field diffuseTexture."
121
+ ></field>
122
+ <field name="diffuseCoefficients"
123
+ type="MFFloat"
124
+ accessType="inputOutput"
125
+ description="Input/Output field diffuseCoefficients."
126
+ ></field>
127
+ <field name="specularTexture"
128
+ type="SFNode"
129
+ accessType="inputOutput"
130
+ default="NULL"
131
+ acceptableNodeTypes="X3DEnvironmentTextureNode"
132
+ description="Input/Output field specularTexture."
133
+ ></field>
134
+ <field name="shadows"
135
+ type="SFBool"
136
+ accessType="inputOutput"
137
+ default="FALSE"
138
+ description="shadows field indicates whether or not this light casts a shadow behind illuminated X3DShapeNode geometry."
139
+ ></field>
140
+ <field name="shadowIntensity"
141
+ type="SFFloat"
142
+ accessType="inputOutput"
143
+ default="1"
144
+ minInclusive="0"
145
+ maxInclusive="1"
146
+ description="shadowIntensity field defines how much light is obscured by shapes that cast shadows, ranging from 0 (light not obscured, no visible shadows) to 1 (light completely obscured, full-intensity shadows)."
147
+ ></field>
148
+ <containerField default="children" type="xs:NMTOKEN" />
149
+ </InterfaceDefinition>
150
+ </ConcreteNode>
151
151
 
152
- <ConcreteNode name="Tangent">
153
- <InterfaceDefinition
154
- specificationUrl="https://create3000.github.io/x_ite/components/rendering/tangent"
155
- appinfo="Tangent.">
156
- <componentInfo name="Rendering" level="4" />
157
- <Inheritance baseType="X3DGeometricPropertyNode" />
158
- <field name="metadata"
159
- type="SFNode"
160
- accessType="inputOutput"
161
- default="NULL"
162
- acceptableNodeTypes="X3DMetadataObject"
163
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
164
- />
165
- <field name="vector"
166
- type="MFVec4f"
167
- accessType="inputOutput"
168
- minInclusive="-1"
169
- maxInclusive="1"
170
- description="A unit XYZ vector defining a tangent direction on the surface, and a W component whose sign value (-1 or +1) indicates the handedness of the tangent base."
171
- ></field>
172
- <containerField default="tangent" type="xs:NMTOKEN" />
173
- </InterfaceDefinition>
174
- </ConcreteNode>
152
+ <ConcreteNode name="Tangent">
153
+ <InterfaceDefinition
154
+ specificationUrl="https://create3000.github.io/x_ite/components/rendering/tangent"
155
+ appinfo="Tangent.">
156
+ <componentInfo name="Rendering" level="4" />
157
+ <Inheritance baseType="X3DGeometricPropertyNode" />
158
+ <field name="metadata"
159
+ type="SFNode"
160
+ accessType="inputOutput"
161
+ default="NULL"
162
+ acceptableNodeTypes="X3DMetadataObject"
163
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
164
+ />
165
+ <field name="vector"
166
+ type="MFVec4f"
167
+ accessType="inputOutput"
168
+ minInclusive="-1"
169
+ maxInclusive="1"
170
+ description="A unit XYZ vector defining a tangent direction on the surface, and a W component whose sign value (-1 or +1) indicates the handedness of the tangent base."
171
+ ></field>
172
+ <containerField default="tangent" type="xs:NMTOKEN" />
173
+ </InterfaceDefinition>
174
+ </ConcreteNode>
175
175
 
176
- <ConcreteNode name="ImageTextureAtlas">
177
- <InterfaceDefinition
178
- specificationUrl="https://create3000.github.io/x_ite/components/texturing3d/imagetextureatlas"
179
- appinfo="ImageTextureAtlas defines a 3D image-based texture map by specifying a single image file that contains slices for complete 3D data.">
180
- <componentInfo name="Texturing3D" level="1" />
181
- <Inheritance baseType="X3DTexture3DNode" />
182
- <field name="metadata"
183
- type="SFNode"
184
- accessType="inputOutput"
185
- default="NULL"
186
- acceptableNodeTypes="X3DMetadataObject"
187
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
188
- />
189
- <field name="description"
190
- type="SFString"
191
- accessType="inputOutput"
192
- default=""
193
- description="Author-provided prose that describes intended purpose of the url asset."
194
- />
195
- <field name="load"
196
- type="SFBool"
197
- accessType="inputOutput"
198
- default="TRUE"
199
- description="load=true means load immediately, load=false means defer loading or else unload a previously loaded scene."
200
- />
201
- <field name="url"
202
- type="MFString"
203
- accessType="inputOutput"
204
- description="Location and filename of image. Multiple locations are more reliable, and including a Web address lets e-mail attachments work."
205
- />
206
- <field name="autoRefresh"
207
- type="SFTime"
208
- accessType="inputOutput"
209
- default="0"
210
- minInclusive="0"
211
- description="autoRefresh defines interval in seconds before automatic reload of current url asset is performed."
212
- />
213
- <field name="autoRefreshTimeLimit"
214
- type="SFTime"
215
- accessType="inputOutput"
216
- default="3600"
217
- minInclusive="0"
218
- description="autoRefreshTimeLimit defines maximum duration that automatic refresh activity can occur."
219
- />
220
- <field name="slicesOverX"
221
- type="SFInt32"
222
- accessType="inputOutput"
223
- default="0"
224
- minInclusive="0"
225
- description="Number of images in x direction."
226
- />
227
- <field name="slicesOverY"
228
- type="SFInt32"
229
- accessType="inputOutput"
230
- default="0"
231
- minInclusive="0"
232
- description="Number of images in y direction."
233
- />
234
- <field name="numberOfSlices"
235
- type="SFInt32"
236
- accessType="inputOutput"
237
- default="0"
238
- minInclusive="0"
239
- description="Total number of images."
240
- />
241
- <field name="repeatS"
242
- type="SFBool"
243
- accessType="initializeOnly"
244
- default="FALSE"
245
- description="Whether to repeat texture along S axis horizontally from left to right."
246
- />
247
- <field name="repeatT"
248
- type="SFBool"
249
- accessType="initializeOnly"
250
- default="FALSE"
251
- description="Whether to repeat texture along T axis vertically from top to bottom."
252
- />
253
- <field name="repeatR"
254
- type="SFBool"
255
- accessType="initializeOnly"
256
- default="FALSE"
257
- description="Whether to repeat texture along R axis from front to back."
258
- />
259
- <field name="textureProperties"
260
- type="SFNode"
261
- accessType="initializeOnly"
262
- default="NULL"
263
- acceptableNodeTypes="TextureProperties"
264
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."
265
- />
266
- <containerField default="texture" type="xs:NMTOKEN" />
267
- </InterfaceDefinition>
268
- </ConcreteNode>
176
+ <ConcreteNode name="ImageTextureAtlas">
177
+ <InterfaceDefinition
178
+ specificationUrl="https://create3000.github.io/x_ite/components/texturing3d/imagetextureatlas"
179
+ appinfo="ImageTextureAtlas defines a 3D image-based texture map by specifying a single image file that contains slices for complete 3D data.">
180
+ <componentInfo name="Texturing3D" level="1" />
181
+ <Inheritance baseType="X3DTexture3DNode" />
182
+ <field name="metadata"
183
+ type="SFNode"
184
+ accessType="inputOutput"
185
+ default="NULL"
186
+ acceptableNodeTypes="X3DMetadataObject"
187
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
188
+ />
189
+ <field name="description"
190
+ type="SFString"
191
+ accessType="inputOutput"
192
+ default=""
193
+ description="Author-provided prose that describes intended purpose of the url asset."
194
+ />
195
+ <field name="load"
196
+ type="SFBool"
197
+ accessType="inputOutput"
198
+ default="TRUE"
199
+ description="load=true means load immediately, load=false means defer loading or else unload a previously loaded scene."
200
+ />
201
+ <field name="url"
202
+ type="MFString"
203
+ accessType="inputOutput"
204
+ description="Location and filename of image. Multiple locations are more reliable, and including a Web address lets e-mail attachments work."
205
+ />
206
+ <field name="autoRefresh"
207
+ type="SFTime"
208
+ accessType="inputOutput"
209
+ default="0"
210
+ minInclusive="0"
211
+ description="autoRefresh defines interval in seconds before automatic reload of current url asset is performed."
212
+ />
213
+ <field name="autoRefreshTimeLimit"
214
+ type="SFTime"
215
+ accessType="inputOutput"
216
+ default="3600"
217
+ minInclusive="0"
218
+ description="autoRefreshTimeLimit defines maximum duration that automatic refresh activity can occur."
219
+ />
220
+ <field name="slicesOverX"
221
+ type="SFInt32"
222
+ accessType="inputOutput"
223
+ default="0"
224
+ minInclusive="0"
225
+ description="Number of images in x direction."
226
+ />
227
+ <field name="slicesOverY"
228
+ type="SFInt32"
229
+ accessType="inputOutput"
230
+ default="0"
231
+ minInclusive="0"
232
+ description="Number of images in y direction."
233
+ />
234
+ <field name="numberOfSlices"
235
+ type="SFInt32"
236
+ accessType="inputOutput"
237
+ default="0"
238
+ minInclusive="0"
239
+ description="Total number of images."
240
+ />
241
+ <field name="repeatS"
242
+ type="SFBool"
243
+ accessType="initializeOnly"
244
+ default="FALSE"
245
+ description="Whether to repeat texture along S axis horizontally from left to right."
246
+ />
247
+ <field name="repeatT"
248
+ type="SFBool"
249
+ accessType="initializeOnly"
250
+ default="FALSE"
251
+ description="Whether to repeat texture along T axis vertically from top to bottom."
252
+ />
253
+ <field name="repeatR"
254
+ type="SFBool"
255
+ accessType="initializeOnly"
256
+ default="FALSE"
257
+ description="Whether to repeat texture along R axis from front to back."
258
+ />
259
+ <field name="textureProperties"
260
+ type="SFNode"
261
+ accessType="initializeOnly"
262
+ default="NULL"
263
+ acceptableNodeTypes="TextureProperties"
264
+ description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."
265
+ />
266
+ <containerField default="texture" type="xs:NMTOKEN" />
267
+ </InterfaceDefinition>
268
+ </ConcreteNode>
269
269
 
270
- <ConcreteNode name="AnisotropyMaterialExtension">
271
- <InterfaceDefinition
272
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/anisotropymaterialextension"
273
- appinfo="AnisotropyMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
274
- <componentInfo name="X_ITE" level="1" />
275
- <Inheritance baseType="X3DMaterialExtensionNode" />
276
- <field name="metadata"
277
- type="SFNode"
278
- accessType="inputOutput"
279
- default="NULL"
280
- acceptableNodeTypes="X3DMetadataObject"
281
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
282
- />
283
- <field name="anisotropyStrength"
284
- type="SFFloat"
285
- accessType="inputOutput"
286
- default="0"
287
- minInclusive="0"
288
- description="The anisotropy strength. When the anisotropy texture is present, this value is multiplied by the texture's blue channel."
289
- />
290
- <field name="anisotropyRotation"
291
- type="SFFloat"
292
- accessType="inputOutput"
293
- default="0"
294
- description="The rotation of the anisotropy in tangent, bitangent space, measured in radians counter-clockwise from the tangent. When the anisotropy texture is present, this value provides additional rotation to the vectors in the texture."
295
- />
296
- <field name="anisotropyTextureMapping"
297
- type="SFString"
298
- accessType="inputOutput"
299
- default=""
300
- description="Input/Output field anisotropyTextureMapping."
301
- />
302
- <field name="anisotropyTexture"
303
- type="SFNode"
304
- accessType="inputOutput"
305
- default="NULL"
306
- acceptableNodeTypes="X3DSingleTextureNode"
307
- description="The anisotropy texture. Red and green channels represent the anisotropy direction in tangent, bitangent space to be rotated by the anisotropy rotation. The blue channel contains strength as to be multiplied by the anisotropy strength."
308
- />
309
- <containerField default="blendMode" type="xs:NMTOKEN" />
310
- </InterfaceDefinition>
311
- </ConcreteNode>
270
+ <ConcreteNode name="AnisotropyMaterialExtension">
271
+ <InterfaceDefinition
272
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/anisotropymaterialextension"
273
+ appinfo="AnisotropyMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
274
+ <componentInfo name="X_ITE" level="1" />
275
+ <Inheritance baseType="X3DMaterialExtensionNode" />
276
+ <field name="metadata"
277
+ type="SFNode"
278
+ accessType="inputOutput"
279
+ default="NULL"
280
+ acceptableNodeTypes="X3DMetadataObject"
281
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
282
+ />
283
+ <field name="anisotropyStrength"
284
+ type="SFFloat"
285
+ accessType="inputOutput"
286
+ default="0"
287
+ minInclusive="0"
288
+ description="The anisotropy strength. When the anisotropy texture is present, this value is multiplied by the texture's blue channel."
289
+ />
290
+ <field name="anisotropyRotation"
291
+ type="SFFloat"
292
+ accessType="inputOutput"
293
+ default="0"
294
+ description="The rotation of the anisotropy in tangent, bitangent space, measured in radians counter-clockwise from the tangent. When the anisotropy texture is present, this value provides additional rotation to the vectors in the texture."
295
+ />
296
+ <field name="anisotropyTextureMapping"
297
+ type="SFString"
298
+ accessType="inputOutput"
299
+ default=""
300
+ description="Input/Output field anisotropyTextureMapping."
301
+ />
302
+ <field name="anisotropyTexture"
303
+ type="SFNode"
304
+ accessType="inputOutput"
305
+ default="NULL"
306
+ acceptableNodeTypes="X3DSingleTextureNode"
307
+ description="The anisotropy texture. Red and green channels represent the anisotropy direction in tangent, bitangent space to be rotated by the anisotropy rotation. The blue channel contains strength as to be multiplied by the anisotropy strength."
308
+ />
309
+ <containerField default="blendMode" type="xs:NMTOKEN" />
310
+ </InterfaceDefinition>
311
+ </ConcreteNode>
312
312
 
313
- <ConcreteNode name="BlendMode">
314
- <InterfaceDefinition
315
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/blendmode"
316
- appinfo="BlendMode controls how pixels of an objects are drawn. Pixels can be drawn using a function that blends the incoming (source) RGBA values with the RGBA values that are already in the frame buffer (the destination values). BlendMode is an X3DAppearanceChildNode node that handles blend operations.">
317
- <componentInfo name="X_ITE" level="1" />
318
- <Inheritance baseType="X3DAppearanceChildNode" />
319
- <field name="metadata"
320
- type="SFNode"
321
- accessType="inputOutput"
322
- default="NULL"
323
- acceptableNodeTypes="X3DMetadataObject"
324
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
325
- />
326
- <field name="blendColor"
327
- type="SFColorRGBA"
328
- accessType="inputOutput"
329
- default="0 0 0 0"
330
- minInclusive="0"
331
- maxInclusive="1"
332
- description="The blendColor may be used to calculate the source and destination blending factors."
333
- />
334
- <field name="sourceColorFactor"
335
- type="SFString"
336
- accessType="inputOutput"
337
- default="SRC_ALPHA"
338
- description="Specifies how the red, green, and blue source blending factors are computed. Source and destination parameters must be one of the following symbolic constants:
313
+ <ConcreteNode name="BlendMode">
314
+ <InterfaceDefinition
315
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/blendmode"
316
+ appinfo="BlendMode controls how pixels of an objects are drawn. Pixels can be drawn using a function that blends the incoming (source) RGBA values with the RGBA values that are already in the frame buffer (the destination values). BlendMode is an X3DAppearanceChildNode node that handles blend operations.">
317
+ <componentInfo name="X_ITE" level="1" />
318
+ <Inheritance baseType="X3DAppearanceChildNode" />
319
+ <field name="metadata"
320
+ type="SFNode"
321
+ accessType="inputOutput"
322
+ default="NULL"
323
+ acceptableNodeTypes="X3DMetadataObject"
324
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
325
+ />
326
+ <field name="blendColor"
327
+ type="SFColorRGBA"
328
+ accessType="inputOutput"
329
+ default="0 0 0 0"
330
+ minInclusive="0"
331
+ maxInclusive="1"
332
+ description="The blendColor may be used to calculate the source and destination blending factors."
333
+ />
334
+ <field name="sourceColorFactor"
335
+ type="SFString"
336
+ accessType="inputOutput"
337
+ default="SRC_ALPHA"
338
+ description="Specifies how the red, green, and blue source blending factors are computed. Source and destination parameters must be one of the following symbolic constants:
339
339
  - ZERO
340
340
  - ONE
341
341
  - SRC_COLOR
@@ -350,1122 +350,1122 @@
350
350
  - ONE_MINUS_CONSTANT_COLOR
351
351
  - CONSTANT_ALPHA
352
352
  - ONE_MINUS_CONSTANT_ALPHA"
353
- >
354
- <enumeration value="ZERO" />
355
- <enumeration value="ONE" />
356
- <enumeration value="SRC_COLOR" />
357
- <enumeration value="ONE_MINUS_SRC_COLOR" />
358
- <enumeration value="DST_COLOR" />
359
- <enumeration value="ONE_MINUS_DST_COLOR" />
360
- <enumeration value="SRC_ALPHA" />
361
- <enumeration value="ONE_MINUS_SRC_ALPHA" />
362
- <enumeration value="DST_ALPHA" />
363
- <enumeration value="ONE_MINUS_DST_ALPHA" />
364
- <enumeration value="CONSTANT_COLOR" />
365
- <enumeration value="ONE_MINUS_CONSTANT_COLOR" />
366
- <enumeration value="CONSTANT_ALPHA" />
367
- <enumeration value="ONE_MINUS_CONSTANT_ALPHA" />
368
- </field>
369
- <field name="sourceAlphaFactor"
370
- type="SFString"
371
- accessType="inputOutput"
372
- default="ONE"
373
- description="Specifies how the alpha source blending factors are computed."
374
- >
375
- <enumeration value="ZERO" />
376
- <enumeration value="ONE" />
377
- <enumeration value="SRC_COLOR" />
378
- <enumeration value="ONE_MINUS_SRC_COLOR" />
379
- <enumeration value="DST_COLOR" />
380
- <enumeration value="ONE_MINUS_DST_COLOR" />
381
- <enumeration value="SRC_ALPHA" />
382
- <enumeration value="ONE_MINUS_SRC_ALPHA" />
383
- <enumeration value="DST_ALPHA" />
384
- <enumeration value="ONE_MINUS_DST_ALPHA" />
385
- <enumeration value="CONSTANT_COLOR" />
386
- <enumeration value="ONE_MINUS_CONSTANT_COLOR" />
387
- <enumeration value="CONSTANT_ALPHA" />
388
- <enumeration value="ONE_MINUS_CONSTANT_ALPHA" />
389
- </field>
390
- <field name="destinationColorFactor"
391
- type="SFString"
392
- accessType="inputOutput"
393
- default="ONE_MINUS_SRC_ALPHA"
394
- description="Specifies how the red, green, and blue destination blending factors are computed."
395
- >
396
- <enumeration value="ZERO" />
397
- <enumeration value="ONE" />
398
- <enumeration value="SRC_COLOR" />
399
- <enumeration value="ONE_MINUS_SRC_COLOR" />
400
- <enumeration value="DST_COLOR" />
401
- <enumeration value="ONE_MINUS_DST_COLOR" />
402
- <enumeration value="SRC_ALPHA" />
403
- <enumeration value="ONE_MINUS_SRC_ALPHA" />
404
- <enumeration value="DST_ALPHA" />
405
- <enumeration value="ONE_MINUS_DST_ALPHA" />
406
- <enumeration value="CONSTANT_COLOR" />
407
- <enumeration value="ONE_MINUS_CONSTANT_COLOR" />
408
- <enumeration value="CONSTANT_ALPHA" />
409
- <enumeration value="ONE_MINUS_CONSTANT_ALPHA" />
410
- </field>
411
- <field name="destinationAlphaFactor"
412
- type="SFString"
413
- accessType="inputOutput"
414
- default="ONE_MINUS_SRC_ALPHA"
415
- description="Specifies how the alpha destination blending factors are computed."
416
- >
417
- <enumeration value="ZERO" />
418
- <enumeration value="ONE" />
419
- <enumeration value="SRC_COLOR" />
420
- <enumeration value="ONE_MINUS_SRC_COLOR" />
421
- <enumeration value="DST_COLOR" />
422
- <enumeration value="ONE_MINUS_DST_COLOR" />
423
- <enumeration value="SRC_ALPHA" />
424
- <enumeration value="ONE_MINUS_SRC_ALPHA" />
425
- <enumeration value="DST_ALPHA" />
426
- <enumeration value="ONE_MINUS_DST_ALPHA" />
427
- <enumeration value="CONSTANT_COLOR" />
428
- <enumeration value="ONE_MINUS_CONSTANT_COLOR" />
429
- <enumeration value="CONSTANT_ALPHA" />
430
- <enumeration value="ONE_MINUS_CONSTANT_ALPHA" />
431
- </field>
432
- <field name="colorEquation"
433
- type="SFString"
434
- accessType="inputOutput"
435
- default="FUNC_ADD"
436
- description="Specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be:
353
+ >
354
+ <enumeration value="ZERO" />
355
+ <enumeration value="ONE" />
356
+ <enumeration value="SRC_COLOR" />
357
+ <enumeration value="ONE_MINUS_SRC_COLOR" />
358
+ <enumeration value="DST_COLOR" />
359
+ <enumeration value="ONE_MINUS_DST_COLOR" />
360
+ <enumeration value="SRC_ALPHA" />
361
+ <enumeration value="ONE_MINUS_SRC_ALPHA" />
362
+ <enumeration value="DST_ALPHA" />
363
+ <enumeration value="ONE_MINUS_DST_ALPHA" />
364
+ <enumeration value="CONSTANT_COLOR" />
365
+ <enumeration value="ONE_MINUS_CONSTANT_COLOR" />
366
+ <enumeration value="CONSTANT_ALPHA" />
367
+ <enumeration value="ONE_MINUS_CONSTANT_ALPHA" />
368
+ </field>
369
+ <field name="sourceAlphaFactor"
370
+ type="SFString"
371
+ accessType="inputOutput"
372
+ default="ONE"
373
+ description="Specifies how the alpha source blending factors are computed."
374
+ >
375
+ <enumeration value="ZERO" />
376
+ <enumeration value="ONE" />
377
+ <enumeration value="SRC_COLOR" />
378
+ <enumeration value="ONE_MINUS_SRC_COLOR" />
379
+ <enumeration value="DST_COLOR" />
380
+ <enumeration value="ONE_MINUS_DST_COLOR" />
381
+ <enumeration value="SRC_ALPHA" />
382
+ <enumeration value="ONE_MINUS_SRC_ALPHA" />
383
+ <enumeration value="DST_ALPHA" />
384
+ <enumeration value="ONE_MINUS_DST_ALPHA" />
385
+ <enumeration value="CONSTANT_COLOR" />
386
+ <enumeration value="ONE_MINUS_CONSTANT_COLOR" />
387
+ <enumeration value="CONSTANT_ALPHA" />
388
+ <enumeration value="ONE_MINUS_CONSTANT_ALPHA" />
389
+ </field>
390
+ <field name="destinationColorFactor"
391
+ type="SFString"
392
+ accessType="inputOutput"
393
+ default="ONE_MINUS_SRC_ALPHA"
394
+ description="Specifies how the red, green, and blue destination blending factors are computed."
395
+ >
396
+ <enumeration value="ZERO" />
397
+ <enumeration value="ONE" />
398
+ <enumeration value="SRC_COLOR" />
399
+ <enumeration value="ONE_MINUS_SRC_COLOR" />
400
+ <enumeration value="DST_COLOR" />
401
+ <enumeration value="ONE_MINUS_DST_COLOR" />
402
+ <enumeration value="SRC_ALPHA" />
403
+ <enumeration value="ONE_MINUS_SRC_ALPHA" />
404
+ <enumeration value="DST_ALPHA" />
405
+ <enumeration value="ONE_MINUS_DST_ALPHA" />
406
+ <enumeration value="CONSTANT_COLOR" />
407
+ <enumeration value="ONE_MINUS_CONSTANT_COLOR" />
408
+ <enumeration value="CONSTANT_ALPHA" />
409
+ <enumeration value="ONE_MINUS_CONSTANT_ALPHA" />
410
+ </field>
411
+ <field name="destinationAlphaFactor"
412
+ type="SFString"
413
+ accessType="inputOutput"
414
+ default="ONE_MINUS_SRC_ALPHA"
415
+ description="Specifies how the alpha destination blending factors are computed."
416
+ >
417
+ <enumeration value="ZERO" />
418
+ <enumeration value="ONE" />
419
+ <enumeration value="SRC_COLOR" />
420
+ <enumeration value="ONE_MINUS_SRC_COLOR" />
421
+ <enumeration value="DST_COLOR" />
422
+ <enumeration value="ONE_MINUS_DST_COLOR" />
423
+ <enumeration value="SRC_ALPHA" />
424
+ <enumeration value="ONE_MINUS_SRC_ALPHA" />
425
+ <enumeration value="DST_ALPHA" />
426
+ <enumeration value="ONE_MINUS_DST_ALPHA" />
427
+ <enumeration value="CONSTANT_COLOR" />
428
+ <enumeration value="ONE_MINUS_CONSTANT_COLOR" />
429
+ <enumeration value="CONSTANT_ALPHA" />
430
+ <enumeration value="ONE_MINUS_CONSTANT_ALPHA" />
431
+ </field>
432
+ <field name="colorEquation"
433
+ type="SFString"
434
+ accessType="inputOutput"
435
+ default="FUNC_ADD"
436
+ description="Specifies the RGB blend equation, how the red, green, and blue components of the source and destination colors are combined. It must be:
437
437
  - FUNC_ADD
438
438
  - FUNC_SUBTRACT
439
439
  - FUNC_REVERSE_SUBTRACT"
440
- >
441
- <enumeration value="FUNC_ADD" />
442
- <enumeration value="FUNC_SUBTRACT" />
443
- <enumeration value="FUNC_REVERSE_SUBTRACT" />
444
- </field>
445
- <field name="alphaEquation"
446
- type="SFString"
447
- accessType="inputOutput"
448
- default="FUNC_ADD"
449
- description="Specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be:
440
+ >
441
+ <enumeration value="FUNC_ADD" />
442
+ <enumeration value="FUNC_SUBTRACT" />
443
+ <enumeration value="FUNC_REVERSE_SUBTRACT" />
444
+ </field>
445
+ <field name="alphaEquation"
446
+ type="SFString"
447
+ accessType="inputOutput"
448
+ default="FUNC_ADD"
449
+ description="Specifies the alpha blend equation, how the alpha component of the source and destination colors are combined. It must be:
450
450
  - FUNC_ADD
451
451
  - FUNC_SUBTRACT
452
452
  - FUNC_REVERSE_SUBTRACT"
453
- >
454
- <enumeration value="FUNC_ADD" />
455
- <enumeration value="FUNC_SUBTRACT" />
456
- <enumeration value="FUNC_REVERSE_SUBTRACT" />
457
- </field>
458
- <containerField default="blendMode" type="xs:NMTOKEN" />
459
- </InterfaceDefinition>
460
- </ConcreteNode>
453
+ >
454
+ <enumeration value="FUNC_ADD" />
455
+ <enumeration value="FUNC_SUBTRACT" />
456
+ <enumeration value="FUNC_REVERSE_SUBTRACT" />
457
+ </field>
458
+ <containerField default="blendMode" type="xs:NMTOKEN" />
459
+ </InterfaceDefinition>
460
+ </ConcreteNode>
461
461
 
462
- <ConcreteNode name="ClearcoatMaterialExtension">
463
- <InterfaceDefinition
464
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/clearcoatmaterialextension"
465
- appinfo="ClearcoatMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
466
- <componentInfo name="X_ITE" level="1" />
467
- <Inheritance baseType="X3DMaterialExtensionNode" />
468
- <field name="metadata"
469
- type="SFNode"
470
- accessType="inputOutput"
471
- default="NULL"
472
- acceptableNodeTypes="X3DMetadataObject"
473
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
474
- />
475
- <field name="clearcoat"
476
- type="SFFloat"
477
- accessType="inputOutput"
478
- default="0"
479
- minInclusive="0"
480
- description="The clearcoat layer intensity."
481
- />
482
- <field name="clearcoatTextureMapping"
483
- type="SFString"
484
- accessType="inputOutput"
485
- default=""
486
- description="Input/Output field clearcoatTextureMapping."
487
- />
488
- <field name="clearcoatTexture"
489
- type="SFNode"
490
- accessType="inputOutput"
491
- default="NULL"
492
- acceptableNodeTypes="X3DSingleTextureNode"
493
- description="The clearcoat layer intensity texture."
494
- />
495
- <field name="clearcoatRoughness"
496
- type="SFFloat"
497
- accessType="inputOutput"
498
- default="0"
499
- minInclusive="0"
500
- description="The clearcoat layer roughness."
501
- />
502
- <field name="clearcoatRoughnessTextureMapping"
503
- type="SFString"
504
- accessType="inputOutput"
505
- default=""
506
- description="Input/Output field clearcoatRoughnessTextureMapping."
507
- />
508
- <field name="clearcoatRoughnessTexture"
509
- type="SFNode"
510
- accessType="inputOutput"
511
- default="NULL"
512
- acceptableNodeTypes="X3DSingleTextureNode"
513
- description="The clearcoat layer roughness texture."
514
- />
515
- <field name="clearcoatNormalTextureMapping"
516
- type="SFString"
517
- accessType="inputOutput"
518
- default=""
519
- description="Input/Output field clearcoatNormalTextureMapping."
520
- />
521
- <field name="clearcoatNormalTexture"
522
- type="SFNode"
523
- accessType="inputOutput"
524
- default="NULL"
525
- acceptableNodeTypes="X3DSingleTextureNode"
526
- description="The clearcoat normal map texture."
527
- />
528
- <containerField default="depthMode" type="xs:NMTOKEN" />
529
- </InterfaceDefinition>
530
- </ConcreteNode>
462
+ <ConcreteNode name="ClearcoatMaterialExtension">
463
+ <InterfaceDefinition
464
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/clearcoatmaterialextension"
465
+ appinfo="ClearcoatMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
466
+ <componentInfo name="X_ITE" level="1" />
467
+ <Inheritance baseType="X3DMaterialExtensionNode" />
468
+ <field name="metadata"
469
+ type="SFNode"
470
+ accessType="inputOutput"
471
+ default="NULL"
472
+ acceptableNodeTypes="X3DMetadataObject"
473
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
474
+ />
475
+ <field name="clearcoat"
476
+ type="SFFloat"
477
+ accessType="inputOutput"
478
+ default="0"
479
+ minInclusive="0"
480
+ description="The clearcoat layer intensity."
481
+ />
482
+ <field name="clearcoatTextureMapping"
483
+ type="SFString"
484
+ accessType="inputOutput"
485
+ default=""
486
+ description="Input/Output field clearcoatTextureMapping."
487
+ />
488
+ <field name="clearcoatTexture"
489
+ type="SFNode"
490
+ accessType="inputOutput"
491
+ default="NULL"
492
+ acceptableNodeTypes="X3DSingleTextureNode"
493
+ description="The clearcoat layer intensity texture."
494
+ />
495
+ <field name="clearcoatRoughness"
496
+ type="SFFloat"
497
+ accessType="inputOutput"
498
+ default="0"
499
+ minInclusive="0"
500
+ description="The clearcoat layer roughness."
501
+ />
502
+ <field name="clearcoatRoughnessTextureMapping"
503
+ type="SFString"
504
+ accessType="inputOutput"
505
+ default=""
506
+ description="Input/Output field clearcoatRoughnessTextureMapping."
507
+ />
508
+ <field name="clearcoatRoughnessTexture"
509
+ type="SFNode"
510
+ accessType="inputOutput"
511
+ default="NULL"
512
+ acceptableNodeTypes="X3DSingleTextureNode"
513
+ description="The clearcoat layer roughness texture."
514
+ />
515
+ <field name="clearcoatNormalTextureMapping"
516
+ type="SFString"
517
+ accessType="inputOutput"
518
+ default=""
519
+ description="Input/Output field clearcoatNormalTextureMapping."
520
+ />
521
+ <field name="clearcoatNormalTexture"
522
+ type="SFNode"
523
+ accessType="inputOutput"
524
+ default="NULL"
525
+ acceptableNodeTypes="X3DSingleTextureNode"
526
+ description="The clearcoat normal map texture."
527
+ />
528
+ <containerField default="depthMode" type="xs:NMTOKEN" />
529
+ </InterfaceDefinition>
530
+ </ConcreteNode>
531
531
 
532
- <ConcreteNode name="DepthMode">
533
- <InterfaceDefinition
534
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/depthmode"
535
- appinfo="DepthMode contains parameters that are specific for depth control, like the value used for depth buffer comparisons.">
536
- <componentInfo name="X_ITE" level="1" />
537
- <Inheritance baseType="X3DAppearanceChildNode" />
538
- <field name="metadata"
539
- type="SFNode"
540
- accessType="inputOutput"
541
- default="NULL"
542
- acceptableNodeTypes="X3DMetadataObject"
543
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
544
- />
545
- <field name="polygonOffset"
546
- type="SFVec2f"
547
- accessType="inputOutput"
548
- default="0 0"
549
- description="Specifies the scale factors and units to calculate depth values. The offset is added before the depth test is performed and before the value is written into the depth buffer. The first value is factor, a GLfloat which sets the scale factor for the variable depth offset for each polygon. The default value is 0. The second value is units, a GLfloat which sets the multiplier by which an implementation-specific value is multiplied with to create a constant depth offset. The default value is 0."
550
- />
551
- <field name="depthRange"
552
- type="SFVec2f"
553
- accessType="inputOutput"
554
- default="0 1"
555
- minInclusive="0"
556
- maxInclusive="1"
557
- description="Specifies the depth range mapping from normalized device coordinates to window or viewport coordinates. The first value is zNear, a GLclampf specifying the mapping of the near clipping plane to window or viewport coordinates. Clamped to the range 0 to 1 and must be less than or equal to zFar. The default value is 0. The second value is zFar, a GLclampf specifying the mapping of the far clipping plane to window or viewport coordinates. Clamped to the range 0 to 1. The default value is 1."
558
- />
559
- <field name="depthTest"
560
- type="SFBool"
561
- accessType="inputOutput"
562
- default="TRUE"
563
- description="Activates depth comparisons and updates to the depth buffer."
564
- />
565
- <field name="depthFunction"
566
- type="SFString"
567
- accessType="inputOutput"
568
- default="LESS_EQUAL"
569
- description="Specifies a function that compares incoming pixel depth to the current depth buffer value. Must be one of the following symbolic constants: NEVER, LESS, EQUAL, LESS_EQUAL, GREATER, NOT_EQUAL, GREATER_EQUAL, ALWAYS.">
570
- <enumeration value="NEVER" />
571
- <enumeration value="LESS" />
572
- <enumeration value="EQUAL" />
573
- <enumeration value="LESS_EQUAL" />
574
- <enumeration value="GREATER" />
575
- <enumeration value="NOT_EQUAL" />
576
- <enumeration value="GREATER_EQUAL" />
577
- <enumeration value="ALWAYS" />
578
- </field>
579
- <field name="depthMask"
580
- type="SFBool"
581
- accessType="inputOutput"
582
- default="TRUE"
583
- description="Sets whether writing into the depth buffer is enabled or disabled."
584
- />
585
- <containerField default="depthMode" type="xs:NMTOKEN" />
586
- </InterfaceDefinition>
587
- </ConcreteNode>
532
+ <ConcreteNode name="DepthMode">
533
+ <InterfaceDefinition
534
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/depthmode"
535
+ appinfo="DepthMode contains parameters that are specific for depth control, like the value used for depth buffer comparisons.">
536
+ <componentInfo name="X_ITE" level="1" />
537
+ <Inheritance baseType="X3DAppearanceChildNode" />
538
+ <field name="metadata"
539
+ type="SFNode"
540
+ accessType="inputOutput"
541
+ default="NULL"
542
+ acceptableNodeTypes="X3DMetadataObject"
543
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
544
+ />
545
+ <field name="polygonOffset"
546
+ type="SFVec2f"
547
+ accessType="inputOutput"
548
+ default="0 0"
549
+ description="Specifies the scale factors and units to calculate depth values. The offset is added before the depth test is performed and before the value is written into the depth buffer. The first value is factor, a GLfloat which sets the scale factor for the variable depth offset for each polygon. The default value is 0. The second value is units, a GLfloat which sets the multiplier by which an implementation-specific value is multiplied with to create a constant depth offset. The default value is 0."
550
+ />
551
+ <field name="depthRange"
552
+ type="SFVec2f"
553
+ accessType="inputOutput"
554
+ default="0 1"
555
+ minInclusive="0"
556
+ maxInclusive="1"
557
+ description="Specifies the depth range mapping from normalized device coordinates to window or viewport coordinates. The first value is zNear, a GLclampf specifying the mapping of the near clipping plane to window or viewport coordinates. Clamped to the range 0 to 1 and must be less than or equal to zFar. The default value is 0. The second value is zFar, a GLclampf specifying the mapping of the far clipping plane to window or viewport coordinates. Clamped to the range 0 to 1. The default value is 1."
558
+ />
559
+ <field name="depthTest"
560
+ type="SFBool"
561
+ accessType="inputOutput"
562
+ default="TRUE"
563
+ description="Activates depth comparisons and updates to the depth buffer."
564
+ />
565
+ <field name="depthFunction"
566
+ type="SFString"
567
+ accessType="inputOutput"
568
+ default="LESS_EQUAL"
569
+ description="Specifies a function that compares incoming pixel depth to the current depth buffer value. Must be one of the following symbolic constants: NEVER, LESS, EQUAL, LESS_EQUAL, GREATER, NOT_EQUAL, GREATER_EQUAL, ALWAYS.">
570
+ <enumeration value="NEVER" />
571
+ <enumeration value="LESS" />
572
+ <enumeration value="EQUAL" />
573
+ <enumeration value="LESS_EQUAL" />
574
+ <enumeration value="GREATER" />
575
+ <enumeration value="NOT_EQUAL" />
576
+ <enumeration value="GREATER_EQUAL" />
577
+ <enumeration value="ALWAYS" />
578
+ </field>
579
+ <field name="depthMask"
580
+ type="SFBool"
581
+ accessType="inputOutput"
582
+ default="TRUE"
583
+ description="Sets whether writing into the depth buffer is enabled or disabled."
584
+ />
585
+ <containerField default="depthMode" type="xs:NMTOKEN" />
586
+ </InterfaceDefinition>
587
+ </ConcreteNode>
588
588
 
589
- <ConcreteNode name="DispersionMaterialExtension">
590
- <InterfaceDefinition
591
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/dispersionmaterialextension"
592
- appinfo="DispersionMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
593
- <componentInfo name="X_ITE" level="1" />
594
- <Inheritance baseType="X3DMaterialExtensionNode" />
595
- <field name="metadata"
596
- type="SFNode"
597
- accessType="inputOutput"
598
- default="NULL"
599
- acceptableNodeTypes="X3DMetadataObject"
600
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
601
- />
602
- <field name="dispersion"
603
- type="SFFloat"
604
- accessType="inputOutput"
605
- default="0"
606
- minInclusive="0"
607
- description="The strength of the dispersion effect, specified as 20/Abbe number."
608
- />
609
- <containerField default="extensions" type="xs:NMTOKEN" />
610
- </InterfaceDefinition>
611
- </ConcreteNode>
589
+ <ConcreteNode name="DispersionMaterialExtension">
590
+ <InterfaceDefinition
591
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/dispersionmaterialextension"
592
+ appinfo="DispersionMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
593
+ <componentInfo name="X_ITE" level="1" />
594
+ <Inheritance baseType="X3DMaterialExtensionNode" />
595
+ <field name="metadata"
596
+ type="SFNode"
597
+ accessType="inputOutput"
598
+ default="NULL"
599
+ acceptableNodeTypes="X3DMetadataObject"
600
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
601
+ />
602
+ <field name="dispersion"
603
+ type="SFFloat"
604
+ accessType="inputOutput"
605
+ default="0"
606
+ minInclusive="0"
607
+ description="The strength of the dispersion effect, specified as 20/Abbe number."
608
+ />
609
+ <containerField default="extensions" type="xs:NMTOKEN" />
610
+ </InterfaceDefinition>
611
+ </ConcreteNode>
612
612
 
613
- <ConcreteNode name="EmissiveStrengthMaterialExtension">
614
- <InterfaceDefinition
615
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/emissivestrengthmaterialextension"
616
- appinfo="EmissiveStrengthMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes.">
617
- <componentInfo name="X_ITE" level="1" />
618
- <Inheritance baseType="X3DMaterialExtensionNode" />
619
- <field name="metadata"
620
- type="SFNode"
621
- accessType="inputOutput"
622
- default="NULL"
623
- acceptableNodeTypes="X3DMetadataObject"
624
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
625
- />
626
- <field name="emissiveStrength"
627
- type="SFFloat"
628
- accessType="inputOutput"
629
- default="1"
630
- minInclusive="0"
631
- description="The strength adjustment to be multiplied with the material's emissive value."
632
- />
633
- <containerField default="extensions" type="xs:NMTOKEN" />
634
- </InterfaceDefinition>
635
- </ConcreteNode>
613
+ <ConcreteNode name="EmissiveStrengthMaterialExtension">
614
+ <InterfaceDefinition
615
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/emissivestrengthmaterialextension"
616
+ appinfo="EmissiveStrengthMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes.">
617
+ <componentInfo name="X_ITE" level="1" />
618
+ <Inheritance baseType="X3DMaterialExtensionNode" />
619
+ <field name="metadata"
620
+ type="SFNode"
621
+ accessType="inputOutput"
622
+ default="NULL"
623
+ acceptableNodeTypes="X3DMetadataObject"
624
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
625
+ />
626
+ <field name="emissiveStrength"
627
+ type="SFFloat"
628
+ accessType="inputOutput"
629
+ default="1"
630
+ minInclusive="0"
631
+ description="The strength adjustment to be multiplied with the material's emissive value."
632
+ />
633
+ <containerField default="extensions" type="xs:NMTOKEN" />
634
+ </InterfaceDefinition>
635
+ </ConcreteNode>
636
636
 
637
- <ConcreteNode name="IORMaterialExtension">
638
- <InterfaceDefinition
639
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/iormaterialextension"
640
- appinfo="IORMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
641
- <componentInfo name="X_ITE" level="1" />
642
- <Inheritance baseType="X3DMaterialExtensionNode" />
643
- <field name="metadata"
644
- type="SFNode"
645
- accessType="inputOutput"
646
- default="NULL"
647
- acceptableNodeTypes="X3DMetadataObject"
648
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
649
- />
650
- <field name="indexOfRefraction"
651
- type="SFFloat"
652
- accessType="inputOutput"
653
- default="1.5"
654
- minInclusive="1"
655
- description="The index of refraction."
656
- />
657
- <containerField default="children" type="xs:NMTOKEN" />
658
- </InterfaceDefinition>
659
- </ConcreteNode>
637
+ <ConcreteNode name="IORMaterialExtension">
638
+ <InterfaceDefinition
639
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/iormaterialextension"
640
+ appinfo="IORMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
641
+ <componentInfo name="X_ITE" level="1" />
642
+ <Inheritance baseType="X3DMaterialExtensionNode" />
643
+ <field name="metadata"
644
+ type="SFNode"
645
+ accessType="inputOutput"
646
+ default="NULL"
647
+ acceptableNodeTypes="X3DMetadataObject"
648
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
649
+ />
650
+ <field name="indexOfRefraction"
651
+ type="SFFloat"
652
+ accessType="inputOutput"
653
+ default="1.5"
654
+ minInclusive="1"
655
+ description="The index of refraction."
656
+ />
657
+ <containerField default="children" type="xs:NMTOKEN" />
658
+ </InterfaceDefinition>
659
+ </ConcreteNode>
660
660
 
661
- <ConcreteNode name="Shape">
662
- <InterfaceDefinition>
663
- <field name="pointerEvents"
664
- type="SFBool"
665
- accessType="inputOutput"
666
- default="TRUE"
667
- description="pointerEvents defines whether this Shape becomes target for pointer events."
668
- />
669
- </InterfaceDefinition>
670
- </ConcreteNode>
661
+ <ConcreteNode name="Shape">
662
+ <InterfaceDefinition>
663
+ <field name="pointerEvents"
664
+ type="SFBool"
665
+ accessType="inputOutput"
666
+ default="TRUE"
667
+ description="pointerEvents defines whether this Shape becomes target for pointer events."
668
+ />
669
+ </InterfaceDefinition>
670
+ </ConcreteNode>
671
671
 
672
- <ConcreteNode name="ParticleSystem">
673
- <InterfaceDefinition>
674
- <field name="pointerEvents"
675
- type="SFBool"
676
- accessType="inputOutput"
677
- default="TRUE"
678
- description="pointerEvents defines whether this Shape becomes target for pointer events."
679
- />
680
- </InterfaceDefinition>
681
- </ConcreteNode>
672
+ <ConcreteNode name="ParticleSystem">
673
+ <InterfaceDefinition>
674
+ <field name="pointerEvents"
675
+ type="SFBool"
676
+ accessType="inputOutput"
677
+ default="TRUE"
678
+ description="pointerEvents defines whether this Shape becomes target for pointer events."
679
+ />
680
+ </InterfaceDefinition>
681
+ </ConcreteNode>
682
682
 
683
- <ConcreteNode name="InstancedShape">
684
- <InterfaceDefinition
685
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/instancedshape"
686
- appinfo="InstancedShape can appear under any grouping node. InstancedShape can contain an Appearance node and a geometry node (for example one of the primitives Box Cone Cylinder Sphere Text, one of ElevationGrid Extrusion IndexedFaceSet IndexedLineSet LineSet PointSet, or one of the other geometry nodes) and this geometry node is instantiated as often as transformations are provided.">
687
- <componentInfo name="X_ITE" level="1" />
688
- <Inheritance baseType="X3DShapeNode" />
689
- <field name="metadata"
690
- type="SFNode"
691
- accessType="inputOutput"
692
- default="NULL"
693
- acceptableNodeTypes="X3DMetadataObject"
694
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
695
- />
696
- <field name="translations"
697
- type="MFVec3f"
698
- accessType="inputOutput"
699
- description="Input/Output field translations."
700
- />
701
- <field name="rotations"
702
- type="MFRotation"
703
- accessType="inputOutput"
704
- description="Input/Output field rotations."
705
- />
706
- <field name="scales"
707
- type="MFVec3f"
708
- accessType="inputOutput"
709
- description="Input/Output field scales."
710
- />
711
- <field name="scaleOrientations"
712
- type="MFRotation"
713
- accessType="inputOutput"
714
- description="Input/Output field scaleOrientations."
715
- />
716
- <field name="centers"
717
- type="MFVec3f"
718
- accessType="inputOutput"
719
- description="Input/Output field centers."
720
- />
721
- <field name="pointerEvents"
722
- type="SFBool"
723
- accessType="inputOutput"
724
- default="TRUE"
725
- description="pointerEvents defines whether this Shape becomes target for pointer events."
726
- />
727
- <field name="castShadow"
728
- type="SFBool"
729
- accessType="inputOutput"
730
- default="TRUE"
731
- description="Input/Output field castShadow."
732
- />
733
- <field name="visible"
734
- type="SFBool"
735
- accessType="inputOutput"
736
- default="TRUE"
737
- description="Whether or not renderable content within this node is visually displayed."
738
- />
739
- <field name="bboxDisplay"
740
- type="SFBool"
741
- accessType="inputOutput"
742
- default="FALSE"
743
- description="Whether to display bounding box for associated geometry, aligned with world coordinates."
744
- />
745
- <field name="bboxSize"
746
- type="SFVec3f"
747
- accessType="initializeOnly"
748
- default="-1 -1 -1"
749
- minInclusive="0"
750
- description="Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint."
751
- />
752
- <field name="bboxCenter"
753
- type="SFVec3f"
754
- accessType="initializeOnly"
755
- default="0 0 0"
756
- description="Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system."
757
- />
758
- <field name="appearance"
759
- type="SFNode"
760
- accessType="inputOutput"
761
- default="NULL"
762
- acceptableNodeTypes="X3DAppearanceNode"
763
- description="Input/Output field appearance."
764
- />
765
- <field name="geometry"
766
- type="SFNode"
767
- accessType="inputOutput"
768
- default="NULL"
769
- acceptableNodeTypes="X3DGeometryNode"
770
- description="Input/Output field geometry."
771
- />
772
- <containerField default="extensions" type="xs:NMTOKEN" />
773
- </InterfaceDefinition>
774
- </ConcreteNode>
683
+ <ConcreteNode name="InstancedShape">
684
+ <InterfaceDefinition
685
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/instancedshape"
686
+ appinfo="InstancedShape can appear under any grouping node. InstancedShape can contain an Appearance node and a geometry node (for example one of the primitives Box Cone Cylinder Sphere Text, one of ElevationGrid Extrusion IndexedFaceSet IndexedLineSet LineSet PointSet, or one of the other geometry nodes) and this geometry node is instantiated as often as transformations are provided.">
687
+ <componentInfo name="X_ITE" level="1" />
688
+ <Inheritance baseType="X3DShapeNode" />
689
+ <field name="metadata"
690
+ type="SFNode"
691
+ accessType="inputOutput"
692
+ default="NULL"
693
+ acceptableNodeTypes="X3DMetadataObject"
694
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
695
+ />
696
+ <field name="translations"
697
+ type="MFVec3f"
698
+ accessType="inputOutput"
699
+ description="Input/Output field translations."
700
+ />
701
+ <field name="rotations"
702
+ type="MFRotation"
703
+ accessType="inputOutput"
704
+ description="Input/Output field rotations."
705
+ />
706
+ <field name="scales"
707
+ type="MFVec3f"
708
+ accessType="inputOutput"
709
+ description="Input/Output field scales."
710
+ />
711
+ <field name="scaleOrientations"
712
+ type="MFRotation"
713
+ accessType="inputOutput"
714
+ description="Input/Output field scaleOrientations."
715
+ />
716
+ <field name="centers"
717
+ type="MFVec3f"
718
+ accessType="inputOutput"
719
+ description="Input/Output field centers."
720
+ />
721
+ <field name="pointerEvents"
722
+ type="SFBool"
723
+ accessType="inputOutput"
724
+ default="TRUE"
725
+ description="pointerEvents defines whether this Shape becomes target for pointer events."
726
+ />
727
+ <field name="castShadow"
728
+ type="SFBool"
729
+ accessType="inputOutput"
730
+ default="TRUE"
731
+ description="Input/Output field castShadow."
732
+ />
733
+ <field name="visible"
734
+ type="SFBool"
735
+ accessType="inputOutput"
736
+ default="TRUE"
737
+ description="Whether or not renderable content within this node is visually displayed."
738
+ />
739
+ <field name="bboxDisplay"
740
+ type="SFBool"
741
+ accessType="inputOutput"
742
+ default="FALSE"
743
+ description="Whether to display bounding box for associated geometry, aligned with world coordinates."
744
+ />
745
+ <field name="bboxSize"
746
+ type="SFVec3f"
747
+ accessType="initializeOnly"
748
+ default="-1 -1 -1"
749
+ minInclusive="0"
750
+ description="Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint."
751
+ />
752
+ <field name="bboxCenter"
753
+ type="SFVec3f"
754
+ accessType="initializeOnly"
755
+ default="0 0 0"
756
+ description="Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system."
757
+ />
758
+ <field name="appearance"
759
+ type="SFNode"
760
+ accessType="inputOutput"
761
+ default="NULL"
762
+ acceptableNodeTypes="X3DAppearanceNode"
763
+ description="Input/Output field appearance."
764
+ />
765
+ <field name="geometry"
766
+ type="SFNode"
767
+ accessType="inputOutput"
768
+ default="NULL"
769
+ acceptableNodeTypes="X3DGeometryNode"
770
+ description="Input/Output field geometry."
771
+ />
772
+ <containerField default="extensions" type="xs:NMTOKEN" />
773
+ </InterfaceDefinition>
774
+ </ConcreteNode>
775
775
 
776
- <ConcreteNode name="IridescenceMaterialExtension">
777
- <InterfaceDefinition
778
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/iridescencematerialextension"
779
- appinfo="IridescenceMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
780
- <componentInfo name="X_ITE" level="1" />
781
- <Inheritance baseType="X3DMaterialExtensionNode" />
782
- <field name="metadata"
783
- type="SFNode"
784
- accessType="inputOutput"
785
- default="NULL"
786
- acceptableNodeTypes="X3DMetadataObject"
787
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
788
- />
789
- <field name="iridescence"
790
- type="SFFloat"
791
- accessType="inputOutput"
792
- default="0"
793
- minInclusive="0"
794
- description="The iridescence intensity factor."
795
- />
796
- <field name="iridescenceTextureMapping"
797
- type="SFString"
798
- accessType="inputOutput"
799
- default=""
800
- description="Input/Output field iridescenceTextureMapping."
801
- />
802
- <field name="iridescenceTexture"
803
- type="SFNode"
804
- accessType="inputOutput"
805
- default="NULL"
806
- acceptableNodeTypes="X3DSingleTextureNode"
807
- description="The iridescence intensity texture."
808
- />
809
- <field name="iridescenceIndexOfRefraction"
810
- type="SFFloat"
811
- accessType="inputOutput"
812
- default="1.3"
813
- minInclusive="1"
814
- description="The index of refraction of the dielectric thin-film layer."
815
- />
816
- <field name="iridescenceThicknessMinimum"
817
- type="SFFloat"
818
- accessType="inputOutput"
819
- default="100"
820
- minInclusive="0"
821
- description="The minimum thickness of the thin-film layer given in nanometers."
822
- />
823
- <field name="iridescenceThicknessMaximum"
824
- type="SFFloat"
825
- accessType="inputOutput"
826
- default="400"
827
- minInclusive="0"
828
- description="The maximum thickness of the thin-film layer given in nanometers."
829
- />
830
- <field name="iridescenceThicknessTextureMapping"
831
- type="SFString"
832
- accessType="inputOutput"
833
- default=""
834
- description="Input/Output field iridescenceThicknessTextureMapping."
835
- />
836
- <field name="iridescenceThicknessTexture"
837
- type="SFNode"
838
- accessType="inputOutput"
839
- default="NULL"
840
- acceptableNodeTypes="X3DSingleTextureNode"
841
- description="The thickness texture of the thin-film layer."
842
- />
843
- <containerField default="extensions" type="xs:NMTOKEN" />
844
- </InterfaceDefinition>
845
- </ConcreteNode>
776
+ <ConcreteNode name="IridescenceMaterialExtension">
777
+ <InterfaceDefinition
778
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/iridescencematerialextension"
779
+ appinfo="IridescenceMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
780
+ <componentInfo name="X_ITE" level="1" />
781
+ <Inheritance baseType="X3DMaterialExtensionNode" />
782
+ <field name="metadata"
783
+ type="SFNode"
784
+ accessType="inputOutput"
785
+ default="NULL"
786
+ acceptableNodeTypes="X3DMetadataObject"
787
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
788
+ />
789
+ <field name="iridescence"
790
+ type="SFFloat"
791
+ accessType="inputOutput"
792
+ default="0"
793
+ minInclusive="0"
794
+ description="The iridescence intensity factor."
795
+ />
796
+ <field name="iridescenceTextureMapping"
797
+ type="SFString"
798
+ accessType="inputOutput"
799
+ default=""
800
+ description="Input/Output field iridescenceTextureMapping."
801
+ />
802
+ <field name="iridescenceTexture"
803
+ type="SFNode"
804
+ accessType="inputOutput"
805
+ default="NULL"
806
+ acceptableNodeTypes="X3DSingleTextureNode"
807
+ description="The iridescence intensity texture."
808
+ />
809
+ <field name="iridescenceIndexOfRefraction"
810
+ type="SFFloat"
811
+ accessType="inputOutput"
812
+ default="1.3"
813
+ minInclusive="1"
814
+ description="The index of refraction of the dielectric thin-film layer."
815
+ />
816
+ <field name="iridescenceThicknessMinimum"
817
+ type="SFFloat"
818
+ accessType="inputOutput"
819
+ default="100"
820
+ minInclusive="0"
821
+ description="The minimum thickness of the thin-film layer given in nanometers."
822
+ />
823
+ <field name="iridescenceThicknessMaximum"
824
+ type="SFFloat"
825
+ accessType="inputOutput"
826
+ default="400"
827
+ minInclusive="0"
828
+ description="The maximum thickness of the thin-film layer given in nanometers."
829
+ />
830
+ <field name="iridescenceThicknessTextureMapping"
831
+ type="SFString"
832
+ accessType="inputOutput"
833
+ default=""
834
+ description="Input/Output field iridescenceThicknessTextureMapping."
835
+ />
836
+ <field name="iridescenceThicknessTexture"
837
+ type="SFNode"
838
+ accessType="inputOutput"
839
+ default="NULL"
840
+ acceptableNodeTypes="X3DSingleTextureNode"
841
+ description="The thickness texture of the thin-film layer."
842
+ />
843
+ <containerField default="extensions" type="xs:NMTOKEN" />
844
+ </InterfaceDefinition>
845
+ </ConcreteNode>
846
846
 
847
- <ConcreteNode name="SheenMaterialExtension">
848
- <InterfaceDefinition
849
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/sheenmaterialextension"
850
- appinfo="SheenMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
851
- <componentInfo name="X_ITE" level="1" />
852
- <Inheritance baseType="X3DMaterialExtensionNode" />
853
- <field name="metadata"
854
- type="SFNode"
855
- accessType="inputOutput"
856
- default="NULL"
857
- acceptableNodeTypes="X3DMetadataObject"
858
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
859
- />
860
- <field name="sheenColor"
861
- type="SFColor"
862
- accessType="inputOutput"
863
- default="0 0 0"
864
- minInclusive="0"
865
- maxInclusive="1"
866
- description="The sheen color in linear space."
867
- />
868
- <field name="sheenColorTextureMapping"
869
- type="SFString"
870
- accessType="inputOutput"
871
- default=""
872
- description="Input/Output field sheenColorTextureMapping."
873
- />
874
- <field name="sheenColorTexture"
875
- type="SFNode"
876
- accessType="inputOutput"
877
- default="NULL"
878
- acceptableNodeTypes="X3DSingleTextureNode"
879
- description="The sheen color (RGB). The sheen color is in sRGB transfer function."
880
- />
881
- <field name="sheenRoughness"
882
- type="SFFloat"
883
- accessType="inputOutput"
884
- default="0"
885
- minInclusive="0"
886
- description="The sheen roughness."
887
- />
888
- <field name="sheenRoughnessTextureMapping"
889
- type="SFString"
890
- accessType="inputOutput"
891
- default=""
892
- description="Input/Output field sheenRoughnessTextureMapping."
893
- />
894
- <field name="sheenRoughnessTexture"
895
- type="SFNode"
896
- accessType="inputOutput"
897
- default="NULL"
898
- acceptableNodeTypes="X3DSingleTextureNode"
899
- description="The sheen roughness (Alpha) texture."
900
- />
901
- <containerField default="material" type="xs:NMTOKEN" />
902
- </InterfaceDefinition>
903
- </ConcreteNode>
847
+ <ConcreteNode name="SheenMaterialExtension">
848
+ <InterfaceDefinition
849
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/sheenmaterialextension"
850
+ appinfo="SheenMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
851
+ <componentInfo name="X_ITE" level="1" />
852
+ <Inheritance baseType="X3DMaterialExtensionNode" />
853
+ <field name="metadata"
854
+ type="SFNode"
855
+ accessType="inputOutput"
856
+ default="NULL"
857
+ acceptableNodeTypes="X3DMetadataObject"
858
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
859
+ />
860
+ <field name="sheenColor"
861
+ type="SFColor"
862
+ accessType="inputOutput"
863
+ default="0 0 0"
864
+ minInclusive="0"
865
+ maxInclusive="1"
866
+ description="The sheen color in linear space."
867
+ />
868
+ <field name="sheenColorTextureMapping"
869
+ type="SFString"
870
+ accessType="inputOutput"
871
+ default=""
872
+ description="Input/Output field sheenColorTextureMapping."
873
+ />
874
+ <field name="sheenColorTexture"
875
+ type="SFNode"
876
+ accessType="inputOutput"
877
+ default="NULL"
878
+ acceptableNodeTypes="X3DSingleTextureNode"
879
+ description="The sheen color (RGB). The sheen color is in sRGB transfer function."
880
+ />
881
+ <field name="sheenRoughness"
882
+ type="SFFloat"
883
+ accessType="inputOutput"
884
+ default="0"
885
+ minInclusive="0"
886
+ description="The sheen roughness."
887
+ />
888
+ <field name="sheenRoughnessTextureMapping"
889
+ type="SFString"
890
+ accessType="inputOutput"
891
+ default=""
892
+ description="Input/Output field sheenRoughnessTextureMapping."
893
+ />
894
+ <field name="sheenRoughnessTexture"
895
+ type="SFNode"
896
+ accessType="inputOutput"
897
+ default="NULL"
898
+ acceptableNodeTypes="X3DSingleTextureNode"
899
+ description="The sheen roughness (Alpha) texture."
900
+ />
901
+ <containerField default="material" type="xs:NMTOKEN" />
902
+ </InterfaceDefinition>
903
+ </ConcreteNode>
904
904
 
905
- <ConcreteNode name="SpecularGlossinessMaterial">
906
- <InterfaceDefinition
907
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/specularglossinessmaterial"
908
- appinfo="SpecularGlossinessMaterial specifies surface rendering properties for associated geometry nodes. Material attributes are used by the X3D lighting equations during rendering.">
909
- <componentInfo name="X_ITE" level="1" />
910
- <Inheritance baseType="X3DOneSidedMaterialNode" />
911
- <field name="metadata"
912
- type="SFNode"
913
- accessType="inputOutput"
914
- default="NULL"
915
- acceptableNodeTypes="X3DMetadataObject"
916
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
917
- />
918
- <field name="diffuseColor"
919
- type="SFColor"
920
- accessType="inputOutput"
921
- default="1 1 1"
922
- minInclusive="0"
923
- maxInclusive="1"
924
- description="The reflected diffuse factor of the material."
925
- />
926
- <field name="diffuseTextureMapping"
927
- type="SFString"
928
- accessType="inputOutput"
929
- default=""
930
- description="Input/Output field diffuseTextureMapping."
931
- />
932
- <field name="diffuseTexture"
933
- type="SFNode"
934
- accessType="inputOutput"
935
- default="NULL"
936
- acceptableNodeTypes="X3DSingleTextureNode"
937
- description="The diffuse texture."
938
- />
939
- <field name="specularColor"
940
- type="SFColor"
941
- accessType="inputOutput"
942
- default="1 1 1"
943
- minInclusive="0"
944
- maxInclusive="1"
945
- description="The specular RGB color of the material."
946
- />
947
- <field name="glossiness"
948
- type="SFFloat"
949
- accessType="inputOutput"
950
- default="1"
951
- minInclusive="0"
952
- maxInclusive="1"
953
- description="The glossiness or smoothness of the material."
954
- />
955
- <field name="specularGlossinessTextureMapping"
956
- type="SFString"
957
- accessType="inputOutput"
958
- default=""
959
- description="Input/Output field specularGlossinessTextureMapping."
960
- />
961
- <field name="specularGlossinessTexture"
962
- type="SFNode"
963
- accessType="inputOutput"
964
- default="NULL"
965
- acceptableNodeTypes="X3DSingleTextureNode"
966
- description="The specular-glossiness texture."
967
- />
968
- <field name="emissiveColor"
969
- type="SFColor"
970
- accessType="inputOutput"
971
- default="0 0 0"
972
- minInclusive="0"
973
- maxInclusive="1"
974
- description="How much glowing light is emitted from this object."
975
- />
976
- <field name="emissiveTextureMapping"
977
- type="SFString"
978
- accessType="inputOutput"
979
- default=""
980
- description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
981
- />
982
- <field name="emissiveTexture"
983
- type="SFNode"
984
- accessType="inputOutput"
985
- default="NULL"
986
- acceptableNodeTypes="X3DSingleTextureNode"
987
- description="When applying emissiveColor for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."
988
- />
989
- <field name="occlusionStrength"
990
- type="SFFloat"
991
- accessType="inputOutput"
992
- default="1"
993
- minInclusive="0"
994
- maxInclusive="1"
995
- description="occlusionStrength indicates areas of indirect lighting, typically called ambient occlusion. Higher values indicate areas that should receive full indirect lighting and lower values indicate no indirect lighting."
996
- />
997
- <field name="occlusionTextureMapping"
998
- type="SFString"
999
- accessType="inputOutput"
1000
- default=""
1001
- description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
1002
- />
1003
- <field name="occlusionTexture"
1004
- type="SFNode"
1005
- accessType="inputOutput"
1006
- default="NULL"
1007
- acceptableNodeTypes="X3DSingleTextureNode"
1008
- description="When applying occlusionStrength for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."
1009
- />
1010
- <field name="normalScale"
1011
- type="SFFloat"
1012
- accessType="inputOutput"
1013
- default="1"
1014
- minInclusive="0"
1015
- description="normalScale controls the degree to which normalTexture RGB values apply XYZ-normal bump mapping to pixels in the parent material."
1016
- />
1017
- <field name="normalTextureMapping"
1018
- type="SFString"
1019
- accessType="inputOutput"
1020
- default=""
1021
- description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
1022
- />
1023
- <field name="normalTexture"
1024
- type="SFNode"
1025
- accessType="inputOutput"
1026
- default="NULL"
1027
- acceptableNodeTypes="X3DSingleTextureNode"
1028
- description="When applying normalScale for this material node, the contained texture modulates the texture across the surface."
1029
- />
1030
- <field name="transparency"
1031
- type="SFFloat"
1032
- accessType="inputOutput"
1033
- default="0"
1034
- minInclusive="0"
1035
- maxInclusive="1"
1036
- description="How 'clear' an object is: 1.0 is completely transparent, 0.0 is completely opaque."
1037
- />
1038
- <field name="extensions"
1039
- type="MFNode"
1040
- accessType="inputOutput"
1041
- acceptableNodeTypes="X3DMaterialExtensionNode"
1042
- description="Input/Output field extensions."
1043
- />
1044
- <containerField default="extensions" type="xs:NMTOKEN" />
1045
- </InterfaceDefinition>
1046
- </ConcreteNode>
905
+ <ConcreteNode name="SpecularGlossinessMaterial">
906
+ <InterfaceDefinition
907
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/specularglossinessmaterial"
908
+ appinfo="SpecularGlossinessMaterial specifies surface rendering properties for associated geometry nodes. Material attributes are used by the X3D lighting equations during rendering.">
909
+ <componentInfo name="X_ITE" level="1" />
910
+ <Inheritance baseType="X3DOneSidedMaterialNode" />
911
+ <field name="metadata"
912
+ type="SFNode"
913
+ accessType="inputOutput"
914
+ default="NULL"
915
+ acceptableNodeTypes="X3DMetadataObject"
916
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
917
+ />
918
+ <field name="diffuseColor"
919
+ type="SFColor"
920
+ accessType="inputOutput"
921
+ default="1 1 1"
922
+ minInclusive="0"
923
+ maxInclusive="1"
924
+ description="The reflected diffuse factor of the material."
925
+ />
926
+ <field name="diffuseTextureMapping"
927
+ type="SFString"
928
+ accessType="inputOutput"
929
+ default=""
930
+ description="Input/Output field diffuseTextureMapping."
931
+ />
932
+ <field name="diffuseTexture"
933
+ type="SFNode"
934
+ accessType="inputOutput"
935
+ default="NULL"
936
+ acceptableNodeTypes="X3DSingleTextureNode"
937
+ description="The diffuse texture."
938
+ />
939
+ <field name="specularColor"
940
+ type="SFColor"
941
+ accessType="inputOutput"
942
+ default="1 1 1"
943
+ minInclusive="0"
944
+ maxInclusive="1"
945
+ description="The specular RGB color of the material."
946
+ />
947
+ <field name="glossiness"
948
+ type="SFFloat"
949
+ accessType="inputOutput"
950
+ default="1"
951
+ minInclusive="0"
952
+ maxInclusive="1"
953
+ description="The glossiness or smoothness of the material."
954
+ />
955
+ <field name="specularGlossinessTextureMapping"
956
+ type="SFString"
957
+ accessType="inputOutput"
958
+ default=""
959
+ description="Input/Output field specularGlossinessTextureMapping."
960
+ />
961
+ <field name="specularGlossinessTexture"
962
+ type="SFNode"
963
+ accessType="inputOutput"
964
+ default="NULL"
965
+ acceptableNodeTypes="X3DSingleTextureNode"
966
+ description="The specular-glossiness texture."
967
+ />
968
+ <field name="emissiveColor"
969
+ type="SFColor"
970
+ accessType="inputOutput"
971
+ default="0 0 0"
972
+ minInclusive="0"
973
+ maxInclusive="1"
974
+ description="How much glowing light is emitted from this object."
975
+ />
976
+ <field name="emissiveTextureMapping"
977
+ type="SFString"
978
+ accessType="inputOutput"
979
+ default=""
980
+ description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
981
+ />
982
+ <field name="emissiveTexture"
983
+ type="SFNode"
984
+ accessType="inputOutput"
985
+ default="NULL"
986
+ acceptableNodeTypes="X3DSingleTextureNode"
987
+ description="When applying emissiveColor for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."
988
+ />
989
+ <field name="occlusionStrength"
990
+ type="SFFloat"
991
+ accessType="inputOutput"
992
+ default="1"
993
+ minInclusive="0"
994
+ maxInclusive="1"
995
+ description="occlusionStrength indicates areas of indirect lighting, typically called ambient occlusion. Higher values indicate areas that should receive full indirect lighting and lower values indicate no indirect lighting."
996
+ />
997
+ <field name="occlusionTextureMapping"
998
+ type="SFString"
999
+ accessType="inputOutput"
1000
+ default=""
1001
+ description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
1002
+ />
1003
+ <field name="occlusionTexture"
1004
+ type="SFNode"
1005
+ accessType="inputOutput"
1006
+ default="NULL"
1007
+ acceptableNodeTypes="X3DSingleTextureNode"
1008
+ description="When applying occlusionStrength for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."
1009
+ />
1010
+ <field name="normalScale"
1011
+ type="SFFloat"
1012
+ accessType="inputOutput"
1013
+ default="1"
1014
+ minInclusive="0"
1015
+ description="normalScale controls the degree to which normalTexture RGB values apply XYZ-normal bump mapping to pixels in the parent material."
1016
+ />
1017
+ <field name="normalTextureMapping"
1018
+ type="SFString"
1019
+ accessType="inputOutput"
1020
+ default=""
1021
+ description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
1022
+ />
1023
+ <field name="normalTexture"
1024
+ type="SFNode"
1025
+ accessType="inputOutput"
1026
+ default="NULL"
1027
+ acceptableNodeTypes="X3DSingleTextureNode"
1028
+ description="When applying normalScale for this material node, the contained texture modulates the texture across the surface."
1029
+ />
1030
+ <field name="transparency"
1031
+ type="SFFloat"
1032
+ accessType="inputOutput"
1033
+ default="0"
1034
+ minInclusive="0"
1035
+ maxInclusive="1"
1036
+ description="How 'clear' an object is: 1.0 is completely transparent, 0.0 is completely opaque."
1037
+ />
1038
+ <field name="extensions"
1039
+ type="MFNode"
1040
+ accessType="inputOutput"
1041
+ acceptableNodeTypes="X3DMaterialExtensionNode"
1042
+ description="Input/Output field extensions."
1043
+ />
1044
+ <containerField default="extensions" type="xs:NMTOKEN" />
1045
+ </InterfaceDefinition>
1046
+ </ConcreteNode>
1047
1047
 
1048
- <ConcreteNode name="SpecularMaterialExtension">
1049
- <InterfaceDefinition
1050
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/specularmaterialextension"
1051
- appinfo="SpecularMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
1052
- <componentInfo name="X_ITE" level="1" />
1053
- <Inheritance baseType="X3DMaterialExtensionNode" />
1054
- <field name="metadata"
1055
- type="SFNode"
1056
- accessType="inputOutput"
1057
- default="NULL"
1058
- acceptableNodeTypes="X3DMetadataObject"
1059
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1060
- />
1061
- <field name="specular"
1062
- type="SFFloat"
1063
- accessType="inputOutput"
1064
- default="1"
1065
- minInclusive="0"
1066
- description="The strength of the specular reflection."
1067
- />
1068
- <field name="specularTextureMapping"
1069
- type="SFString"
1070
- accessType="inputOutput"
1071
- default=""
1072
- description="Input/Output field specularTextureMapping."
1073
- />
1074
- <field name="specularTexture"
1075
- type="SFNode"
1076
- accessType="inputOutput"
1077
- default="NULL"
1078
- acceptableNodeTypes="X3DSingleTextureNode"
1079
- description=" texture that defines the strength of the specular reflection, stored in the alpha (A) channel. This will be multiplied by specularFactor."
1080
- />
1081
- <field name="specularColor"
1082
- type="SFColor"
1083
- accessType="inputOutput"
1084
- default="1 1 1"
1085
- minInclusive="0"
1086
- description="The F0 color of the specular reflection (linear RGB)."
1087
- />
1088
- <field name="specularColorTextureMapping"
1089
- type="SFString"
1090
- accessType="inputOutput"
1091
- default=""
1092
- description="Input/Output field specularColorTextureMapping."
1093
- />
1094
- <field name="specularColorTexture"
1095
- type="SFNode"
1096
- accessType="inputOutput"
1097
- default="NULL"
1098
- acceptableNodeTypes="X3DSingleTextureNode"
1099
- description="A texture that defines the F0 color of the specular reflection, stored in the RGB channels and encoded in sRGB. This texture will be multiplied by specularColorFactor."
1100
- />
1101
- <containerField default="extensions" type="xs:NMTOKEN" />
1102
- </InterfaceDefinition>
1103
- </ConcreteNode>
1048
+ <ConcreteNode name="SpecularMaterialExtension">
1049
+ <InterfaceDefinition
1050
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/specularmaterialextension"
1051
+ appinfo="SpecularMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
1052
+ <componentInfo name="X_ITE" level="1" />
1053
+ <Inheritance baseType="X3DMaterialExtensionNode" />
1054
+ <field name="metadata"
1055
+ type="SFNode"
1056
+ accessType="inputOutput"
1057
+ default="NULL"
1058
+ acceptableNodeTypes="X3DMetadataObject"
1059
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1060
+ />
1061
+ <field name="specular"
1062
+ type="SFFloat"
1063
+ accessType="inputOutput"
1064
+ default="1"
1065
+ minInclusive="0"
1066
+ description="The strength of the specular reflection."
1067
+ />
1068
+ <field name="specularTextureMapping"
1069
+ type="SFString"
1070
+ accessType="inputOutput"
1071
+ default=""
1072
+ description="Input/Output field specularTextureMapping."
1073
+ />
1074
+ <field name="specularTexture"
1075
+ type="SFNode"
1076
+ accessType="inputOutput"
1077
+ default="NULL"
1078
+ acceptableNodeTypes="X3DSingleTextureNode"
1079
+ description=" texture that defines the strength of the specular reflection, stored in the alpha (A) channel. This will be multiplied by specularFactor."
1080
+ />
1081
+ <field name="specularColor"
1082
+ type="SFColor"
1083
+ accessType="inputOutput"
1084
+ default="1 1 1"
1085
+ minInclusive="0"
1086
+ description="The F0 color of the specular reflection (linear RGB)."
1087
+ />
1088
+ <field name="specularColorTextureMapping"
1089
+ type="SFString"
1090
+ accessType="inputOutput"
1091
+ default=""
1092
+ description="Input/Output field specularColorTextureMapping."
1093
+ />
1094
+ <field name="specularColorTexture"
1095
+ type="SFNode"
1096
+ accessType="inputOutput"
1097
+ default="NULL"
1098
+ acceptableNodeTypes="X3DSingleTextureNode"
1099
+ description="A texture that defines the F0 color of the specular reflection, stored in the RGB channels and encoded in sRGB. This texture will be multiplied by specularColorFactor."
1100
+ />
1101
+ <containerField default="extensions" type="xs:NMTOKEN" />
1102
+ </InterfaceDefinition>
1103
+ </ConcreteNode>
1104
1104
 
1105
- <ConcreteNode name="TransmissionMaterialExtension">
1106
- <InterfaceDefinition
1107
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/transmissionmaterialextension"
1108
- appinfo="TransmissionMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
1109
- <componentInfo name="X_ITE" level="1" />
1110
- <Inheritance baseType="X3DMaterialExtensionNode" />
1111
- <field name="metadata"
1112
- type="SFNode"
1113
- accessType="inputOutput"
1114
- default="NULL"
1115
- acceptableNodeTypes="X3DMetadataObject"
1116
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1117
- />
1118
- <field name="transmission"
1119
- type="SFFloat"
1120
- accessType="inputOutput"
1121
- default="0"
1122
- minInclusive="0"
1123
- description="The base percentage of light that is transmitted through the surface."
1124
- />
1125
- <field name="transmissionTextureMapping"
1126
- type="SFString"
1127
- accessType="inputOutput"
1128
- default=""
1129
- description="Input/Output field transmissionTextureMapping."
1130
- />
1131
- <field name="transmissionTexture"
1132
- type="SFNode"
1133
- accessType="inputOutput"
1134
- default="NULL"
1135
- acceptableNodeTypes="X3DSingleTextureNode"
1136
- description="A texture that defines the transmission percentage of the surface, stored in the R channel. This will be multiplied by transmissionFactor."
1137
- />
1138
- <containerField default="extensions" type="xs:NMTOKEN" />
1139
- </InterfaceDefinition>
1140
- </ConcreteNode>
1105
+ <ConcreteNode name="TransmissionMaterialExtension">
1106
+ <InterfaceDefinition
1107
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/transmissionmaterialextension"
1108
+ appinfo="TransmissionMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
1109
+ <componentInfo name="X_ITE" level="1" />
1110
+ <Inheritance baseType="X3DMaterialExtensionNode" />
1111
+ <field name="metadata"
1112
+ type="SFNode"
1113
+ accessType="inputOutput"
1114
+ default="NULL"
1115
+ acceptableNodeTypes="X3DMetadataObject"
1116
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1117
+ />
1118
+ <field name="transmission"
1119
+ type="SFFloat"
1120
+ accessType="inputOutput"
1121
+ default="0"
1122
+ minInclusive="0"
1123
+ description="The base percentage of light that is transmitted through the surface."
1124
+ />
1125
+ <field name="transmissionTextureMapping"
1126
+ type="SFString"
1127
+ accessType="inputOutput"
1128
+ default=""
1129
+ description="Input/Output field transmissionTextureMapping."
1130
+ />
1131
+ <field name="transmissionTexture"
1132
+ type="SFNode"
1133
+ accessType="inputOutput"
1134
+ default="NULL"
1135
+ acceptableNodeTypes="X3DSingleTextureNode"
1136
+ description="A texture that defines the transmission percentage of the surface, stored in the R channel. This will be multiplied by transmissionFactor."
1137
+ />
1138
+ <containerField default="extensions" type="xs:NMTOKEN" />
1139
+ </InterfaceDefinition>
1140
+ </ConcreteNode>
1141
1141
 
1142
- <ConcreteNode name="VolumeMaterialExtension">
1143
- <InterfaceDefinition
1144
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/volumematerialextension"
1145
- appinfo="VolumeMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
1146
- <componentInfo name="X_ITE" level="1" />
1147
- <Inheritance baseType="X3DMaterialExtensionNode" />
1148
- <field name="metadata"
1149
- type="SFNode"
1150
- accessType="inputOutput"
1151
- default="NULL"
1152
- acceptableNodeTypes="X3DMetadataObject"
1153
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1154
- />
1155
- <field name="thickness"
1156
- type="SFFloat"
1157
- accessType="inputOutput"
1158
- default="0"
1159
- minInclusive="0"
1160
- description="The thickness of the volume beneath the surface. The value is given in the coordinate space of the mesh. If the value is 0 the material is thin-walled. Otherwise the material is a volume boundary. The doubleSided property has no effect on volume boundaries."
1161
- />
1162
- <field name="thicknessTextureMapping"
1163
- type="SFString"
1164
- accessType="inputOutput"
1165
- default=""
1166
- description="Input/Output field thicknessTextureMapping."
1167
- />
1168
- <field name="thicknessTexture"
1169
- type="SFNode"
1170
- accessType="inputOutput"
1171
- default="NULL"
1172
- acceptableNodeTypes="X3DSingleTextureNode"
1173
- description="A texture that defines the thickness, stored in the G channel. This will be multiplied by thicknessFactor."
1174
- />
1175
- <field name="attenuationDistance"
1176
- type="SFFloat"
1177
- accessType="inputOutput"
1178
- default="1000000"
1179
- minInclusive="0"
1180
- description="Density of the medium given as the average distance that light travels in the medium before interacting with a particle. The value is given in world space."
1181
- />
1182
- <field name="attenuationColor"
1183
- type="SFColor"
1184
- accessType="inputOutput"
1185
- default="1 1 1"
1186
- minInclusive="0"
1187
- maxInclusive="1"
1188
- description="The color that white light turns into due to absorption when reaching the attenuation distance."
1189
- />
1190
- <containerField default="extensions" type="xs:NMTOKEN" />
1191
- </InterfaceDefinition>
1192
- </ConcreteNode>
1142
+ <ConcreteNode name="VolumeMaterialExtension">
1143
+ <InterfaceDefinition
1144
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/volumematerialextension"
1145
+ appinfo="VolumeMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
1146
+ <componentInfo name="X_ITE" level="1" />
1147
+ <Inheritance baseType="X3DMaterialExtensionNode" />
1148
+ <field name="metadata"
1149
+ type="SFNode"
1150
+ accessType="inputOutput"
1151
+ default="NULL"
1152
+ acceptableNodeTypes="X3DMetadataObject"
1153
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1154
+ />
1155
+ <field name="thickness"
1156
+ type="SFFloat"
1157
+ accessType="inputOutput"
1158
+ default="0"
1159
+ minInclusive="0"
1160
+ description="The thickness of the volume beneath the surface. The value is given in the coordinate space of the mesh. If the value is 0 the material is thin-walled. Otherwise the material is a volume boundary. The doubleSided property has no effect on volume boundaries."
1161
+ />
1162
+ <field name="thicknessTextureMapping"
1163
+ type="SFString"
1164
+ accessType="inputOutput"
1165
+ default=""
1166
+ description="Input/Output field thicknessTextureMapping."
1167
+ />
1168
+ <field name="thicknessTexture"
1169
+ type="SFNode"
1170
+ accessType="inputOutput"
1171
+ default="NULL"
1172
+ acceptableNodeTypes="X3DSingleTextureNode"
1173
+ description="A texture that defines the thickness, stored in the G channel. This will be multiplied by thicknessFactor."
1174
+ />
1175
+ <field name="attenuationDistance"
1176
+ type="SFFloat"
1177
+ accessType="inputOutput"
1178
+ default="1000000"
1179
+ minInclusive="0"
1180
+ description="Density of the medium given as the average distance that light travels in the medium before interacting with a particle. The value is given in world space."
1181
+ />
1182
+ <field name="attenuationColor"
1183
+ type="SFColor"
1184
+ accessType="inputOutput"
1185
+ default="1 1 1"
1186
+ minInclusive="0"
1187
+ maxInclusive="1"
1188
+ description="The color that white light turns into due to absorption when reaching the attenuation distance."
1189
+ />
1190
+ <containerField default="extensions" type="xs:NMTOKEN" />
1191
+ </InterfaceDefinition>
1192
+ </ConcreteNode>
1193
1193
 
1194
- <ConcreteNode name="DiffuseTransmissionMaterialExtension">
1195
- <InterfaceDefinition
1196
- specificationUrl="https://create3000.github.io/x_ite/components/x-ite/diffusetransmissionmaterialextension"
1197
- appinfo="DiffuseTransmissionMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
1198
- <componentInfo name="X_ITE" level="1" />
1199
- <Inheritance baseType="X3DMaterialExtensionNode" />
1200
- <field name="metadata"
1201
- type="SFNode"
1202
- accessType="inputOutput"
1203
- default="NULL"
1204
- acceptableNodeTypes="X3DMetadataObject"
1205
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1206
- ></field>
1207
- <field name="diffuseTransmission"
1208
- type="SFFloat"
1209
- accessType="inputOutput"
1210
- default="0"
1211
- minInclusive="0"
1212
- description="The percentage of reflected, non-specularly reflected light that is transmitted through the surface via the Lambertian diffuse transmission, i.e., the strength of the diffuse transmission effect."
1213
- ></field>
1214
- <field name="diffuseTransmissionTextureMapping"
1215
- type="SFString"
1216
- accessType="inputOutput"
1217
- default=""
1218
- description="Input/Output field diffuseTransmissionTextureMapping."
1219
- ></field>
1220
- <field name="diffuseTransmissionTexture"
1221
- type="SFNode"
1222
- accessType="inputOutput"
1223
- default="NULL"
1224
- acceptableNodeTypes="X3DSingleTextureNode"
1225
- description="A texture that defines the strength of the diffuse transmission effect, stored in the alpha (A) channel. Will be multiplied by the diffuseTransmissionFactor."
1226
- ></field>
1227
- <field name="diffuseTransmissionColor"
1228
- type="SFColor"
1229
- accessType="inputOutput"
1230
- default="1 1 1"
1231
- minInclusive="0"
1232
- maxInclusive="1"
1233
- description="The color of the transmitted light."
1234
- ></field>
1235
- <field name="diffuseTransmissionColorTextureMapping"
1236
- type="SFString"
1237
- accessType="inputOutput"
1238
- default=""
1239
- description="Input/Output field diffuseTransmissionColorTextureMapping."
1240
- ></field>
1241
- <field name="diffuseTransmissionColorTexture"
1242
- type="SFNode"
1243
- accessType="inputOutput"
1244
- default="NULL"
1245
- acceptableNodeTypes="X3DSingleTextureNode"
1246
- description="A texture that defines the color of the transmitted light, stored in the RGB channels and encoded in sRGB. This texture will be multiplied by diffuseTransmissionColorFactor."
1247
- ></field>
1248
- <containerField default="extensions" type="xs:NMTOKEN" />
1249
- </InterfaceDefinition>
1250
- </ConcreteNode>
1194
+ <ConcreteNode name="DiffuseTransmissionMaterialExtension">
1195
+ <InterfaceDefinition
1196
+ specificationUrl="https://create3000.github.io/x_ite/components/x-ite/diffusetransmissionmaterialextension"
1197
+ appinfo="DiffuseTransmissionMaterialExtension is an extension for the PhysicalMaterial and SpecularGlossinessMaterial nodes. For this node to have an effect, add an EnvironmentLight node.">
1198
+ <componentInfo name="X_ITE" level="1" />
1199
+ <Inheritance baseType="X3DMaterialExtensionNode" />
1200
+ <field name="metadata"
1201
+ type="SFNode"
1202
+ accessType="inputOutput"
1203
+ default="NULL"
1204
+ acceptableNodeTypes="X3DMetadataObject"
1205
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1206
+ ></field>
1207
+ <field name="diffuseTransmission"
1208
+ type="SFFloat"
1209
+ accessType="inputOutput"
1210
+ default="0"
1211
+ minInclusive="0"
1212
+ description="The percentage of reflected, non-specularly reflected light that is transmitted through the surface via the Lambertian diffuse transmission, i.e., the strength of the diffuse transmission effect."
1213
+ ></field>
1214
+ <field name="diffuseTransmissionTextureMapping"
1215
+ type="SFString"
1216
+ accessType="inputOutput"
1217
+ default=""
1218
+ description="Input/Output field diffuseTransmissionTextureMapping."
1219
+ ></field>
1220
+ <field name="diffuseTransmissionTexture"
1221
+ type="SFNode"
1222
+ accessType="inputOutput"
1223
+ default="NULL"
1224
+ acceptableNodeTypes="X3DSingleTextureNode"
1225
+ description="A texture that defines the strength of the diffuse transmission effect, stored in the alpha (A) channel. Will be multiplied by the diffuseTransmissionFactor."
1226
+ ></field>
1227
+ <field name="diffuseTransmissionColor"
1228
+ type="SFColor"
1229
+ accessType="inputOutput"
1230
+ default="1 1 1"
1231
+ minInclusive="0"
1232
+ maxInclusive="1"
1233
+ description="The color of the transmitted light."
1234
+ ></field>
1235
+ <field name="diffuseTransmissionColorTextureMapping"
1236
+ type="SFString"
1237
+ accessType="inputOutput"
1238
+ default=""
1239
+ description="Input/Output field diffuseTransmissionColorTextureMapping."
1240
+ ></field>
1241
+ <field name="diffuseTransmissionColorTexture"
1242
+ type="SFNode"
1243
+ accessType="inputOutput"
1244
+ default="NULL"
1245
+ acceptableNodeTypes="X3DSingleTextureNode"
1246
+ description="A texture that defines the color of the transmitted light, stored in the RGB channels and encoded in sRGB. This texture will be multiplied by diffuseTransmissionColorFactor."
1247
+ ></field>
1248
+ <containerField default="extensions" type="xs:NMTOKEN" />
1249
+ </InterfaceDefinition>
1250
+ </ConcreteNode>
1251
1251
 
1252
- <ConcreteNode name="PhysicalMaterial">
1253
- <InterfaceDefinition>
1254
- <field name="extensions"
1255
- type="MFNode"
1256
- accessType="inputOutput"
1257
- acceptableNodeTypes="X3DMaterialExtensionNode"
1258
- description="Input/Output field extensions."
1259
- />
1260
- </InterfaceDefinition>
1261
- </ConcreteNode>
1252
+ <ConcreteNode name="PhysicalMaterial">
1253
+ <InterfaceDefinition>
1254
+ <field name="extensions"
1255
+ type="MFNode"
1256
+ accessType="inputOutput"
1257
+ acceptableNodeTypes="X3DMaterialExtensionNode"
1258
+ description="Input/Output field extensions."
1259
+ />
1260
+ </InterfaceDefinition>
1261
+ </ConcreteNode>
1262
1262
 
1263
- <ConcreteNode name="Appearance">
1264
- <InterfaceDefinition>
1265
- <field name="blendMode"
1266
- type="SFNode"
1267
- accessType="inputOutput"
1268
- acceptableNodeTypes="BlendMode"
1269
- description="Input/Output field blendMode."
1270
- />
1271
- <field name="depthMode"
1272
- type="SFNode"
1273
- accessType="inputOutput"
1274
- acceptableNodeTypes="DepthMode"
1275
- description="Input/Output field depthMode."
1276
- />
1277
- </InterfaceDefinition>
1278
- </ConcreteNode>
1263
+ <ConcreteNode name="Appearance">
1264
+ <InterfaceDefinition>
1265
+ <field name="blendMode"
1266
+ type="SFNode"
1267
+ accessType="inputOutput"
1268
+ acceptableNodeTypes="BlendMode"
1269
+ description="Input/Output field blendMode."
1270
+ />
1271
+ <field name="depthMode"
1272
+ type="SFNode"
1273
+ accessType="inputOutput"
1274
+ acceptableNodeTypes="DepthMode"
1275
+ description="Input/Output field depthMode."
1276
+ />
1277
+ </InterfaceDefinition>
1278
+ </ConcreteNode>
1279
1279
 
1280
- <ConcreteNode name="IndexedQuadSet">
1281
- <InterfaceDefinition>
1282
- <field name="tangent"
1283
- type="SFNode"
1284
- accessType="inputOutput"
1285
- acceptableNodeTypes="Tangent"
1286
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1287
- />
1288
- </InterfaceDefinition>
1289
- </ConcreteNode>
1280
+ <ConcreteNode name="IndexedQuadSet">
1281
+ <InterfaceDefinition>
1282
+ <field name="tangent"
1283
+ type="SFNode"
1284
+ accessType="inputOutput"
1285
+ acceptableNodeTypes="Tangent"
1286
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1287
+ />
1288
+ </InterfaceDefinition>
1289
+ </ConcreteNode>
1290
1290
 
1291
- <ConcreteNode name="QuadSet">
1292
- <InterfaceDefinition>
1293
- <field name="tangent"
1294
- type="SFNode"
1295
- accessType="inputOutput"
1296
- acceptableNodeTypes="Tangent"
1297
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1298
- />
1299
- </InterfaceDefinition>
1300
- </ConcreteNode>
1291
+ <ConcreteNode name="QuadSet">
1292
+ <InterfaceDefinition>
1293
+ <field name="tangent"
1294
+ type="SFNode"
1295
+ accessType="inputOutput"
1296
+ acceptableNodeTypes="Tangent"
1297
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1298
+ />
1299
+ </InterfaceDefinition>
1300
+ </ConcreteNode>
1301
1301
 
1302
- <ConcreteNode name="ElevationGrid">
1303
- <InterfaceDefinition>
1304
- <field name="tangent"
1305
- type="SFNode"
1306
- accessType="inputOutput"
1307
- acceptableNodeTypes="Tangent"
1308
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1309
- />
1310
- </InterfaceDefinition>
1311
- </ConcreteNode>
1302
+ <ConcreteNode name="ElevationGrid">
1303
+ <InterfaceDefinition>
1304
+ <field name="tangent"
1305
+ type="SFNode"
1306
+ accessType="inputOutput"
1307
+ acceptableNodeTypes="Tangent"
1308
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1309
+ />
1310
+ </InterfaceDefinition>
1311
+ </ConcreteNode>
1312
1312
 
1313
- <ConcreteNode name="IndexedFaceSet">
1314
- <InterfaceDefinition>
1315
- <field name="tangent"
1316
- type="SFNode"
1317
- accessType="inputOutput"
1318
- acceptableNodeTypes="Tangent"
1319
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1320
- />
1321
- </InterfaceDefinition>
1322
- </ConcreteNode>
1313
+ <ConcreteNode name="IndexedFaceSet">
1314
+ <InterfaceDefinition>
1315
+ <field name="tangent"
1316
+ type="SFNode"
1317
+ accessType="inputOutput"
1318
+ acceptableNodeTypes="Tangent"
1319
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1320
+ />
1321
+ </InterfaceDefinition>
1322
+ </ConcreteNode>
1323
1323
 
1324
- <ConcreteNode name="GeoElevationGrid">
1325
- <InterfaceDefinition>
1326
- <field name="tangent"
1327
- type="SFNode"
1328
- accessType="inputOutput"
1329
- acceptableNodeTypes="Tangent"
1330
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1331
- />
1332
- </InterfaceDefinition>
1333
- </ConcreteNode>
1324
+ <ConcreteNode name="GeoElevationGrid">
1325
+ <InterfaceDefinition>
1326
+ <field name="tangent"
1327
+ type="SFNode"
1328
+ accessType="inputOutput"
1329
+ acceptableNodeTypes="Tangent"
1330
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1331
+ />
1332
+ </InterfaceDefinition>
1333
+ </ConcreteNode>
1334
1334
 
1335
- <ConcreteNode name="IndexedLineSet">
1336
- <InterfaceDefinition>
1337
- <field name="tangent"
1338
- type="SFNode"
1339
- accessType="inputOutput"
1340
- acceptableNodeTypes="Tangent"
1341
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1342
- />
1343
- </InterfaceDefinition>
1344
- </ConcreteNode>
1335
+ <ConcreteNode name="IndexedLineSet">
1336
+ <InterfaceDefinition>
1337
+ <field name="tangent"
1338
+ type="SFNode"
1339
+ accessType="inputOutput"
1340
+ acceptableNodeTypes="Tangent"
1341
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1342
+ />
1343
+ </InterfaceDefinition>
1344
+ </ConcreteNode>
1345
1345
 
1346
- <ConcreteNode name="IndexedTriangleFanSet">
1347
- <InterfaceDefinition>
1348
- <field name="tangent"
1349
- type="SFNode"
1350
- accessType="inputOutput"
1351
- acceptableNodeTypes="Tangent"
1352
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1353
- />
1354
- </InterfaceDefinition>
1355
- </ConcreteNode>
1346
+ <ConcreteNode name="IndexedTriangleFanSet">
1347
+ <InterfaceDefinition>
1348
+ <field name="tangent"
1349
+ type="SFNode"
1350
+ accessType="inputOutput"
1351
+ acceptableNodeTypes="Tangent"
1352
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1353
+ />
1354
+ </InterfaceDefinition>
1355
+ </ConcreteNode>
1356
1356
 
1357
- <ConcreteNode name="IndexedTriangleSet">
1358
- <InterfaceDefinition>
1359
- <field name="tangent"
1360
- type="SFNode"
1361
- accessType="inputOutput"
1362
- acceptableNodeTypes="Tangent"
1363
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1364
- />
1365
- </InterfaceDefinition>
1366
- </ConcreteNode>
1357
+ <ConcreteNode name="IndexedTriangleSet">
1358
+ <InterfaceDefinition>
1359
+ <field name="tangent"
1360
+ type="SFNode"
1361
+ accessType="inputOutput"
1362
+ acceptableNodeTypes="Tangent"
1363
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1364
+ />
1365
+ </InterfaceDefinition>
1366
+ </ConcreteNode>
1367
1367
 
1368
- <ConcreteNode name="IndexedTriangleStripSet">
1369
- <InterfaceDefinition>
1370
- <field name="tangent"
1371
- type="SFNode"
1372
- accessType="inputOutput"
1373
- acceptableNodeTypes="Tangent"
1374
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1375
- />
1376
- </InterfaceDefinition>
1377
- </ConcreteNode>
1368
+ <ConcreteNode name="IndexedTriangleStripSet">
1369
+ <InterfaceDefinition>
1370
+ <field name="tangent"
1371
+ type="SFNode"
1372
+ accessType="inputOutput"
1373
+ acceptableNodeTypes="Tangent"
1374
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1375
+ />
1376
+ </InterfaceDefinition>
1377
+ </ConcreteNode>
1378
1378
 
1379
- <ConcreteNode name="LineSet">
1380
- <InterfaceDefinition>
1381
- <field name="tangent"
1382
- type="SFNode"
1383
- accessType="inputOutput"
1384
- acceptableNodeTypes="Tangent"
1385
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1386
- />
1387
- </InterfaceDefinition>
1388
- </ConcreteNode>
1379
+ <ConcreteNode name="LineSet">
1380
+ <InterfaceDefinition>
1381
+ <field name="tangent"
1382
+ type="SFNode"
1383
+ accessType="inputOutput"
1384
+ acceptableNodeTypes="Tangent"
1385
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1386
+ />
1387
+ </InterfaceDefinition>
1388
+ </ConcreteNode>
1389
1389
 
1390
- <ConcreteNode name="PointSet">
1391
- <InterfaceDefinition>
1392
- <field name="tangent"
1393
- type="SFNode"
1394
- accessType="inputOutput"
1395
- acceptableNodeTypes="Tangent"
1396
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1397
- />
1398
- </InterfaceDefinition>
1399
- </ConcreteNode>
1390
+ <ConcreteNode name="PointSet">
1391
+ <InterfaceDefinition>
1392
+ <field name="tangent"
1393
+ type="SFNode"
1394
+ accessType="inputOutput"
1395
+ acceptableNodeTypes="Tangent"
1396
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1397
+ />
1398
+ </InterfaceDefinition>
1399
+ </ConcreteNode>
1400
1400
 
1401
- <ConcreteNode name="TriangleFanSet">
1402
- <InterfaceDefinition>
1403
- <field name="tangent"
1404
- type="SFNode"
1405
- accessType="inputOutput"
1406
- acceptableNodeTypes="Tangent"
1407
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1408
- />
1409
- </InterfaceDefinition>
1410
- </ConcreteNode>
1401
+ <ConcreteNode name="TriangleFanSet">
1402
+ <InterfaceDefinition>
1403
+ <field name="tangent"
1404
+ type="SFNode"
1405
+ accessType="inputOutput"
1406
+ acceptableNodeTypes="Tangent"
1407
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1408
+ />
1409
+ </InterfaceDefinition>
1410
+ </ConcreteNode>
1411
1411
 
1412
- <ConcreteNode name="TriangleSet">
1413
- <InterfaceDefinition>
1414
- <field name="tangent"
1415
- type="SFNode"
1416
- accessType="inputOutput"
1417
- acceptableNodeTypes="Tangent"
1418
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1419
- />
1420
- </InterfaceDefinition>
1421
- </ConcreteNode>
1412
+ <ConcreteNode name="TriangleSet">
1413
+ <InterfaceDefinition>
1414
+ <field name="tangent"
1415
+ type="SFNode"
1416
+ accessType="inputOutput"
1417
+ acceptableNodeTypes="Tangent"
1418
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1419
+ />
1420
+ </InterfaceDefinition>
1421
+ </ConcreteNode>
1422
1422
 
1423
- <ConcreteNode name="TriangleStripSet">
1424
- <InterfaceDefinition>
1425
- <field name="tangent"
1426
- type="SFNode"
1427
- accessType="inputOutput"
1428
- acceptableNodeTypes="Tangent"
1429
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1430
- />
1431
- </InterfaceDefinition>
1432
- </ConcreteNode>
1423
+ <ConcreteNode name="TriangleStripSet">
1424
+ <InterfaceDefinition>
1425
+ <field name="tangent"
1426
+ type="SFNode"
1427
+ accessType="inputOutput"
1428
+ acceptableNodeTypes="Tangent"
1429
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1430
+ />
1431
+ </InterfaceDefinition>
1432
+ </ConcreteNode>
1433
1433
 
1434
- <ConcreteNode name="BoundedPhysicsModel">
1435
- <InterfaceDefinition>
1436
- <field name="damping"
1437
- type="SFFloat"
1438
- accessType="inputOutput"
1439
- default="1"
1440
- minInclusive="0"
1441
- description="Damping that particles experience in the event of a collision."
1442
- />
1443
- </InterfaceDefinition>
1444
- </ConcreteNode>
1434
+ <ConcreteNode name="BoundedPhysicsModel">
1435
+ <InterfaceDefinition>
1436
+ <field name="damping"
1437
+ type="SFFloat"
1438
+ accessType="inputOutput"
1439
+ default="1"
1440
+ minInclusive="0"
1441
+ description="Damping that particles experience in the event of a collision."
1442
+ />
1443
+ </InterfaceDefinition>
1444
+ </ConcreteNode>
1445
1445
 
1446
- <ConcreteNode name="Fog">
1447
- <InterfaceDefinition>
1448
- <field name="visibilityStart"
1449
- type="SFFloat"
1450
- accessType="inputOutput"
1451
- default="1"
1452
- minInclusive="0"
1453
- description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."
1454
- />
1455
- </InterfaceDefinition>
1456
- </ConcreteNode>
1446
+ <ConcreteNode name="Fog">
1447
+ <InterfaceDefinition>
1448
+ <field name="visibilityStart"
1449
+ type="SFFloat"
1450
+ accessType="inputOutput"
1451
+ default="1"
1452
+ minInclusive="0"
1453
+ description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."
1454
+ />
1455
+ </InterfaceDefinition>
1456
+ </ConcreteNode>
1457
1457
 
1458
- <ConcreteNode name="LocalFog">
1459
- <InterfaceDefinition>
1460
- <field name="visibilityStart"
1461
- type="SFFloat"
1462
- accessType="inputOutput"
1463
- default="1"
1464
- minInclusive="0"
1465
- description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."
1466
- />
1467
- </InterfaceDefinition>
1468
- </ConcreteNode>
1458
+ <ConcreteNode name="LocalFog">
1459
+ <InterfaceDefinition>
1460
+ <field name="visibilityStart"
1461
+ type="SFFloat"
1462
+ accessType="inputOutput"
1463
+ default="1"
1464
+ minInclusive="0"
1465
+ description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."
1466
+ />
1467
+ </InterfaceDefinition>
1468
+ </ConcreteNode>
1469
1469
 
1470
- </ConcreteNodes>
1470
+ </ConcreteNodes>
1471
1471
  </X3dUnifiedObjectModel>