x_ite 14.1.2 → 14.1.4

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 (57) hide show
  1. package/README.md +5 -5
  2. package/dist/X3DUOM.xml +314 -404
  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 +5 -5
  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/Geometry3DComponent.js +2 -2
  16. package/dist/assets/components/Geometry3DComponent.min.js +2 -2
  17. package/dist/assets/components/GeospatialComponent.js +2 -2
  18. package/dist/assets/components/GeospatialComponent.min.js +2 -2
  19. package/dist/assets/components/HAnimComponent.js +2 -2
  20. package/dist/assets/components/HAnimComponent.min.js +2 -2
  21. package/dist/assets/components/KeyDeviceSensorComponent.js +8 -5
  22. package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
  23. package/dist/assets/components/LayoutComponent.js +2 -2
  24. package/dist/assets/components/LayoutComponent.min.js +2 -2
  25. package/dist/assets/components/NURBSComponent.js +2 -2
  26. package/dist/assets/components/NURBSComponent.min.js +2 -2
  27. package/dist/assets/components/ParticleSystemsComponent.js +4 -5
  28. package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
  29. package/dist/assets/components/PickingComponent.js +12 -30
  30. package/dist/assets/components/PickingComponent.min.js +2 -2
  31. package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -2
  32. package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
  33. package/dist/assets/components/ScriptingComponent.js +2 -2
  34. package/dist/assets/components/ScriptingComponent.min.js +2 -2
  35. package/dist/assets/components/TextComponent.js +2 -2
  36. package/dist/assets/components/TextComponent.min.js +2 -2
  37. package/dist/assets/components/TextureProjectionComponent.js +2 -2
  38. package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
  39. package/dist/assets/components/Texturing3DComponent.js +10 -10
  40. package/dist/assets/components/Texturing3DComponent.min.js +2 -2
  41. package/dist/assets/components/VolumeRenderingComponent.js +4 -4
  42. package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
  43. package/dist/assets/components/WebXRComponent.js +2 -2
  44. package/dist/assets/components/WebXRComponent.min.js +2 -2
  45. package/dist/assets/components/X_ITEComponent.js +2 -2
  46. package/dist/assets/components/X_ITEComponent.min.js +2 -2
  47. package/dist/assets/lib/README.md +5 -1
  48. package/dist/assets/lib/meshopt_decoder.js +1 -1
  49. package/dist/example.html +1 -1
  50. package/dist/x_ite.css +1 -1
  51. package/dist/x_ite.d.ts +125 -64
  52. package/dist/x_ite.js +328 -236
  53. package/dist/x_ite.min.js +2 -2
  54. package/dist/x_ite.min.mjs +2 -2
  55. package/dist/x_ite.mjs +326 -235
  56. package/dist/x_ite.zip +0 -0
  57. package/package.json +4 -4
package/dist/X3DUOM.xml CHANGED
@@ -13,8 +13,7 @@
13
13
  type="SFNode"
14
14
  accessType="inputOutput"
15
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
- />
16
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
18
17
  </InterfaceDefinition>
19
18
  </AbstractNodeType>
20
19
 
@@ -37,8 +36,7 @@
37
36
  type="SFBool"
38
37
  accessType="inputOutput"
39
38
  default="TRUE"
40
- description="pointerEvents defines whether this shape becomes target for pointer events."
41
- />
39
+ description="The pointerEvents field defines whether this shape becomes target for pointer events."/>
42
40
  </InterfaceDefinition>
43
41
  </AbstractNodeType>
44
42
 
@@ -48,8 +46,7 @@
48
46
  type="SFBool"
49
47
  accessType="inputOutput"
50
48
  default="TRUE"
51
- description="pointerEvents defines whether this layer becomes target for pointer events."
52
- />
49
+ description="The pointerEvents field defines whether this layer becomes target for pointer events."/>
53
50
  </InterfaceDefinition>
54
51
  </AbstractNodeType>
55
52
 
@@ -60,8 +57,32 @@
60
57
  accessType="inputOutput"
61
58
  default="1"
62
59
  minInclusive="0"
63
- description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."
64
- />
60
+ description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."/>
61
+ </InterfaceDefinition>
62
+ </AbstractNodeType>
63
+
64
+ <AbstractNodeType name="X3DUrlOutputObject">
65
+ <InterfaceDefinition>
66
+ <field name="description"
67
+ type="SFString"
68
+ accessType="inputOutput"
69
+ default=""
70
+ description="Author-provided prose that describes intended purpose of the url asset."/>
71
+ <field name="enabled"
72
+ type="SFBool"
73
+ accessType="inputOutput"
74
+ default="true"
75
+ description="The enabled field either enables or disables data output processing by the node."/>
76
+ <field name="url"
77
+ type="MFString"
78
+ accessType="inputOutput"
79
+ inheritedFrom="X3DUrlObject"
80
+ description="Values in the url field typically defines a relative address to a file name that can be used for storing one or more rendered textures."/>
81
+ <field name="isActive"
82
+ type="SFBool"
83
+ accessType="outputOnly"
84
+ inheritedFrom="X3DTimeDependentNode"
85
+ description="The isActive field provides a TRUE event when node data output becomes active, and a FALSE event when node data output is stopped."/>
65
86
  </InterfaceDefinition>
66
87
  </AbstractNodeType>
67
88
 
@@ -171,8 +192,7 @@
171
192
  accessType="inputOutput"
172
193
  default="NULL"
173
194
  acceptableNodeTypes="X3DMetadataObject"
174
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
175
- />
195
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
176
196
  <field name="vector"
177
197
  type="MFVec4f"
178
198
  accessType="inputOutput"
@@ -195,85 +215,72 @@
195
215
  accessType="inputOutput"
196
216
  default="NULL"
197
217
  acceptableNodeTypes="X3DMetadataObject"
198
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
199
- />
218
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
200
219
  <field name="description"
201
220
  type="SFString"
202
221
  accessType="inputOutput"
203
222
  default=""
204
- description="Author-provided prose that describes intended purpose of the url asset."
205
- />
223
+ description="Author-provided prose that describes intended purpose of the url asset."/>
206
224
  <field name="load"
207
225
  type="SFBool"
208
226
  accessType="inputOutput"
209
227
  default="TRUE"
210
- description="load=true means load immediately, load=false means defer loading or else unload a previously loaded scene."
211
- />
228
+ description="load=true means load immediately, load=false means defer loading or else unload a previously loaded scene."/>
212
229
  <field name="url"
213
230
  type="MFString"
214
231
  accessType="inputOutput"
215
- description="Location and filename of image. Multiple locations are more reliable, and including a Web address lets e-mail attachments work."
216
- />
232
+ description="Location and filename of image. Multiple locations are more reliable, and including a Web address lets e-mail attachments work."/>
217
233
  <field name="autoRefresh"
218
234
  type="SFTime"
219
235
  accessType="inputOutput"
220
236
  default="0"
221
237
  minInclusive="0"
222
- description="autoRefresh defines interval in seconds before automatic reload of current url asset is performed."
223
- />
238
+ description="autoRefresh defines interval in seconds before automatic reload of current url asset is performed."/>
224
239
  <field name="autoRefreshTimeLimit"
225
240
  type="SFTime"
226
241
  accessType="inputOutput"
227
242
  default="3600"
228
243
  minInclusive="0"
229
- description="autoRefreshTimeLimit defines maximum duration that automatic refresh activity can occur."
230
- />
244
+ description="autoRefreshTimeLimit defines maximum duration that automatic refresh activity can occur."/>
231
245
  <field name="slicesOverX"
232
246
  type="SFInt32"
233
247
  accessType="inputOutput"
234
248
  default="0"
235
249
  minInclusive="0"
236
- description="Number of images in x direction."
237
- />
250
+ description="Number of images in x direction."/>
238
251
  <field name="slicesOverY"
239
252
  type="SFInt32"
240
253
  accessType="inputOutput"
241
254
  default="0"
242
255
  minInclusive="0"
243
- description="Number of images in y direction."
244
- />
256
+ description="Number of images in y direction."/>
245
257
  <field name="numberOfSlices"
246
258
  type="SFInt32"
