sunrize 1.11.16 → 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 +130 -128
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "1.11.16",
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.4",
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-12-26-08:00 00:42:29.2674537-08: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"/>
@@ -10420,7 +10420,7 @@
10420
10420
  accessType="inputOutput"
10421
10421
  default="NULL"
10422
10422
  acceptableNodeTypes="AcousticProperties"
10423
- 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.">
10424
10424
  <componentInfo name="Shape" level="5"/>
10425
10425
  </field>
10426
10426
  <field name="alphaCutoff"
@@ -10453,13 +10453,13 @@
10453
10453
  accessType="inputOutput"
10454
10454
  default="NULL"
10455
10455
  acceptableNodeTypes="X3DMaterialNode"
10456
- 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."/>
10457
10457
  <field name="fillProperties"
10458
10458
  type="SFNode"
10459
10459
  accessType="inputOutput"
10460
10460
  default="NULL"
10461
10461
  acceptableNodeTypes="FillProperties"
10462
- 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.">
10463
10463
  <componentInfo name="Shape" level="3"/>
10464
10464
  </field>
10465
10465
  <field name="IS"
@@ -10473,7 +10473,7 @@
10473
10473
  accessType="inputOutput"
10474
10474
  default="NULL"
10475
10475
  acceptableNodeTypes="LineProperties"
10476
- 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.">
10477
10477
  <componentInfo name="Shape" level="2"/>
10478
10478
  </field>
10479
10479
  <field name="material"
@@ -10481,7 +10481,7 @@
10481
10481
  accessType="inputOutput"
10482
10482
  default="NULL"
10483
10483
  acceptableNodeTypes="X3DMaterialNode"
10484
- 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."/>
10485
10485
  <field name="metadata"
10486
10486
  type="SFNode"
10487
10487
  accessType="inputOutput"
@@ -10494,7 +10494,7 @@
10494
10494
  accessType="inputOutput"
10495
10495
  default="NULL"
10496
10496
  acceptableNodeTypes="PointProperties"
10497
- 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.">
10498
10498
  <componentInfo name="Shape" level="5"/>
10499
10499
  </field>
10500
10500
  <field name="shaders"
@@ -10509,13 +10509,13 @@
10509
10509
  accessType="inputOutput"
10510
10510
  default="NULL"
10511
10511
  acceptableNodeTypes="X3DTextureNode"
10512
- 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."/>
10513
10513
  <field name="textureTransform"
10514
10514
  type="SFNode"
10515
10515
  accessType="inputOutput"
10516
10516
  default="NULL"
10517
10517
  acceptableNodeTypes="X3DTextureTransformNode"
10518
- 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.">
10519
10519
  <componentInfo name="Shape" level="2"/>
10520
10520
  </field>
10521
10521
  <field name="DEF"
@@ -11626,13 +11626,13 @@
11626
11626
  accessType="inputOutput"
11627
11627
  default="NULL"
11628
11628
  acceptableNodeTypes="X3DComposableVolumeRenderStyleNode"
11629
- 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."/>
11630
11630
  <field name="voxels"
11631
11631
  type="SFNode"
11632
11632
  accessType="inputOutput"
11633
11633
  default="NULL"
11634
11634
  acceptableNodeTypes="X3DTexture3DNode"
11635
- 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."/>
11636
11636
  <field name="weightConstant1"
11637
11637
  type="SFFloat"
11638
11638
  accessType="inputOutput"
@@ -12096,7 +12096,7 @@
12096
12096
  accessType="inputOutput"
12097
12097
  default="NULL"
12098
12098
  acceptableNodeTypes="X3DGeometryNode"
12099
- 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."/>
12100
12100
  <field name="IS"
12101
12101
  type="SFNode"
12102
12102
  accessType="inputOutput"
@@ -14607,7 +14607,7 @@
14607
14607
  accessType="initializeOnly"
14608
14608
  default="NULL"
14609
14609
  acceptableNodeTypes="TextureProperties"
14610
- 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."/>
14611
14611
  <field name="topTexture"
14612
14612
  synonym="top"
14613
14613
  type="SFNode"
@@ -14799,7 +14799,7 @@
14799
14799
  default="NULL"
14800
14800
  acceptableNodeTypes="TextureProperties"
14801
14801
  inheritedFrom="X3DTexture3DNode"
14802
- 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."/>
14803
14803
  <field name="DEF"
14804
14804
  type="SFString"
14805
14805
  accessType="inputOutput"
@@ -17345,7 +17345,7 @@
17345
17345
  type="MFNode"
17346
17346
  accessType="inputOutput"
17347
17347
  acceptableNodeTypes="X3DVertexAttributeNode"
17348
- 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."/>
17349
17349
  <field name="ccw"
17350
17350
  type="SFBool"
17351
17351
  accessType="initializeOnly"
@@ -17358,7 +17358,7 @@
17358
17358
  accessType="inputOutput"
17359
17359
  default="NULL"
17360
17360
  acceptableNodeTypes="X3DColorNode"
17361
- 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."/>
17362
17362
  <field name="colorPerVertex"
17363
17363
  type="SFBool"
17364
17364
  accessType="initializeOnly"
@@ -17375,7 +17375,7 @@
17375
17375
  accessType="inputOutput"
17376
17376
  default="NULL"
17377
17377
  acceptableNodeTypes="FogCoordinate"
17378
- 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."/>
17379
17379
  <field name="height"
17380
17380
  type="MFFloat"
17381
17381
  accessType="initializeOnly"
@@ -17398,7 +17398,7 @@
17398
17398
  accessType="inputOutput"
17399
17399
  default="NULL"
