x_ite 8.8.4 → 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.
Files changed (96) hide show
  1. package/dist/assets/components/Annotation.js +13 -13
  2. package/dist/assets/components/Annotation.min.js +1 -1
  3. package/dist/assets/components/CADGeometry.js +13 -13
  4. package/dist/assets/components/CADGeometry.min.js +1 -1
  5. package/dist/assets/components/CubeMapTexturing.js +25 -25
  6. package/dist/assets/components/CubeMapTexturing.min.js +1 -1
  7. package/dist/assets/components/DIS.js +13 -13
  8. package/dist/assets/components/DIS.min.js +1 -1
  9. package/dist/assets/components/EventUtilities.js +9 -9
  10. package/dist/assets/components/EventUtilities.min.js +1 -1
  11. package/dist/assets/components/Geometry2D.js +19 -19
  12. package/dist/assets/components/Geometry2D.min.js +1 -1
  13. package/dist/assets/components/Geospatial.js +33 -33
  14. package/dist/assets/components/Geospatial.min.js +1 -1
  15. package/dist/assets/components/HAnim.js +18 -18
  16. package/dist/assets/components/HAnim.min.js +1 -1
  17. package/dist/assets/components/KeyDeviceSensor.js +8 -8
  18. package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
  19. package/dist/assets/components/Layout.js +27 -27
  20. package/dist/assets/components/Layout.min.js +1 -1
  21. package/dist/assets/components/NURBS.js +24 -24
  22. package/dist/assets/components/NURBS.min.js +1 -1
  23. package/dist/assets/components/ParticleSystems.js +23 -23
  24. package/dist/assets/components/ParticleSystems.min.js +1 -1
  25. package/dist/assets/components/Picking.js +18 -18
  26. package/dist/assets/components/Picking.min.js +1 -1
  27. package/dist/assets/components/RigidBodyPhysics.js +18 -18
  28. package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
  29. package/dist/assets/components/Scripting.js +37 -37
  30. package/dist/assets/components/Scripting.min.js +1 -1
  31. package/dist/assets/components/Text.js +24 -24
  32. package/dist/assets/components/Text.min.js +1 -1
  33. package/dist/assets/components/TextureProjector.js +14 -14
  34. package/dist/assets/components/TextureProjector.min.js +1 -1
  35. package/dist/assets/components/Texturing3D.js +30 -30
  36. package/dist/assets/components/Texturing3D.min.js +1 -1
  37. package/dist/assets/components/VolumeRendering.js +18 -18
  38. package/dist/assets/components/VolumeRendering.min.js +1 -1
  39. package/dist/assets/components/X_ITE.js +9 -9
  40. package/dist/assets/components/X_ITE.min.js +1 -1
  41. package/dist/x_ite.css +1 -1
  42. package/dist/x_ite.js +65 -67
  43. package/dist/x_ite.min.js +1 -1
  44. package/dist/x_ite.zip +0 -0
  45. package/docs/_config.yml +1 -1
  46. package/docs/_posts/components/EventUtilities/BooleanSequencer.md +2 -2
  47. package/docs/_posts/components/EventUtilities/BooleanTrigger.md +1 -1
  48. package/docs/_posts/components/EventUtilities/IntegerSequencer.md +1 -1
  49. package/docs/_posts/components/Followers/ColorChaser.md +2 -2
  50. package/docs/_posts/components/Followers/ColorDamper.md +2 -2
  51. package/docs/_posts/components/Followers/CoordinateChaser.md +4 -4
  52. package/docs/_posts/components/Followers/CoordinateDamper.md +4 -4
  53. package/docs/_posts/components/Followers/OrientationChaser.md +4 -4
  54. package/docs/_posts/components/Followers/OrientationDamper.md +4 -4
  55. package/docs/_posts/components/Followers/PositionChaser.md +4 -4
  56. package/docs/_posts/components/Followers/PositionChaser2D.md +4 -4
  57. package/docs/_posts/components/Followers/PositionDamper.md +4 -4
  58. package/docs/_posts/components/Followers/PositionDamper2D.md +4 -4
  59. package/docs/_posts/components/Followers/ScalarChaser.md +4 -4
  60. package/docs/_posts/components/Followers/ScalarDamper.md +4 -4
  61. package/docs/_posts/components/Followers/TexCoordChaser2D.md +4 -4
  62. package/docs/_posts/components/Followers/TexCoordDamper2D.md +4 -4
  63. package/docs/_posts/components/Geospatial/GeoViewpoint.md +1 -1
  64. package/docs/_posts/components/HAnim/HAnimMotion.md +6 -6
  65. package/docs/_posts/components/Navigation/OrthoViewpoint.md +1 -1
  66. package/docs/_posts/components/Navigation/Viewpoint.md +1 -1
  67. package/docs/_posts/components/RigidBodyPhysics/CollisionSensor.md +1 -1
  68. package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +1 -1
  69. package/docs/_posts/components/Shape/AcousticProperties.md +1 -1
  70. package/docs/_posts/components/Sound/Analyser.md +9 -9
  71. package/docs/_posts/components/Sound/AudioDestination.md +4 -4
  72. package/docs/_posts/components/Sound/BiquadFilter.md +9 -9
  73. package/docs/_posts/components/Sound/BufferAudioSource.md +11 -11
  74. package/docs/_posts/components/Sound/ChannelMerger.md +2 -2
  75. package/docs/_posts/components/Sound/ChannelSelector.md +2 -2
  76. package/docs/_posts/components/Sound/ChannelSplitter.md +2 -2
  77. package/docs/_posts/components/Sound/Convolver.md +10 -10
  78. package/docs/_posts/components/Sound/Delay.md +9 -9
  79. package/docs/_posts/components/Sound/DynamicsCompressor.md +9 -9
  80. package/docs/_posts/components/Sound/Gain.md +9 -9
  81. package/docs/_posts/components/Sound/ListenerPointSource.md +10 -10
  82. package/docs/_posts/components/Sound/MicrophoneSource.md +8 -8
  83. package/docs/_posts/components/Sound/OscillatorSource.md +8 -8
  84. package/docs/_posts/components/Sound/PeriodicWave.md +1 -1
  85. package/docs/_posts/components/Sound/SpatialSound.md +4 -4
  86. package/docs/_posts/components/Sound/StreamAudioDestination.md +4 -4
  87. package/docs/_posts/components/Sound/StreamAudioSource.md +8 -8
  88. package/docs/_posts/components/Sound/WaveShaper.md +9 -9
  89. package/docs/_posts/components/TextureProjector/TextureProjector.md +3 -3
  90. package/docs/_posts/components/TextureProjector/TextureProjectorParallel.md +3 -3
  91. package/docs/_posts/components/Time/TimeSensor.md +1 -1
  92. package/package.json +1 -1
  93. package/src/x_ite/Browser/VERSION.js +1 -1
  94. package/src/x_ite/Execution/X3DExecutionContext.js +3 -5
  95. package/src/x_ite/Parser/VRMLParser.js +1 -1
  96. 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** <small></small>