247
259
  accessType="inputOutput"
248
260
  default="0"
249
261
  minInclusive="0"
250
- description="Total number of images."
251
- />
262
+ description="Total number of images."/>
252
263
  <field name="repeatS"
253
264
  type="SFBool"
254
265
  accessType="initializeOnly"
255
266
  default="FALSE"
256
- description="Whether to repeat texture along S axis horizontally from left to right."
257
- />
267
+ description="Whether to repeat texture along S axis horizontally from left to right."/>
258
268
  <field name="repeatT"
259
269
  type="SFBool"
260
270
  accessType="initializeOnly"
261
271
  default="FALSE"
262
- description="Whether to repeat texture along T axis vertically from top to bottom."
263
- />
272
+ description="Whether to repeat texture along T axis vertically from top to bottom."/>
264
273
  <field name="repeatR"
265
274
  type="SFBool"
266
275
  accessType="initializeOnly"
267
276
  default="FALSE"
268
- description="Whether to repeat texture along R axis from front to back."
269
- />
277
+ description="Whether to repeat texture along R axis from front to back."/>
270
278
  <field name="textureProperties"
271
279
  type="SFNode"
272
280
  accessType="initializeOnly"
273
281
  default="NULL"
274
282
  acceptableNodeTypes="TextureProperties"
275
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."
276
- />
283
+ description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
277
284
  <containerField default="texture" type="xs:NMTOKEN" />
278
285
  </InterfaceDefinition>
279
286
  </ConcreteNode>
@@ -289,35 +296,30 @@
289
296
  accessType="inputOutput"
290
297
  default="NULL"
291
298
  acceptableNodeTypes="X3DMetadataObject"
292
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
293
- />
299
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
294
300
  <field name="anisotropyStrength"
295
301
  type="SFFloat"
296
302
  accessType="inputOutput"
297
303
  default="0"
298
304
  minInclusive="0"
299
305
  maxInclusive="1"
300
- description="The anisotropy strength. When the anisotropy texture is present, this value is multiplied by the texture's blue channel."
301
- />
306
+ description="The anisotropy strength. When the anisotropy texture is present, this value is multiplied by the texture's blue channel."/>
302
307
  <field name="anisotropyRotation"
303
308
  type="SFFloat"
304
309
  accessType="inputOutput"
305
310
  default="0"
306
- 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."
307
- />
311
+ 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."/>
308
312
  <field name="anisotropyTextureMapping"
309
313
  type="SFString"
310
314
  accessType="inputOutput"
311
315
  default=""
312
- description="Input/Output field anisotropyTextureMapping."
313
- />
316
+ description="Input/Output field anisotropyTextureMapping."/>
314
317
  <field name="anisotropyTexture"
315
318
  type="SFNode"
316
319
  accessType="inputOutput"
317
320
  default="NULL"
318
321
  acceptableNodeTypes="X3DSingleTextureNode"
319
- 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."
320
- />
322
+ 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."/>
321
323
  <containerField default="blendMode" type="xs:NMTOKEN" />
322
324
  </InterfaceDefinition>
323
325
  </ConcreteNode>
@@ -333,16 +335,14 @@
333
335
  accessType="inputOutput"
334
336
  default="NULL"
335
337
  acceptableNodeTypes="X3DMetadataObject"
336
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
337
- />
338
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
338
339
  <field name="blendColor"
339
340
  type="SFColorRGBA"
340
341
  accessType="inputOutput"
341
342
  default="0 0 0 0"
342
343
  minInclusive="0"
343
344
  maxInclusive="1"
344
- description="The blendColor may be used to calculate the source and destination blending factors."
345
- />
345
+ description="The blendColor may be used to calculate the source and destination blending factors."/>
346
346
  <field name="sourceColorFactor"
347
347
  type="SFString"
348
348
  accessType="inputOutput"
@@ -482,63 +482,54 @@
482
482
  accessType="inputOutput"
483
483
  default="NULL"
484
484
  acceptableNodeTypes="X3DMetadataObject"
485
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
486
- />
485
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
487
486
  <field name="clearcoat"
488
487
  type="SFFloat"
489
488
  accessType="inputOutput"
490
489
  default="0"
491
490
  minInclusive="0"
492
491
  maxInclusive="1"
493
- description="The clearcoat layer intensity."
494
- />
492
+ description="The clearcoat layer intensity."/>
495
493
  <field name="clearcoatTextureMapping"
496
494
  type="SFString"
497
495
  accessType="inputOutput"
498
496
  default=""
499
- description="Input/Output field clearcoatTextureMapping."
500
- />
497
+ description="Input/Output field clearcoatTextureMapping."/>
501
498
  <field name="clearcoatTexture"
502
499
  type="SFNode"
503
500
  accessType="inputOutput"
504
501
  default="NULL"
505
502
  acceptableNodeTypes="X3DSingleTextureNode"
506
- description="The clearcoat layer intensity texture."
507
- />
503
+ description="The clearcoat layer intensity texture."/>
508
504
  <field name="clearcoatRoughness"
509
505
  type="SFFloat"
510
506
  accessType="inputOutput"
511
507
  default="0"
512
508
  minInclusive="0"
513
509
  maxInclusive="1"
514
- description="The clearcoat layer roughness."
515
- />
510
+ description="The clearcoat layer roughness."/>
516
511
  <field name="clearcoatRoughnessTextureMapping"
517
512
  type="SFString"
518
513
  accessType="inputOutput"
519
514
  default=""
520
- description="Input/Output field clearcoatRoughnessTextureMapping."
521
- />
515
+ description="Input/Output field clearcoatRoughnessTextureMapping."/>
522
516
  <field name="clearcoatRoughnessTexture"
523
517
  type="SFNode"
524
518
  accessType="inputOutput"
525
519
  default="NULL"
526
520
  acceptableNodeTypes="X3DSingleTextureNode"
527
- description="The clearcoat layer roughness texture."
528
- />
521
+ description="The clearcoat layer roughness texture."/>
529
522
  <field name="clearcoatNormalTextureMapping"
530
523
  type="SFString"
531
524
  accessType="inputOutput"
532
525
  default=""
533
- description="Input/Output field clearcoatNormalTextureMapping."
534
- />
526
+ description="Input/Output field clearcoatNormalTextureMapping."/>
535
527
  <field name="clearcoatNormalTexture"
536
528
  type="SFNode"
537
529
  accessType="inputOutput"
538
530
  default="NULL"
539
531
  acceptableNodeTypes="X3DSingleTextureNode"
540
- description="The clearcoat normal map texture."
541
- />
532
+ description="The clearcoat normal map texture."/>
542
533
  <containerField default="depthMode" type="xs:NMTOKEN" />
543
534
  </InterfaceDefinition>
544
535
  </ConcreteNode>
@@ -554,28 +545,24 @@
554
545
  accessType="inputOutput"
555
546
  default="NULL"
556
547
  acceptableNodeTypes="X3DMetadataObject"
557
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
558
- />
548
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
559
549
  <field name="polygonOffset"
560
550
  type="SFVec2f"
561
551
  accessType="inputOutput"
562
552
  default="0 0"
563
- 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."
564
- />
553
+ 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."/>
565
554
  <field name="depthRange"
566
555
  type="SFVec2f"
567
556
  accessType="inputOutput"
568
557
  default="0 1"
569
558
  minInclusive="0"
570
559
  maxInclusive="1"
571
- 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."
572
- />
560
+ 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."/>
573
561
  <field name="depthTest"
574
562
  type="SFBool"
575
563
  accessType="inputOutput"
576
564
  default="TRUE"
577
- description="Activates depth comparisons and updates to the depth buffer."
578
- />
565
+ description="Activates depth comparisons and updates to the depth buffer."/>
579
566
  <field name="depthFunction"
580
567
  type="SFString"
581
568
  accessType="inputOutput"
@@ -594,8 +581,7 @@
594
581
  type="SFBool"
595
582
  accessType="inputOutput"
596
583
  default="TRUE"
597
- description="Sets whether writing into the depth buffer is enabled or disabled."
598
- />
584
+ description="Sets whether writing into the depth buffer is enabled or disabled."/>
599
585
  <containerField default="depthMode" type="xs:NMTOKEN" />