17400
17400
  acceptableNodeTypes="X3DNormalNode"
17401
- 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."/>
17402
17402
  <field name="normalPerVertex"
17403
17403
  type="SFBool"
17404
17404
  accessType="initializeOnly"
@@ -17418,7 +17418,7 @@
17418
17418
  accessType="inputOutput"
17419
17419
  default="NULL"
17420
17420
  acceptableNodeTypes="X3DSingleTextureCoordinateNode"
17421
- 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."/>
17422
17422
  <field name="xDimension"
17423
17423
  type="SFInt32"
17424
17424
  accessType="initializeOnly"
@@ -18973,7 +18973,7 @@
18973
18973
  accessType="initializeOnly"
18974
18974
  default="NULL"
18975
18975
  acceptableNodeTypes="TextureProperties"
18976
- 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."/>
18977
18977
  <field name="update"
18978
18978
  type="SFString"
18979
18979
  accessType="inputOutput"
@@ -19033,7 +19033,7 @@
19033
19033
  accessType="initializeOnly"
19034
19034
  default="NULL"
19035
19035
  acceptableNodeTypes="GeoOrigin"
19036
- 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."/>
19037
19037
  <field name="geoSystem"
19038
19038
  type="MFString"
19039
19039
  accessType="initializeOnly"
@@ -19109,7 +19109,7 @@
19109
19109
  accessType="inputOutput"
19110
19110
  default="NULL"
19111
19111
  acceptableNodeTypes="X3DColorNode"
19112
- 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."/>
19113
19113
  <field name="colorPerVertex"
19114
19114
  type="SFBool"
19115
19115
  accessType="initializeOnly"
@@ -19131,7 +19131,7 @@
19131
19131
  accessType="initializeOnly"
19132
19132
  default="NULL"
19133
19133
  acceptableNodeTypes="GeoOrigin"
19134
- 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."/>
19135
19135
  <field name="geoSystem"
19136
19136
  type="MFString"
19137
19137
  accessType="initializeOnly"
@@ -19162,7 +19162,7 @@
19162
19162
  accessType="inputOutput"
19163
19163
  default="NULL"
19164
19164
  acceptableNodeTypes="X3DNormalNode"
19165
- 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."/>
19166
19166
  <field name="normalPerVertex"
19167
19167
  type="SFBool"
19168
19168
  accessType="initializeOnly"
@@ -19182,7 +19182,7 @@
19182
19182
  accessType="inputOutput"
19183
19183
  default="NULL"
19184
19184
  acceptableNodeTypes="X3DSingleTextureCoordinateNode"
19185
- 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."/>
19186
19186
  <field name="xDimension"
19187
19187
  type="SFInt32"
19188
19188
  accessType="initializeOnly"
@@ -19297,7 +19297,7 @@
19297
19297
  accessType="initializeOnly"
19298
19298
  default="NULL"
19299
19299
  acceptableNodeTypes="GeoOrigin"
19300
- 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."/>
19301
19301
  <field name="geoSystem"
19302
19302
  type="MFString"
19303
19303
  accessType="initializeOnly"
@@ -19433,7 +19433,7 @@
19433
19433
  accessType="initializeOnly"
19434
19434
  default="NULL"
19435
19435
  acceptableNodeTypes="GeoOrigin"
19436
- 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."/>
19437
19437
  <field name="geoSystem"
19438
19438
  type="MFString"
19439
19439
  accessType="initializeOnly"
@@ -19705,7 +19705,7 @@
19705
19705
  accessType="initializeOnly"
19706
19706
  default="NULL"
19707
19707
  acceptableNodeTypes="GeoOrigin"
19708
- 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."/>
19709
19709
  <field name="geoSystem"
19710
19710
  type="MFString"
19711
19711
  accessType="initializeOnly"
@@ -19831,7 +19831,7 @@
19831
19831
  accessType="initializeOnly"
19832
19832
  default="NULL"
19833
19833
  acceptableNodeTypes="GeoOrigin"
19834
- 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."/>
19835
19835
  <field name="geoSystem"
19836
19836
  type="MFString"
19837
19837
  accessType="initializeOnly"
@@ -19929,7 +19929,7 @@
19929
19929
  accessType="initializeOnly"
19930
19930
  default="NULL"
19931
19931
  acceptableNodeTypes="GeoOrigin"
19932
- 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."/>
19933
19933
  <field name="geoSystem"
19934
19934
  type="MFString"
19935
19935
  accessType="initializeOnly"
@@ -20064,7 +20064,7 @@
20064
20064
  accessType="initializeOnly"
20065
20065
  default="NULL"
20066
20066
  acceptableNodeTypes="GeoOrigin"
20067
- 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."/>
20068
20068
  <field name="geoSystem"
20069
20069
  type="MFString"
20070
20070
  accessType="initializeOnly"
@@ -20196,7 +20196,7 @@
20196
20196
  accessType="initializeOnly"
20197
20197
  default="NULL"
20198
20198
  acceptableNodeTypes="GeoOrigin"
20199
- 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."/>
20200
20200
  <field name="geoSystem"
20201
20201
  type="MFString"
20202
20202
  accessType="initializeOnly"
@@ -24522,7 +24522,7 @@
24522
24522
  accessType="initializeOnly"
24523
24523
  default="NULL"
24524
24524
  acceptableNodeTypes="TextureProperties"
24525
- 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."/>
24526
24526
  <field name="url"
24527
24527
  type="MFString"
24528
24528
  accessType="inputOutput"
@@ -24629,7 +24629,7 @@
24629
24629
  default="NULL"
24630
24630
  acceptableNodeTypes="TextureProperties"
