sunrize 2.0.14 → 2.0.15

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sunrize",
3
3
  "productName": "Sunrize X3D Editor",
4
- "version": "2.0.14",
4
+ "version": "2.0.15",
5
5
  "description": "Sunrize — A Multi-Platform X3D Editor",
6
6
  "main": "src/main.js",
7
7
  "bin": {
@@ -93,7 +93,7 @@
93
93
  "@vscode/codicons": "^0.0.45",
94
94
  "capitalize": "^2.0.4",
95
95
  "console": "^0.7.2",
96
- "electron": "^41.2.1",
96
+ "electron": "^41.3.0",
97
97
  "electron-prompt": "^1.7.0",
98
98
  "electron-squirrel-startup": "^1.0.1",
99
99
  "electron-tabs": "^1.0.4",
@@ -102,7 +102,7 @@
102
102
  "jquery-ui-dist": "^1.13.3",
103
103
  "jstree": "^3.3.17",
104
104
  "material-icons": "^1.13.14",
105
- "material-symbols": "^0.44.2",
105
+ "material-symbols": "^0.44.4",
106
106
  "md5": "^2.3.0",
107
107
  "mime-types": "^3.0.2",
108
108
  "monaco-editor": "^0.55.1",
@@ -112,7 +112,7 @@
112
112
  "string-similarity": "^4.0.4",
113
113
  "tweakpane": "^4.0.5",
114
114
  "update-electron-app": "^3.1.2",
115
- "x_ite": "^14.1.5",
115
+ "x_ite": "^14.2.0",
116
116
  "x3d-traverse": "^1.0.22"
117
117
  }
118
118
  }
@@ -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 2026-01-11-08:00 18:46:39.528322-08:00 -->
5
+ <!-- Generated 2026-04-20-07:00 12:13:25.5799648-07:00 -->
6
6
  <X3dUnifiedObjectModel xmlns:xsd="http://www.w3.org/2001/XMLSchema-instance"
7
7
  version="4.0"
8
8
  xsd:noNamespaceSchemaLocation="X3dUnifiedObjectModel.xsd">
@@ -11429,7 +11429,7 @@
11429
11429
  accessType="inputOutput"
11430
11430
  default="0"
11431
11431
  minInclusive="0"
11432
- description="The detune field forms a compound field together with playbackRate that together determine a computedPlaybackRate value."/>
11432
+ description="The detune field, measured in cents, modulates the speed at which the the audio stream is rendered."/>
11433
11433
  <field name="elapsedTime"
11434
11434
  type="SFTime"
11435
11435
  accessType="outputOnly"
@@ -12293,7 +12293,7 @@
12293
12293
  accessType="inputOutput"
12294
12294
  default="0"
12295
12295
  minInclusive="0"
12296
- description="The detune field forms a compound field together with playbackRate that together determine a computedPlaybackRate value."/>
12296
+ description="The detune field, measured in cents, modulates the speed at which the the audio stream is rendered."/>
12297
12297
  <field name="elapsedTime"
12298
12298
  type="SFTime"
12299
12299
  accessType="outputOnly"
@@ -18215,7 +18215,7 @@
18215
18215
  </ConcreteNode>
18216
18216
  <ConcreteNode name="FillProperties">
18217
18217
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#FillProperties"
18218
- appinfo="FillProperties indicates whether appearance is filled or hatched for associated geometry nodes inside the same Shape.">
18218
+ appinfo="FillProperties indicates whether appearance is filled or hatched for associated geometry inside the same Shape.">
18219
18219
  <componentInfo name="Shape" level="3"/>
18220
18220
  <Inheritance baseType="X3DAppearanceChildNode"/>
18221
18221
  <field name="filled"
@@ -22713,7 +22713,7 @@
22713
22713
  accessType="inputOutput"
22714
22714
  default="NULL"
22715
22715
  acceptableNodeTypes="Coordinate|CoordinateDouble"
22716
- description="the coord field is used for HAnimSegment objects that have deformable meshes and shall contain coordinates referenced from the IndexedFaceSet for the paarent HAnimSegment object."/>
22716
+ description="the coord field is used for HAnimSegment objects that have deformable meshes and shall contain coordinates referenced from the IndexedFaceSet for the parent HAnimSegment object."/>
22717
22717
  <field name="description"
