sunrize 1.11.15 → 1.11.17

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 (2) hide show
  1. package/package.json +2 -2
  2. package/src/assets/X3DUOM.xml +136 -131
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "1.11.15",
4
+ "version": "1.11.17",
5
5
  "description": "A Multi-Platform X3D Editor",
6
6
  "main": "src/main.js",
7
7
  "bin": {
@@ -110,7 +110,7 @@
110
110
  "string-similarity": "^4.0.4",
111
111
  "tweakpane": "^3.1.10",
112
112
  "update-electron-app": "^3.1.2",
113
- "x_ite": "^12.2.3",
113
+ "x_ite": "^12.2.5",
114
114
  "x3d-traverse": "^1.0.22"
115
115
  }
116
116
  }
@@ -2,7 +2,7 @@
2
2
  <!-- X3D Unified Object Model (X3DUOM) X3dUnifiedObjectModel-4.0.xml -->
3
3
  <!-- Online at https://www.web3d.org/specifications/X3dUnifiedObjectModel-4.0.xml -->
4
4
  <!-- This file contains a listing of all abstract and concrete nodes in version 4.0 of X3D -->
5
- <!-- Generated 2025-10-07-07:00 11:59:45.8550027-07:00 -->
5
+ <!-- Generated 2026-01-11-08:00 18:46:39.528322-08:00 -->
6
6
  <X3dUnifiedObjectModel xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
7
7
  version="4.0"
8
8
  xsd:noNamespaceSchemaLocation="X3dUnifiedObjectModel.xsd">
@@ -748,7 +748,7 @@
748
748
  documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/geospatial.html#Specifyingaspatialreference"/>
749
749
  <SimpleType name="glossaryChoices"
750
750
  baseType="xs:NMTOKEN"
751
- appinfo="Glossary terms are defined in X3D Architecture: Extensible 3D (X3D), ISO/IEC 19775-1:2023, 3 Definitions, acronyms, and abbreviations."
751
+ appinfo="Glossary terms are defined in X3D Architecture: Extensible 3D (X3D), ISO/IEC 19775-1:2023, 3 Definitions, acronyms, and abbreviations. # hash tags indicate linkable terms."
752
752
  documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/glossary.html">
753
753
  <enumeration value="activate"
754
754
  appinfo="cause a #sensorNode to generate an isActive #event"/>
@@ -2213,6 +2213,7 @@
2213
2213
  index="83"
2214
2214
  default="0.0044 1.6209 0.0236"
2215
2215
  parent="vc1"
2216
+ parentLOA2="vc2"
2216
2217
  loa="1"
2217
2218
  documentation="https://en.wikipedia.org/wiki/Skull"/>
2218
2219
  <enumeration value="l_eyelid_joint"
@@ -3684,6 +3685,7 @@
3684
3685
  <enumeration value="createParticles"/>
3685
3686
  <enumeration value="cryptoSystem"/>
3686
3687
  <enumeration value="cryptoKeyID"/>
3688
+ <enumeration value="curve"/>
3687
3689
  <enumeration value="cutOffAngle"/>
3688
3690
  <enumeration value="cycleInterval"/>
3689
3691
  <enumeration value="data"/>
@@ -4751,7 +4753,7 @@
4751
4753
  appinfo="X3D version 3.3 approved by ISO in 2013 as International Standard (IS). Backwards compatibility maintained with versions 3.0, 3.1 and 3.2."
4752
4754
  documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/X3D.html"/>
4753
4755
  <enumeration value="4.0"
4754
- appinfo="X3D version 4.0 under final development by Web3D Consortium. Backwards compatibility maintained with versions 3.0, 3.1, 3.2 and 3.3."
4756
+ appinfo="X3D version 4.0 approved by ISO in 2023 as International Standard (IS). Backwards compatibility maintained with versions 3.0, 3.1, 3.2 and 3.3."
4755
4757
  documentation="https://www.web3d.org/x3d4"/>
4756
4758
  </SimpleType>
4757
4759
  </SimpleTypeEnumerations>
@@ -10418,7 +10420,7 @@
10418
10420
  accessType="inputOutput"
10419
10421
  default="NULL"
10420
10422
  acceptableNodeTypes="AcousticProperties"
10421
- description="Single contained acousticProperties node that can specify additional acoustic attributes applied to associated surface geometry.">
10423
+ description="Optional single contained acousticProperties node that can specify additional acoustic attributes applied to associated surface geometry.">
10422
10424
  <componentInfo name="Shape" level="5"/>
10423
10425
  </field>
10424
10426
  <field name="alphaCutoff"
@@ -10451,13 +10453,13 @@
10451
10453
  accessType="inputOutput"
10452
10454
  default="NULL"
10453
10455
  acceptableNodeTypes="X3DMaterialNode"
10454
- description="Single contained Material, PhysicalMaterial or UnlitMaterial node that can specify visual attributes for lighting response (color types, transparency, etc."/>
10456
+ description="Optional single contained Material, PhysicalMaterial or UnlitMaterial node that can specify visual attributes for lighting response (color types, transparency, etc."/>
10455
10457
  <field name="fillProperties"
10456
10458
  type="SFNode"
10457
10459
  accessType="inputOutput"
10458
10460
  default="NULL"
10459
10461
  acceptableNodeTypes="FillProperties"
10460
- description="Single contained FillProperties node that can specify additional visual attributes applied to polygonal areas of corresponding geometry, on top of whatever other appearance is already defined.">
10462
+ description="Optional single contained FillProperties node that can specify additional visual attributes applied to polygonal areas of corresponding geometry, on top of whatever other appearance is already defined.">
10461
10463
  <componentInfo name="Shape" level="3"/>
10462
10464
  </field>
10463
10465
  <field name="IS"
@@ -10471,7 +10473,7 @@
10471
10473
  accessType="inputOutput"
10472
10474
  default="NULL"
10473
10475
  acceptableNodeTypes="LineProperties"
10474
- description="Single contained LineProperties node that can specify additional visual attributes applied to corresponding line geometry.">
10476
+ description="Optional single contained LineProperties node that can specify additional visual attributes applied to corresponding line geometry.">
10475
10477
  <componentInfo name="Shape" level="2"/>
10476
10478
  </field>
10477
10479
  <field name="material"
@@ -10479,7 +10481,7 @@
10479
10481
  accessType="inputOutput"
10480
10482
  default="NULL"
10481
10483
  acceptableNodeTypes="X3DMaterialNode"
10482
- description="Single contained Material, PhysicalMaterial, TwoSidedMaterial (deprecated), or UnlitMaterial node that can specify visual attributes for lighting response (color types, transparency, etc."/>
10484
+ description="Optional single contained Material, PhysicalMaterial, TwoSidedMaterial (deprecated), or UnlitMaterial node that can specify visual attributes for lighting response (color types, transparency, etc."/>
10483
10485
  <field name="metadata"
10484
10486
  type="SFNode"
10485
10487
  accessType="inputOutput"
@@ -10492,7 +10494,7 @@
10492
10494
  accessType="inputOutput"
10493
10495
  default="NULL"
10494
10496
  acceptableNodeTypes="PointProperties"
