sunrize 1.8.26 → 1.8.28
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 +2 -2
- package/src/Controls/AddPrototypePopover.js +4 -0
- package/src/Controls/EditNodePopover.js +77 -0
- package/src/Controls/EditUserDefinedFieldPopover.js +58 -14
- package/src/Controls/ExportNodePopover.js +9 -2
- package/src/Controls/ImportNodePopover.js +9 -2
- package/src/Controls/Popover.js +6 -1
- package/src/Controls/RenameNodeInput.js +26 -11
- package/src/Editors/OutlineEditor.js +19 -18
- package/src/Editors/OutlineView.js +10 -9
- package/src/Editors/Panel.js +8 -5
- package/src/Tools/EnvironmentalSensor/X3DEnvironmentalSensorNodeTool.x3d +8 -2
- package/src/Tools/Grids/X3DGridNodeTool.js +2 -2
- package/src/Tools/Grouping/X3DTransformNodeTool.x3d +8 -2
- package/src/Tools/Lighting/X3DLightNodeTool.x3d +8 -2
- package/src/Tools/Navigation/X3DViewpointNodeTool.x3d +10 -4
- package/src/Tools/Sound/ListenerPointSourceTool.x3d +8 -2
- package/src/Tools/Sound/SoundTool.x3d +27 -14
- package/src/Tools/Sound/SpatialSoundTool.x3d +8 -2
- package/src/Tools/TextureProjection/X3DTextureProjectorNodeTool.x3d +8 -2
- package/src/Undo/Editor.js +43 -1
- package/src/assets/X3DUOM.xml +41 -25
- package/src/assets/themes/default-template.css +15 -7
- package/src/assets/themes/default.css +15 -7
- package/src/Controls/RenameNodePopover.js +0 -40
|
@@ -222,8 +222,14 @@
|
|
|
222
222
|
<connect nodeField='visible' protoField='selected'/>
|
|
223
223
|
</IS>
|
|
224
224
|
<ScreenGroup>
|
|
225
|
-
<
|
|
226
|
-
|
|
225
|
+
<Shape>
|
|
226
|
+
<Appearance>
|
|
227
|
+
<UnlitMaterial
|
|
228
|
+
transparency='1'/>
|
|
229
|
+
</Appearance>
|
|
230
|
+
<Box
|
|
231
|
+
size='60 60 60'/>
|
|
232
|
+
</Shape>
|
|
227
233
|
</ScreenGroup>
|
|
228
234
|
</Transform>
|
|
229
235
|
</Collision>
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
<meta name='comment' content='Rise and Shine'/>
|
|
9
9
|
<meta name='created' content='Sun, 03 Aug 2014 03:06:41 GMT'/>
|
|
10
10
|
<meta name='creator' content='Holger Seelig'/>
|
|
11
|
-
<meta name='generator' content='Sunrize X3D Editor V1.
|
|
11
|
+
<meta name='generator' content='Sunrize X3D Editor V1.8.27, https://create3000.github.io/sunrize/'/>
|
|
12
12
|
<meta name='identifier' content='file:///Users/holger/Desktop/X_ITE/sunrize/src/sunrize/Tools/Navigation/X3DViewpointNodeTool.x3d'/>
|
|
13
|
-
<meta name='modified' content='
|
|
13
|
+
<meta name='modified' content='Sat, 30 Aug 2025 10:36:12 GMT'/>
|
|
14
14
|
</head>
|
|
15
15
|
<Scene>
|
|
16
16
|
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
@@ -152,8 +152,14 @@
|
|
|
152
152
|
<connect nodeField='visible' protoField='selected'/>
|
|
153
153
|
</IS>
|
|
154
154
|
<ScreenGroup>
|
|
155
|
-
<
|
|
156
|
-
|
|
155
|
+
<Shape>
|
|
156
|
+
<Appearance>
|
|
157
|
+
<UnlitMaterial
|
|
158
|
+
transparency='1'/>
|
|
159
|
+
</Appearance>
|
|
160
|
+
<Box
|
|
161
|
+
size='60 60 60'/>
|
|
162
|
+
</Shape>
|
|
157
163
|
</ScreenGroup>
|
|
158
164
|
</Transform>
|
|
159
165
|
</Collision>
|
|
@@ -45,8 +45,14 @@
|
|
|
45
45
|
<connect nodeField='visible' protoField='selected'/>
|
|
46
46
|
</IS>
|
|
47
47
|
<ScreenGroup>
|
|
48
|
-
<
|
|
49
|
-
|
|
48
|
+
<Shape>
|
|
49
|
+
<Appearance>
|
|
50
|
+
<UnlitMaterial
|
|
51
|
+
transparency='1'/>
|
|
52
|
+
</Appearance>
|
|
53
|
+
<Box
|
|
54
|
+
size='60 60 60'/>
|
|
55
|
+
</Shape>
|
|
50
56
|
</ScreenGroup>
|
|
51
57
|
</Transform>
|
|
52
58
|
</Collision>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "
|
|
3
|
-
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='
|
|
2
|
+
<!DOCTYPE X3D PUBLIC "ISO//Web3D//DTD X3D 4.0//EN" "https://www.web3d.org/specifications/x3d-4.0.dtd">
|
|
3
|
+
<X3D profile='Interchange' version='4.0' xmlns:xsd='http://www.w3.org/2001/XMLSchema-instance' xsd:noNamespaceSchemaLocation='https://www.web3d.org/specifications/x3d-4.0.xsd'>
|
|
4
4
|
<head>
|
|
5
5
|
<component name='Layout' level='2'/>
|
|
6
6
|
<component name='PointingDeviceSensor' level='1'/>
|
|
@@ -10,12 +10,14 @@
|
|
|
10
10
|
<meta name='comment' content='Rise and Shine'/>
|
|
11
11
|
<meta name='created' content='Thu, 18 Feb 2016 08:47:54 GMT'/>
|
|
12
12
|
<meta name='creator' content='Holger Seelig'/>
|
|
13
|
-
<meta name='generator' content='Sunrize X3D Editor V1.
|
|
13
|
+
<meta name='generator' content='Sunrize X3D Editor V1.8.27, https://create3000.github.io/sunrize/'/>
|
|
14
14
|
<meta name='identifier' content='file:///Users/holger/Desktop/X_ITE/sunrize/src/sunrize/Tools/Sound/SoundTool.x3d'/>
|
|
15
|
-
<meta name='modified' content='
|
|
15
|
+
<meta name='modified' content='Sat, 30 Aug 2025 10:42:22 GMT'/>
|
|
16
16
|
</head>
|
|
17
17
|
<Scene>
|
|
18
|
-
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'
|
|
18
|
+
<ExternProtoDeclare name='ToolShader' url='"../Shaders/ToolShader.x3d"'>
|
|
19
|
+
<field accessType='inputOutput' type='SFBool' name='instanced'/>
|
|
20
|
+
</ExternProtoDeclare>
|
|
19
21
|
<ExternProtoDeclare name='BooleanSwitch' url='"../Grouping/BooleanSwitch.x3d"'>
|
|
20
22
|
<field accessType='inputOutput' type='SFBool' name='whichChoice'/>
|
|
21
23
|
<field accessType='inputOutput' type='SFBool' name='visible'/>
|
|
@@ -85,7 +87,7 @@
|
|
|
85
87
|
rotation='-1 0 0 90'>
|
|
86
88
|
<ProtoInstance name='BooleanSwitch'>
|
|
87
89
|
<fieldValue name='children'>
|
|
88
|
-
<Shape
|
|
90
|
+
<Shape
|
|
89
91
|
castShadow='false'>
|
|
90
92
|
<Appearance>
|
|
91
93
|
<LineProperties DEF='_5'
|
|
@@ -101,7 +103,7 @@
|
|
|
101
103
|
point='0 1 0, 4.68652e-17 0.92388 -0.382683, -0.224936 0.92388 -0.309597, -0.363954 0.92388 -0.118256, -0.363954 0.92388 0.118256, -0.224936 0.92388 0.309597, -9.37304e-17 0.92388 0.382683, 0.224936 0.92388 0.309597, 0.363954 0.92388 0.118256, 0.363954 0.92388 -0.118256, 0.224936 0.92388 -0.309597, 8.65956e-17 0.707107 -0.707107, -0.415627 0.707107 -0.572061, -0.672499 0.707107 -0.218508, -0.672499 0.707107 0.218508, -0.415627 0.707107 0.572061, -1.73191e-16 0.707107 0.707107, 0.415627 0.707107 0.572061, 0.672499 0.707107 0.218508, 0.672499 0.707107 -0.218508, 0.415627 0.707107 -0.572061, 1.13143e-16 0.382683 -0.92388, -0.543043 0.382683 -0.747434, -0.878662 0.382683 -0.285494, -0.878662 0.382683 0.285494, -0.543043 0.382683 0.747434, -2.26285e-16 0.382683 0.92388, 0.543043 0.382683 0.747434, 0.878662 0.382683 0.285494, 0.878662 0.382683 -0.285494, 0.543043 0.382683 -0.747434, 1.22465e-16 6.12323e-17 -1, -0.587785 6.12323e-17 -0.809017, -0.951057 6.12323e-17 -0.309017, -0.951057 6.12323e-17 0.309017, -0.587785 6.12323e-17 0.809017, -2.44929e-16 6.12323e-17 1, 0.587785 6.12323e-17 0.809017, 0.951057 6.12323e-17 0.309017, 0.951057 6.12323e-17 -0.309017, 0.587785 6.12323e-17 -0.809017, 1.13143e-16 -0.382683 -0.92388, -0.543043 -0.382683 -0.747434, -0.878662 -0.382683 -0.285494, -0.878662 -0.382683 0.285494, -0.543043 -0.382683 0.747434, -2.26285e-16 -0.382683 0.92388, 0.543043 -0.382683 0.747434, 0.878662 -0.382683 0.285494, 0.878662 -0.382683 -0.285494, 0.543043 -0.382683 -0.747434, 8.65956e-17 -0.707107 -0.707107, -0.415627 -0.707107 -0.572061, -0.672499 -0.707107 -0.218508, -0.672499 -0.707107 0.218508, -0.415627 -0.707107 0.572061, -1.73191e-16 -0.707107 0.707107, 0.415627 -0.707107 0.572061, 0.672499 -0.707107 0.218508, 0.672499 -0.707107 -0.218508, 0.415627 -0.707107 -0.572061, 4.68652e-17 -0.92388 -0.382683, -0.224936 -0.92388 -0.309597, -0.363954 -0.92388 -0.118256, -0.363954 -0.92388 0.118256, -0.224936 -0.92388 0.309597, -9.37304e-17 -0.92388 0.382683, 0.224936 -0.92388 0.309597, 0.363954 -0.92388 0.118256, 0.363954 -0.92388 -0.118256, 0.224936 -0.92388 -0.309597, 0 -1 0'/>
|
|
102
104
|
</IndexedLineSet>
|
|
103
105
|
</Shape>
|
|
104
|
-
<Shape
|
|
106
|
+
<Shape
|
|
105
107
|
castShadow='false'>
|
|
106
108
|
<Appearance>
|
|
107
109
|
<LineProperties USE='_5'/>
|
|
@@ -186,8 +188,14 @@
|
|
|
186
188
|
rotation='0 1 0 90'
|
|
187
189
|
visible='false'>
|
|
188
190
|
<ScreenGroup>
|
|
189
|
-
<
|
|
190
|
-
|
|
191
|
+
<Shape DEF='_26'>
|
|
192
|
+
<Appearance>
|
|
193
|
+
<UnlitMaterial DEF='_111'
|
|
194
|
+
transparency='1'/>
|
|
195
|
+
</Appearance>
|
|
196
|
+
<Box
|
|
197
|
+
size='30 30 30'/>
|
|
198
|
+
</Shape>
|
|
191
199
|
</ScreenGroup>
|
|
192
200
|
</Transform>
|
|
193
201
|
</Group>
|
|
@@ -206,7 +214,7 @@
|
|
|
206
214
|
rotation='0 1 0 -90'
|
|
207
215
|
visible='false'>
|
|
208
216
|
<ScreenGroup>
|
|
209
|
-
<
|
|
217
|
+
<Shape USE='_26'/>
|
|
210
218
|
</ScreenGroup>
|
|
211
219
|
</Transform>
|
|
212
220
|
</Group>
|
|
@@ -236,7 +244,7 @@
|
|
|
236
244
|
rotation='1 0 0 -90'
|
|
237
245
|
visible='false'>
|
|
238
246
|
<ScreenGroup>
|
|
239
|
-
<
|
|
247
|
+
<Shape USE='_26'/>
|
|
240
248
|
</ScreenGroup>
|
|
241
249
|
</Transform>
|
|
242
250
|
</Group>
|
|
@@ -255,7 +263,7 @@
|
|
|
255
263
|
rotation='1 0 0 90'
|
|
256
264
|
visible='false'>
|
|
257
265
|
<ScreenGroup>
|
|
258
|
-
<
|
|
266
|
+
<Shape USE='_26'/>
|
|
259
267
|
</ScreenGroup>
|
|
260
268
|
</Transform>
|
|
261
269
|
</Group>
|
|
@@ -266,8 +274,13 @@
|
|
|
266
274
|
<connect nodeField='visible' protoField='selected'/>
|
|
267
275
|
</IS>
|
|
268
276
|
<ScreenGroup>
|
|
269
|
-
<
|
|
270
|
-
|
|
277
|
+
<Shape>
|
|
278
|
+
<Appearance>
|
|
279
|
+
<UnlitMaterial USE='_111'/>
|
|
280
|
+
</Appearance>
|
|
281
|
+
<Box
|
|
282
|
+
size='60 60 60'/>
|
|
283
|
+
</Shape>
|
|
271
284
|
</ScreenGroup>
|
|
272
285
|
</Transform>
|
|
273
286
|
</Collision>
|
|
@@ -255,8 +255,14 @@ function eventsProcessed ()
|
|
|
255
255
|
<connect nodeField='visible' protoField='selected'/>
|
|
256
256
|
</IS>
|
|
257
257
|
<ScreenGroup>
|
|
258
|
-
<
|
|
259
|
-
|
|
258
|
+
<Shape>
|
|
259
|
+
<Appearance>
|
|
260
|
+
<UnlitMaterial
|
|
261
|
+
transparency='1'/>
|
|
262
|
+
</Appearance>
|
|
263
|
+
<Box
|
|
264
|
+
size='60 60 60'/>
|
|
265
|
+
</Shape>
|
|
260
266
|
</ScreenGroup>
|
|
261
267
|
</Transform>
|
|
262
268
|
</Collision>
|
|
@@ -159,8 +159,14 @@
|
|
|
159
159
|
<connect nodeField='visible' protoField='selected'/>
|
|
160
160
|
</IS>
|
|
161
161
|
<ScreenGroup>
|
|
162
|
-
<
|
|
163
|
-
|
|
162
|
+
<Shape>
|
|
163
|
+
<Appearance>
|
|
164
|
+
<UnlitMaterial
|
|
165
|
+
transparency='1'/>
|
|
166
|
+
</Appearance>
|
|
167
|
+
<Box
|
|
168
|
+
size='60 60 60'/>
|
|
169
|
+
</Shape>
|
|
164
170
|
</ScreenGroup>
|
|
165
171
|
</Transform>
|
|
166
172
|
</Collision>
|
package/src/Undo/Editor.js
CHANGED
|
@@ -1673,6 +1673,48 @@ ${scene .toXMLString ({ html: true, indent: " " .repeat (6) }) .trimEnd () }
|
|
|
1673
1673
|
});
|
|
1674
1674
|
}
|
|
1675
1675
|
|
|
1676
|
+
/**
|
|
1677
|
+
*
|
|
1678
|
+
* @param {X3DProtoDeclaration | X3DField} object
|
|
1679
|
+
* @param {UndoManager} undoManager
|
|
1680
|
+
*/
|
|
1681
|
+
static updateAppInfo (object, appInfo, undoManager = UndoManager .shared)
|
|
1682
|
+
{
|
|
1683
|
+
const oldAppInfo = object .getAppInfo ();
|
|
1684
|
+
|
|
1685
|
+
undoManager .beginUndo (_("Update App Info"));
|
|
1686
|
+
|
|
1687
|
+
object .setAppInfo (appInfo);
|
|
1688
|
+
|
|
1689
|
+
undoManager .registerUndo (() =>
|
|
1690
|
+
{
|
|
1691
|
+
this .updateAppInfo (object, oldAppInfo, undoManager);
|
|
1692
|
+
});
|
|
1693
|
+
|
|
1694
|
+
undoManager .endUndo ();
|
|
1695
|
+
}
|
|
1696
|
+
|
|
1697
|
+
/**
|
|
1698
|
+
*
|
|
1699
|
+
* @param {X3DProtoDeclaration | X3DField} object
|
|
1700
|
+
* @param {UndoManager} undoManager
|
|
1701
|
+
*/
|
|
1702
|
+
static updateDocumentation (object, documentation, undoManager = UndoManager .shared)
|
|
1703
|
+
{
|
|
1704
|
+
const oldDocumentation = object .getDocumentation ();
|
|
1705
|
+
|
|
1706
|
+
undoManager .beginUndo (_("Update App Info"));
|
|
1707
|
+
|
|
1708
|
+
object .setDocumentation (documentation);
|
|
1709
|
+
|
|
1710
|
+
undoManager .registerUndo (() =>
|
|
1711
|
+
{
|
|
1712
|
+
this .updateDocumentation (object, oldDocumentation, undoManager);
|
|
1713
|
+
});
|
|
1714
|
+
|
|
1715
|
+
undoManager .endUndo ();
|
|
1716
|
+
}
|
|
1717
|
+
|
|
1676
1718
|
/**
|
|
1677
1719
|
*
|
|
1678
1720
|
* @param {X3DExecutionContext} executionContext
|
|
@@ -2822,7 +2864,7 @@ ${scene .toXMLString ({ html: true, indent: " " .repeat (6) }) .trimEnd () }
|
|
|
2822
2864
|
if (node .canUserDefinedFields () && node .getUserDefinedFields () .has (field .getName ()))
|
|
2823
2865
|
this .setFieldValue (executionContext, node, field, field .create (), undoManager);
|
|
2824
2866
|
else
|
|
2825
|
-
this .setFieldValue (executionContext, node, field, fieldDefinition .
|
|
2867
|
+
this .setFieldValue (executionContext, node, field, fieldDefinition .getValue (), undoManager);
|
|
2826
2868
|
|
|
2827
2869
|
undoManager .endUndo ();
|
|
2828
2870
|
}
|
package/src/assets/X3DUOM.xml
CHANGED
|
@@ -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-
|
|
5
|
+
<!-- Generated 2025-08-23-07:00 09:15:12.7342832-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">
|
|
@@ -499,9 +499,15 @@
|
|
|
499
499
|
appinfo="parent node is TextureBackground or ComposedCubeMapTexture"/>
|
|
500
500
|
<enumeration value="topTexture"
|
|
501
501
|
appinfo="parent node is TextureBackground or ComposedCubeMapTexture"/>
|
|
502
|
+
<enumeration value="ambientTexture"
|
|
503
|
+
appinfo="X3D4 Physically Based Rendering (PBR) capability, parent node is Material"
|
|
504
|
+
documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#Material"/>
|
|
502
505
|
<enumeration value="baseTexture"
|
|
503
506
|
appinfo="X3D4 Physically Based Rendering (PBR) capability, parent node is PhysicalMaterial"
|
|
504
507
|
documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#PhysicalMaterial"/>
|
|
508
|
+
<enumeration value="diffuseTexture"
|
|
509
|
+
appinfo="X3D4 Physically Based Rendering (PBR) capability, parent node is Material"
|
|
510
|
+
documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#Material"/>
|
|
505
511
|
<enumeration value="emissiveTexture"
|
|
506
512
|
appinfo="X3D4 Physically Based Rendering (PBR) capability, parent node is PhysicalMaterial or UnlitMaterial"
|
|
507
513
|
documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#UnlitMaterial"/>
|
|
@@ -514,6 +520,12 @@
|
|
|
514
520
|
<enumeration value="occlusionTexture"
|
|
515
521
|
appinfo="X3D4 Physically Based Rendering (PBR) capability, parent node is PhysicalMaterial"
|
|
516
522
|
documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#PhysicalMaterial"/>
|
|
523
|
+
<enumeration value="shininessTexture"
|
|
524
|
+
appinfo="X3D4 Physically Based Rendering (PBR) capability, parent node is Material"
|
|
525
|
+
documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#Material"/>
|
|
526
|
+
<enumeration value="specularTexture"
|
|
527
|
+
appinfo="X3D4 Physically Based Rendering (PBR) capability, parent node is Material"
|
|
528
|
+
documentation="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/shape.html#Material"/>
|
|
517
529
|
</SimpleType>
|
|
518
530
|
<SimpleType name="distanceModelChoices"
|
|
519
531
|
baseType="SFString"
|
|
@@ -4850,7 +4862,7 @@
|
|
|
4850
4862
|
defaultValue="0 0 0"
|
|
4851
4863
|
regex="\s*([+]?(0|[1-9][0-9]*)([Ee][+]?[0-9]+)?\s+){2}[+]?[0-4](\s+(0x[0-9a-fA-F]{1,16}|[+]?(0|[1-9][0-9]*)([Ee][+]?[0-9]+)?))*\s*">
|
|
4852
4864
|
<InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/fieldsDef.html#SFImageAndMFImage"
|
|
4853
|
-
appinfo="SFImage specifies a single uncompressed 2-dimensional pixel image. SFImage fields contain three integers representing the width, height and number of components in the image, followed by (width x height) hexadecimal or integer values representing the pixels in the image.">
|
|
4865
|
+
appinfo="SFImage specifies a single uncompressed 2-dimensional pixel image. SFImage fields contain three integers representing the width, height, and number of components in the image, followed by (width x height) hexadecimal or integer values representing the pixels in the image.">
|
|
4854
4866
|
<Inheritance baseType="xs:string" x3dType="X3DField"/>
|
|
4855
4867
|
</InterfaceDefinition>
|
|
4856
4868
|
</FieldType>
|
|
@@ -10062,7 +10074,7 @@
|
|
|
10062
10074
|
</ConcreteNode>
|
|
10063
10075
|
<ConcreteNode name="Analyser">
|
|
10064
10076
|
<InterfaceDefinition specificationUrl="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/sound.html#Analyser"
|
|
10065
|
-
appinfo="Analyser provides real-time frequency and time-domain analysis information, without any change to the input.">
|
|
10077
|
+
appinfo="Analyser provides real-time frequency and time-domain analysis information, without any signal-processing change to the audio stream which is passed unprocessed from input to output.">
|
|
10066
10078
|
<componentInfo name="Sound" level="2"/>
|
|
10067
10079
|
<Inheritance baseType="X3DSoundProcessingNode"/>
|
|
10068
10080
|
<field name="channelCount"
|
|
@@ -10147,7 +10159,7 @@
|
|
|
10147
10159
|
accessType="inputOutput"
|
|
10148
10160
|
default="1"
|
|
10149
10161
|
inheritedFrom="X3DSoundProcessingNode"
|
|
10150
|
-
description="The gain
|
|
10162
|
+
description="The gain value only affects analysis, not output signal."/>
|
|
10151
10163
|
<field name="IS"
|
|
10152
10164
|
type="SFNode"
|
|
10153
10165
|
accessType="inputOutput"
|
|
@@ -10777,7 +10789,7 @@
|
|
|
10777
10789
|
accessType="inputOutput"
|
|
10778
10790
|
default="true"
|
|
10779
10791
|
inheritedFrom="X3DUrlObject"
|
|
10780
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
10792
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
10781
10793
|
<field name="loop"
|
|
10782
10794
|
type="SFBool"
|
|
10783
10795
|
accessType="inputOutput"
|
|
@@ -10957,7 +10969,7 @@
|
|
|
10957
10969
|
type="SFString"
|
|
10958
10970
|
accessType="inputOutput"
|
|
10959
10971
|
inheritedFrom="X3DSoundDestinationNode"
|
|
10960
|
-
description="mediaDeviceID field provides
|
|
10972
|
+
description="mediaDeviceID field provides a unique identifier for the active device that corresponds to deviceId functionality defined in W3C Web Audio API."/>
|
|
10961
10973
|
<field name="metadata"
|
|
10962
10974
|
type="SFNode"
|
|
10963
10975
|
accessType="inputOutput"
|
|
@@ -12325,7 +12337,7 @@
|
|
|
12325
12337
|
accessType="inputOutput"
|
|
12326
12338
|
default="true"
|
|
12327
12339
|
inheritedFrom="X3DUrlObject"
|
|
12328
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
12340
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
12329
12341
|
<field name="loop"
|
|
12330
12342
|
type="SFBool"
|
|
12331
12343
|
accessType="inputOutput"
|
|
@@ -16263,7 +16275,7 @@
|
|
|
16263
16275
|
accessType="inputOutput"
|
|
16264
16276
|
default="0"
|
|
16265
16277
|
minInclusive="0"
|
|
16266
|
-
description="delayTime is duration of delay (in seconds)
|
|
16278
|
+
description="delayTime is duration of delay applied (in seconds)."/>
|
|
16267
16279
|
<field name="description"
|
|
16268
16280
|
type="SFString"
|
|
16269
16281
|
accessType="inputOutput"
|
|
@@ -16659,7 +16671,7 @@
|
|
|
16659
16671
|
accessType="inputOutput"
|
|
16660
16672
|
default="true"
|
|
16661
16673
|
inheritedFrom="X3DUrlObject"
|
|
16662
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
16674
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
16663
16675
|
<field name="metadata"
|
|
16664
16676
|
type="SFNode"
|
|
16665
16677
|
accessType="inputOutput"
|
|
@@ -19547,7 +19559,7 @@
|
|
|
19547
19559
|
accessType="inputOutput"
|
|
19548
19560
|
default="true"
|
|
19549
19561
|
inheritedFrom="X3DUrlObject"
|
|
19550
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
19562
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
19551
19563
|
<field name="metadata"
|
|
19552
19564
|
type="SFNode"
|
|
19553
19565
|
accessType="inputOutput"
|
|
@@ -24494,7 +24506,7 @@
|
|
|
24494
24506
|
accessType="inputOutput"
|
|
24495
24507
|
default="true"
|
|
24496
24508
|
inheritedFrom="X3DUrlObject"
|
|
24497
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
24509
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
24498
24510
|
<field name="metadata"
|
|
24499
24511
|
type="SFNode"
|
|
24500
24512
|
accessType="inputOutput"
|
|
@@ -24588,7 +24600,7 @@
|
|
|
24588
24600
|
accessType="inputOutput"
|
|
24589
24601
|
default="true"
|
|
24590
24602
|
inheritedFrom="X3DUrlObject"
|
|
24591
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
24603
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
24592
24604
|
<field name="metadata"
|
|
24593
24605
|
type="SFNode"
|
|
24594
24606
|
accessType="inputOutput"
|
|
@@ -24695,7 +24707,7 @@
|
|
|
24695
24707
|
accessType="inputOutput"
|
|
24696
24708
|
default="true"
|
|
24697
24709
|
inheritedFrom="X3DUrlObject"
|
|
24698
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
24710
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
24699
24711
|
<field name="metadata"
|
|
24700
24712
|
type="SFNode"
|
|
24701
24713
|
accessType="inputOutput"
|
|
@@ -25651,7 +25663,7 @@
|
|
|
25651
25663
|
accessType="inputOutput"
|
|
25652
25664
|
default="true"
|
|
25653
25665
|
inheritedFrom="X3DUrlObject"
|
|
25654
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
25666
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
25655
25667
|
<field name="metadata"
|
|
25656
25668
|
type="SFNode"
|
|
25657
25669
|
accessType="inputOutput"
|
|
@@ -28182,7 +28194,7 @@
|
|
|
28182
28194
|
<field name="mediaDeviceID"
|
|
28183
28195
|
type="SFString"
|
|
28184
28196
|
accessType="inputOutput"
|
|
28185
|
-
description="mediaDeviceID field provides
|
|
28197
|
+
description="mediaDeviceID field provides a unique identifier for the active device that corresponds to deviceId functionality defined in W3C Web Audio API."/>
|
|
28186
28198
|
<field name="metadata"
|
|
28187
28199
|
type="SFNode"
|
|
28188
28200
|
accessType="inputOutput"
|
|
@@ -28516,7 +28528,7 @@
|
|
|
28516
28528
|
accessType="inputOutput"
|
|
28517
28529
|
default="true"
|
|
28518
28530
|
inheritedFrom="X3DUrlObject"
|
|
28519
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
28531
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
28520
28532
|
<field name="loop"
|
|
28521
28533
|
type="SFBool"
|
|
28522
28534
|
accessType="inputOutput"
|
|
@@ -30935,7 +30947,7 @@
|
|
|
30935
30947
|
accessType="inputOutput"
|
|
30936
30948
|
default="true"
|
|
30937
30949
|
inheritedFrom="X3DUrlObject"
|
|
30938
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
30950
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
30939
30951
|
<field name="metadata"
|
|
30940
30952
|
type="SFNode"
|
|
30941
30953
|
accessType="inputOutput"
|
|
@@ -34972,7 +34984,7 @@
|
|
|
34972
34984
|
accessType="inputOutput"
|
|
34973
34985
|
default="true"
|
|
34974
34986
|
inheritedFrom="X3DScriptNode"
|
|
34975
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
34987
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
34976
34988
|
<field name="metadata"
|
|
34977
34989
|
type="SFNode"
|
|
34978
34990
|
accessType="inputOutput"
|
|
@@ -35275,7 +35287,7 @@
|
|
|
35275
35287
|
accessType="inputOutput"
|
|
35276
35288
|
default="true"
|
|
35277
35289
|
inheritedFrom="X3DUrlObject"
|
|
35278
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
35290
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
35279
35291
|
<field name="metadata"
|
|
35280
35292
|
type="SFNode"
|
|
35281
35293
|
accessType="inputOutput"
|
|
@@ -35384,7 +35396,7 @@
|
|
|
35384
35396
|
accessType="inputOutput"
|
|
35385
35397
|
default="true"
|
|
35386
35398
|
inheritedFrom="X3DUrlObject"
|
|
35387
|
-
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded
|
|
35399
|
+
description="load=true means load immediately, load=false means defer loading or else unload a previously loaded asset."/>
|
|
35388
35400
|
<field name="metadata"
|
|
35389
35401
|
type="SFNode"
|
|
35390
35402
|
accessType="inputOutput"
|
|
@@ -36259,7 +36271,7 @@
|
|
|
36259
36271
|
default="6.2832"
|
|
36260
36272
|
minInclusive="0"
|
|
36261
36273
|
maxInclusive="6.2832"
|
|
36262
|
-
description="coneOuterAngle is centered along direction and defines an outer conical volume, within which the sound gain decreases
|
|
36274
|
+
description="coneOuterAngle is centered along direction and defines an outer conical volume, within which the sound gain decreases from full gain to coneOuterGain."/>
|
|
36263
36275
|
<field name="coneOuterGain"
|
|
36264
36276
|
type="SFFloat"
|
|
36265
36277
|
accessType="inputOutput"
|
|
@@ -36282,7 +36294,7 @@
|
|
|
36282
36294
|
additionalEnumerationValuesAllowed="false"
|
|
36283
36295
|
simpleType="distanceModelChoices"
|
|
36284
36296
|
baseType="SFString"
|
|
36285
|
-
description="distanceModel determines
|
|
36297
|
+
description="distanceModel determines which algorithm to use for sound attenuation, corresponding to distance between an audio source and a listener, as it moves away from the listener.">
|
|
36286
36298
|
<enumeration value="LINEAR"
|
|
36287
36299
|
alias="linear"
|
|
36288
36300
|
appinfo="X3D version of "linear" in Web Audio API."
|
|
@@ -37212,7 +37224,7 @@
|
|
|
37212
37224
|
type="SFString"
|
|
37213
37225
|
accessType="inputOutput"
|
|
37214
37226
|
inheritedFrom="X3DSoundDestinationNode"
|
|
37215
|
-
description="mediaDeviceID field provides
|
|
37227
|
+
description="mediaDeviceID field provides a unique identifier for the active device that corresponds to deviceId functionality defined in W3C Web Audio API."/>
|
|
37216
37228
|
<field name="metadata"
|
|
37217
37229
|
type="SFNode"
|
|
37218
37230
|
accessType="inputOutput"
|
|
@@ -37221,7 +37233,7 @@
|
|
|
37221
37233
|
inheritedFrom="X3DNode"
|
|
37222
37234
|
description="Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node."/>
|
|
37223
37235
|
<field name="streamIdentifier"
|
|
37224
|
-
type="
|
|
37236
|
+
type="MFString"
|
|
37225
37237
|
accessType="inputOutput"
|
|
37226
37238
|
description="Stream identification TBD Hint: W3C Media Capture and Streams https://www."/>
|
|
37227
37239
|
<field name="DEF"
|
|
@@ -37378,7 +37390,7 @@
|
|
|
37378
37390
|
inheritedFrom="X3DTimeDependentNode"
|
|
37379
37391
|
description="Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT."/>
|
|
37380
37392
|
<field name="streamIdentifier"
|
|
37381
|
-
type="
|
|
37393
|
+
type="MFString"
|
|
37382
37394
|
accessType="inputOutput"
|
|
37383
37395
|
description="Stream identification TBD Hint: W3C Media Capture and Streams https://www."/>
|
|
37384
37396
|
<field name="DEF"
|
|
@@ -41756,6 +41768,10 @@
|
|
|
41756
41768
|
accessType="inputOutput"
|
|
41757
41769
|
acceptableNodeTypes="Analyser|AudioClip|AudioDestination|BiquadFilter|BufferAudioSource|ChannelMerger|ChannelSelector|ChannelSplitter|Convolver|Delay|DynamicsCompressor|Gain|ListenerPointSource|MicrophoneSource|MovieTexture|OscillatorSource|Sound|SpatialSound|StreamAudioDestination|StreamAudioSource|WaveShaper"
|
|
41758
41770
|
description="The children field specifies audio-graph sound sources providing input signals for this node."/>
|
|
41771
|
+
<field name="curve"
|
|
41772
|
+
type="MFFloat"
|
|
41773
|
+
accessType="inputOutput"
|
|
41774
|
+
description="The curve field is an array of floating-point numbers describing the distortion to apply."/>
|
|
41759
41775
|
<field name="description"
|
|
41760
41776
|
type="SFString"
|
|
41761
41777
|
accessType="inputOutput"
|
|
@@ -397,6 +397,15 @@ tr.disabled ~ tr > td > div {
|
|
|
397
397
|
box-shadow: var(--qtip-shadow);
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
+
.qtip-tipsy {
|
|
401
|
+
color: var(--system-gray1);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
body.light .qtip-tipsy {
|
|
405
|
+
color: black;
|
|
406
|
+
text-shadow: none;
|
|
407
|
+
}
|
|
408
|
+
|
|
400
409
|
.qtip-tipsy .qtip-tip {
|
|
401
410
|
background: inherit !important;
|
|
402
411
|
}
|
|
@@ -412,12 +421,7 @@ tr.disabled ~ tr > td > div {
|
|
|
412
421
|
}
|
|
413
422
|
|
|
414
423
|
.qtip-tipsy .qtip-content {
|
|
415
|
-
padding:
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
body.light .qtip-tipsy {
|
|
419
|
-
color: black;
|
|
420
|
-
text-shadow: none;
|
|
424
|
+
padding: 8px;
|
|
421
425
|
}
|
|
422
426
|
|
|
423
427
|
.qtip input,
|
|
@@ -431,7 +435,7 @@ body.light .qtip-tipsy {
|
|
|
431
435
|
}
|
|
432
436
|
|
|
433
437
|
.qtip .qtip-content > div > * {
|
|
434
|
-
margin: 0.
|
|
438
|
+
margin: 0.3em 0em;
|
|
435
439
|
}
|
|
436
440
|
|
|
437
441
|
.qtip .qtip-content > div:first-child {
|
|
@@ -448,6 +452,10 @@ body.light .qtip-tipsy {
|
|
|
448
452
|
color: var(--system-gray0);
|
|
449
453
|
}
|
|
450
454
|
|
|
455
|
+
.qtip-wide {
|
|
456
|
+
width: 300px;
|
|
457
|
+
}
|
|
458
|
+
|
|
451
459
|
/* Toolbar */
|
|
452
460
|
|
|
453
461
|
.toolbar {
|
|
@@ -397,6 +397,15 @@ tr.disabled ~ tr > td > div {
|
|
|
397
397
|
box-shadow: var(--qtip-shadow);
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
+
.qtip-tipsy {
|
|
401
|
+
color: var(--system-gray1);
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
body.light .qtip-tipsy {
|
|
405
|
+
color: black;
|
|
406
|
+
text-shadow: none;
|
|
407
|
+
}
|
|
408
|
+
|
|
400
409
|
.qtip-tipsy .qtip-tip {
|
|
401
410
|
background: inherit !important;
|
|
402
411
|
}
|
|
@@ -412,12 +421,7 @@ tr.disabled ~ tr > td > div {
|
|
|
412
421
|
}
|
|
413
422
|
|
|
414
423
|
.qtip-tipsy .qtip-content {
|
|
415
|
-
padding:
|
|
416
|
-
}
|
|
417
|
-
|
|
418
|
-
body.light .qtip-tipsy {
|
|
419
|
-
color: black;
|
|
420
|
-
text-shadow: none;
|
|
424
|
+
padding: 8px;
|
|
421
425
|
}
|
|
422
426
|
|
|
423
427
|
.qtip input,
|
|
@@ -431,7 +435,7 @@ body.light .qtip-tipsy {
|
|
|
431
435
|
}
|
|
432
436
|
|
|
433
437
|
.qtip .qtip-content > div > * {
|
|
434
|
-
margin: 0.
|
|
438
|
+
margin: 0.3em 0em;
|
|
435
439
|
}
|
|
436
440
|
|
|
437
441
|
.qtip .qtip-content > div:first-child {
|
|
@@ -448,6 +452,10 @@ body.light .qtip-tipsy {
|
|
|
448
452
|
color: var(--system-gray0);
|
|
449
453
|
}
|
|
450
454
|
|
|
455
|
+
.qtip-wide {
|
|
456
|
+
width: 300px;
|
|
457
|
+
}
|
|
458
|
+
|
|
451
459
|
/* Toolbar */
|
|
452
460
|
|
|
453
461
|
.toolbar {
|