22718
22718
  type="SFString"
22719
22719
  accessType="inputOutput"
@@ -26784,7 +26784,7 @@
26784
26784
  </ConcreteNode>
26785
26785
  <ConcreteNode name="LineProperties">
26786
26786
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#LineProperties"
26787
- appinfo="LineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry nodes inside the same Shape.">
26787
+ appinfo="LineProperties allows precise fine-grained control over the rendering style of lines and edges for associated geometry inside the same Shape.">
26788
26788
  <componentInfo name="Shape" level="2"/>
26789
26789
  <Inheritance baseType="X3DAppearanceChildNode"/>
26790
26790
  <field name="applied"
@@ -27410,7 +27410,7 @@
27410
27410
  </ConcreteNode>
27411
27411
  <ConcreteNode name="Material">
27412
27412
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#Material"
27413
- appinfo="Material specifies surface rendering properties for associated geometry nodes.">
27413
+ appinfo="Material specifies surface rendering properties for associated geometry.">
27414
27414
  <componentInfo name="Shape" level="1"/>
27415
27415
  <Inheritance baseType="X3DOneSidedMaterialNode"/>
27416
27416
  <field name="ambientIntensity"
@@ -30770,7 +30770,7 @@
30770
30770
  accessType="inputOutput"
30771
30771
  default="0"
30772
30772
  minInclusive="0"
30773
- description="The detune ffield is an a-rate AudioParam representing detuning of oscillation in cents (though the AudioParam returned is read-only, the value it represents is not)."/>
30773
+ description="The detune field, measured in cents, modulates the speed at which the the audio stream is rendered."/>
30774
30774
  <field name="elapsedTime"
30775
30775
  type="SFTime"
30776
30776
  accessType="outputOnly"
@@ -31321,7 +31321,7 @@
31321
31321
  </ConcreteNode>
31322
31322
  <ConcreteNode name="PhysicalMaterial">
31323
31323
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#PhysicalMaterial"
31324
- appinfo="PhysicalMaterial specifies surface rendering properties for associated geometry nodes.">
31324
+ appinfo="PhysicalMaterial specifies Physically Based Rendering (PBR) properties for associated geometry.">
31325
31325
  <componentInfo name="Shape" level="2"/>
31326
31326
  <Inheritance baseType="X3DOneSidedMaterialNode"/>
31327
31327
  <field name="baseColor"
@@ -37441,7 +37441,7 @@
37441
37441
  </ConcreteNode>
37442
37442
  <ConcreteNode name="StringSensor">
37443
37443
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/keyDeviceSensor.html#StringSensor"
37444
- appinfo="StringSensor generates events as the user presses keys on the keyboard.">
37444
+ appinfo="StringSensor generates events as the user enters strings on the keyboard.">
37445
37445
  <componentInfo name="KeyDeviceSensor" level="2"/>
37446
37446
  <Inheritance baseType="X3DKeyDeviceSensorNode"/>
37447
37447
  <field name="deletionAllowed"
@@ -38449,7 +38449,7 @@
38449
38449
  accessType="outputOnly"
38450
38450
  minExclusive="0"
38451
38451
  inheritedFrom="X3DTextureProjectorNode"
38452
- description="aspectRatio is the ratio of width and height that is projected."/>
38452
+ description="aspectRatio is the ratio of width and height that is projected, reported as output event when contained image is loaded."/>
38453
38453
  <field name="color"
38454
38454
  type="SFColor"
38455
38455
  accessType="inputOutput"
@@ -38475,7 +38475,7 @@
38475
38475
  default="-1"
38476
38476
  minInclusive="-1"
38477
38477
  inheritedFrom="X3DTextureProjectorNode"
38478
- description="maximum distance necessary for texture display."/>
38478
+ description="maximum distance necessary for texture display, -1 if unconstrained."/>
38479
38479
  <field name="fieldOfView"
38480
38480
  type="SFFloat"
38481
38481
  accessType="inputOutput"
@@ -38521,7 +38521,7 @@
38521
38521
  default="-1"
38522
38522
  minInclusive="-1"
38523
38523
  inheritedFrom="X3DTextureProjectorNode"