10495
- description="Single contained PointProperties node that can specify additional visual attributes applied to corresponding point geometry.">
10497
+ description="Optional single contained PointProperties node that can specify additional visual attributes applied to corresponding point geometry.">
10496
10498
  <componentInfo name="Shape" level="5"/>
10497
10499
  </field>
10498
10500
  <field name="shaders"
@@ -10507,13 +10509,13 @@
10507
10509
  accessType="inputOutput"
10508
10510
  default="NULL"
10509
10511
  acceptableNodeTypes="X3DTextureNode"
10510
- description="Single contained texture node (ImageTexture, MovieTexture, PixelTexture, MultiTexture) that maps image(s) to surface geometry."/>
10512
+ description="Optional single contained texture node (ImageTexture, MovieTexture, PixelTexture, MultiTexture) that maps image(s) to surface geometry."/>
10511
10513
  <field name="textureTransform"
10512
10514
  type="SFNode"
10513
10515
  accessType="inputOutput"
10514
10516
  default="NULL"
10515
10517
  acceptableNodeTypes="X3DTextureTransformNode"
10516
- description="Single contained TextureTransform node that defines 2D transformation applied to texture coordinates.">
10518
+ description="Optional single contained TextureTransform node that defines 2D transformation applied to texture coordinates.">
10517
10519
  <componentInfo name="Shape" level="2"/>
10518
10520
  </field>
10519
10521
  <field name="DEF"
@@ -11624,13 +11626,13 @@
11624
11626
  accessType="inputOutput"
11625
11627
  default="NULL"
11626
11628
  acceptableNodeTypes="X3DComposableVolumeRenderStyleNode"
11627
- description="Single contained X3DComposableVolumeRenderStyleNode node that defines specific rendering technique for data in the voxels field, and the result is blended with parent VolumeData or SegmentedVoliumeData node."/>
11629
+ description="Optional single contained X3DComposableVolumeRenderStyleNode node that defines specific rendering technique for data in the voxels field, and the result is blended with parent VolumeData or SegmentedVoliumeData node."/>
11628
11630
  <field name="voxels"
11629
11631
  type="SFNode"
11630
11632
  accessType="inputOutput"
11631
11633
  default="NULL"
11632
11634
  acceptableNodeTypes="X3DTexture3DNode"
11633
- description="Single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides second set of raw voxel information utilized by corresponding rendering styles."/>
11635
+ description="Optional single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides second set of raw voxel information utilized by corresponding rendering styles."/>
11634
11636
  <field name="weightConstant1"
11635
11637
  type="SFFloat"
11636
11638
  accessType="inputOutput"
@@ -12094,7 +12096,7 @@
12094
12096
  accessType="inputOutput"
12095
12097
  default="NULL"
12096
12098
  acceptableNodeTypes="X3DGeometryNode"
12097
- description="Single contained geometry node provides the geometry used for each particle when the parent ParticleSystem node has geometryType=GEOMETRY."/>
12099
+ description="Optional single contained geometry node provides the geometry used for each particle when the parent ParticleSystem node has geometryType=GEOMETRY."/>
12098
12100
  <field name="IS"
12099
12101
  type="SFNode"
12100
12102
  accessType="inputOutput"
@@ -14605,7 +14607,7 @@
14605
14607
  accessType="initializeOnly"
14606
14608
  default="NULL"
14607
14609
  acceptableNodeTypes="TextureProperties"
14608
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
14610
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
14609
14611
  <field name="topTexture"
14610
14612
  synonym="top"
14611
14613
  type="SFNode"
@@ -14797,7 +14799,7 @@
14797
14799
  default="NULL"
14798
14800
  acceptableNodeTypes="TextureProperties"
14799
14801
  inheritedFrom="X3DTexture3DNode"
14800
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
14802
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
14801
14803
  <field name="DEF"
14802
14804
  type="SFString"
14803
14805
  accessType="inputOutput"
@@ -17343,7 +17345,7 @@
17343
17345
  type="MFNode"
17344
17346
  accessType="inputOutput"
17345
17347
  acceptableNodeTypes="X3DVertexAttributeNode"
17346
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
17348
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
17347
17349
  <field name="ccw"
17348
17350
  type="SFBool"
17349
17351
  accessType="initializeOnly"
@@ -17356,7 +17358,7 @@
17356
17358
  accessType="inputOutput"
17357
17359
  default="NULL"
17358
17360
  acceptableNodeTypes="X3DColorNode"
17359
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorPerVertex field."/>
17361
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorPerVertex field."/>
17360
17362
  <field name="colorPerVertex"
17361
17363
  type="SFBool"
17362
17364
  accessType="initializeOnly"
@@ -17373,7 +17375,7 @@
17373
17375
  accessType="inputOutput"
17374
17376
  default="NULL"
17375
17377
  acceptableNodeTypes="FogCoordinate"
17376
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
17378
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
17377
17379
  <field name="height"
17378
17380
  type="MFFloat"
17379
17381
  accessType="initializeOnly"
@@ -17396,7 +17398,7 @@
17396
17398
  accessType="inputOutput"
17397
17399
  default="NULL"
17398
17400
  acceptableNodeTypes="X3DNormalNode"
17399
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
17401
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
17400
17402
  <field name="normalPerVertex"
17401
17403
  type="SFBool"
17402
17404
  accessType="initializeOnly"
@@ -17416,7 +17418,7 @@
17416
17418
  accessType="inputOutput"
17417
17419
  default="NULL"
17418
17420
  acceptableNodeTypes="X3DSingleTextureCoordinateNode"
17419
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
17421
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
17420
17422
  <field name="xDimension"
17421
17423
  type="SFInt32"
17422
17424
  accessType="initializeOnly"
@@ -18971,7 +18973,7 @@
18971
18973
  accessType="initializeOnly"
18972
18974
  default="NULL"
18973
18975
  acceptableNodeTypes="TextureProperties"
18974
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
18976
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
18975
18977
  <field name="update"
18976
18978
  type="SFString"
18977
18979
  accessType="inputOutput"
@@ -19031,7 +19033,7 @@
19031
19033
  accessType="initializeOnly"
19032
19034
  default="NULL"
19033
19035
  acceptableNodeTypes="GeoOrigin"
19034
- description="Single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19036
+ description="Optional single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19035
19037
  <field name="geoSystem"
19036
19038
  type="MFString"
19037
19039
  accessType="initializeOnly"
@@ -19107,7 +19109,7 @@
19107
19109
  accessType="inputOutput"
19108
19110
  default="NULL"
19109
19111
  acceptableNodeTypes="X3DColorNode"
19110
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorPerVertex field."/>
19112
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorPerVertex field."/>
19111
19113
  <field name="colorPerVertex"
19112
19114
  type="SFBool"
19113
19115
  accessType="initializeOnly"
@@ -19129,7 +19131,7 @@
19129
19131
  accessType="initializeOnly"
19130
19132
  default="NULL"
19131
19133
  acceptableNodeTypes="GeoOrigin"
19132
- description="Single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19134
+ description="Optional single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19133
19135
  <field name="geoSystem"