600
586
  </InterfaceDefinition>
601
587
  </ConcreteNode>
@@ -611,15 +597,13 @@
611
597
  accessType="inputOutput"
612
598
  default="NULL"
613
599
  acceptableNodeTypes="X3DMetadataObject"
614
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
615
- />
600
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
616
601
  <field name="dispersion"
617
602
  type="SFFloat"
618
603
  accessType="inputOutput"
619
604
  default="0"
620
605
  minInclusive="0"
621
- description="The strength of the dispersion effect, specified as 20/Abbe number."
622
- />
606
+ description="The strength of the dispersion effect, specified as 20/Abbe number."/>
623
607
  <containerField default="extensions" type="xs:NMTOKEN" />
624
608
  </InterfaceDefinition>
625
609
  </ConcreteNode>
@@ -635,15 +619,13 @@
635
619
  accessType="inputOutput"
636
620
  default="NULL"
637
621
  acceptableNodeTypes="X3DMetadataObject"
638
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
639
- />
622
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
640
623
  <field name="emissiveStrength"
641
624
  type="SFFloat"
642
625
  accessType="inputOutput"
643
626
  default="1"
644
627
  minInclusive="0"
645
- description="The strength adjustment to be multiplied with the material's emissiveColor value."
646
- />
628
+ description="The strength adjustment to be multiplied with the material's emissiveColor value."/>
647
629
  <containerField default="extensions" type="xs:NMTOKEN" />
648
630
  </InterfaceDefinition>
649
631
  </ConcreteNode>
@@ -659,15 +641,13 @@
659
641
  accessType="inputOutput"
660
642
  default="NULL"
661
643
  acceptableNodeTypes="X3DMetadataObject"
662
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
663
- />
644
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
664
645
  <field name="indexOfRefraction"
665
646
  type="SFFloat"
666
647
  accessType="inputOutput"
667
648
  default="1.5"
668
649
  minInclusive="1"
669
- description="The index of refraction."
670
- />
650
+ description="The index of refraction."/>
671
651
  <containerField default="children" type="xs:NMTOKEN" />
672
652
  </InterfaceDefinition>
673
653
  </ConcreteNode>
@@ -678,8 +658,7 @@
678
658
  type="SFBool"
679
659
  accessType="inputOutput"
680
660
  default="TRUE"
681
- description="pointerEvents defines whether this Shape becomes target for pointer events."
682
- />
661
+ description="The pointerEvents field defines whether this Shape becomes target for pointer events."/>
683
662
  </InterfaceDefinition>
684
663
  </ConcreteNode>
685
664
 
@@ -689,8 +668,7 @@
689
668
  type="SFBool"
690
669
  accessType="inputOutput"
691
670
  default="TRUE"
692
- description="pointerEvents defines whether this ParticleSystem becomes target for pointer events."
693
- />
671
+ description="The pointerEvents field defines whether this ParticleSystem becomes target for pointer events."/>
694
672
  </InterfaceDefinition>
695
673
  </ConcreteNode>
696
674
 
@@ -705,84 +683,70 @@
705
683
  accessType="inputOutput"
706
684
  default="NULL"
707
685
  acceptableNodeTypes="X3DMetadataObject"
708
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
709
- />
686
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
710
687
  <field name="translations"
711
688
  type="MFVec3f"
712
689
  accessType="inputOutput"
713
- description="Input/Output field translations."
714
- />
690
+ description="Input/Output field translations."/>
715
691
  <field name="rotations"
716
692
  type="MFRotation"
717
693
  accessType="inputOutput"
718
- description="Input/Output field rotations."
719
- />
694
+ description="Input/Output field rotations."/>
720
695
  <field name="scales"
721
696
  type="MFVec3f"
722
697
  accessType="inputOutput"
723
- description="Input/Output field scales."
724
- />
698
+ description="Input/Output field scales."/>
725
699
  <field name="scaleOrientations"
726
700
  type="MFRotation"
727
701
  accessType="inputOutput"
728
- description="Input/Output field scaleOrientations."
729
- />
702
+ description="Input/Output field scaleOrientations."/>
730
703
  <field name="centers"
731
704
  type="MFVec3f"
732
705
  accessType="inputOutput"
733
- description="Input/Output field centers."
734
- />
706
+ description="Input/Output field centers."/>
735
707
  <field name="pointerEvents"
736
708
  type="SFBool"
737
709
  accessType="inputOutput"
738
710
  default="TRUE"
739
- description="pointerEvents defines whether this InstancedShape becomes target for pointer events."
740
- />
711
+ description="The pointerEvents field defines whether this InstancedShape becomes target for pointer events."/>
741
712
  <field name="castShadow"
742
713
  type="SFBool"
743
714
  accessType="inputOutput"
744
715
  default="TRUE"
745
- description="Input/Output field castShadow."
746
- />
716
+ description="Input/Output field castShadow."/>
747
717
  <field name="visible"
748
718
  type="SFBool"
749
719
  accessType="inputOutput"
750
720
  default="TRUE"
751
- description="Whether or not renderable content within this node is visually displayed."
752
- />
721
+ description="Whether or not renderable content within this node is visually displayed."/>
753
722
  <field name="bboxDisplay"
754
723
  type="SFBool"
755
724
  accessType="inputOutput"
756
725
  default="FALSE"
757
- description="Whether to display bounding box for associated geometry, aligned with world coordinates."
758
- />
726
+ description="Whether to display bounding box for associated geometry, aligned with world coordinates."/>
759
727
  <field name="bboxSize"
760
728
  type="SFVec3f"
761
729
  accessType="initializeOnly"
762
730
  default="-1 -1 -1"
763
731
  minInclusive="0"
764
- 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."
765
- />
732
+ 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."/>
766
733
  <field name="bboxCenter"
767
734
  type="SFVec3f"
768
735
  accessType="initializeOnly"
769
736
  default="0 0 0"
770
- description="Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system."
771
- />
737
+ description="Bounding box center accompanies bboxSize and provides an optional hint for bounding box position offset from origin of local coordinate system."/>
772
738
  <field name="appearance"
773
739
  type="SFNode"
774
740
  accessType="inputOutput"
775
741
  default="NULL"
776
742
  acceptableNodeTypes="X3DAppearanceNode"
777
- description="Input/Output field appearance."
778
- />
743
+ description="Input/Output field appearance."/>
779
744
  <field name="geometry"
780
745
  type="SFNode"
781
746
  accessType="inputOutput"
782
747
  default="NULL"
783
748
  acceptableNodeTypes="X3DGeometryNode"
784
- description="Input/Output field geometry."
785
- />
749
+ description="Input/Output field geometry."/>
786
750
  <containerField default="extensions" type="xs:NMTOKEN" />
787
751
  </InterfaceDefinition>
788
752
  </ConcreteNode>
@@ -793,8 +757,7 @@
793
757
  type="SFBool"
794
758
  accessType="inputOutput"
795
759
  default="TRUE"
796
- description="pointerEvents defines whether this Layer becomes target for pointer events."
797
- />
760
+ description="The pointerEvents field defines whether this Layer becomes target for pointer events."/>
798
761
  </InterfaceDefinition>
799
762
  </ConcreteNode>
800
763
 
@@ -804,8 +767,7 @@
804
767
  type="SFBool"
805
768
  accessType="inputOutput"
806
769
  default="TRUE"
807
- description="pointerEvents defines whether this LayoutLayer becomes target for pointer events."
808
- />
770
+ description="The pointerEvents field defines whether this LayoutLayer becomes target for pointer events."/>
809
771
  </InterfaceDefinition>
810
772
  </ConcreteNode>
811
773
 
@@ -820,63 +782,54 @@
820
782
  accessType="inputOutput"
821
783
  default="NULL"
822
784
  acceptableNodeTypes="X3DMetadataObject"
823
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
824
- />
785
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
825
786
  <field name="iridescence"
826
787
  type="SFFloat"
827
788
  accessType="inputOutput"
828
789
  default="0"
829
790
  minInclusive="0"
830
791
  maxInclusive="1"