32
+ ### SFBool [in, out] **enabled** TRUE
33
33
 
34
34
  ### SFFloat [in, out] **gain** <small></small>
35
35
 
36
- ### SFInt32 [out] **channelCount** <small></small>
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** <small></small>
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** <small></small>
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** <small></small>
32
+ ### SFBool [in, out] **enabled** TRUE
33
33
 
34
34
  ### SFFloat [in, out] **gain** <small></small>
35
35
 
36
- ### SFInt32 [out] **channelCount** <small></small>
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** <small></small>
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** <small></small>
38
+ ### SFBool [in, out] **normalize** FALSE
39
39
 
40
40
  ### SFTime [in, out] **tailTime** <small></small>
41
41
 
42
- ### SFInt32 [out] **channelCount** <small></small>
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></small>
48
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
49
49
 
50
- ### SFTime [in, out] **resumeTime** <small></small>
50
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
51
51
 
52
- ### SFTime [in, out] **pauseTime** <small></small>
52
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
53
53
 
54
- ### SFTime [in, out] **stopTime** <small></small>
54
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
55
55
 
56
- ### SFBool [out] **isPaused** <small></small>
56
+ ### SFBool [out] **isPaused**
57
57
 
58
- ### SFBool [out] **isActive** <small></small>
58
+ ### SFBool [out] **isActive**
59
59
 
60
- ### SFTime [out] **elapsedTime** <small></small>
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** <small></small>
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** <small></small>
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></small>
48
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
49
49
 