19134
19136
  type="MFString"
19135
19137
  accessType="initializeOnly"
@@ -19160,7 +19162,7 @@
19160
19162
  accessType="inputOutput"
19161
19163
  default="NULL"
19162
19164
  acceptableNodeTypes="X3DNormalNode"
19163
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
19165
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
19164
19166
  <field name="normalPerVertex"
19165
19167
  type="SFBool"
19166
19168
  accessType="initializeOnly"
@@ -19180,7 +19182,7 @@
19180
19182
  accessType="inputOutput"
19181
19183
  default="NULL"
19182
19184
  acceptableNodeTypes="X3DSingleTextureCoordinateNode"
19183
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
19185
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
19184
19186
  <field name="xDimension"
19185
19187
  type="SFInt32"
19186
19188
  accessType="initializeOnly"
@@ -19250,7 +19252,7 @@
19250
19252
  </ConcreteNode>
19251
19253
  <ConcreteNode name="GeoLocation">
19252
19254
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/geospatial.html#GeoLocation"
19253
- appinfo="GeoLocation positions a regular X3D model onto earth's surface.">
19255
+ appinfo="GeoLocation positions a regular X3D model onto the earth's surface.">
19254
19256
  <componentInfo name="Geospatial" level="1"/>
19255
19257
  <Inheritance baseType="X3DGroupingNode"/>
19256
19258
  <field name="addChildren"
@@ -19295,7 +19297,7 @@
19295
19297
  accessType="initializeOnly"
19296
19298
  default="NULL"
19297
19299
  acceptableNodeTypes="GeoOrigin"
19298
- description="Single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19300
+ description="Optional single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19299
19301
  <field name="geoSystem"
19300
19302
  type="MFString"
19301
19303
  accessType="initializeOnly"
@@ -19431,7 +19433,7 @@
19431
19433
  accessType="initializeOnly"
19432
19434
  default="NULL"
19433
19435
  acceptableNodeTypes="GeoOrigin"
19434
- description="Single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19436
+ description="Optional single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19435
19437
  <field name="geoSystem"
19436
19438
  type="MFString"
19437
19439
  accessType="initializeOnly"
@@ -19703,7 +19705,7 @@
19703
19705
  accessType="initializeOnly"
19704
19706
  default="NULL"
19705
19707
  acceptableNodeTypes="GeoOrigin"
19706
- description="Single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19708
+ description="Optional single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19707
19709
  <field name="geoSystem"
19708
19710
  type="MFString"
19709
19711
  accessType="initializeOnly"
@@ -19829,7 +19831,7 @@
19829
19831
  accessType="initializeOnly"
19830
19832
  default="NULL"
19831
19833
  acceptableNodeTypes="GeoOrigin"
19832
- description="Single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19834
+ description="Optional single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19833
19835
  <field name="geoSystem"
19834
19836
  type="MFString"
19835
19837
  accessType="initializeOnly"
@@ -19927,7 +19929,7 @@
19927
19929
  accessType="initializeOnly"
19928
19930
  default="NULL"
19929
19931
  acceptableNodeTypes="GeoOrigin"
19930
- description="Single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19932
+ description="Optional single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
19931
19933
  <field name="geoSystem"
19932
19934
  type="MFString"
19933
19935
  accessType="initializeOnly"
@@ -20062,7 +20064,7 @@
20062
20064
  accessType="initializeOnly"
20063
20065
  default="NULL"
20064
20066
  acceptableNodeTypes="GeoOrigin"
20065
- description="Single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
20067
+ description="Optional single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
20066
20068
  <field name="geoSystem"
20067
20069
  type="MFString"
20068
20070
  accessType="initializeOnly"
@@ -20194,7 +20196,7 @@
20194
20196
  accessType="initializeOnly"
20195
20197
  default="NULL"
20196
20198
  acceptableNodeTypes="GeoOrigin"
20197
- description="Single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
20199
+ description="Optional single contained GeoOrigin node that can specify a local coordinate frame for extended precision."/>
20198
20200
  <field name="geoSystem"
20199
20201
  type="MFString"
20200
20202
  accessType="initializeOnly"
@@ -22018,6 +22020,7 @@
22018
22020
  index="83"
22019
22021
  default="0.0044 1.6209 0.0236"
22020
22022
  parent="vc1"
22023
+ parentLOA2="vc2"
22021
22024
  loa="1"
22022
22025
  documentation="https://en.wikipedia.org/wiki/Skull"/>
22023
22026
  <enumeration value="l_eyelid_joint"
@@ -24519,7 +24522,7 @@
24519
24522
  accessType="initializeOnly"
24520
24523
  default="NULL"
24521
24524
  acceptableNodeTypes="TextureProperties"
24522
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
24525
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
24523
24526
  <field name="url"
24524
24527
  type="MFString"
24525
24528
  accessType="inputOutput"
@@ -24626,7 +24629,7 @@
24626
24629
  default="NULL"
24627
24630
  acceptableNodeTypes="TextureProperties"
24628
24631
  inheritedFrom="X3DTexture2DNode"
24629
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
24632
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
24630
24633
  <field name="url"
24631
24634
  type="MFString"
24632
24635
  accessType="inputOutput"
@@ -24739,7 +24742,7 @@
24739
24742
  default="NULL"
24740
24743
  acceptableNodeTypes="TextureProperties"
24741
24744
  inheritedFrom="X3DTexture3DNode"
24742
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
24745
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
24743
24746
  <field name="url"
24744
24747
  type="MFString"
24745
24748
  accessType="inputOutput"
@@ -24794,7 +24797,7 @@
24794
24797
  accessType="inputOutput"
24795
24798
  acceptableNodeTypes="X3DVertexAttributeNode"
24796
24799
  inheritedFrom="X3DComposedGeometryNode"
24797
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
24800
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
24798
24801
  <field name="ccw"
24799
24802
  type="SFBool"
24800
24803
  accessType="initializeOnly"
@@ -24807,7 +24810,7 @@
24807
24810
  default="NULL"
24808
24811
  acceptableNodeTypes="X3DColorNode"
24809
24812
  inheritedFrom="X3DComposedGeometryNode"
24810
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
24813
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
24811
24814
  <field name="colorIndex"
24812
24815
  type="MFInt32"
24813
24816
  accessType="initializeOnly"
@@ -24832,7 +24835,7 @@
24832
24835
  default="NULL"
24833
24836
  acceptableNodeTypes="X3DCoordinateNode"
24834
24837
  inheritedFrom="X3DComposedGeometryNode"
24835
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
24838
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
24836
24839
  <field name="coordIndex"
24837
24840
  type="MFInt32"
24838
24841
  accessType="initializeOnly"
@@ -24852,7 +24855,7 @@
24852
24855
  default="NULL"
24853
24856
  acceptableNodeTypes="FogCoordinate"
24854
24857
  inheritedFrom="X3DComposedGeometryNode"
24855
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
24858
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
24856
24859
  <field name="IS"
24857
24860
  type="SFNode"
24858
24861
  accessType="inputOutput"
@@ -24872,7 +24875,7 @@
24872
24875
  default="NULL"