24631
24631
  inheritedFrom="X3DTexture2DNode"
24632
- 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."/>
24633
24633
  <field name="url"
24634
24634
  type="MFString"
24635
24635
  accessType="inputOutput"
@@ -24742,7 +24742,7 @@
24742
24742
  default="NULL"
24743
24743
  acceptableNodeTypes="TextureProperties"
24744
24744
  inheritedFrom="X3DTexture3DNode"
24745
- 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."/>
24746
24746
  <field name="url"
24747
24747
  type="MFString"
24748
24748
  accessType="inputOutput"
@@ -24797,7 +24797,7 @@
24797
24797
  accessType="inputOutput"
24798
24798
  acceptableNodeTypes="X3DVertexAttributeNode"
24799
24799
  inheritedFrom="X3DComposedGeometryNode"
24800
- 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."/>
24801
24801
  <field name="ccw"
24802
24802
  type="SFBool"
24803
24803
  accessType="initializeOnly"
@@ -24810,7 +24810,7 @@
24810
24810
  default="NULL"
24811
24811
  acceptableNodeTypes="X3DColorNode"
24812
24812
  inheritedFrom="X3DComposedGeometryNode"
24813
- 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."/>
24814
24814
  <field name="colorIndex"
24815
24815
  type="MFInt32"
24816
24816
  accessType="initializeOnly"
@@ -24835,7 +24835,7 @@
24835
24835
  default="NULL"
24836
24836
  acceptableNodeTypes="X3DCoordinateNode"
24837
24837
  inheritedFrom="X3DComposedGeometryNode"
24838
- 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."/>
24839
24839
  <field name="coordIndex"
24840
24840
  type="MFInt32"
24841
24841
  accessType="initializeOnly"
@@ -24855,7 +24855,7 @@
24855
24855
  default="NULL"
24856
24856
  acceptableNodeTypes="FogCoordinate"
24857
24857
  inheritedFrom="X3DComposedGeometryNode"
24858
- 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."/>
24859
24859
  <field name="IS"
24860
24860
  type="SFNode"
24861
24861
  accessType="inputOutput"
@@ -24875,7 +24875,7 @@
24875
24875
  default="NULL"
24876
24876
  acceptableNodeTypes="X3DNormalNode"
24877
24877
  inheritedFrom="X3DComposedGeometryNode"
24878
- 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."/>
24879
24879
  <field name="normalIndex"
24880
24880
  type="MFInt32"
24881
24881
  accessType="initializeOnly"
@@ -24925,7 +24925,7 @@
24925
24925
  default="NULL"
24926
24926
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
24927
24927
  inheritedFrom="X3DComposedGeometryNode"
24928
- 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."/>
24929
24929
  <field name="texCoordIndex"
24930
24930
  type="MFInt32"
24931
24931
  accessType="initializeOnly"
@@ -24978,13 +24978,13 @@
24978
24978
  type="MFNode"
24979
24979
  accessType="inputOutput"
24980
24980
  acceptableNodeTypes="X3DVertexAttributeNode"
24981
- 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."/>
24982
24982
  <field name="color"
24983
24983
  type="SFNode"
24984
24984
  accessType="inputOutput"
24985
24985
  default="NULL"
24986
24986
  acceptableNodeTypes="X3DColorNode"
24987
- 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."/>
24988
24988
  <field name="colorIndex"
24989
24989
  type="MFInt32"
24990
24990
  accessType="initializeOnly"
@@ -25000,7 +25000,7 @@
25000
25000
  accessType="inputOutput"
25001
25001
  default="NULL"
25002
25002
  acceptableNodeTypes="X3DCoordinateNode"
25003
- 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."/>
25004
25004
  <field name="coordIndex"
25005
25005
  type="MFInt32"
25006
25006
  accessType="initializeOnly"
@@ -25011,7 +25011,7 @@
25011
25011
  accessType="inputOutput"
25012
25012
  default="NULL"
25013
25013
  acceptableNodeTypes="FogCoordinate"
25014
- 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."/>
25015
25015
  <field name="IS"
25016
25016
  type="SFNode"
25017
25017
  accessType="inputOutput"
@@ -25030,7 +25030,7 @@
25030
25030
  accessType="inputOutput"
25031
25031
  default="NULL"
25032
25032
  acceptableNodeTypes="X3DNormalNode"
25033
- 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."/>
25034
25034
  <field name="set_colorIndex"
25035
25035
  type="MFInt32"
25036
25036
  accessType="inputOnly"
@@ -25091,7 +25091,7 @@
25091
25091
  accessType="inputOutput"
25092
25092
  acceptableNodeTypes="X3DVertexAttributeNode"
25093
25093
  inheritedFrom="X3DComposedGeometryNode"
25094
- 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."/>
25095
25095
  <field name="ccw"
25096
25096
  type="SFBool"
25097
25097
  accessType="initializeOnly"
@@ -25104,7 +25104,7 @@
25104
25104
  default="NULL"
25105
25105
  acceptableNodeTypes="X3DColorNode"
25106
25106
  inheritedFrom="X3DComposedGeometryNode"
25107
- 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."/>
25108
25108
  <field name="colorPerVertex"
25109
25109
  type="SFBool"
25110
25110
  accessType="initializeOnly"
@@ -25117,14 +25117,14 @@
25117
25117
  default="NULL"
25118
25118
  acceptableNodeTypes="X3DCoordinateNode"
25119
25119
  inheritedFrom="X3DComposedGeometryNode"
25120
- 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."/>
25121
25121
  <field name="fogCoord"
25122
25122
  type="SFNode"