50
- ### SFTime [in, out] **resumeTime** <small></small>
50
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
51
51
 
52
- ### SFTime [in, out] **pauseTime** <small></small>
52
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
53
53
 
54
- ### SFTime [in, out] **stopTime** <small></small>
54
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
55
55
 
56
- ### SFBool [out] **isPaused** <small></small>
56
+ ### SFBool [out] **isPaused**
57
57
 
58
- ### SFBool [out] **isActive** <small></small>
58
+ ### SFBool [out] **isActive**
59
59
 
60
- ### SFTime [out] **elapsedTime** <small></small>
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** <small></small>
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** <small></small>
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></small>
56
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
57
57
 
58
- ### SFTime [in, out] **resumeTime** <small></small>
58
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
59
59
 
60
- ### SFTime [in, out] **pauseTime** <small></small>
60
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
61
61
 
62
- ### SFTime [in, out] **stopTime** <small></small>
62
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
63
63
 
64
- ### SFBool [out] **isPaused** <small></small>
64
+ ### SFBool [out] **isPaused**
65
65
 
66
- ### SFBool [out] **isActive** <small></small>
66
+ ### SFBool [out] **isActive**
67
67
 
68
- ### SFTime [out] **elapsedTime** <small></small>
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** <small></small>
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** <small></small>
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></small>
44
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
45
45
 
46
- ### SFTime [in, out] **resumeTime** <small></small>
46
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
47
47
 
48
- ### SFTime [in, out] **pauseTime** <small></small>
48
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
49
49
 
50
- ### SFTime [in, out] **stopTime** <small></small>
50
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
51
51
 
52
- ### SFBool [out] **isPaused** <small></small>
52
+ ### SFBool [out] **isPaused**
53
53
 
54
- ### SFBool [out] **isActive** <small></small>
54
+ ### SFBool [out] **isActive**
55
55
 
56
- ### SFTime [out] **elapsedTime** <small></small>
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** <small></small>
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** <small></small>
40
+ ### SFBool [in, out] **dopplerEnabled** FALSE
41
41
 
42
42
  ### SFFloat [in, out] **interauralDistance** <small></small>
43
43
 
44
- ### SFBool [in, out] **trackCurrentView** <small></small>
44
+ ### SFBool [in, out] **trackCurrentView** FALSE
45
45
 
46
- ### SFTime [in, out] **startTime** <small></small>
46
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
47
47
 
48
- ### SFTime [in, out] **resumeTime** <small></small>
48
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
49
49
 
50
- ### SFTime [in, out] **pauseTime** <small></small>
50
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
51
51
 
52
- ### SFTime [in, out] **stopTime** <small></small>
52
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
53
53
 
54
- ### SFBool [out] **isPaused** <small></small>
54
+ ### SFBool [out] **isPaused**
55
55
 
56
- ### SFBool [out] **isActive** <small></small>
56
+ ### SFBool [out] **isActive**
57
57
 
58
- ### SFTime [out] **elapsedTime** <small></small>
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** <small></small>
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></small>
38
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
39
39
 
40
- ### SFTime [in, out] **resumeTime** <small></small>
40
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
41
41
 
42
- ### SFTime [in, out] **pauseTime** <small></small>
42
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
43
43
 
44
- ### SFTime [in, out] **stopTime** <small></small>
44
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
45
45
 
46
- ### SFBool [out] **isPaused** <small></small>
46
+ ### SFBool [out] **isPaused**
47
47
 
48
- ### SFBool [out] **isActive** <small></small>
48
+ ### SFBool [out] **isActive**
49
49
 
50
- ### SFTime [out] **elapsedTime** <small></small>
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** <small></small>
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></small>
42
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
43
43
 
44
- ### SFTime [in, out] **resumeTime** <small></small>
44
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
45
45
 
46
- ### SFTime [in, out] **pauseTime** <small></small>
46
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
47
47
 
48
- ### SFTime [in, out] **stopTime** <small></small>
48
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
49
49
 
50
- ### SFBool [out] **isPaused** <small></small>
50
+ ### SFBool [out] **isPaused**
51
51
 
52
- ### SFBool [out] **isActive** <small></small>
52
+ ### SFBool [out] **isActive**
53
53
 