24873
24876
  acceptableNodeTypes="X3DNormalNode"
24874
24877
  inheritedFrom="X3DComposedGeometryNode"
24875
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
24878
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
24876
24879
  <field name="normalIndex"
24877
24880
  type="MFInt32"
24878
24881
  accessType="initializeOnly"
@@ -24922,7 +24925,7 @@
24922
24925
  default="NULL"
24923
24926
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
24924
24927
  inheritedFrom="X3DComposedGeometryNode"
24925
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
24928
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
24926
24929
  <field name="texCoordIndex"
24927
24930
  type="MFInt32"
24928
24931
  accessType="initializeOnly"
@@ -24975,13 +24978,13 @@
24975
24978
  type="MFNode"
24976
24979
  accessType="inputOutput"
24977
24980
  acceptableNodeTypes="X3DVertexAttributeNode"
24978
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
24981
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
24979
24982
  <field name="color"
24980
24983
  type="SFNode"
24981
24984
  accessType="inputOutput"
24982
24985
  default="NULL"
24983
24986
  acceptableNodeTypes="X3DColorNode"
24984
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
24987
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
24985
24988
  <field name="colorIndex"
24986
24989
  type="MFInt32"
24987
24990
  accessType="initializeOnly"
@@ -24997,7 +25000,7 @@
24997
25000
  accessType="inputOutput"
24998
25001
  default="NULL"
24999
25002
  acceptableNodeTypes="X3DCoordinateNode"
25000
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25003
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25001
25004
  <field name="coordIndex"
25002
25005
  type="MFInt32"
25003
25006
  accessType="initializeOnly"
@@ -25008,7 +25011,7 @@
25008
25011
  accessType="inputOutput"
25009
25012
  default="NULL"
25010
25013
  acceptableNodeTypes="FogCoordinate"
25011
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25014
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25012
25015
  <field name="IS"
25013
25016
  type="SFNode"
25014
25017
  accessType="inputOutput"
@@ -25027,7 +25030,7 @@
25027
25030
  accessType="inputOutput"
25028
25031
  default="NULL"
25029
25032
  acceptableNodeTypes="X3DNormalNode"
25030
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25033
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25031
25034
  <field name="set_colorIndex"
25032
25035
  type="MFInt32"
25033
25036
  accessType="inputOnly"
@@ -25088,7 +25091,7 @@
25088
25091
  accessType="inputOutput"
25089
25092
  acceptableNodeTypes="X3DVertexAttributeNode"
25090
25093
  inheritedFrom="X3DComposedGeometryNode"
25091
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
25094
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
25092
25095
  <field name="ccw"
25093
25096
  type="SFBool"
25094
25097
  accessType="initializeOnly"
@@ -25101,7 +25104,7 @@
25101
25104
  default="NULL"
25102
25105
  acceptableNodeTypes="X3DColorNode"
25103
25106
  inheritedFrom="X3DComposedGeometryNode"
25104
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
25107
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
25105
25108
  <field name="colorPerVertex"
25106
25109
  type="SFBool"
25107
25110
  accessType="initializeOnly"
@@ -25114,14 +25117,14 @@
25114
25117
  default="NULL"
25115
25118
  acceptableNodeTypes="X3DCoordinateNode"
25116
25119
  inheritedFrom="X3DComposedGeometryNode"
25117
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25120
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25118
25121
  <field name="fogCoord"
25119
25122
  type="SFNode"
25120
25123
  accessType="inputOutput"
25121
25124
  default="NULL"
25122
25125
  acceptableNodeTypes="FogCoordinate"
25123
25126
  inheritedFrom="X3DComposedGeometryNode"
25124
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25127
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25125
25128
  <field name="index"
25126
25129
  type="MFInt32"
25127
25130
  accessType="initializeOnly"
@@ -25146,7 +25149,7 @@
25146
25149
  default="NULL"
25147
25150
  acceptableNodeTypes="X3DNormalNode"
25148
25151
  inheritedFrom="X3DComposedGeometryNode"
25149
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25152
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25150
25153
  <field name="normalPerVertex"
25151
25154
  type="SFBool"
25152
25155
  accessType="initializeOnly"
@@ -25170,7 +25173,7 @@
25170
25173
  default="NULL"
25171
25174
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
25172
25175
  inheritedFrom="X3DComposedGeometryNode"
25173
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
25176
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
25174
25177
  <field name="DEF"
25175
25178
  type="SFString"
25176
25179
  accessType="inputOutput"
@@ -25219,7 +25222,7 @@
25219
25222
  accessType="inputOutput"
25220
25223
  acceptableNodeTypes="X3DVertexAttributeNode"
25221
25224
  inheritedFrom="X3DComposedGeometryNode"
25222
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
25225
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
25223
25226
  <field name="ccw"
25224
25227
  type="SFBool"
25225
25228
  accessType="initializeOnly"
@@ -25232,7 +25235,7 @@
25232
25235
  default="NULL"
25233
25236
  acceptableNodeTypes="X3DColorNode"
25234
25237
  inheritedFrom="X3DComposedGeometryNode"
25235
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
25238
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
25236
25239
  <field name="colorPerVertex"
25237
25240
  type="SFBool"
25238
25241
  accessType="initializeOnly"
@@ -25245,14 +25248,14 @@
25245
25248
  default="NULL"
25246
25249
  acceptableNodeTypes="X3DCoordinateNode"
25247
25250
  inheritedFrom="X3DComposedGeometryNode"
25248
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25251
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25249
25252
  <field name="fogCoord"
25250
25253
  type="SFNode"
25251
25254
  accessType="inputOutput"
25252
25255
  default="NULL"
25253
25256
  acceptableNodeTypes="FogCoordinate"
25254
25257
  inheritedFrom="X3DComposedGeometryNode"
25255
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25258
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25256
25259
  <field name="index"
25257
25260
  type="MFInt32"
25258
25261
  accessType="initializeOnly"
@@ -25277,7 +25280,7 @@
25277
25280
  default="NULL"
25278
25281
  acceptableNodeTypes="X3DNormalNode"
25279
25282
  inheritedFrom="X3DComposedGeometryNode"
25280
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25283
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25281
25284
  <field name="normalPerVertex"
25282
25285
  type="SFBool"
25283
25286
  accessType="initializeOnly"
@@ -25301,7 +25304,7 @@
25301
25304
  default="NULL"
25302
25305
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
25303
25306
  inheritedFrom="X3DComposedGeometryNode"
25304
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
25307
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
25305
25308
  <field name="DEF"
25306
25309
  type="SFString"
25307
25310
  accessType="inputOutput"
@@ -25350,7 +25353,7 @@
25350
25353
  accessType="inputOutput"
25351
25354
  acceptableNodeTypes="X3DVertexAttributeNode"
25352
25355
  inheritedFrom="X3DComposedGeometryNode"
25353
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
25356
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
25354
25357
  <field name="ccw"
25355
25358
  type="SFBool"
25356
25359
  accessType="initializeOnly"
@@ -25363,7 +25366,7 @@
25363
25366
  default="NULL"
25364
25367
  acceptableNodeTypes="X3DColorNode"