25123
25123
  accessType="inputOutput"
25124
25124
  default="NULL"
25125
25125
  acceptableNodeTypes="FogCoordinate"
25126
25126
  inheritedFrom="X3DComposedGeometryNode"
25127
- 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."/>
25128
25128
  <field name="index"
25129
25129
  type="MFInt32"
25130
25130
  accessType="initializeOnly"
@@ -25149,7 +25149,7 @@
25149
25149
  default="NULL"
25150
25150
  acceptableNodeTypes="X3DNormalNode"
25151
25151
  inheritedFrom="X3DComposedGeometryNode"
25152
- 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."/>
25153
25153
  <field name="normalPerVertex"
25154
25154
  type="SFBool"
25155
25155
  accessType="initializeOnly"
@@ -25173,7 +25173,7 @@
25173
25173
  default="NULL"
25174
25174
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
25175
25175
  inheritedFrom="X3DComposedGeometryNode"
25176
- 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."/>
25177
25177
  <field name="DEF"
25178
25178
  type="SFString"
25179
25179
  accessType="inputOutput"
@@ -25222,7 +25222,7 @@
25222
25222
  accessType="inputOutput"
25223
25223
  acceptableNodeTypes="X3DVertexAttributeNode"
25224
25224
  inheritedFrom="X3DComposedGeometryNode"
25225
- 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."/>
25226
25226
  <field name="ccw"
25227
25227
  type="SFBool"
25228
25228
  accessType="initializeOnly"
@@ -25235,7 +25235,7 @@
25235
25235
  default="NULL"
25236
25236
  acceptableNodeTypes="X3DColorNode"
25237
25237
  inheritedFrom="X3DComposedGeometryNode"
25238
- 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."/>
25239
25239
  <field name="colorPerVertex"
25240
25240
  type="SFBool"
25241
25241
  accessType="initializeOnly"
@@ -25248,14 +25248,14 @@
25248
25248
  default="NULL"
25249
25249
  acceptableNodeTypes="X3DCoordinateNode"
25250
25250
  inheritedFrom="X3DComposedGeometryNode"
25251
- 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."/>
25252
25252
  <field name="fogCoord"
25253
25253
  type="SFNode"
25254
25254
  accessType="inputOutput"
25255
25255
  default="NULL"
25256
25256
  acceptableNodeTypes="FogCoordinate"
25257
25257
  inheritedFrom="X3DComposedGeometryNode"
25258
- 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."/>
25259
25259
  <field name="index"
25260
25260
  type="MFInt32"
25261
25261
  accessType="initializeOnly"
@@ -25280,7 +25280,7 @@
25280
25280
  default="NULL"
25281
25281
  acceptableNodeTypes="X3DNormalNode"
25282
25282
  inheritedFrom="X3DComposedGeometryNode"
25283
- 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."/>
25284
25284
  <field name="normalPerVertex"
25285
25285
  type="SFBool"
25286
25286
  accessType="initializeOnly"
@@ -25304,7 +25304,7 @@
25304
25304
  default="NULL"
25305
25305
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
25306
25306
  inheritedFrom="X3DComposedGeometryNode"
25307
- 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."/>
25308
25308
  <field name="DEF"
25309
25309
  type="SFString"
25310
25310
  accessType="inputOutput"
@@ -25353,7 +25353,7 @@
25353
25353
  accessType="inputOutput"
25354
25354
  acceptableNodeTypes="X3DVertexAttributeNode"
25355
25355
  inheritedFrom="X3DComposedGeometryNode"
25356
- 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."/>
25357
25357
  <field name="ccw"
25358
25358
  type="SFBool"
25359
25359
  accessType="initializeOnly"
@@ -25366,7 +25366,7 @@
25366
25366
  default="NULL"
25367
25367
  acceptableNodeTypes="X3DColorNode"
25368
25368
  inheritedFrom="X3DComposedGeometryNode"
25369
- 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."/>
25370
25370
  <field name="colorPerVertex"
25371
25371
  type="SFBool"
25372
25372
  accessType="initializeOnly"
@@ -25379,14 +25379,14 @@
25379
25379
  default="NULL"
25380
25380
  acceptableNodeTypes="X3DCoordinateNode"
25381
25381
  inheritedFrom="X3DComposedGeometryNode"
25382
- 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."/>
25383
25383
  <field name="fogCoord"
25384
25384
  type="SFNode"
25385
25385
  accessType="inputOutput"
25386
25386
  default="NULL"
25387
25387
  acceptableNodeTypes="FogCoordinate"
25388
25388
  inheritedFrom="X3DComposedGeometryNode"
25389
- 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."/>
25390
25390
  <field name="index"
25391
25391
  type="MFInt32"
25392
25392
  accessType="initializeOnly"
@@ -25411,7 +25411,7 @@
25411
25411
  default="NULL"
25412
25412
  acceptableNodeTypes="X3DNormalNode"
25413
25413
  inheritedFrom="X3DComposedGeometryNode"
25414
- 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."/>
25415
25415
  <field name="normalPerVertex"
25416
25416
  type="SFBool"
25417
25417
  accessType="initializeOnly"
@@ -25435,7 +25435,7 @@
25435
25435
  default="NULL"
25436
25436
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
25437
25437
  inheritedFrom="X3DComposedGeometryNode"
25438
- 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."/>
25439
25439
  <field name="DEF"
25440
25440
  type="SFString"
25441
25441
  accessType="inputOutput"
@@ -25484,7 +25484,7 @@
25484
25484
  accessType="inputOutput"
25485
25485
  acceptableNodeTypes="X3DVertexAttributeNode"