831
- description="The iridescence intensity factor."
832
- />
792
+ description="The iridescence intensity factor."/>
833
793
  <field name="iridescenceTextureMapping"
834
794
  type="SFString"
835
795
  accessType="inputOutput"
836
796
  default=""
837
- description="Input/Output field iridescenceTextureMapping."
838
- />
797
+ description="Input/Output field iridescenceTextureMapping."/>
839
798
  <field name="iridescenceTexture"
840
799
  type="SFNode"
841
800
  accessType="inputOutput"
842
801
  default="NULL"
843
802
  acceptableNodeTypes="X3DSingleTextureNode"
844
- description="The iridescence intensity texture."
845
- />
803
+ description="The iridescence intensity texture."/>
846
804
  <field name="iridescenceIndexOfRefraction"
847
805
  type="SFFloat"
848
806
  accessType="inputOutput"
849
807
  default="1.3"
850
808
  minInclusive="1"
851
- description="The index of refraction of the dielectric thin-film layer."
852
- />
809
+ description="The index of refraction of the dielectric thin-film layer."/>
853
810
  <field name="iridescenceThicknessMinimum"
854
811
  type="SFFloat"
855
812
  accessType="inputOutput"
856
813
  default="100"
857
814
  minInclusive="0"
858
- description="The minimum thickness of the thin-film layer given in nanometers."
859
- />
815
+ description="The minimum thickness of the thin-film layer given in nanometers."/>
860
816
  <field name="iridescenceThicknessMaximum"
861
817
  type="SFFloat"
862
818
  accessType="inputOutput"
863
819
  default="400"
864
820
  minInclusive="0"
865
- description="The maximum thickness of the thin-film layer given in nanometers."
866
- />
821
+ description="The maximum thickness of the thin-film layer given in nanometers."/>
867
822
  <field name="iridescenceThicknessTextureMapping"
868
823
  type="SFString"
869
824
  accessType="inputOutput"
870
825
  default=""
871
- description="Input/Output field iridescenceThicknessTextureMapping."
872
- />
826
+ description="Input/Output field iridescenceThicknessTextureMapping."/>
873
827
  <field name="iridescenceThicknessTexture"
874
828
  type="SFNode"
875
829
  accessType="inputOutput"
876
830
  default="NULL"
877
831
  acceptableNodeTypes="X3DSingleTextureNode"
878
- description="The thickness texture of the thin-film layer."
879
- />
832
+ description="The thickness texture of the thin-film layer."/>
880
833
  <containerField default="extensions" type="xs:NMTOKEN" />
881
834
  </InterfaceDefinition>
882
835
  </ConcreteNode>
@@ -892,50 +845,43 @@
892
845
  accessType="inputOutput"
893
846
  default="NULL"
894
847
  acceptableNodeTypes="X3DMetadataObject"
895
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
896
- />
848
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
897
849
  <field name="sheenColor"
898
850
  type="SFColor"
899
851
  accessType="inputOutput"
900
852
  default="0 0 0"
901
853
  minInclusive="0"
902
854
  maxInclusive="1"
903
- description="The sheen color in linear space."
904
- />
855
+ description="The sheen color in linear space."/>
905
856
  <field name="sheenColorTextureMapping"
906
857
  type="SFString"
907
858
  accessType="inputOutput"
908
859
  default=""
909
- description="Input/Output field sheenColorTextureMapping."
910
- />
860
+ description="Input/Output field sheenColorTextureMapping."/>
911
861
  <field name="sheenColorTexture"
912
862
  type="SFNode"
913
863
  accessType="inputOutput"
914
864
  default="NULL"
915
865
  acceptableNodeTypes="X3DSingleTextureNode"
916
- description="The sheen color (RGB). The sheen color is in sRGB transfer function."
917
- />
866
+ description="The sheen color (RGB). The sheen color is in sRGB transfer function."/>
918
867
  <field name="sheenRoughness"
919
868
  type="SFFloat"
920
869
  accessType="inputOutput"
921
870
  default="0"
922
871
  minInclusive="0"
923
872
  maxInclusive="1"
924
- description="The sheen roughness."
925
- />
873
+ description="The sheen roughness."/>
926
874
  <field name="sheenRoughnessTextureMapping"
927
875
  type="SFString"
928
876
  accessType="inputOutput"
929
877
  default=""
930
- description="Input/Output field sheenRoughnessTextureMapping."
931
- />
878
+ description="Input/Output field sheenRoughnessTextureMapping."/>
932
879
  <field name="sheenRoughnessTexture"
933
880
  type="SFNode"
934
881
  accessType="inputOutput"
935
882
  default="NULL"
936
883
  acceptableNodeTypes="X3DSingleTextureNode"
937
- description="The sheen roughness (Alpha) texture."
938
- />
884
+ description="The sheen roughness (Alpha) texture."/>
939
885
  <containerField default="material" type="xs:NMTOKEN" />
940
886
  </InterfaceDefinition>
941
887
  </ConcreteNode>
@@ -951,134 +897,115 @@
951
897
  accessType="inputOutput"
952
898
  default="NULL"
953
899
  acceptableNodeTypes="X3DMetadataObject"
954
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
955
- />
900
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
956
901
  <field name="diffuseColor"
957
902
  type="SFColor"
958
903
  accessType="inputOutput"
959
904
  default="1 1 1"
960
905
  minInclusive="0"
961
906
  maxInclusive="1"
962
- description="The reflected diffuse factor of the material."
963
- />
907
+ description="The reflected diffuse factor of the material."/>
964
908
  <field name="diffuseTextureMapping"
965
909
  type="SFString"
966
910
  accessType="inputOutput"
967
911
  default=""
968
- description="Input/Output field diffuseTextureMapping."
969
- />
912
+ description="Input/Output field diffuseTextureMapping."/>
970
913
  <field name="diffuseTexture"
971
914
  type="SFNode"
972
915
  accessType="inputOutput"
973
916
  default="NULL"
974
917
  acceptableNodeTypes="X3DSingleTextureNode"
975
- description="The diffuse texture."
976
- />
918
+ description="The diffuse texture."/>
977
919
  <field name="specularColor"
978
920
  type="SFColor"
979
921
  accessType="inputOutput"
980
922
  default="1 1 1"
981
923
  minInclusive="0"
982
924
  maxInclusive="1"
983
- description="The specular RGB color of the material."
984
- />
925
+ description="The specular RGB color of the material."/>
985
926
  <field name="glossiness"
986
927
  type="SFFloat"
987
928
  accessType="inputOutput"
988
929
  default="1"
989
930
  minInclusive="0"
990
931
  maxInclusive="1"
991
- description="The glossiness or smoothness of the material."
992
- />
932
+ description="The glossiness or smoothness of the material."/>
993
933
  <field name="specularGlossinessTextureMapping"
994
934
  type="SFString"
995
935
  accessType="inputOutput"
996
936
  default=""
997
- description="Input/Output field specularGlossinessTextureMapping."
998
- />
937
+ description="Input/Output field specularGlossinessTextureMapping."/>
999
938
  <field name="specularGlossinessTexture"
1000
939
  type="SFNode"
1001
940
  accessType="inputOutput"
1002
941
  default="NULL"
1003
942
  acceptableNodeTypes="X3DSingleTextureNode"
1004
- description="The specular-glossiness texture."
1005
- />
943
+ description="The specular-glossiness texture."/>
1006
944
  <field name="emissiveColor"
1007
945
  type="SFColor"
1008
946
  accessType="inputOutput"
1009
947
  default="0 0 0"
1010
948
  minInclusive="0"
1011
949
  maxInclusive="1"
1012
- description="How much glowing light is emitted from this object."
1013
- />
950
+ description="How much glowing light is emitted from this object."/>
1014
951
  <field name="emissiveTextureMapping"
1015
952
  type="SFString"
1016
953
  accessType="inputOutput"
1017
954
  default=""
1018
- description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
1019
- />
955
+ description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."/>
1020
956
  <field name="emissiveTexture"
1021
957
  type="SFNode"
1022
958
  accessType="inputOutput"
1023
959
  default="NULL"
1024
960
  acceptableNodeTypes="X3DSingleTextureNode"