25365
25368
  inheritedFrom="X3DComposedGeometryNode"
25366
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
25369
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
25367
25370
  <field name="colorPerVertex"
25368
25371
  type="SFBool"
25369
25372
  accessType="initializeOnly"
@@ -25376,14 +25379,14 @@
25376
25379
  default="NULL"
25377
25380
  acceptableNodeTypes="X3DCoordinateNode"
25378
25381
  inheritedFrom="X3DComposedGeometryNode"
25379
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25382
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25380
25383
  <field name="fogCoord"
25381
25384
  type="SFNode"
25382
25385
  accessType="inputOutput"
25383
25386
  default="NULL"
25384
25387
  acceptableNodeTypes="FogCoordinate"
25385
25388
  inheritedFrom="X3DComposedGeometryNode"
25386
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25389
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25387
25390
  <field name="index"
25388
25391
  type="MFInt32"
25389
25392
  accessType="initializeOnly"
@@ -25408,7 +25411,7 @@
25408
25411
  default="NULL"
25409
25412
  acceptableNodeTypes="X3DNormalNode"
25410
25413
  inheritedFrom="X3DComposedGeometryNode"
25411
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25414
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25412
25415
  <field name="normalPerVertex"
25413
25416
  type="SFBool"
25414
25417
  accessType="initializeOnly"
@@ -25432,7 +25435,7 @@
25432
25435
  default="NULL"
25433
25436
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
25434
25437
  inheritedFrom="X3DComposedGeometryNode"
25435
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
25438
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
25436
25439
  <field name="DEF"
25437
25440
  type="SFString"
25438
25441
  accessType="inputOutput"
@@ -25481,7 +25484,7 @@
25481
25484
  accessType="inputOutput"
25482
25485
  acceptableNodeTypes="X3DVertexAttributeNode"
25483
25486
  inheritedFrom="X3DComposedGeometryNode"
25484
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
25487
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
25485
25488
  <field name="ccw"
25486
25489
  type="SFBool"
25487
25490
  accessType="initializeOnly"
@@ -25494,7 +25497,7 @@
25494
25497
  default="NULL"
25495
25498
  acceptableNodeTypes="X3DColorNode"
25496
25499
  inheritedFrom="X3DComposedGeometryNode"
25497
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
25500
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
25498
25501
  <field name="colorPerVertex"
25499
25502
  type="SFBool"
25500
25503
  accessType="initializeOnly"
@@ -25507,14 +25510,14 @@
25507
25510
  default="NULL"
25508
25511
  acceptableNodeTypes="X3DCoordinateNode"
25509
25512
  inheritedFrom="X3DComposedGeometryNode"
25510
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25513
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
25511
25514
  <field name="fogCoord"
25512
25515
  type="SFNode"
25513
25516
  accessType="inputOutput"
25514
25517
  default="NULL"
25515
25518
  acceptableNodeTypes="FogCoordinate"
25516
25519
  inheritedFrom="X3DComposedGeometryNode"
25517
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25520
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
25518
25521
  <field name="index"
25519
25522
  type="MFInt32"
25520
25523
  accessType="initializeOnly"
@@ -25539,7 +25542,7 @@
25539
25542
  default="NULL"
25540
25543
  acceptableNodeTypes="X3DNormalNode"
25541
25544
  inheritedFrom="X3DComposedGeometryNode"
25542
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25545
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
25543
25546
  <field name="normalPerVertex"
25544
25547
  type="SFBool"
25545
25548
  accessType="initializeOnly"
@@ -25563,7 +25566,7 @@
25563
25566
  default="NULL"
25564
25567
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
25565
25568
  inheritedFrom="X3DComposedGeometryNode"
25566
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
25569
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
25567
25570
  <field name="DEF"
25568
25571
  type="SFString"
25569
25572
  accessType="inputOutput"
@@ -25907,7 +25910,7 @@
25907
25910
  accessType="inputOutput"
25908
25911
  default="NULL"
25909
25912
  acceptableNodeTypes="X3DTexture3DNode"
25910
- description="Single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides explicit per-voxel gradient direction information for determining surface boundaries, rather than having it implicitly calculated by the implementation."/>
25913
+ description="Optional single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides explicit per-voxel gradient direction information for determining surface boundaries, rather than having it implicitly calculated by the implementation."/>
25911
25914
  <field name="IS"
25912
25915
  type="SFNode"
25913
25916
  accessType="inputOutput"
@@ -25947,7 +25950,7 @@
25947
25950
  accessType="inputOutput"
25948
25951
  default="NULL"
25949
25952
  acceptableNodeTypes="X3DTexture3DNode"
25950
- description="Single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides raw voxel information utilized by corresponding rendering styles."/>
25953
+ description="Optional single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides raw voxel information utilized by corresponding rendering styles."/>
25951
25954
  <field name="DEF"
25952
25955
  type="SFString"
25953
25956
  accessType="inputOutput"
@@ -26882,25 +26885,25 @@
26882
26885
  type="MFNode"
26883
26886
  accessType="inputOutput"
26884
26887
  acceptableNodeTypes="X3DVertexAttributeNode"
26885
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
26888
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
26886
26889
  <field name="color"
26887
26890
  type="SFNode"
26888
26891
  accessType="inputOutput"
26889
26892
  default="NULL"
26890
26893
  acceptableNodeTypes="X3DColorNode"
26891
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
26894
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
26892
26895
  <field name="coord"
26893
26896
  type="SFNode"
26894
26897
  accessType="inputOutput"
26895
26898
  default="NULL"
26896
26899
  acceptableNodeTypes="X3DCoordinateNode"
26897
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
26900
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
26898
26901
  <field name="fogCoord"
26899
26902
  type="SFNode"
26900
26903
  accessType="inputOutput"
26901
26904
  default="NULL"
26902
26905
  acceptableNodeTypes="FogCoordinate"
26903
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
26906
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
26904
26907
  <field name="IS"
26905
26908
  type="SFNode"
26906
26909
  accessType="inputOutput"
@@ -26919,7 +26922,7 @@
26919
26922
  accessType="inputOutput"
26920
26923
  default="NULL"
26921
26924
  acceptableNodeTypes="X3DNormalNode"
26922
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
26925
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
26923
26926
  <field name="vertexCount"
26924
26927
  type="MFInt32"
26925
26928
  accessType="inputOutput"
@@ -28597,7 +28600,7 @@
28597
28600
  accessType="initializeOnly"
28598
28601
  default="NULL"
28599
28602
  acceptableNodeTypes="TextureProperties"
28600
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
28603
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
28601
28604
  <field name="url"
28602
28605
  type="MFString"
28603
28606
  accessType="inputOutput"
@@ -28897,6 +28900,8 @@
28897
28900
  <ContentModel>
28898
28901
  <GroupContentModel name="ChildContentModelCore" minOccurs="0"/>
28899
28902
  <NodeContentModel name="TextureTransform"/>
28903
+ <NodeContentModel name="TextureTransform3D"/>
28904
+ <NodeContentModel name="TextureTransformMatrix3D"/>
28900
28905
  <NodeContentModel name="ProtoInstance"/>