25486
25486
  inheritedFrom="X3DComposedGeometryNode"
25487
- 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."/>
25488
25488
  <field name="ccw"
25489
25489
  type="SFBool"
25490
25490
  accessType="initializeOnly"
@@ -25497,7 +25497,7 @@
25497
25497
  default="NULL"
25498
25498
  acceptableNodeTypes="X3DColorNode"
25499
25499
  inheritedFrom="X3DComposedGeometryNode"
25500
- 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."/>
25501
25501
  <field name="colorPerVertex"
25502
25502
  type="SFBool"
25503
25503
  accessType="initializeOnly"
@@ -25510,14 +25510,14 @@
25510
25510
  default="NULL"
25511
25511
  acceptableNodeTypes="X3DCoordinateNode"
25512
25512
  inheritedFrom="X3DComposedGeometryNode"
25513
- 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."/>
25514
25514
  <field name="fogCoord"
25515
25515
  type="SFNode"
25516
25516
  accessType="inputOutput"
25517
25517
  default="NULL"
25518
25518
  acceptableNodeTypes="FogCoordinate"
25519
25519
  inheritedFrom="X3DComposedGeometryNode"
25520
- 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."/>
25521
25521
  <field name="index"
25522
25522
  type="MFInt32"
25523
25523
  accessType="initializeOnly"
@@ -25542,7 +25542,7 @@
25542
25542
  default="NULL"
25543
25543
  acceptableNodeTypes="X3DNormalNode"
25544
25544
  inheritedFrom="X3DComposedGeometryNode"
25545
- 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."/>
25546
25546
  <field name="normalPerVertex"
25547
25547
  type="SFBool"
25548
25548
  accessType="initializeOnly"
@@ -25566,7 +25566,7 @@
25566
25566
  default="NULL"
25567
25567
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
25568
25568
  inheritedFrom="X3DComposedGeometryNode"
25569
- 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."/>
25570
25570
  <field name="DEF"
25571
25571
  type="SFString"
25572
25572
  accessType="inputOutput"
@@ -25910,7 +25910,7 @@
25910
25910
  accessType="inputOutput"
25911
25911
  default="NULL"
25912
25912
  acceptableNodeTypes="X3DTexture3DNode"
25913
- 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."/>
25914
25914
  <field name="IS"
25915
25915
  type="SFNode"
25916
25916
  accessType="inputOutput"
@@ -25950,7 +25950,7 @@
25950
25950
  accessType="inputOutput"
25951
25951
  default="NULL"
25952
25952
  acceptableNodeTypes="X3DTexture3DNode"
25953
- 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."/>
25954
25954
  <field name="DEF"
25955
25955
  type="SFString"
25956
25956
  accessType="inputOutput"
@@ -26885,25 +26885,25 @@
26885
26885
  type="MFNode"
26886
26886
  accessType="inputOutput"
26887
26887
  acceptableNodeTypes="X3DVertexAttributeNode"
26888
- 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."/>
26889
26889
  <field name="color"
26890
26890
  type="SFNode"
26891
26891
  accessType="inputOutput"
26892
26892
  default="NULL"
26893
26893
  acceptableNodeTypes="X3DColorNode"
26894
- 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."/>
26895
26895
  <field name="coord"
26896
26896
  type="SFNode"
26897
26897
  accessType="inputOutput"
26898
26898
  default="NULL"
26899
26899
  acceptableNodeTypes="X3DCoordinateNode"
26900
- 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."/>
26901
26901
  <field name="fogCoord"
26902
26902
  type="SFNode"
26903
26903
  accessType="inputOutput"
26904
26904
  default="NULL"
26905
26905
  acceptableNodeTypes="FogCoordinate"
26906
- 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."/>
26907
26907
  <field name="IS"
26908
26908
  type="SFNode"
26909
26909
  accessType="inputOutput"
@@ -26922,7 +26922,7 @@
26922
26922
  accessType="inputOutput"
26923
26923
  default="NULL"
26924
26924
  acceptableNodeTypes="X3DNormalNode"
26925
- 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."/>
26926
26926
  <field name="vertexCount"
26927
26927
  type="MFInt32"
26928
26928
  accessType="inputOutput"
@@ -28600,7 +28600,7 @@
28600
28600
  accessType="initializeOnly"
28601
28601
  default="NULL"
28602
28602
  acceptableNodeTypes="TextureProperties"
28603
- 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."/>
28604
28604
  <field name="url"
28605
28605
  type="MFString"
28606
28606
  accessType="inputOutput"
@@ -28900,6 +28900,8 @@
28900
28900
  <ContentModel>
28901
28901
  <GroupContentModel name="ChildContentModelCore" minOccurs="0"/>
28902
28902
  <NodeContentModel name="TextureTransform"/>
28903
+ <NodeContentModel name="TextureTransform3D"/>
28904
+ <NodeContentModel name="TextureTransformMatrix3D"/>
28903
28905
  <NodeContentModel name="ProtoInstance"/>
28904
28906
  </ContentModel>
28905
28907
  </InterfaceDefinition>
@@ -29045,7 +29047,7 @@
29045
29047
  </ConcreteNode>
29046
29048
  <ConcreteNode name="Normal">
29047
29049
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/rendering.html#Normal"
29048
- 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.">
29049
29051
  <componentInfo name="Rendering" level="2"/>
29050
29052
  <Inheritance baseType="X3DNormalNode"/>
29051
29053
  <field name="IS"
@@ -29188,7 +29190,7 @@
29188
29190
  accessType="inputOutput"
29189
29191
  default="NULL"
29190
29192
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29191
- 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."/>
29192
29194
  <field name="IS"