1025
- description="When applying emissiveColor for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."
1026
- />
961
+ description="When applying emissiveColor for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."/>
1027
962
  <field name="occlusionStrength"
1028
963
  type="SFFloat"
1029
964
  accessType="inputOutput"
1030
965
  default="1"
1031
966
  minInclusive="0"
1032
967
  maxInclusive="1"
1033
- 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."
1034
- />
968
+ 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."/>
1035
969
  <field name="occlusionTextureMapping"
1036
970
  type="SFString"
1037
971
  accessType="inputOutput"
1038
972
  default=""
1039
- description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
1040
- />
973
+ description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."/>
1041
974
  <field name="occlusionTexture"
1042
975
  type="SFNode"
1043
976
  accessType="inputOutput"
1044
977
  default="NULL"
1045
978
  acceptableNodeTypes="X3DSingleTextureNode"
1046
- description="When applying occlusionStrength for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."
1047
- />
979
+ description="When applying occlusionStrength for this material node, the contained texture provides Physically Based Rendering (PBR) modulation for each pixel."/>
1048
980
  <field name="normalScale"
1049
981
  type="SFFloat"
1050
982
  accessType="inputOutput"
1051
983
  default="1"
1052
984
  minInclusive="0"
1053
- description="normalScale controls the degree to which normalTexture RGB values apply XYZ-normal bump mapping to pixels in the parent material."
1054
- />
985
+ description="normalScale controls the degree to which normalTexture RGB values apply XYZ-normal bump mapping to pixels in the parent material."/>
1055
986
  <field name="normalTextureMapping"
1056
987
  type="SFString"
1057
988
  accessType="inputOutput"
1058
989
  default=""
1059
- description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."
1060
- />
990
+ description="The mapping label identifies which texture coordinates and transformations are used to compute texture effects from corresponding geometry on a given material."/>
1061
991
  <field name="normalTexture"
1062
992
  type="SFNode"
1063
993
  accessType="inputOutput"
1064
994
  default="NULL"
1065
995
  acceptableNodeTypes="X3DSingleTextureNode"
1066
- description="When applying normalScale for this material node, the contained texture modulates the texture across the surface."
1067
- />
996
+ description="When applying normalScale for this material node, the contained texture modulates the texture across the surface."/>
1068
997
  <field name="transparency"
1069
998
  type="SFFloat"
1070
999
  accessType="inputOutput"
1071
1000
  default="0"
1072
1001
  minInclusive="0"
1073
1002
  maxInclusive="1"
1074
- description="How 'clear' an object is: 1.0 is completely transparent, 0.0 is completely opaque."
1075
- />
1003
+ description="How 'clear' an object is: 1.0 is completely transparent, 0.0 is completely opaque."/>
1076
1004
  <field name="extensions"
1077
1005
  type="MFNode"
1078
1006
  accessType="inputOutput"
1079
1007
  acceptableNodeTypes="X3DMaterialExtensionNode"
1080
- description="Input/Output field extensions."
1081
- />
1008
+ description="Input/Output field extensions."/>
1082
1009
  <containerField default="extensions" type="xs:NMTOKEN" />
1083
1010
  </InterfaceDefinition>
1084
1011
  </ConcreteNode>
@@ -1094,56 +1021,48 @@
1094
1021
  accessType="inputOutput"
1095
1022
  default="NULL"
1096
1023
  acceptableNodeTypes="X3DMetadataObject"
1097
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1098
- />
1024
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
1099
1025
  <field name="specular"
1100
1026
  type="SFFloat"
1101
1027
  accessType="inputOutput"
1102
1028
  default="1"
1103
1029
  minInclusive="0"
1104
1030
  maxInclusive="1"
1105
- description="The strength of the specular reflection."
1106
- />
1031
+ description="The strength of the specular reflection."/>
1107
1032
  <field name="specularTextureMapping"
1108
1033
  type="SFString"
1109
1034
  accessType="inputOutput"
1110
1035
  default=""
1111
- description="Input/Output field specularTextureMapping."
1112
- />
1036
+ description="Input/Output field specularTextureMapping."/>
1113
1037
  <field name="specularTexture"
1114
1038
  type="SFNode"
1115
1039
  accessType="inputOutput"
1116
1040
  default="NULL"
1117
1041
  acceptableNodeTypes="X3DSingleTextureNode"
1118
- description="Texture that defines the strength of the specular reflection, stored in the alpha (A) channel. This will be multiplied by specularFactor."
1119
- />
1042
+ description="Texture that defines the strength of the specular reflection, stored in the alpha (A) channel. This will be multiplied by specularFactor."/>
1120
1043
  <field name="specularColor"
1121
1044
  type="SFColor"
1122
1045
  accessType="inputOutput"
1123
1046
  default="1 1 1"
1124
1047
  minInclusive="0"
1125
- description="The F0 color of the specular reflection (linear RGB)."
1126
- />
1048
+ description="The F0 color of the specular reflection (linear RGB)."/>
1127
1049
  <field name="specularStrength"
1128
1050
  type="SFFloat"
1129
1051
  accessType="inputOutput"
1130
1052
  default="1"
1131
1053
  minInclusive="0"
1132
- description="The strength adjustment to be multiplied with the material's specularColor value."
1133
- />
1054
+ description="The strength adjustment to be multiplied with the material's specularColor value."/>
1134
1055
  <field name="specularColorTextureMapping"
1135
1056
  type="SFString"
1136
1057
  accessType="inputOutput"
1137
1058
  default=""
1138
- description="Input/Output field specularColorTextureMapping."
1139
- />
1059
+ description="Input/Output field specularColorTextureMapping."/>
1140
1060
  <field name="specularColorTexture"
1141
1061
  type="SFNode"
1142
1062
  accessType="inputOutput"
1143
1063
  default="NULL"
1144
1064
  acceptableNodeTypes="X3DSingleTextureNode"
1145
- 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."
1146
- />
1065
+ 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."/>
1147
1066
  <containerField default="extensions" type="xs:NMTOKEN" />
1148
1067
  </InterfaceDefinition>
1149
1068
  </ConcreteNode>
@@ -1159,29 +1078,25 @@
1159
1078
  accessType="inputOutput"
1160
1079
  default="NULL"
1161
1080
  acceptableNodeTypes="X3DMetadataObject"
1162
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1163
- />
1081
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
1164
1082
  <field name="transmission"
1165
1083
  type="SFFloat"
1166
1084
  accessType="inputOutput"
1167
1085
  default="0"
1168
1086
  minInclusive="0"
1169
1087
  maxInclusive="1"
1170
- description="The base percentage of light that is transmitted through the surface."
1171
- />
1088
+ description="The base percentage of light that is transmitted through the surface."/>
1172
1089
  <field name="transmissionTextureMapping"
1173
1090
  type="SFString"
1174
1091
  accessType="inputOutput"
1175
1092
  default=""
1176
- description="Input/Output field transmissionTextureMapping."
1177
- />
1093
+ description="Input/Output field transmissionTextureMapping."/>
1178
1094
  <field name="transmissionTexture"
1179
1095
  type="SFNode"
1180
1096
  accessType="inputOutput"
1181
1097
  default="NULL"
1182
1098
  acceptableNodeTypes="X3DSingleTextureNode"
1183
- description="A texture that defines the transmission percentage of the surface, stored in the R channel. This will be multiplied by transmissionFactor."
1184
- />
1099
+ description="A texture that defines the transmission percentage of the surface, stored in the R channel. This will be multiplied by transmissionFactor."/>
1185
1100
  <containerField default="extensions" type="xs:NMTOKEN" />
1186
1101
  </InterfaceDefinition>
1187
1102
  </ConcreteNode>
@@ -1197,43 +1112,37 @@
1197
1112
  accessType="inputOutput"
1198
1113
  default="NULL"
1199
1114
  acceptableNodeTypes="X3DMetadataObject"
1200
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1201
- />
1115
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
1202
1116
  <field name="thickness"
1203
1117
  type="SFFloat"
1204
1118
  accessType="inputOutput"
1205
1119
  default="0"
1206
1120
  minInclusive="0"