28901
28906
  </ContentModel>
28902
28907
  </InterfaceDefinition>
@@ -29042,7 +29047,7 @@
29042
29047
  </ConcreteNode>
29043
29048
  <ConcreteNode name="Normal">
29044
29049
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/rendering.html#Normal"
29045
- appinfo="Normal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.">
29050
+ appinfo="Normal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate | CoordinateDouble node, or else to a parent ElevationGrid node.">
29046
29051
  <componentInfo name="Rendering" level="2"/>
29047
29052
  <Inheritance baseType="X3DNormalNode"/>
29048
29053
  <field name="IS"
@@ -29185,7 +29190,7 @@
29185
29190
  accessType="inputOutput"
29186
29191
  default="NULL"
29187
29192
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29188
- description="Single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29193
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29189
29194
  <field name="IS"
29190
29195
  type="SFNode"
29191
29196
  accessType="inputOutput"
@@ -29351,7 +29356,7 @@
29351
29356
  accessType="inputOutput"
29352
29357
  default="NULL"
29353
29358
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29354
- description="Single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29359
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29355
29360
  <field name="IS"
29356
29361
  type="SFNode"
29357
29362
  accessType="inputOutput"
@@ -29437,7 +29442,7 @@
29437
29442
  default="NULL"
29438
29443
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29439
29444
  inheritedFrom="X3DNurbsSurfaceGeometryNode"
29440
- description="Single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29445
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29441
29446
  <field name="IS"
29442
29447
  type="SFNode"
29443
29448
  accessType="inputOutput"
@@ -29463,7 +29468,7 @@
29463
29468
  default="NULL"
29464
29469
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|NurbsTextureCoordinate"
29465
29470
  inheritedFrom="X3DNurbsSurfaceGeometryNode"
29466
- description="Single contained NurbsTextureCoordinate, TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
29471
+ description="Optional single contained NurbsTextureCoordinate, TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
29467
29472
  <field name="uClosed"
29468
29473
  type="SFBool"
29469
29474
  accessType="initializeOnly"
@@ -29584,7 +29589,7 @@
29584
29589
  accessType="inputOutput"
29585
29590
  default="NULL"
29586
29591
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29587
- description="Single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29592
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29588
29593
  <field name="IS"
29589
29594
  type="SFNode"
29590
29595
  accessType="inputOutput"
@@ -29772,7 +29777,7 @@
29772
29777
  accessType="inputOutput"
29773
29778
  default="NULL"
29774
29779
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29775
- description="Single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29780
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
29776
29781
  <field name="IS"
29777
29782
  type="SFNode"
29778
29783
  accessType="inputOutput"
@@ -30139,7 +30144,7 @@
30139
30144
  default="NULL"
30140
30145
  acceptableNodeTypes="Coordinate|CoordinateDouble"
30141
30146
  inheritedFrom="X3DNurbsSurfaceGeometryNode"
30142
- description="Single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
30147
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify control points for NURBS geometry definitions."/>
30143
30148
  <field name="IS"
30144
30149
  type="SFNode"
30145
30150
  accessType="inputOutput"
@@ -30169,7 +30174,7 @@
30169
30174
  default="NULL"
30170
30175
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|NurbsTextureCoordinate"
30171
30176
  inheritedFrom="X3DNurbsSurfaceGeometryNode"
30172
- description="Single contained NurbsTextureCoordinate, TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
30177
+ description="Optional single contained NurbsTextureCoordinate, TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
30173
30178
  <field name="trimmingContour"
30174
30179
  type="MFNode"
30175
30180
  accessType="inputOutput"
@@ -31073,7 +31078,7 @@
31073
31078
  accessType="inputOutput"
31074
31079
  default="NULL"
31075
31080
  acceptableNodeTypes="X3DGeometryNode"
31076
- description="Single contained geometry node provides geometry used for each particle when geometryType=GEOMETRY.">
31081
+ description="Optional single contained geometry node provides geometry used for each particle when geometryType=GEOMETRY.">
31077
31082
  <componentInfo name="ParticleSystems" level="3"/>
31078
31083
  </field>
31079
31084
  <field name="geometryType"
@@ -31657,7 +31662,7 @@
31657
31662
  default="NULL"
31658
31663
  acceptableNodeTypes="TextureProperties"
31659
31664
  inheritedFrom="X3DTexture2DNode"
31660
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
31665
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
31661
31666
  <field name="DEF"
31662
31667
  type="SFString"
31663
31668
  accessType="inputOutput"
@@ -31747,7 +31752,7 @@
31747
31752
  default="NULL"
31748
31753
  acceptableNodeTypes="TextureProperties"
31749
31754
  inheritedFrom="X3DTexture3DNode"
31750
- description="Single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
31755
+ description="Optional single contained TextureProperties node that can specify additional visual attributes applied to corresponding texture images."/>
31751
31756
  <field name="DEF"
31752
31757
  type="SFString"
31753
31758
  accessType="inputOutput"
@@ -32357,25 +32362,25 @@
32357
32362
  type="MFNode"
32358
32363
  accessType="inputOutput"
32359
32364
  acceptableNodeTypes="X3DVertexAttributeNode"
32360
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
32365
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
32361
32366
  <field name="color"
32362
32367
  type="SFNode"
32363
32368
  accessType="inputOutput"
32364
32369
  default="NULL"
32365
32370
  acceptableNodeTypes="X3DColorNode"
32366
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
32371
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
32367
32372
  <field name="coord"
32368
32373
  type="SFNode"
32369
32374
  accessType="inputOutput"
32370
32375
  default="NULL"
32371
32376
  acceptableNodeTypes="X3DCoordinateNode"
32372
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
32377
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
32373
32378
  <field name="fogCoord"
32374
32379
  type="SFNode"
32375
32380
  accessType="inputOutput"
32376
32381
  default="NULL"
32377
32382
  acceptableNodeTypes="FogCoordinate"
32378
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
32383
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
32379
32384
  <field name="IS"
32380
32385
  type="SFNode"
32381
32386
  accessType="inputOutput"
@@ -32394,7 +32399,7 @@
32394
32399
  accessType="inputOutput"
32395
32400
  default="NULL"
32396
32401
  acceptableNodeTypes="X3DNormalNode"
32397
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations."/>
32402
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations."/>
32398
32403
  <field name="DEF"
32399
32404
  type="SFString"
32400
32405
  accessType="inputOutput"
@@ -33682,7 +33687,7 @@
33682
33687
  accessType="inputOutput"
33683
33688
  acceptableNodeTypes="X3DVertexAttributeNode"
33684
33689
  inheritedFrom="X3DComposedGeometryNode"
33685
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
33690
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
33686
33691
  <field name="ccw"
33687
33692
  type="SFBool"
33688
33693
  accessType="initializeOnly"
@@ -33695,7 +33700,7 @@
33695
33700
  default="NULL"
33696
33701
  acceptableNodeTypes="X3DColorNode"
33697
33702
  inheritedFrom="X3DComposedGeometryNode"
33698
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
33703
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
33699
33704
  <field name="colorPerVertex"
33700
33705
  type="SFBool"