54
- ### SFTime [out] **elapsedTime** <small></small>
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** <small></small>
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** <small></small>
32
+ ### SFBool [in, out] **enabled** TRUE
33
33
 
34
- ### SFBool [] **spatialize** <small></small>
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** <small></small>
46
+ ### SFBool [in, out] **dopplerEnabled** FALSE
47
47
 
48
- ### SFBool [in, out] **enableHRTF** <small></small>
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** <small></small>
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** <small></small>
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** <small></small>
44
+ ### SFString [out] **mediaDeviceID**
45
45
 
46
- ### SFBool [out] **isActive** <small></small>
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** <small></small>
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></small>
38
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
39
39
 
40
- ### SFTime [in, out] **resumeTime** <small></small>
40
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
41
41
 
42
- ### SFTime [in, out] **pauseTime** <small></small>
42
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
43
43
 
44
- ### SFTime [in, out] **stopTime** <small></small>
44
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
45
45
 
46
- ### SFBool [out] **isPaused** <small></small>
46
+ ### SFBool [out] **isPaused**
47
47
 
48
- ### SFBool [out] **isActive** <small></small>
48
+ ### SFBool [out] **isActive**
49
49
 
50
- ### SFTime [out] **elapsedTime** <small></small>
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** <small></small>
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** <small></small>
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></small>
48
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
49
49
 
50
- ### SFTime [in, out] **resumeTime** <small></small>
50
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
51
51
 
52
- ### SFTime [in, out] **pauseTime** <small></small>
52
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
53
53
 
54
- ### SFTime [in, out] **stopTime** <small></small>
54
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
55
55
 
56
- ### SFBool [out] **isPaused** <small></small>
56
+ ### SFBool [out] **isPaused**
57
57
 
58
- ### SFBool [out] **isActive** <small></small>
58
+ ### SFBool [out] **isActive**
59
59
 
60
- ### SFTime [out] **elapsedTime** <small></small>
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 &amp;#38; for & ampersand character, or &amp;#34; for " quotation-mark character).
39
39
 
40
- ### SFBool [in, out] **on** <small></small>
40
+ ### SFBool [in, out] **on** TRUE
41
41
 
42
- ### SFBool [in, out] **global** <small></small>
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** <small></small>
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 &amp;#38; for & ampersand character, or &amp;#34; for " quotation-mark character).
39
39
 
40
- ### SFBool [in, out] **on** <small></small>
40
+ ### SFBool [in, out] **on** TRUE
41
41
 
42
- ### SFBool [in, out] **global** <small></small>
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** <small></small>
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "x_ite",
3
- "version": "8.8.4",
3
+ "version": "8.8.6",
4
4
  "description": "X_ITE X3D Browser, view and manipulate X3D and VRML scenes in HTML.",
5
5
  "homepage": "https://create3000.github.io/x_ite/",
6
6
  "author": "Holger Seelig <holger.seelig@gmail.com>",
@@ -45,4 +45,4 @@
45
45
  *
46
46
  ******************************************************************************/
47
47
 
48
- export default "8.8.4";
48
+ export default "8.8.6";
@@ -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 .getId (sourceField, destinationField);
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
- const id = X3DRoute .getId (route .getSourceField (), route .getDestinationField ());
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 .getId (sourceField, destinationField));
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: /(MFBool|MFColorRGBA|MFColor|MFDouble|MFFloat|MFImage|MFInt32|MFMatrix3d|MFMatrix3f|MFMatrix4d|MFMatrix4f|MFNode|MFRotation|MFString|MFTime|MFVec2d|MFVec2f|MFVec3d|MFVec3f|MFVec4d|MFVec4f|SFBool|SFColorRGBA|SFColor|SFDouble|SFFloat|SFImage|SFInt32|SFMatrix3d|SFMatrix3f|SFMatrix4d|SFMatrix4f|SFNode|SFRotation|SFString|SFTime|SFVec2d|SFVec2f|SFVec3d|SFVec3f|SFVec4d|SFVec4f)/gy,
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
- getId ()
83
+ getRouteId ()
84
84
  {
85
- return X3DRoute .getId (this [_sourceField], this [_destinationField]);
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
- getId (sourceField, destinationField)
310
+ getRouteId (sourceField, destinationField)
311
311
  {
312
312
  return `${sourceField .getId ()}.${destinationField .getId ()}`;
313
313
  },