1207
- 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."
1208
- />
1121
+ 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."/>
1209
1122
  <field name="thicknessTextureMapping"
1210
1123
  type="SFString"
1211
1124
  accessType="inputOutput"
1212
1125
  default=""
1213
- description="Input/Output field thicknessTextureMapping."
1214
- />
1126
+ description="Input/Output field thicknessTextureMapping."/>
1215
1127
  <field name="thicknessTexture"
1216
1128
  type="SFNode"
1217
1129
  accessType="inputOutput"
1218
1130
  default="NULL"
1219
1131
  acceptableNodeTypes="X3DSingleTextureNode"
1220
- description="A texture that defines the thickness, stored in the G channel. This will be multiplied by thicknessFactor."
1221
- />
1132
+ description="A texture that defines the thickness, stored in the G channel. This will be multiplied by thicknessFactor."/>
1222
1133
  <field name="attenuationDistance"
1223
1134
  type="SFFloat"
1224
1135
  accessType="inputOutput"
1225
1136
  default="1000000"
1226
1137
  minExclusive="0"
1227
- 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."
1228
- />
1138
+ 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."/>
1229
1139
  <field name="attenuationColor"
1230
1140
  type="SFColor"
1231
1141
  accessType="inputOutput"
1232
1142
  default="1 1 1"
1233
1143
  minInclusive="0"
1234
1144
  maxInclusive="1"
1235
- description="The color that white light turns into due to absorption when reaching the attenuation distance."
1236
- />
1145
+ description="The color that white light turns into due to absorption when reaching the attenuation distance."/>
1237
1146
  <containerField default="extensions" type="xs:NMTOKEN" />
1238
1147
  </InterfaceDefinition>
1239
1148
  </ConcreteNode>
@@ -1249,37 +1158,32 @@
1249
1158
  accessType="inputOutput"
1250
1159
  default="NULL"
1251
1160
  acceptableNodeTypes="X3DMetadataObject"
1252
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."
1253
- />
1161
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
1254
1162
  <field name="multiscatterColor"
1255
1163
  type="SFColor"
1256
1164
  accessType="inputOutput"
1257
1165
  default="0 0 0"
1258
1166
  minInclusive="0"
1259
1167
  maxInclusive="1"
1260
- description="The multi-scatter albedo."
1261
- />
1168
+ description="The multi-scatter albedo."/>
1262
1169
  <field name="multiscatterColorTextureMapping"
1263
1170
  type="SFString"
1264
1171
  accessType="inputOutput"
1265
1172
  default=""
1266
- description="Input/Output field multiscatterColorTextureMapping."
1267
- />
1173
+ description="Input/Output field multiscatterColorTextureMapping."/>
1268
1174
  <field name="multiscatterColorTexture"
1269
1175
  type="SFNode"
1270
1176
  accessType="inputOutput"
1271
1177
  default="NULL"
1272
1178
  acceptableNodeTypes="X3DSingleTextureNode"
1273
- description="A surface texture that defines the multi-scatter albedo at the volume's entry point. Stored in the RGB channels and encoded in sRGB. This will be multiplied by the multiscatterColorFactor."
1274
- />
1179
+ description="A surface texture that defines the multi-scatter albedo at the volume's entry point. Stored in the RGB channels and encoded in sRGB. This will be multiplied by the multiscatterColorFactor."/>
1275
1180
  <field name="scatterAnisotropy"
1276
1181
  type="SFFloat"
1277
1182
  accessType="inputOutput"
1278
1183
  default="0"
1279
1184
  minInclusive="-1"
1280
1185
  maxInclusive="1"
1281
- description="The anisotropy of scatter events. Range is [-1, 1]."
1282
- />
1186
+ description="The anisotropy of scatter events. Range is [-1, 1]."/>
1283
1187
  <containerField default="extensions" type="xs:NMTOKEN" />
1284
1188
  </InterfaceDefinition>
1285
1189
  </ConcreteNode>
@@ -1349,8 +1253,7 @@
1349
1253
  type="MFNode"
1350
1254
  accessType="inputOutput"
1351
1255
  acceptableNodeTypes="X3DMaterialExtensionNode"
1352
- description="Input/Output field extensions."
1353
- />
1256
+ description="Input/Output field extensions."/>
1354
1257
  </InterfaceDefinition>
1355
1258
  </ConcreteNode>
1356
1259
 
@@ -1360,14 +1263,12 @@
1360
1263
  type="SFNode"
1361
1264
  accessType="inputOutput"
1362
1265
  acceptableNodeTypes="BlendMode"
1363
- description="Input/Output field blendMode."
1364
- />
1266
+ description="Input/Output field blendMode."/>
1365
1267
  <field name="depthMode"
1366
1268
  type="SFNode"
1367
1269
  accessType="inputOutput"
1368
1270
  acceptableNodeTypes="DepthMode"
1369
- description="Input/Output field depthMode."
1370
- />
1271
+ description="Input/Output field depthMode."/>
1371
1272
  </InterfaceDefinition>
1372
1273
  </ConcreteNode>
1373
1274
 
@@ -1377,8 +1278,7 @@
1377
1278
  type="SFNode"
1378
1279
  accessType="inputOutput"
1379
1280
  acceptableNodeTypes="Tangent"
1380
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1381
- />
1281
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1382
1282
  </InterfaceDefinition>
1383
1283
  </ConcreteNode>
1384
1284
 
@@ -1388,8 +1288,7 @@
1388
1288
  type="SFNode"
1389
1289
  accessType="inputOutput"
1390
1290
  acceptableNodeTypes="Tangent"
1391
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1392
- />
1291
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1393
1292
  </InterfaceDefinition>
1394
1293
  </ConcreteNode>
1395
1294
 
@@ -1399,8 +1298,7 @@
1399
1298
  type="SFNode"
1400
1299
  accessType="inputOutput"
1401
1300
  acceptableNodeTypes="Tangent"
1402
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1403
- />
1301
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1404
1302
  </InterfaceDefinition>
1405
1303
  </ConcreteNode>
1406
1304
 
@@ -1410,8 +1308,7 @@
1410
1308
  type="SFNode"
1411
1309
  accessType="inputOutput"
1412
1310
  acceptableNodeTypes="Tangent"
1413
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1414
- />
1311
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1415
1312
  </InterfaceDefinition>
1416
1313
  </ConcreteNode>
1417
1314
 
@@ -1421,8 +1318,7 @@
1421
1318
  type="SFNode"
1422
1319
  accessType="inputOutput"
1423
1320
  acceptableNodeTypes="Tangent"
1424
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1425
- />
1321
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1426
1322
  </InterfaceDefinition>
1427
1323
  </ConcreteNode>
1428
1324
 
@@ -1432,8 +1328,7 @@
1432
1328
  type="SFNode"
1433
1329
  accessType="inputOutput"
1434
1330
  acceptableNodeTypes="Tangent"
1435
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1436
- />
1331
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1437
1332
  </InterfaceDefinition>
1438
1333
  </ConcreteNode>
1439
1334
 
@@ -1443,8 +1338,7 @@
1443
1338
  type="SFNode"
1444
1339
  accessType="inputOutput"
1445
1340
  acceptableNodeTypes="Tangent"
1446
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1447
- />
1341
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1448
1342
  </InterfaceDefinition>
1449
1343
  </ConcreteNode>
1450
1344
 
@@ -1454,8 +1348,7 @@
1454
1348
  type="SFNode"
1455
1349
  accessType="inputOutput"
1456
1350
  acceptableNodeTypes="Tangent"
1457
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1458
- />
1351
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1459
1352
  </InterfaceDefinition>
1460
1353
  </ConcreteNode>
1461
1354
 
@@ -1465,8 +1358,7 @@
1465
1358
  type="SFNode"
1466
1359
  accessType="inputOutput"
1467
1360
  acceptableNodeTypes="Tangent"
1468
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1469
- />
1361
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1470
1362
  </InterfaceDefinition>
1471
1363
  </ConcreteNode>
1472
1364
 
@@ -1476,8 +1368,7 @@
1476
1368
  type="SFNode"
1477
1369
  accessType="inputOutput"
1478
1370
  acceptableNodeTypes="Tangent"