38524
- description="minimum distance necessary for texture display."/>
38524
+ description="minimum distance necessary for texture display, -1 if unconstrained."/>
38525
38525
  <field name="on"
38526
38526
  type="SFBool"
38527
38527
  accessType="inputOutput"
@@ -38555,7 +38555,7 @@
38555
38555
  accessType="inputOutput"
38556
38556
  default="0 1 0"
38557
38557
  inheritedFrom="X3DTextureProjectorNode"
38558
- description="upVector describes the roll of the camera by defining which direction is up for camera orientation."/>
38558
+ description="upVector describes camera orientation by defining which direction is up."/>
38559
38559
  <field name="DEF"
38560
38560
  type="SFString"
38561
38561
  accessType="inputOutput"
@@ -38614,7 +38614,7 @@
38614
38614
  accessType="outputOnly"
38615
38615
  minExclusive="0"
38616
38616
  inheritedFrom="X3DTextureProjectorNode"
38617
- description="aspectRatio is the ratio of width and height that is projected."/>
38617
+ description="aspectRatio is the ratio of width and height that is projected, reported as output event when contained image is loaded."/>
38618
38618
  <field name="color"
38619
38619
  type="SFColor"
38620
38620
  accessType="inputOutput"
@@ -38640,7 +38640,7 @@
38640
38640
  default="-1"
38641
38641
  minInclusive="-1"
38642
38642
  inheritedFrom="X3DTextureProjectorNode"
38643
- description="maximum distance necessary for texture display."/>
38643
+ description="maximum distance necessary for texture display, -1 if unconstrained."/>
38644
38644
  <field name="fieldOfView"
38645
38645
  type="SFVec4f"
38646
38646
  accessType="inputOutput"
@@ -38684,7 +38684,7 @@
38684
38684
  default="-1"
38685
38685
  minInclusive="-1"
38686
38686
  inheritedFrom="X3DTextureProjectorNode"
38687
- description="minimum distance necessary for texture display."/>
38687
+ description="minimum distance necessary for texture display, -1 if unconstrained."/>
38688
38688
  <field name="on"
38689
38689
  type="SFBool"
38690
38690
  accessType="inputOutput"
@@ -38718,7 +38718,7 @@
38718
38718
  accessType="inputOutput"
38719
38719
  default="0 1 0"
38720
38720
  inheritedFrom="X3DTextureProjectorNode"
38721
- description="upVector describes the roll of the camera by defining which direction is up for camera orientation."/>
38721
+ description="upVector describes camera orientation by defining which direction is up."/>
38722
38722
  <field name="DEF"
38723
38723
  type="SFString"
38724
38724
  accessType="inputOutput"
@@ -38981,7 +38981,7 @@
38981
38981
  type="SFFloat"
38982
38982
  accessType="inputOutput"
38983
38983
  default="0"
38984
- description="single rotation angle of texture about center (opposite effect appears on geometry)."/>
38984
+ description="Single rotation angle of texture about center (opposite effect appears on geometry)."/>
38985
38985
  <field name="scale"
38986
38986
  type="SFVec2f"
38987
38987
  accessType="inputOutput"
@@ -40543,7 +40543,7 @@
40543
40543
  </ConcreteNode>
40544
40544
  <ConcreteNode name="TwoSidedMaterial">
40545
40545
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#TwoSidedMaterial"
40546
- appinfo="TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.">
40546
+ appinfo="TwoSidedMaterial specifies surface rendering properties for associated geometry, for outer (front) and inner (back) sides of polygons.">
40547
40547
  <componentInfo name="Shape" level="4"/>
40548
40548
  <Inheritance baseType="X3DMaterialNode"/>
40549
40549
  <field name="ambientIntensity"
@@ -40830,7 +40830,7 @@
40830
40830
  </ConcreteNode>
40831
40831
  <ConcreteNode name="UnlitMaterial">
40832
40832
  <InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#UnlitMaterial"
40833
- appinfo="UnlitMaterial specifies surface rendering properties for associated geometry nodes.">
40833
+ appinfo="UnlitMaterial specifies surface rendering properties for associated geometry that is unaffected by scene lighting.">
40834
40834
  <componentInfo name="Shape" level="1"/>
40835
40835
  <Inheritance baseType="X3DOneSidedMaterialNode"/>
40836
40836
  <field name="emissiveColor"