29193
29195
  type="SFNode"
29194
29196
  accessType="inputOutput"
@@ -29354,7 +29356,7 @@
29354
29356
  accessType="inputOutput"
29355
29357
  default="NULL"
29356
29358
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29357
- 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."/>
29358
29360
  <field name="IS"
29359
29361
  type="SFNode"
29360
29362
  accessType="inputOutput"
@@ -29440,7 +29442,7 @@
29440
29442
  default="NULL"
29441
29443
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29442
29444
  inheritedFrom="X3DNurbsSurfaceGeometryNode"
29443
- 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."/>
29444
29446
  <field name="IS"
29445
29447
  type="SFNode"
29446
29448
  accessType="inputOutput"
@@ -29466,7 +29468,7 @@
29466
29468
  default="NULL"
29467
29469
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|NurbsTextureCoordinate"
29468
29470
  inheritedFrom="X3DNurbsSurfaceGeometryNode"
29469
- 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."/>
29470
29472
  <field name="uClosed"
29471
29473
  type="SFBool"
29472
29474
  accessType="initializeOnly"
@@ -29587,7 +29589,7 @@
29587
29589
  accessType="inputOutput"
29588
29590
  default="NULL"
29589
29591
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29590
- 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."/>
29591
29593
  <field name="IS"
29592
29594
  type="SFNode"
29593
29595
  accessType="inputOutput"
@@ -29775,7 +29777,7 @@
29775
29777
  accessType="inputOutput"
29776
29778
  default="NULL"
29777
29779
  acceptableNodeTypes="Coordinate|CoordinateDouble"
29778
- 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."/>
29779
29781
  <field name="IS"
29780
29782
  type="SFNode"
29781
29783
  accessType="inputOutput"
@@ -30142,7 +30144,7 @@
30142
30144
  default="NULL"
30143
30145
  acceptableNodeTypes="Coordinate|CoordinateDouble"
30144
30146
  inheritedFrom="X3DNurbsSurfaceGeometryNode"
30145
- 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."/>
30146
30148
  <field name="IS"
30147
30149
  type="SFNode"
30148
30150
  accessType="inputOutput"
@@ -30172,7 +30174,7 @@
30172
30174
  default="NULL"
30173
30175
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|NurbsTextureCoordinate"
30174
30176
  inheritedFrom="X3DNurbsSurfaceGeometryNode"
30175
- 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."/>
30176
30178
  <field name="trimmingContour"
30177
30179
  type="MFNode"
30178
30180
  accessType="inputOutput"
@@ -31076,7 +31078,7 @@
31076
31078
  accessType="inputOutput"
31077
31079
  default="NULL"
31078
31080
  acceptableNodeTypes="X3DGeometryNode"
31079
- 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.">
31080
31082
  <componentInfo name="ParticleSystems" level="3"/>
31081
31083
  </field>
31082
31084
  <field name="geometryType"
@@ -31660,7 +31662,7 @@
31660
31662
  default="NULL"
31661
31663
  acceptableNodeTypes="TextureProperties"
31662
31664
  inheritedFrom="X3DTexture2DNode"
31663
- 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."/>
31664
31666
  <field name="DEF"
31665
31667
  type="SFString"
31666
31668
  accessType="inputOutput"
@@ -31750,7 +31752,7 @@
31750
31752
  default="NULL"
31751
31753
  acceptableNodeTypes="TextureProperties"
31752
31754
  inheritedFrom="X3DTexture3DNode"
31753
- 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."/>
31754
31756
  <field name="DEF"
31755
31757
  type="SFString"
31756
31758
  accessType="inputOutput"
@@ -32360,25 +32362,25 @@
32360
32362
  type="MFNode"
32361
32363
  accessType="inputOutput"
32362
32364
  acceptableNodeTypes="X3DVertexAttributeNode"
32363
- 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."/>
32364
32366
  <field name="color"
32365
32367
  type="SFNode"
32366
32368
  accessType="inputOutput"
32367
32369
  default="NULL"
32368
32370
  acceptableNodeTypes="X3DColorNode"
32369
- 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."/>
32370
32372
  <field name="coord"
32371
32373
  type="SFNode"
32372
32374
  accessType="inputOutput"
32373
32375
  default="NULL"
32374
32376
  acceptableNodeTypes="X3DCoordinateNode"
32375
- 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."/>
32376
32378
  <field name="fogCoord"
32377
32379
  type="SFNode"
32378
32380
  accessType="inputOutput"
32379
32381
  default="NULL"
32380
32382
  acceptableNodeTypes="FogCoordinate"
32381
- 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."/>
32382
32384
  <field name="IS"
32383
32385
  type="SFNode"
32384
32386
  accessType="inputOutput"
@@ -32397,7 +32399,7 @@
32397
32399
  accessType="inputOutput"
32398
32400
  default="NULL"
32399
32401
  acceptableNodeTypes="X3DNormalNode"
32400
- 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."/>
32401
32403
  <field name="DEF"
32402
32404
  type="SFString"
32403
32405
  accessType="inputOutput"
@@ -33685,7 +33687,7 @@
33685
33687
  accessType="inputOutput"
33686
33688
  acceptableNodeTypes="X3DVertexAttributeNode"
33687
33689
  inheritedFrom="X3DComposedGeometryNode"
33688
- 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."/>
33689
33691
  <field name="ccw"
33690
33692
  type="SFBool"
33691
33693
  accessType="initializeOnly"
@@ -33698,7 +33700,7 @@
33698
33700
  default="NULL"
33699
33701
  acceptableNodeTypes="X3DColorNode"