1479
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1480
- />
1371
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1481
1372
  </InterfaceDefinition>
1482
1373
  </ConcreteNode>
1483
1374
 
@@ -1487,8 +1378,7 @@
1487
1378
  type="SFNode"
1488
1379
  accessType="inputOutput"
1489
1380
  acceptableNodeTypes="Tangent"
1490
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1491
- />
1381
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1492
1382
  </InterfaceDefinition>
1493
1383
  </ConcreteNode>
1494
1384
 
@@ -1498,8 +1388,7 @@
1498
1388
  type="SFNode"
1499
1389
  accessType="inputOutput"
1500
1390
  acceptableNodeTypes="Tangent"
1501
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1502
- />
1391
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1503
1392
  </InterfaceDefinition>
1504
1393
  </ConcreteNode>
1505
1394
 
@@ -1509,8 +1398,7 @@
1509
1398
  type="SFNode"
1510
1399
  accessType="inputOutput"
1511
1400
  acceptableNodeTypes="Tangent"
1512
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1513
- />
1401
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1514
1402
  </InterfaceDefinition>
1515
1403
  </ConcreteNode>
1516
1404
 
@@ -1520,8 +1408,7 @@
1520
1408
  type="SFNode"
1521
1409
  accessType="inputOutput"
1522
1410
  acceptableNodeTypes="Tangent"
1523
- description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."
1524
- />
1411
+ description="Input/Output field tangent. If there is no Tangent node, the MikkTSpace algorithm is used to generate tangent vectors."/>
1525
1412
  </InterfaceDefinition>
1526
1413
  </ConcreteNode>
1527
1414
 
@@ -1532,8 +1419,7 @@
1532
1419
  accessType="inputOutput"
1533
1420
  default="1"
1534
1421
  minInclusive="0"
1535
- description="Damping that particles experience in the event of a collision."
1536
- />
1422
+ description="Damping that particles experience in the event of a collision."/>
1537
1423
  </InterfaceDefinition>
1538
1424
  </ConcreteNode>
1539
1425
 
@@ -1544,8 +1430,7 @@
1544
1430
  accessType="inputOutput"
1545
1431
  default="1"
1546
1432
  minInclusive="0"
1547
- description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."
1548
- />
1433
+ description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."/>
1549
1434
  </InterfaceDefinition>
1550
1435
  </ConcreteNode>
1551
1436
 
@@ -1556,134 +1441,159 @@
1556
1441
  accessType="inputOutput"
1557
1442
  default="1"
1558
1443
  minInclusive="0"
1559
- description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."
1560
- />
1444
+ description="Distance in meters where objects starts to be obscured by the fog, using local coordinate system."/>
1561
1445
  </InterfaceDefinition>
1562
1446
  </ConcreteNode>
1563
1447
 
1564
1448
  <ConcreteNode name="RenderedTexture">