33701
33706
  accessType="initializeOnly"
@@ -33708,14 +33713,14 @@
33708
33713
  default="NULL"
33709
33714
  acceptableNodeTypes="X3DCoordinateNode"
33710
33715
  inheritedFrom="X3DComposedGeometryNode"
33711
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
33716
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
33712
33717
  <field name="fogCoord"
33713
33718
  type="SFNode"
33714
33719
  accessType="inputOutput"
33715
33720
  default="NULL"
33716
33721
  acceptableNodeTypes="FogCoordinate"
33717
33722
  inheritedFrom="X3DComposedGeometryNode"
33718
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
33723
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
33719
33724
  <field name="IS"
33720
33725
  type="SFNode"
33721
33726
  accessType="inputOutput"
@@ -33735,7 +33740,7 @@
33735
33740
  default="NULL"
33736
33741
  acceptableNodeTypes="X3DNormalNode"
33737
33742
  inheritedFrom="X3DComposedGeometryNode"
33738
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
33743
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
33739
33744
  <field name="normalPerVertex"
33740
33745
  type="SFBool"
33741
33746
  accessType="initializeOnly"
@@ -33754,7 +33759,7 @@
33754
33759
  default="NULL"
33755
33760
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
33756
33761
  inheritedFrom="X3DComposedGeometryNode"
33757
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
33762
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
33758
33763
  <field name="DEF"
33759
33764
  type="SFString"
33760
33765
  accessType="inputOutput"
@@ -35110,7 +35115,7 @@
35110
35115
  accessType="inputOutput"
35111
35116
  default="NULL"
35112
35117
  acceptableNodeTypes="X3DTexture3DNode"
35113
- description="Single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) holds component texture that provides corresponding segment identifier."/>
35118
+ description="Optional single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) holds component texture that provides corresponding segment identifier."/>
35114
35119
  <field name="visible"
35115
35120
  type="SFBool"
35116
35121
  accessType="inputOutput"
@@ -35122,7 +35127,7 @@
35122
35127
  accessType="inputOutput"
35123
35128
  default="NULL"
35124
35129
  acceptableNodeTypes="X3DTexture3DNode"
35125
- description="Single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides raw voxel information utilized by corresponding rendering styles."/>
35130
+ description="Optional single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides raw voxel information utilized by corresponding rendering styles."/>
35126
35131
  <field name="DEF"
35127
35132
  type="SFString"
35128
35133
  accessType="inputOutput"
@@ -35481,7 +35486,7 @@
35481
35486
  default="NULL"
35482
35487
  acceptableNodeTypes="X3DAppearanceNode"
35483
35488
  inheritedFrom="X3DShapeNode"
35484
- description="Single contained Appearance node that can specify visual attributes (such as material, texture, fillProperties and lineProperties) applied to corresponding geometry."/>
35489
+ description="Optional single contained Appearance node that can specify visual attributes (such as material, texture, fillProperties and lineProperties) applied to corresponding geometry."/>
35485
35490
  <field name="bboxCenter"
35486
35491
  type="SFVec3f"
35487
35492
  accessType="initializeOnly"
@@ -35513,7 +35518,7 @@
35513
35518
  default="NULL"
35514
35519
  acceptableNodeTypes="X3DGeometryNode"
35515
35520
  inheritedFrom="X3DShapeNode"
35516
- description="Single contained geometry node that is rendered according to corresponding appearance."/>
35521
+ description="Optional single contained geometry node that is rendered according to corresponding appearance."/>
35517
35522
  <field name="IS"
35518
35523
  type="SFNode"
35519
35524
  accessType="inputOutput"
@@ -38544,7 +38549,7 @@
38544
38549
  default="NULL"
38545
38550
  acceptableNodeTypes="X3DTexture2DNode"
38546
38551
  inheritedFrom="X3DTextureProjectorNode"
38547
- description="Single contained texture node (ImageTexture, MovieTexture, PixelTexture, MultiTexture) that maps image(s) to surface geometry."/>
38552
+ description="Optional single contained texture node (ImageTexture, MovieTexture, PixelTexture, MultiTexture) that maps image(s) to surface geometry."/>
38548
38553
  <field name="upVector"
38549
38554
  type="SFVec3f"
38550
38555
  accessType="inputOutput"
@@ -38707,7 +38712,7 @@
38707
38712
  default="NULL"
38708
38713
  acceptableNodeTypes="X3DTexture2DNode"
38709
38714
  inheritedFrom="X3DTextureProjectorNode"
38710
- description="Single contained texture node (ImageTexture, MovieTexture, PixelTexture, MultiTexture) that maps image(s) to surface geometry."/>
38715
+ description="Optional single contained texture node (ImageTexture, MovieTexture, PixelTexture, MultiTexture) that maps image(s) to surface geometry."/>
38711
38716
  <field name="upVector"
38712
38717
  type="SFVec3f"
38713
38718
  accessType="inputOutput"
@@ -40111,7 +40116,7 @@
40111
40116
  accessType="inputOutput"
40112
40117
  acceptableNodeTypes="X3DVertexAttributeNode"
40113
40118
  inheritedFrom="X3DComposedGeometryNode"
40114
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
40119
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
40115
40120
  <field name="ccw"
40116
40121
  type="SFBool"
40117
40122
  accessType="initializeOnly"
@@ -40124,7 +40129,7 @@
40124
40129
  default="NULL"
40125
40130
  acceptableNodeTypes="X3DColorNode"
40126
40131
  inheritedFrom="X3DComposedGeometryNode"
40127
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
40132
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
40128
40133
  <field name="colorPerVertex"
40129
40134
  type="SFBool"
40130
40135
  accessType="initializeOnly"
@@ -40137,7 +40142,7 @@
40137
40142
  default="NULL"
40138
40143
  acceptableNodeTypes="X3DCoordinateNode"
40139
40144
  inheritedFrom="X3DComposedGeometryNode"
40140
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
40145
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
40141
40146
  <field name="fanCount"
40142
40147
  type="MFInt32"
40143
40148
  accessType="inputOutput"
@@ -40149,7 +40154,7 @@
40149
40154
  default="NULL"
40150
40155
  acceptableNodeTypes="FogCoordinate"
40151
40156
  inheritedFrom="X3DComposedGeometryNode"
40152
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
40157
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
40153
40158
  <field name="IS"
40154
40159
  type="SFNode"
40155
40160
  accessType="inputOutput"
@@ -40169,7 +40174,7 @@
40169
40174
  default="NULL"
40170
40175
  acceptableNodeTypes="X3DNormalNode"
40171
40176
  inheritedFrom="X3DComposedGeometryNode"
40172
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
40177
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
40173
40178
  <field name="normalPerVertex"
40174
40179
  type="SFBool"
40175
40180
  accessType="initializeOnly"
@@ -40188,7 +40193,7 @@
40188
40193
  default="NULL"
40189
40194
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
40190
40195
  inheritedFrom="X3DComposedGeometryNode"
40191
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
40196
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
40192
40197
  <field name="DEF"
40193
40198
  type="SFString"
40194
40199
  accessType="inputOutput"