33700
33702
  inheritedFrom="X3DComposedGeometryNode"
33701
- 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."/>
33702
33704
  <field name="colorPerVertex"
33703
33705
  type="SFBool"
33704
33706
  accessType="initializeOnly"
@@ -33711,14 +33713,14 @@
33711
33713
  default="NULL"
33712
33714
  acceptableNodeTypes="X3DCoordinateNode"
33713
33715
  inheritedFrom="X3DComposedGeometryNode"
33714
- 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."/>
33715
33717
  <field name="fogCoord"
33716
33718
  type="SFNode"
33717
33719
  accessType="inputOutput"
33718
33720
  default="NULL"
33719
33721
  acceptableNodeTypes="FogCoordinate"
33720
33722
  inheritedFrom="X3DComposedGeometryNode"
33721
- 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."/>
33722
33724
  <field name="IS"
33723
33725
  type="SFNode"
33724
33726
  accessType="inputOutput"
@@ -33738,7 +33740,7 @@
33738
33740
  default="NULL"
33739
33741
  acceptableNodeTypes="X3DNormalNode"
33740
33742
  inheritedFrom="X3DComposedGeometryNode"
33741
- 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."/>
33742
33744
  <field name="normalPerVertex"
33743
33745
  type="SFBool"
33744
33746
  accessType="initializeOnly"
@@ -33757,7 +33759,7 @@
33757
33759
  default="NULL"
33758
33760
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
33759
33761
  inheritedFrom="X3DComposedGeometryNode"
33760
- 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."/>
33761
33763
  <field name="DEF"
33762
33764
  type="SFString"
33763
33765
  accessType="inputOutput"
@@ -35113,7 +35115,7 @@
35113
35115
  accessType="inputOutput"
35114
35116
  default="NULL"
35115
35117
  acceptableNodeTypes="X3DTexture3DNode"
35116
- 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."/>
35117
35119
  <field name="visible"
35118
35120
  type="SFBool"
35119
35121
  accessType="inputOutput"
@@ -35125,7 +35127,7 @@
35125
35127
  accessType="inputOutput"
35126
35128
  default="NULL"
35127
35129
  acceptableNodeTypes="X3DTexture3DNode"
35128
- 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."/>
35129
35131
  <field name="DEF"
35130
35132
  type="SFString"
35131
35133
  accessType="inputOutput"
@@ -35484,7 +35486,7 @@
35484
35486
  default="NULL"
35485
35487
  acceptableNodeTypes="X3DAppearanceNode"
35486
35488
  inheritedFrom="X3DShapeNode"
35487
- 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."/>
35488
35490
  <field name="bboxCenter"
35489
35491
  type="SFVec3f"
35490
35492
  accessType="initializeOnly"
@@ -35516,7 +35518,7 @@
35516
35518
  default="NULL"
35517
35519
  acceptableNodeTypes="X3DGeometryNode"
35518
35520
  inheritedFrom="X3DShapeNode"
35519
- 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."/>
35520
35522
  <field name="IS"
35521
35523
  type="SFNode"
35522
35524
  accessType="inputOutput"
@@ -38547,7 +38549,7 @@
38547
38549
  default="NULL"
38548
38550
  acceptableNodeTypes="X3DTexture2DNode"
38549
38551
  inheritedFrom="X3DTextureProjectorNode"
38550
- 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."/>
38551
38553
  <field name="upVector"
38552
38554
  type="SFVec3f"
38553
38555
  accessType="inputOutput"
@@ -38710,7 +38712,7 @@
38710
38712
  default="NULL"
38711
38713
  acceptableNodeTypes="X3DTexture2DNode"
38712
38714
  inheritedFrom="X3DTextureProjectorNode"
38713
- 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."/>
38714
38716
  <field name="upVector"
38715
38717
  type="SFVec3f"
38716
38718
  accessType="inputOutput"
@@ -40114,7 +40116,7 @@
40114
40116
  accessType="inputOutput"
40115
40117
  acceptableNodeTypes="X3DVertexAttributeNode"
40116
40118
  inheritedFrom="X3DComposedGeometryNode"
40117
- 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."/>
40118
40120
  <field name="ccw"
40119
40121
  type="SFBool"
40120
40122
  accessType="initializeOnly"
@@ -40127,7 +40129,7 @@
40127
40129
  default="NULL"
40128
40130
  acceptableNodeTypes="X3DColorNode"
40129
40131
  inheritedFrom="X3DComposedGeometryNode"
40130
- 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."/>
40131
40133
  <field name="colorPerVertex"
40132
40134
  type="SFBool"
40133
40135
  accessType="initializeOnly"
@@ -40140,7 +40142,7 @@
40140
40142
  default="NULL"
40141
40143
  acceptableNodeTypes="X3DCoordinateNode"
40142
40144
  inheritedFrom="X3DComposedGeometryNode"
40143
- 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."/>
40144
40146
  <field name="fanCount"
40145
40147
  type="MFInt32"
40146
40148
  accessType="inputOutput"
@@ -40152,7 +40154,7 @@
40152
40154
  default="NULL"
40153
40155
  acceptableNodeTypes="FogCoordinate"
40154
40156
  inheritedFrom="X3DComposedGeometryNode"
40155
- 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."/>
40156
40158
  <field name="IS"
40157
40159
  type="SFNode"
40158
40160
  accessType="inputOutput"
@@ -40172,7 +40174,7 @@
40172
40174
  default="NULL"
40173
40175
  acceptableNodeTypes="X3DNormalNode"
40174
40176
  inheritedFrom="X3DComposedGeometryNode"
