x_ite 8.8.5 → 8.8.6
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/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +13 -13
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +25 -25
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +19 -19
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +33 -33
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +18 -18
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +8 -8
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +27 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +24 -24
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +23 -23
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +18 -18
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +37 -37
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +24 -24
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +14 -14
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +30 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +18 -18
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +9 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +65 -67
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- package/docs/_posts/components/EventUtilities/BooleanSequencer.md +2 -2
- package/docs/_posts/components/EventUtilities/BooleanTrigger.md +1 -1
- package/docs/_posts/components/EventUtilities/IntegerSequencer.md +1 -1
- package/docs/_posts/components/Followers/ColorChaser.md +2 -2
- package/docs/_posts/components/Followers/ColorDamper.md +2 -2
- package/docs/_posts/components/Followers/CoordinateChaser.md +4 -4
- package/docs/_posts/components/Followers/CoordinateDamper.md +4 -4
- package/docs/_posts/components/Followers/OrientationChaser.md +4 -4
- package/docs/_posts/components/Followers/OrientationDamper.md +4 -4
- package/docs/_posts/components/Followers/PositionChaser.md +4 -4
- package/docs/_posts/components/Followers/PositionChaser2D.md +4 -4
- package/docs/_posts/components/Followers/PositionDamper.md +4 -4
- package/docs/_posts/components/Followers/PositionDamper2D.md +4 -4
- package/docs/_posts/components/Followers/ScalarChaser.md +4 -4
- package/docs/_posts/components/Followers/ScalarDamper.md +4 -4
- package/docs/_posts/components/Followers/TexCoordChaser2D.md +4 -4
- package/docs/_posts/components/Followers/TexCoordDamper2D.md +4 -4
- package/docs/_posts/components/Geospatial/GeoViewpoint.md +1 -1
- package/docs/_posts/components/HAnim/HAnimMotion.md +6 -6
- package/docs/_posts/components/Navigation/OrthoViewpoint.md +1 -1
- package/docs/_posts/components/Navigation/Viewpoint.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/CollisionSensor.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +1 -1
- package/docs/_posts/components/Shape/AcousticProperties.md +1 -1
- package/docs/_posts/components/Sound/Analyser.md +9 -9
- package/docs/_posts/components/Sound/AudioDestination.md +4 -4
- package/docs/_posts/components/Sound/BiquadFilter.md +9 -9
- package/docs/_posts/components/Sound/BufferAudioSource.md +11 -11
- package/docs/_posts/components/Sound/ChannelMerger.md +2 -2
- package/docs/_posts/components/Sound/ChannelSelector.md +2 -2
- package/docs/_posts/components/Sound/ChannelSplitter.md +2 -2
- package/docs/_posts/components/Sound/Convolver.md +10 -10
- package/docs/_posts/components/Sound/Delay.md +9 -9
- package/docs/_posts/components/Sound/DynamicsCompressor.md +9 -9
- package/docs/_posts/components/Sound/Gain.md +9 -9
- package/docs/_posts/components/Sound/ListenerPointSource.md +10 -10
- package/docs/_posts/components/Sound/MicrophoneSource.md +8 -8
- package/docs/_posts/components/Sound/OscillatorSource.md +8 -8
- package/docs/_posts/components/Sound/PeriodicWave.md +1 -1
- package/docs/_posts/components/Sound/SpatialSound.md +4 -4
- package/docs/_posts/components/Sound/StreamAudioDestination.md +4 -4
- package/docs/_posts/components/Sound/StreamAudioSource.md +8 -8
- package/docs/_posts/components/Sound/WaveShaper.md +9 -9
- package/docs/_posts/components/TextureProjector/TextureProjector.md +3 -3
- package/docs/_posts/components/TextureProjector/TextureProjectorParallel.md +3 -3
- package/docs/_posts/components/Time/TimeSensor.md +1 -1
- package/package.json +1 -1
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Execution/X3DExecutionContext.js +3 -5
- package/src/x_ite/Parser/VRMLParser.js +1 -1
- package/src/x_ite/Routing/X3DRoute.js +3 -3
|
@@ -29,11 +29,11 @@ The ChannelMerger node belongs to the **Sound** component and its default contai
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
36
|
-
### SFInt32 [out] **channelCount**
|
|
36
|
+
### SFInt32 [out] **channelCount**
|
|
37
37
|
|
|
38
38
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
39
39
|
|
|
@@ -29,13 +29,13 @@ The ChannelSelector node belongs to the **Sound** component and its default cont
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
36
36
|
### SFInt32 [in, out] **channelSelection** <small></small>
|
|
37
37
|
|
|
38
|
-
### SFInt32 [out] **channelCount**
|
|
38
|
+
### SFInt32 [out] **channelCount**
|
|
39
39
|
|
|
40
40
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
41
41
|
|
|
@@ -29,11 +29,11 @@ The ChannelSplitter node belongs to the **Sound** component and its default cont
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
36
|
-
### SFInt32 [out] **channelCount**
|
|
36
|
+
### SFInt32 [out] **channelCount**
|
|
37
37
|
|
|
38
38
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
39
39
|
|
|
@@ -29,35 +29,35 @@ The Convolver node belongs to the **Sound** component and its default container
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
36
36
|
### MFFloat [in, out] **buffer** <small></small>
|
|
37
37
|
|
|
38
|
-
### SFBool [in, out] **normalize**
|
|
38
|
+
### SFBool [in, out] **normalize** FALSE
|
|
39
39
|
|
|
40
40
|
### SFTime [in, out] **tailTime** <small></small>
|
|
41
41
|
|
|
42
|
-
### SFInt32 [out] **channelCount**
|
|
42
|
+
### SFInt32 [out] **channelCount**
|
|
43
43
|
|
|
44
44
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
45
45
|
|
|
46
46
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
47
47
|
|
|
48
|
-
### SFTime [in, out] **startTime** <small
|
|
48
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
|
-
### SFTime [in, out] **resumeTime** <small
|
|
50
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
51
51
|
|
|
52
|
-
### SFTime [in, out] **pauseTime** <small
|
|
52
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
53
53
|
|
|
54
|
-
### SFTime [in, out] **stopTime** <small
|
|
54
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
55
55
|
|
|
56
|
-
### SFBool [out] **isPaused**
|
|
56
|
+
### SFBool [out] **isPaused**
|
|
57
57
|
|
|
58
|
-
### SFBool [out] **isActive**
|
|
58
|
+
### SFBool [out] **isActive**
|
|
59
59
|
|
|
60
|
-
### SFTime [out] **elapsedTime**
|
|
60
|
+
### SFTime [out] **elapsedTime**
|
|
61
61
|
|
|
62
62
|
### MFNode [in, out] **children** <small></small>
|
|
63
63
|
|
|
@@ -29,7 +29,7 @@ The Delay node belongs to the **Sound** component and its default container fiel
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
@@ -39,25 +39,25 @@ The Delay node belongs to the **Sound** component and its default container fiel
|
|
|
39
39
|
|
|
40
40
|
### SFTime [in, out] **tailTime** <small></small>
|
|
41
41
|
|
|
42
|
-
### SFInt32 [out] **channelCount**
|
|
42
|
+
### SFInt32 [out] **channelCount**
|
|
43
43
|
|
|
44
44
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
45
45
|
|
|
46
46
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
47
47
|
|
|
48
|
-
### SFTime [in, out] **startTime** <small
|
|
48
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
|
-
### SFTime [in, out] **resumeTime** <small
|
|
50
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
51
51
|
|
|
52
|
-
### SFTime [in, out] **pauseTime** <small
|
|
52
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
53
53
|
|
|
54
|
-
### SFTime [in, out] **stopTime** <small
|
|
54
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
55
55
|
|
|
56
|
-
### SFBool [out] **isPaused**
|
|
56
|
+
### SFBool [out] **isPaused**
|
|
57
57
|
|
|
58
|
-
### SFBool [out] **isActive**
|
|
58
|
+
### SFBool [out] **isActive**
|
|
59
59
|
|
|
60
|
-
### SFTime [out] **elapsedTime**
|
|
60
|
+
### SFTime [out] **elapsedTime**
|
|
61
61
|
|
|
62
62
|
### MFNode [in, out] **children** <small></small>
|
|
63
63
|
|
|
@@ -29,7 +29,7 @@ The DynamicsCompressor node belongs to the **Sound** component and its default c
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
@@ -47,25 +47,25 @@ The DynamicsCompressor node belongs to the **Sound** component and its default c
|
|
|
47
47
|
|
|
48
48
|
### SFTime [in, out] **tailTime** <small></small>
|
|
49
49
|
|
|
50
|
-
### SFInt32 [out] **channelCount**
|
|
50
|
+
### SFInt32 [out] **channelCount**
|
|
51
51
|
|
|
52
52
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
53
53
|
|
|
54
54
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
55
55
|
|
|
56
|
-
### SFTime [in, out] **startTime** <small
|
|
56
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
57
57
|
|
|
58
|
-
### SFTime [in, out] **resumeTime** <small
|
|
58
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
59
59
|
|
|
60
|
-
### SFTime [in, out] **pauseTime** <small
|
|
60
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
61
61
|
|
|
62
|
-
### SFTime [in, out] **stopTime** <small
|
|
62
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
63
63
|
|
|
64
|
-
### SFBool [out] **isPaused**
|
|
64
|
+
### SFBool [out] **isPaused**
|
|
65
65
|
|
|
66
|
-
### SFBool [out] **isActive**
|
|
66
|
+
### SFBool [out] **isActive**
|
|
67
67
|
|
|
68
|
-
### SFTime [out] **elapsedTime**
|
|
68
|
+
### SFTime [out] **elapsedTime**
|
|
69
69
|
|
|
70
70
|
### MFNode [in, out] **children** <small></small>
|
|
71
71
|
|
|
@@ -29,31 +29,31 @@ The Gain node belongs to the **Sound** component and its default container field
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
36
36
|
### SFTime [in, out] **tailTime** <small></small>
|
|
37
37
|
|
|
38
|
-
### SFInt32 [out] **channelCount**
|
|
38
|
+
### SFInt32 [out] **channelCount**
|
|
39
39
|
|
|
40
40
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
41
41
|
|
|
42
42
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
43
43
|
|
|
44
|
-
### SFTime [in, out] **startTime** <small
|
|
44
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
|
-
### SFTime [in, out] **resumeTime** <small
|
|
46
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
47
47
|
|
|
48
|
-
### SFTime [in, out] **pauseTime** <small
|
|
48
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
|
-
### SFTime [in, out] **stopTime** <small
|
|
50
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
51
51
|
|
|
52
|
-
### SFBool [out] **isPaused**
|
|
52
|
+
### SFBool [out] **isPaused**
|
|
53
53
|
|
|
54
|
-
### SFBool [out] **isActive**
|
|
54
|
+
### SFBool [out] **isActive**
|
|
55
55
|
|
|
56
|
-
### SFTime [out] **elapsedTime**
|
|
56
|
+
### SFTime [out] **elapsedTime**
|
|
57
57
|
|
|
58
58
|
### MFNode [in, out] **children** <small></small>
|
|
59
59
|
|
|
@@ -29,7 +29,7 @@ The ListenerPointSource node belongs to the **Sound** component and its default
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFVec3f [in, out] **position** <small></small>
|
|
35
35
|
|
|
@@ -37,25 +37,25 @@ The ListenerPointSource node belongs to the **Sound** component and its default
|
|
|
37
37
|
|
|
38
38
|
### SFFloat [in, out] **gain** <small></small>
|
|
39
39
|
|
|
40
|
-
### SFBool [in, out] **dopplerEnabled**
|
|
40
|
+
### SFBool [in, out] **dopplerEnabled** FALSE
|
|
41
41
|
|
|
42
42
|
### SFFloat [in, out] **interauralDistance** <small></small>
|
|
43
43
|
|
|
44
|
-
### SFBool [in, out] **trackCurrentView**
|
|
44
|
+
### SFBool [in, out] **trackCurrentView** FALSE
|
|
45
45
|
|
|
46
|
-
### SFTime [in, out] **startTime** <small
|
|
46
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
47
47
|
|
|
48
|
-
### SFTime [in, out] **resumeTime** <small
|
|
48
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
|
-
### SFTime [in, out] **pauseTime** <small
|
|
50
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
51
51
|
|
|
52
|
-
### SFTime [in, out] **stopTime** <small
|
|
52
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
53
53
|
|
|
54
|
-
### SFBool [out] **isPaused**
|
|
54
|
+
### SFBool [out] **isPaused**
|
|
55
55
|
|
|
56
|
-
### SFBool [out] **isActive**
|
|
56
|
+
### SFBool [out] **isActive**
|
|
57
57
|
|
|
58
|
-
### SFTime [out] **elapsedTime**
|
|
58
|
+
### SFTime [out] **elapsedTime**
|
|
59
59
|
|
|
60
60
|
## External Links
|
|
61
61
|
|
|
@@ -29,25 +29,25 @@ The MicrophoneSource node belongs to the **Sound** component and its default con
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
36
36
|
### SFString [in, out] **mediaDeviceID** <small></small>
|
|
37
37
|
|
|
38
|
-
### SFTime [in, out] **startTime** <small
|
|
38
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
39
39
|
|
|
40
|
-
### SFTime [in, out] **resumeTime** <small
|
|
40
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
|
-
### SFTime [in, out] **pauseTime** <small
|
|
42
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
43
43
|
|
|
44
|
-
### SFTime [in, out] **stopTime** <small
|
|
44
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
|
-
### SFBool [out] **isPaused**
|
|
46
|
+
### SFBool [out] **isPaused**
|
|
47
47
|
|
|
48
|
-
### SFBool [out] **isActive**
|
|
48
|
+
### SFBool [out] **isActive**
|
|
49
49
|
|
|
50
|
-
### SFTime [out] **elapsedTime**
|
|
50
|
+
### SFTime [out] **elapsedTime**
|
|
51
51
|
|
|
52
52
|
## External Links
|
|
53
53
|
|
|
@@ -29,7 +29,7 @@ The OscillatorSource node belongs to the **Sound** component and its default con
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
@@ -39,19 +39,19 @@ The OscillatorSource node belongs to the **Sound** component and its default con
|
|
|
39
39
|
|
|
40
40
|
### SFNode [in, out] **periodicWave** <small></small>
|
|
41
41
|
|
|
42
|
-
### SFTime [in, out] **startTime** <small
|
|
42
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
43
43
|
|
|
44
|
-
### SFTime [in, out] **resumeTime** <small
|
|
44
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
|
-
### SFTime [in, out] **pauseTime** <small
|
|
46
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
47
47
|
|
|
48
|
-
### SFTime [in, out] **stopTime** <small
|
|
48
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
|
-
### SFBool [out] **isPaused**
|
|
50
|
+
### SFBool [out] **isPaused**
|
|
51
51
|
|
|
52
|
-
### SFBool [out] **isActive**
|
|
52
|
+
### SFBool [out] **isActive**
|
|
53
53
|
|
|
54
|
-
### SFTime [out] **elapsedTime**
|
|
54
|
+
### SFTime [out] **elapsedTime**
|
|
55
55
|
|
|
56
56
|
## External Links
|
|
57
57
|
|
|
@@ -29,7 +29,7 @@ The PeriodicWave node belongs to the **Sound** component and its default contain
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### MFFloat [in, out] **optionsReal** <small></small>
|
|
35
35
|
|
|
@@ -29,9 +29,9 @@ The SpatialSound node belongs to the **Sound** component and its default contain
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
|
-
### SFBool [] **spatialize**
|
|
34
|
+
### SFBool [ ] **spatialize** TRUE
|
|
35
35
|
|
|
36
36
|
### SFFloat [in, out] **coneInnerAngle** <small></small>
|
|
37
37
|
|
|
@@ -43,9 +43,9 @@ The SpatialSound node belongs to the **Sound** component and its default contain
|
|
|
43
43
|
|
|
44
44
|
### SFString [in, out] **distanceModel** <small></small>
|
|
45
45
|
|
|
46
|
-
### SFBool [in, out] **dopplerEnabled**
|
|
46
|
+
### SFBool [in, out] **dopplerEnabled** FALSE
|
|
47
47
|
|
|
48
|
-
### SFBool [in, out] **enableHRTF**
|
|
48
|
+
### SFBool [in, out] **enableHRTF** FALSE
|
|
49
49
|
|
|
50
50
|
### SFFloat [in, out] **gain** <small></small>
|
|
51
51
|
|
|
@@ -29,21 +29,21 @@ The StreamAudioDestination node belongs to the **Sound** component and its defau
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
36
36
|
### MFString [in, out] **streamIdentifier** <small></small>
|
|
37
37
|
|
|
38
|
-
### SFInt32 [out] **channelCount**
|
|
38
|
+
### SFInt32 [out] **channelCount**
|
|
39
39
|
|
|
40
40
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
41
41
|
|
|
42
42
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
43
43
|
|
|
44
|
-
### SFString [out] **mediaDeviceID**
|
|
44
|
+
### SFString [out] **mediaDeviceID**
|
|
45
45
|
|
|
46
|
-
### SFBool [out] **isActive**
|
|
46
|
+
### SFBool [out] **isActive**
|
|
47
47
|
|
|
48
48
|
### MFNode [in, out] **children** <small></small>
|
|
49
49
|
|
|
@@ -29,25 +29,25 @@ The StreamAudioSource node belongs to the **Sound** component and its default co
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
36
36
|
### MFString [in, out] **streamIdentifier** <small></small>
|
|
37
37
|
|
|
38
|
-
### SFTime [in, out] **startTime** <small
|
|
38
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
39
39
|
|
|
40
|
-
### SFTime [in, out] **resumeTime** <small
|
|
40
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
|
-
### SFTime [in, out] **pauseTime** <small
|
|
42
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
43
43
|
|
|
44
|
-
### SFTime [in, out] **stopTime** <small
|
|
44
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
|
-
### SFBool [out] **isPaused**
|
|
46
|
+
### SFBool [out] **isPaused**
|
|
47
47
|
|
|
48
|
-
### SFBool [out] **isActive**
|
|
48
|
+
### SFBool [out] **isActive**
|
|
49
49
|
|
|
50
|
-
### SFTime [out] **elapsedTime**
|
|
50
|
+
### SFTime [out] **elapsedTime**
|
|
51
51
|
|
|
52
52
|
## External Links
|
|
53
53
|
|
|
@@ -29,7 +29,7 @@ The WaveShaper node belongs to the **Sound** component and its default container
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
@@ -39,25 +39,25 @@ The WaveShaper node belongs to the **Sound** component and its default container
|
|
|
39
39
|
|
|
40
40
|
### SFTime [in, out] **tailTime** <small></small>
|
|
41
41
|
|
|
42
|
-
### SFInt32 [out] **channelCount**
|
|
42
|
+
### SFInt32 [out] **channelCount**
|
|
43
43
|
|
|
44
44
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
45
45
|
|
|
46
46
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
47
47
|
|
|
48
|
-
### SFTime [in, out] **startTime** <small
|
|
48
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
|
-
### SFTime [in, out] **resumeTime** <small
|
|
50
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
51
51
|
|
|
52
|
-
### SFTime [in, out] **pauseTime** <small
|
|
52
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
53
53
|
|
|
54
|
-
### SFTime [in, out] **stopTime** <small
|
|
54
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
55
55
|
|
|
56
|
-
### SFBool [out] **isPaused**
|
|
56
|
+
### SFBool [out] **isPaused**
|
|
57
57
|
|
|
58
|
-
### SFBool [out] **isActive**
|
|
58
|
+
### SFBool [out] **isActive**
|
|
59
59
|
|
|
60
|
-
### SFTime [out] **elapsedTime**
|
|
60
|
+
### SFTime [out] **elapsedTime**
|
|
61
61
|
|
|
62
62
|
### MFNode [in, out] **children** <small></small>
|
|
63
63
|
|
|
@@ -37,9 +37,9 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
37
37
|
|
|
38
38
|
- Many XML tools substitute XML character references for special characters automatically if needed within an attribute value (such as &#38; for & ampersand character, or &#34; for " quotation-mark character).
|
|
39
39
|
|
|
40
|
-
### SFBool [in, out] **on**
|
|
40
|
+
### SFBool [in, out] **on** TRUE
|
|
41
41
|
|
|
42
|
-
### SFBool [in, out] **global**
|
|
42
|
+
### SFBool [in, out] **global** TRUE
|
|
43
43
|
|
|
44
44
|
### SFVec3f [in, out] **location** <small></small>
|
|
45
45
|
|
|
@@ -51,7 +51,7 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
51
51
|
|
|
52
52
|
### SFFloat [in, out] **farDistance** 0 <small></small>
|
|
53
53
|
|
|
54
|
-
### SFFloat [out] **aspectRatio**
|
|
54
|
+
### SFFloat [out] **aspectRatio**
|
|
55
55
|
|
|
56
56
|
### SFNode [in, out] **texture** <small></small>
|
|
57
57
|
|
|
@@ -37,9 +37,9 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
37
37
|
|
|
38
38
|
- Many XML tools substitute XML character references for special characters automatically if needed within an attribute value (such as &#38; for & ampersand character, or &#34; for " quotation-mark character).
|
|
39
39
|
|
|
40
|
-
### SFBool [in, out] **on**
|
|
40
|
+
### SFBool [in, out] **on** TRUE
|
|
41
41
|
|
|
42
|
-
### SFBool [in, out] **global**
|
|
42
|
+
### SFBool [in, out] **global** TRUE
|
|
43
43
|
|
|
44
44
|
### SFVec3f [in, out] **location** <small></small>
|
|
45
45
|
|
|
@@ -51,7 +51,7 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
51
51
|
|
|
52
52
|
### SFFloat [in, out] **farDistance** 0 <small></small>
|
|
53
53
|
|
|
54
|
-
### SFFloat [out] **aspectRatio**
|
|
54
|
+
### SFFloat [out] **aspectRatio**
|
|
55
55
|
|
|
56
56
|
### SFNode [in, out] **texture** <small></small>
|
|
57
57
|
|
|
@@ -66,7 +66,7 @@ When time now \>= startTime, isActive becomes true and TimeSensor becomes active
|
|
|
66
66
|
|
|
67
67
|
- Usually receives a ROUTEd time value.
|
|
68
68
|
|
|
69
|
-
### SFTime [in, out] **resumeTime**
|
|
69
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
70
70
|
|
|
71
71
|
When *resumeTime* becomes\<= time now, isPaused becomes false and TimeSensor becomes inactive. Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
|
|
72
72
|
|
package/package.json
CHANGED
|
@@ -657,7 +657,7 @@ Object .assign (Object .setPrototypeOf (X3DExecutionContext .prototype, X3DBaseN
|
|
|
657
657
|
if (sourceField .getType () !== destinationField .getType ())
|
|
658
658
|
throw new Error (`ROUTE types ${sourceField .getTypeName ()} and ${destinationField .getTypeName ()} do not match.`);
|
|
659
659
|
|
|
660
|
-
const id = X3DRoute .
|
|
660
|
+
const id = X3DRoute .getRouteId (sourceField, destinationField);
|
|
661
661
|
|
|
662
662
|
let route = this [_routes] .get (id);
|
|
663
663
|
|
|
@@ -694,9 +694,7 @@ Object .assign (Object .setPrototypeOf (X3DExecutionContext .prototype, X3DBaseN
|
|
|
694
694
|
},
|
|
695
695
|
deleteSimpleRoute (route)
|
|
696
696
|
{
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
this [_routes] .remove (id);
|
|
697
|
+
this [_routes] .remove (route .getRouteId ());
|
|
700
698
|
|
|
701
699
|
route .disconnect ();
|
|
702
700
|
|
|
@@ -762,7 +760,7 @@ Object .assign (Object .setPrototypeOf (X3DExecutionContext .prototype, X3DBaseN
|
|
|
762
760
|
sourceField = sourceNode .getField (sourceField);
|
|
763
761
|
destinationField = destinationNode .getField (destinationField);
|
|
764
762
|
|
|
765
|
-
return this [_routes] .get (X3DRoute .
|
|
763
|
+
return this [_routes] .get (X3DRoute .getRouteId (sourceField, destinationField));
|
|
766
764
|
},
|
|
767
765
|
getRoutes ()
|
|
768
766
|
{
|
|
@@ -115,7 +115,7 @@ const Grammar = Expressions ({
|
|
|
115
115
|
eventOut: /eventOut/gy,
|
|
116
116
|
exposedField: /exposedField/gy,
|
|
117
117
|
|
|
118
|
-
FieldType: /(
|
|
118
|
+
FieldType: /([SM]F(?:Bool|ColorRGBA|Color|Double|Float|Image|Int32|Matrix3d|Matrix3f|Matrix4d|Matrix4f|Node|Rotation|String|Time|Vec2d|Vec2f|Vec3d|Vec3f|Vec4d|Vec4f))/gy,
|
|
119
119
|
|
|
120
120
|
// Values
|
|
121
121
|
int32: /((?:0[xX][\da-fA-F]+)|(?:[+-]?\d+))/gy,
|
|
@@ -80,9 +80,9 @@ Object .assign (Object .setPrototypeOf (X3DRoute .prototype, X3DObject .prototyp
|
|
|
80
80
|
{
|
|
81
81
|
return this [_executionContext];
|
|
82
82
|
},
|
|
83
|
-
|
|
83
|
+
getRouteId ()
|
|
84
84
|
{
|
|
85
|
-
return X3DRoute .
|
|
85
|
+
return X3DRoute .getRouteId (this [_sourceField], this [_destinationField]);
|
|
86
86
|
},
|
|
87
87
|
getSourceNode ()
|
|
88
88
|
{
|
|
@@ -307,7 +307,7 @@ Object .defineProperties (X3DRoute,
|
|
|
307
307
|
|
|
308
308
|
Object .assign (X3DRoute,
|
|
309
309
|
{
|
|
310
|
-
|
|
310
|
+
getRouteId (sourceField, destinationField)
|
|
311
311
|
{
|
|
312
312
|
return `${sourceField .getId ()}.${destinationField .getId ()}`;
|
|
313
313
|
},
|