@@ -40237,7 +40242,7 @@
40237
40242
  accessType="inputOutput"
40238
40243
  acceptableNodeTypes="X3DVertexAttributeNode"
40239
40244
  inheritedFrom="X3DComposedGeometryNode"
40240
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
40245
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
40241
40246
  <field name="ccw"
40242
40247
  type="SFBool"
40243
40248
  accessType="initializeOnly"
@@ -40250,7 +40255,7 @@
40250
40255
  default="NULL"
40251
40256
  acceptableNodeTypes="X3DColorNode"
40252
40257
  inheritedFrom="X3DComposedGeometryNode"
40253
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
40258
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
40254
40259
  <field name="colorPerVertex"
40255
40260
  type="SFBool"
40256
40261
  accessType="initializeOnly"
@@ -40263,14 +40268,14 @@
40263
40268
  default="NULL"
40264
40269
  acceptableNodeTypes="X3DCoordinateNode"
40265
40270
  inheritedFrom="X3DComposedGeometryNode"
40266
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
40271
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
40267
40272
  <field name="fogCoord"
40268
40273
  type="SFNode"
40269
40274
  accessType="inputOutput"
40270
40275
  default="NULL"
40271
40276
  acceptableNodeTypes="FogCoordinate"
40272
40277
  inheritedFrom="X3DComposedGeometryNode"
40273
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
40278
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
40274
40279
  <field name="IS"
40275
40280
  type="SFNode"
40276
40281
  accessType="inputOutput"
@@ -40290,7 +40295,7 @@
40290
40295
  default="NULL"
40291
40296
  acceptableNodeTypes="X3DNormalNode"
40292
40297
  inheritedFrom="X3DComposedGeometryNode"
40293
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
40298
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
40294
40299
  <field name="normalPerVertex"
40295
40300
  type="SFBool"
40296
40301
  accessType="initializeOnly"
@@ -40309,7 +40314,7 @@
40309
40314
  default="NULL"
40310
40315
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
40311
40316
  inheritedFrom="X3DComposedGeometryNode"
40312
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
40317
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
40313
40318
  <field name="DEF"
40314
40319
  type="SFString"
40315
40320
  accessType="inputOutput"
@@ -40420,7 +40425,7 @@
40420
40425
  accessType="inputOutput"
40421
40426
  acceptableNodeTypes="X3DVertexAttributeNode"
40422
40427
  inheritedFrom="X3DComposedGeometryNode"
40423
- description="Single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
40428
+ description="Optional single contained FloatVertexAttribute node that can specify list of per-vertex attribute information for programmable shaders."/>
40424
40429
  <field name="ccw"
40425
40430
  type="SFBool"
40426
40431
  accessType="initializeOnly"
@@ -40433,7 +40438,7 @@
40433
40438
  default="NULL"
40434
40439
  acceptableNodeTypes="X3DColorNode"
40435
40440
  inheritedFrom="X3DComposedGeometryNode"
40436
- description="Single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
40441
+ description="Optional single contained Color or ColorRGBA node that can specify color values applied to corresponding vertices according to colorIndex and colorPerVertex fields."/>
40437
40442
  <field name="colorPerVertex"
40438
40443
  type="SFBool"
40439
40444
  accessType="initializeOnly"
@@ -40446,14 +40451,14 @@
40446
40451
  default="NULL"
40447
40452
  acceptableNodeTypes="X3DCoordinateNode"
40448
40453
  inheritedFrom="X3DComposedGeometryNode"
40449
- description="Single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
40454
+ description="Optional single contained Coordinate or CoordinateDouble node that can specify a list of vertex values."/>
40450
40455
  <field name="fogCoord"
40451
40456
  type="SFNode"
40452
40457
  accessType="inputOutput"
40453
40458
  default="NULL"
40454
40459
  acceptableNodeTypes="FogCoordinate"
40455
40460
  inheritedFrom="X3DComposedGeometryNode"
40456
- description="Single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
40461
+ description="Optional single contained FogCoordinate node that can specify depth parameters for fog in corresponding geometry."/>
40457
40462
  <field name="IS"
40458
40463
  type="SFNode"
40459
40464
  accessType="inputOutput"
@@ -40473,7 +40478,7 @@
40473
40478
  default="NULL"
40474
40479
  acceptableNodeTypes="X3DNormalNode"
40475
40480
  inheritedFrom="X3DComposedGeometryNode"
40476
- description="Single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
40481
+ description="Optional single contained Normal node that can specify perpendicular vectors for corresponding vertices to support rendering computations, applied according to the normalPerVertex field."/>
40477
40482
  <field name="normalPerVertex"
40478
40483
  type="SFBool"
40479
40484
  accessType="initializeOnly"
@@ -40497,7 +40502,7 @@
40497
40502
  default="NULL"
40498
40503
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
40499
40504
  inheritedFrom="X3DComposedGeometryNode"
40500
- description="Single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
40505
+ description="Optional single contained TextureCoordinate, TextureCoordinateGenerator or MultiTextureCoordinate node that can specify coordinates for texture mapping onto corresponding geometry."/>
40501
40506
  <field name="DEF"
40502
40507
  type="SFString"
40503
40508
  accessType="inputOutput"
@@ -41399,7 +41404,7 @@
41399
41404
  accessType="inputOutput"
41400
41405
  default="NULL"
41401
41406
  acceptableNodeTypes="X3DVolumeRenderStyleNode"
41402
- description="Single contained X3DVolumeRenderStyleNode node that defines specific rendering technique for this volumetric object."/>
41407
+ description="Optional single contained X3DVolumeRenderStyleNode node that defines specific rendering technique for this volumetric object."/>
41403
41408
  <field name="visible"
41404
41409
  type="SFBool"
41405
41410
  accessType="inputOutput"
@@ -41411,7 +41416,7 @@
41411
41416
  accessType="inputOutput"
41412
41417
  default="NULL"
41413
41418
  acceptableNodeTypes="X3DTexture3DNode"
41414
- description="Single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides raw voxel information utilized by corresponding rendering styles."/>
41419
+ description="Optional single contained X3DTexture3DNode (ComposedTexture3D, ImageTexture3D, PixelTexture3D) that provides raw voxel information utilized by corresponding rendering styles."/>
41415
41420
  <field name="DEF"
41416
41421
  type="SFString"
41417
41422
  accessType="inputOutput"
@@ -43144,7 +43149,7 @@
43144
43149
  appinfo="X3D version 3.3 approved by ISO in 2013 as International Standard (IS). Backwards compatibility maintained with versions 3.0, 3.1 and 3.2."
43145
43150
  documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/X3D.html"/>
43146
43151
  <enumeration value="4.0"
43147
- appinfo="X3D version 4.0 under final development by Web3D Consortium. Backwards compatibility maintained with versions 3.0, 3.1, 3.2 and 3.3."
43152
+ appinfo="X3D version 4.0 approved by ISO in 2023 as International Standard (IS). Backwards compatibility maintained with versions 3.0, 3.1, 3.2 and 3.3."
43148
43153
  documentation="https://www.web3d.org/x3d4"/>
43149
43154
  </field>
43150
43155
  <ContentModel>