40175
- 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."/>
40176
40178
  <field name="normalPerVertex"
40177
40179
  type="SFBool"
40178
40180
  accessType="initializeOnly"
@@ -40191,7 +40193,7 @@
40191
40193
  default="NULL"
40192
40194
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
40193
40195
  inheritedFrom="X3DComposedGeometryNode"
40194
- 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."/>
40195
40197
  <field name="DEF"
40196
40198
  type="SFString"
40197
40199
  accessType="inputOutput"
@@ -40240,7 +40242,7 @@
40240
40242
  accessType="inputOutput"
40241
40243
  acceptableNodeTypes="X3DVertexAttributeNode"
40242
40244
  inheritedFrom="X3DComposedGeometryNode"
40243
- 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."/>
40244
40246
  <field name="ccw"
40245
40247
  type="SFBool"
40246
40248
  accessType="initializeOnly"
@@ -40253,7 +40255,7 @@
40253
40255
  default="NULL"
40254
40256
  acceptableNodeTypes="X3DColorNode"
40255
40257
  inheritedFrom="X3DComposedGeometryNode"
40256
- 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."/>
40257
40259
  <field name="colorPerVertex"
40258
40260
  type="SFBool"
40259
40261
  accessType="initializeOnly"
@@ -40266,14 +40268,14 @@
40266
40268
  default="NULL"
40267
40269
  acceptableNodeTypes="X3DCoordinateNode"
40268
40270
  inheritedFrom="X3DComposedGeometryNode"
40269
- 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."/>
40270
40272
  <field name="fogCoord"
40271
40273
  type="SFNode"
40272
40274
  accessType="inputOutput"
40273
40275
  default="NULL"
40274
40276
  acceptableNodeTypes="FogCoordinate"
40275
40277
  inheritedFrom="X3DComposedGeometryNode"
40276
- 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."/>
40277
40279
  <field name="IS"
40278
40280
  type="SFNode"
40279
40281
  accessType="inputOutput"
@@ -40293,7 +40295,7 @@
40293
40295
  default="NULL"
40294
40296
  acceptableNodeTypes="X3DNormalNode"
40295
40297
  inheritedFrom="X3DComposedGeometryNode"
40296
- 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."/>
40297
40299
  <field name="normalPerVertex"
40298
40300
  type="SFBool"
40299
40301
  accessType="initializeOnly"
@@ -40312,7 +40314,7 @@
40312
40314
  default="NULL"
40313
40315
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
40314
40316
  inheritedFrom="X3DComposedGeometryNode"
40315
- 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."/>
40316
40318
  <field name="DEF"
40317
40319
  type="SFString"
40318
40320
  accessType="inputOutput"
@@ -40423,7 +40425,7 @@
40423
40425
  accessType="inputOutput"
40424
40426
  acceptableNodeTypes="X3DVertexAttributeNode"
40425
40427
  inheritedFrom="X3DComposedGeometryNode"
40426
- 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."/>
40427
40429
  <field name="ccw"
40428
40430
  type="SFBool"
40429
40431
  accessType="initializeOnly"
@@ -40436,7 +40438,7 @@
40436
40438
  default="NULL"
40437
40439
  acceptableNodeTypes="X3DColorNode"
40438
40440
  inheritedFrom="X3DComposedGeometryNode"
40439
- 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."/>
40440
40442
  <field name="colorPerVertex"
40441
40443
  type="SFBool"
40442
40444
  accessType="initializeOnly"
@@ -40449,14 +40451,14 @@
40449
40451
  default="NULL"
40450
40452
  acceptableNodeTypes="X3DCoordinateNode"
40451
40453
  inheritedFrom="X3DComposedGeometryNode"
40452
- 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."/>
40453
40455
  <field name="fogCoord"
40454
40456
  type="SFNode"
40455
40457
  accessType="inputOutput"
40456
40458
  default="NULL"
40457
40459
  acceptableNodeTypes="FogCoordinate"
40458
40460
  inheritedFrom="X3DComposedGeometryNode"
40459
- 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."/>
40460
40462
  <field name="IS"
40461
40463
  type="SFNode"
40462
40464
  accessType="inputOutput"
@@ -40476,7 +40478,7 @@
40476
40478
  default="NULL"
40477
40479
  acceptableNodeTypes="X3DNormalNode"
40478
40480
  inheritedFrom="X3DComposedGeometryNode"
40479
- 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."/>
40480
40482
  <field name="normalPerVertex"
40481
40483
  type="SFBool"
40482
40484
  accessType="initializeOnly"
@@ -40500,7 +40502,7 @@
40500
40502
  default="NULL"
40501
40503
  acceptableNodeTypes="X3DSingleTextureCoordinateNode|MultiTextureCoordinate"
40502
40504
  inheritedFrom="X3DComposedGeometryNode"
40503
- 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."/>
40504
40506
  <field name="DEF"
40505
40507
  type="SFString"
40506
40508
  accessType="inputOutput"
@@ -41402,7 +41404,7 @@
41402
41404
  accessType="inputOutput"
41403
41405
  default="NULL"
41404
41406
  acceptableNodeTypes="X3DVolumeRenderStyleNode"
41405
- 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."/>
41406
41408
  <field name="visible"
41407
41409
  type="SFBool"
41408
41410
  accessType="inputOutput"
@@ -41414,7 +41416,7 @@
41414
41416
  accessType="inputOutput"
41415
41417
  default="NULL"
41416
41418
  acceptableNodeTypes="X3DTexture3DNode"
41417
- 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."/>
41418
41420
  <field name="DEF"
41419
41421
  type="SFString"
41420
41422
  accessType="inputOutput"