1565
- <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/texturing.html#RenderedTexture"
1566
- appinfo="A RenderedTexture is a texture node that renders a separate scene or viewpoint into an offscreen buffer, producing an image that can be applied to geometry in real time.">
1567
- <componentInfo name="Texturing" level="4"/>
1568
- <Inheritance baseType="X3DTexture2DNode"/>
1569
- <field name="description"
1570
- type="SFString"
1571
- accessType="inputOutput"
1572
- inheritedFrom="X3DTextureNode"
1573
- description="Author-provided prose that describes intended purpose of the url asset."/>
1574
- <field name="IS"
1575
- type="SFNode"
1576
- accessType="inputOutput"
1577
- default="NULL"
1578
- acceptableNodeTypes="IS"
1579
- inheritedFrom="X3DNode"/>
1580
- <field name="metadata"
1581
- type="SFNode"
1582
- accessType="inputOutput"
1583
- default="NULL"
1584
- acceptableNodeTypes="X3DMetadataObject"
1585
- inheritedFrom="X3DNode"
1586
- description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
1587
- <field name="repeatS"
1588
- type="SFBool"
1589
- accessType="initializeOnly"
1590
- default="true"
1591
- inheritedFrom="X3DTexture2DNode"
1592
- description="Whether to repeat texture along S axis horizontally from left to right."/>
1593
- <field name="repeatT"
1594
- type="SFBool"
1595
- accessType="initializeOnly"
1596
- default="true"
1597
- inheritedFrom="X3DTexture2DNode"
1598
- description="Whether to repeat texture along T axis vertically from top to bottom."/>
1599
- <field name="textureProperties"
1600
- type="SFNode"
1601
- accessType="initializeOnly"
1602
- default="NULL"
1603
- acceptableNodeTypes="TextureProperties"
1604
- inheritedFrom="X3DTexture2DNode"
1605
- description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
1606
- <field name="DEF"
1607
- type="SFString"
1608
- accessType="inputOutput"
1609
- inheritedFrom="X3DNode"
1610
- baseType="xs:ID"
1611
- description="DEF defines a unique ID name for this node, referenceable by other nodes."/>
1612
- <field name="USE"
1613
- type="SFString"
1614
- accessType="inputOutput"
1615
- inheritedFrom="X3DNode"
1616
- baseType="xs:IDREF"
1617
- description="USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value)."/>
1618
- <field name="class"
1619
- type="SFString"
1620
- accessType="inputOutput"
1621
- inheritedFrom="X3DNode"
1622
- baseType="xs:NMTOKENS"
1623
- description="The class attribute on each X3D node and statement is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets."/>
1624
- <field name="id"
1625
- type="SFString"
1626
- accessType="inputOutput"
1627
- inheritedFrom="X3DNode"
1628
- baseType="xs:NMTOKEN"
1629
- description="The id attribute on each X3D node and statement is considered a unique identifier when used as part of an encompassing HTML/DOM context."/>
1630
- <field name="style"
1631
- type="SFString"
1632
- accessType="inputOutput"
1633
- inheritedFrom="X3DNode"
1634
- description="The style attribute on each X3D node and statement provides an inline block of CSS source for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets."/>
1635
- <field name="update"
1636
- type="SFString"
1637
- accessType="inputOutput"
1638
- default="NONE"
1639
- additionalEnumerationValuesAllowed="false"
1640
- simpleType="generatedCubeMapTextureUpdateChoices"
1641
- baseType="xs:NMTOKEN"
1642
- description="update controls regeneration of the texture.">
1643
- <enumeration value="NONE" appinfo="no further texture updates are rendered."/>
1644
- <enumeration value="NEXT_FRAME_ONLY" appinfo="render texture once at end of frame."/>
1645
- <enumeration value="ALWAYS" appinfo="texture to be rendered every frame."/>
1646
- </field>
1647
- <field name="dimensions"
1648
- type="MFInt32"
1649
- accessType="inputOutput"
1650
- description="Sets the width, height, color components (and number of MRTs)."/>
1651
- <field name="depthMap"
1652
- type="SFBool"
1653
- accessType="initializeOnly"
1654
- default="false"
1655
- description="The generated texture will contain the depth buffer of the image (instead of the color buffer as usual)."/>
1656
- <field name="background"
1657
- type="SFNode"
1658
- accessType="inputOutput"
1659
- default="NULL"
1660
- description="Allows you to specify a background node explicitly, which will then be used during the render-to-texture process. If the value is NULL the currently bound background in the scene is used."
1661
- acceptableNodeTypes="X3DBackgroundNode"/>
1662
- <field name="fog"
1663
- type="SFNode"
1664
- accessType="inputOutput"
1665
- default="NULL"
1666
- description="Allows you to specify a fog node explicitly, which will then be used during the render-to-texture process. If the value is NULL the currently bound fog in the scene is used."
1667
- acceptableNodeTypes="X3DFogObject"/>
1668
- <field name="viewpoint"
1669
- type="SFNode"
1670
- accessType="inputOutput"
1671
- default="NULL"
1672
- description="Allows you to explicitly specify a viewpoint node from which to render to texture. If the value is NULL the currently bound viewpoint in the scene is used."
1673
- acceptableNodeTypes="X3DViewpointNode"/>
1674
- <field name="scene"
1675
- type="SFNode"
1676
- accessType="inputOutput"
1677
- default="NULL"
1678
- description="Sets a separate, potentially independent, subscene. If the value is NULL the current scene is used."
1679
- acceptableNodeTypes="X3DChildNode"/>
1680
- <containerField default="texture" type="containerFieldChoicesX3DTexture2DNode"/>
1681
- <ContentModel>
1682
- <GroupContentModel name="ChildContentModelCore" minOccurs="0"/>
1683
- <NodeContentModel name="TextureProperties"/>
1684
- <NodeContentModel name="ProtoInstance"/>
1685
- </ContentModel>
1686
- </InterfaceDefinition>
1449
+ <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/texturing.html#RenderedTexture"
1450
+ appinfo="A RenderedTexture is a texture node that renders a separate scene or viewpoint into an offscreen buffer, producing an image that can be applied to geometry in real time.">
1451
+ <componentInfo name="Texturing" level="4"/>
1452
+ <Inheritance baseType="X3DTexture2DNode"/>
1453
+ <AdditionalInheritance baseType="X3DUrlOutputObject"/>
1454
+ <field name="description"
1455
+ type="SFString"
1456
+ accessType="inputOutput"
1457
+ inheritedFrom="X3DTextureNode"
1458
+ description="Author-provided prose that describes intended purpose of the url asset."/>
1459
+ <field name="enabled"
1460
+ type="SFBool"
1461
+ accessType="inputOutput"
1462
+ default="true"
1463
+ description="The enabled field either enables or disables data output processing by the node."/>
1464
+ <field name="url"
1465
+ type="MFString"
1466
+ accessType="inputOutput"
1467
+ inheritedFrom="X3DUrlObject"
1468
+ description="Values in the url field typically defines a relative address to a file name that can be used for storing one or more rendered textures."/>
1469
+ <field name="isActive"
1470
+ type="SFBool"
1471
+ accessType="outputOnly"
1472
+ inheritedFrom="X3DTimeDependentNode"
1473
+ description="The isActive field provides a TRUE event when node data output becomes active, and a FALSE event when node data output is stopped."/>
1474
+ <field name="IS"
1475
+ type="SFNode"
1476
+ accessType="inputOutput"
1477
+ default="NULL"
1478
+ acceptableNodeTypes="IS"
1479
+ inheritedFrom="X3DNode"/>
1480
+ <field name="metadata"
1481
+ type="SFNode"
1482
+ accessType="inputOutput"
1483
+ default="NULL"
1484
+ acceptableNodeTypes="X3DMetadataObject"
1485
+ inheritedFrom="X3DNode"
1486
+ description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
1487
+ <field name="repeatS"
1488
+ type="SFBool"
1489
+ accessType="initializeOnly"
1490
+ default="true"
1491
+ inheritedFrom="X3DTexture2DNode"
1492
+ description="Whether to repeat texture along S axis horizontally from left to right."/>
1493
+ <field name="repeatT"
1494
+ type="SFBool"
1495
+ accessType="initializeOnly"
1496
+ default="true"
1497
+ inheritedFrom="X3DTexture2DNode"
1498
+ description="Whether to repeat texture along T axis vertically from top to bottom."/>
1499
+ <field name="textureProperties"
1500
+ type="SFNode"
1501
+ accessType="initializeOnly"
1502
+ default="NULL"
1503
+ acceptableNodeTypes="TextureProperties"
1504
+ inheritedFrom="X3DTexture2DNode"
1505
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
1506
+ <field name="DEF"
1507
+ type="SFString"
1508
+ accessType="inputOutput"
1509
+ inheritedFrom="X3DNode"
1510
+ baseType="xs:ID"
1511
+ description="DEF defines a unique ID name for this node, referenceable by other nodes."/>
1512
+ <field name="USE"
1513
+ type="SFString"
1514
+ accessType="inputOutput"
1515
+ inheritedFrom="X3DNode"
1516
+ baseType="xs:IDREF"
1517
+ description="USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value)."/>
1518
+ <field name="class"
1519
+ type="SFString"
1520
+ accessType="inputOutput"
1521
+ inheritedFrom="X3DNode"
1522
+ baseType="xs:NMTOKENS"
1523
+ description="The class attribute on each X3D node and statement is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets."/>
1524
+ <field name="id"
1525
+ type="SFString"
1526
+ accessType="inputOutput"
1527
+ inheritedFrom="X3DNode"
1528
+ baseType="xs:NMTOKEN"
1529
+ description="The id attribute on each X3D node and statement is considered a unique identifier when used as part of an encompassing HTML/DOM context."/>
1530
+ <field name="style"
1531
+ type="SFString"
1532
+ accessType="inputOutput"
1533
+ inheritedFrom="X3DNode"
1534
+ description="The style attribute on each X3D node and statement provides an inline block of CSS source for element styling, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets."/>
1535
+ <field name="update"
1536
+ type="SFString"
1537
+ accessType="inputOutput"
1538
+ default="NONE"
1539
+ additionalEnumerationValuesAllowed="false"
1540
+ simpleType="generatedCubeMapTextureUpdateChoices"
1541
+ baseType="xs:NMTOKEN"
1542
+ description="update controls regeneration of the texture.">
1543
+ <enumeration value="NONE" appinfo="no further texture updates are rendered."/>
1544
+ <enumeration value="NEXT_FRAME_ONLY" appinfo="render texture once at end of frame."/>
1545
+ <enumeration value="ALWAYS" appinfo="texture to be rendered every frame."/>
1546
+ </field>
1547
+ <field name="updateInterval"
1548
+ type="SFTime"
1549
+ accessType="inputOutput"
1550
+ default="0.1"
1551
+ minInclusive="0"
1552
+ description="The updateInterval field indicates time intervals between render captures when update is &quot;ALWAYS&quot;. A value of 0 indicates full frame rate."/>
1553
+ <field name="dimensions"
1554
+ type="MFInt32"
1555
+ accessType="inputOutput"
1556
+ description="Sets the width, height, color components (and number of MRTs)."/>
1557
+ <field name="depthMap"
1558
+ type="SFBool"
1559
+ accessType="initializeOnly"
1560
+ default="false"
1561
+ description="The generated texture will contain the depth buffer of the image (instead of the color buffer as usual)."/>
1562
+ <field name="children"
1563
+ type="MFNode"
1564
+ accessType="inputOutput"
1565
+ default="NULL"
1566
+ description="Sets a separate, potentially independent, subscene. If the value is NULL the current scene is used."
1567
+ acceptableNodeTypes="X3DChildNode"/>
1568
+ <field name="replaceImage"
1569
+ type="SFBool"
1570
+ accessType="inputOutput"
1571
+ default="TRUE"
1572
+ description="The replaceImage field defines whether only a single updated image file or multiple image files can be saved."/>
1573
+ <containerField default="texture" type="containerFieldChoicesX3DTexture2DNode"/>
1574
+ <ContentModel>
1575
+ <GroupContentModel name="ChildContentModelCore" minOccurs="0"/>
1576
+ <NodeContentModel name="TextureProperties"/>
1577
+ <NodeContentModel name="ProtoInstance"/>
1578
+ </ContentModel>
1579
+ </InterfaceDefinition>
1580
+ </ConcreteNode>
1581
+
1582
+ <ConcreteNode name="InlineGeometry">
1583
+ <InterfaceDefinition>
1584
+ <Inheritance baseType="X3DGeometryNode"/>
1585
+ <AdditionalInheritance baseType="X3DUrlObject"/>
1586
+ <field name="solid"
1587
+ type="SFBool"
1588
+ accessType="inputOutput"
1589
+ default="FALSE"
1590
+ description="For InlineGeometry, the default value of solid is FALSE since most usages of retrieved meshes need two-sided rendering. Authors have the option to change this value for single-sided rendering."/>
1591
+ <field name="smooth"
1592
+ type="SFBool"
1593
+ accessType="inputOutput"
1594
+ default="TRUE"
1595
+ description="The smooth field provides a hint to the browser whether smooth rendering is preferred for a retrieved polygonal mesh."/>
1596
+ </InterfaceDefinition>
1687
1597
  </ConcreteNode>
1688
1598
 
1689
1599
  </ConcreteNodes>