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
package/dist/x_ite.zip CHANGED
Binary file
package/docs/_config.yml CHANGED
@@ -20,7 +20,7 @@ timezone:
20
20
  # ↓ --------------------------
21
21
 
22
22
  title: X_ITE X3D Browser # the main title
23
- version: 8.8.4 # x_ite latest version
23
+ version: 8.8.6 # x_ite latest version
24
24
  size: 283 # size in kb
25
25
  x3d_latest_version: 4.0 # x3d latest version
26
26
 
@@ -32,7 +32,7 @@ The BooleanSequencer node belongs to the **EventUtilities** component and its de
32
32
 
33
33
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
34
34
 
35
- ### SFFloat [in] **set_fraction**
35
+ ### SFFloat [in] **set_fraction** <small>(-∞,∞)</small>
36
36
 
37
37
  *set_fraction* selects input key for corresponding keyValue output.
38
38
 
@@ -60,7 +60,7 @@ Definition parameters for linear-interpolation function time intervals, in incre
60
60
 
61
61
  - Number of keys must match number of keyValues!
62
62
 
63
- ### MFBool [in, out] **keyValue** [ ] <small>[]</small>
63
+ ### MFBool [in, out] **keyValue** [ ]
64
64
 
65
65
  Output values for linear interpolation, each corresponding to time-fraction keys.
66
66
 
@@ -32,7 +32,7 @@ The BooleanTrigger node belongs to the **EventUtilities** component and its defa
32
32
 
33
33
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
34
34
 
35
- ### SFTime [in] **set_triggerTime**
35
+ ### SFTime [in] **set_triggerTime** <small>(-∞,∞)</small>
36
36
 
37
37
  *set_triggerTime* provides input time event, typical event sent is TouchSensor touchTime.
38
38
 
@@ -32,7 +32,7 @@ The IntegerSequencer node belongs to the **EventUtilities** component and its de
32
32
 
33
33
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
34
34
 
35
- ### SFFloat [in] **set_fraction**
35
+ ### SFFloat [in] **set_fraction** <small>(-∞,∞)</small>
36
36
 
37
37
  *set_fraction* selects input key for corresponding keyValue output.
38
38
 
@@ -33,11 +33,11 @@ The ColorChaser node belongs to the **Followers** component and its default cont
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFColor [in] **set_value**
36
+ ### SFColor [in] **set_value** <small>[0,1]</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFColor [in] **set_destination**
40
+ ### SFColor [in] **set_destination** <small>[0,1]</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
@@ -33,11 +33,11 @@ The ColorDamper node belongs to the **Followers** component and its default cont
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFColor [in] **set_value**
36
+ ### SFColor [in] **set_value** <small>[0,1]</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFColor [in] **set_destination**
40
+ ### SFColor [in] **set_destination** <small>[0,1]</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
@@ -33,19 +33,19 @@ The CoordinateChaser node belongs to the **Followers** component and its default
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### MFVec3f [in] **set_value**
36
+ ### MFVec3f [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### MFVec3f [in] **set_destination**
40
+ ### MFVec3f [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### MFVec3f [ ] **initialValue** 0 0 0
44
+ ### MFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### MFVec3f [ ] **initialDestination** 0 0 0
48
+ ### MFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The CoordinateDamper node belongs to the **Followers** component and its default
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### MFVec3f [in] **set_value**
36
+ ### MFVec3f [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### MFVec3f [in] **set_destination**
40
+ ### MFVec3f [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### MFVec3f [ ] **initialValue** 0 0 0
44
+ ### MFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### MFVec3f [ ] **initialDestination** 0 0 0
48
+ ### MFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The OrientationChaser node belongs to the **Followers** component and its defaul
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFRotation [in] **set_value**
36
+ ### SFRotation [in] **set_value** <small>[-1,1] or (-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFRotation [in] **set_destination**
40
+ ### SFRotation [in] **set_destination** <small>[-1,1] or (-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### SFRotation [ ] **initialValue** 0 0 1 0
44
+ ### SFRotation [ ] **initialValue** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### SFRotation [ ] **initialDestination** 0 0 1 0
48
+ ### SFRotation [ ] **initialDestination** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The OrientationDamper node belongs to the **Followers** component and its defaul
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFRotation [in] **set_value**
36
+ ### SFRotation [in] **set_value** <small>[-1,1] or (-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFRotation [in] **set_destination**
40
+ ### SFRotation [in] **set_destination** <small>[-1,1] or (-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### SFRotation [ ] **initialValue** 0 0 1 0
44
+ ### SFRotation [ ] **initialValue** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### SFRotation [ ] **initialDestination** 0 0 1 0
48
+ ### SFRotation [ ] **initialDestination** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The PositionChaser node belongs to the **Followers** component and its default c
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFVec3f [in] **set_value**
36
+ ### SFVec3f [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFVec3f [in] **set_destination**
40
+ ### SFVec3f [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### SFVec3f [ ] **initialValue** 0 0 0
44
+ ### SFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### SFVec3f [ ] **initialDestination** 0 0 0
48
+ ### SFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The PositionChaser2D node belongs to the **Followers** component and its default
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFVec2f [in] **set_value**
36
+ ### SFVec2f [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFVec2f [in] **set_destination**
40
+ ### SFVec2f [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### SFVec2f [ ] **initialValue** 0 0
44
+ ### SFVec2f [ ] **initialValue** 0 0 <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### SFVec2f [ ] **initialDestination** 0 0
48
+ ### SFVec2f [ ] **initialDestination** 0 0 <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The PositionDamper node belongs to the **Followers** component and its default c
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFVec3f [in] **set_value**
36
+ ### SFVec3f [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFVec3f [in] **set_destination**
40
+ ### SFVec3f [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### SFVec3f [ ] **initialValue** 0 0 0
44
+ ### SFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### SFVec3f [ ] **initialDestination** 0 0 0
48
+ ### SFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The PositionDamper2D node belongs to the **Followers** component and its default
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFVec2f [in] **set_value**
36
+ ### SFVec2f [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFVec2f [in] **set_destination**
40
+ ### SFVec2f [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### SFVec2f [ ] **initialValue** 0 0
44
+ ### SFVec2f [ ] **initialValue** 0 0 <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### SFVec2f [ ] **initialDestination** 0 0
48
+ ### SFVec2f [ ] **initialDestination** 0 0 <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The ScalarChaser node belongs to the **Followers** component and its default con
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFFloat [in] **set_value**
36
+ ### SFFloat [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFFloat [in] **set_destination**
40
+ ### SFFloat [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### SFFloat [ ] **initialValue**
44
+ ### SFFloat [ ] **initialValue** 0 <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### SFFloat [ ] **initialDestination**
48
+ ### SFFloat [ ] **initialDestination** 0 <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The ScalarDamper node belongs to the **Followers** component and its default con
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### SFFloat [in] **set_value**
36
+ ### SFFloat [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### SFFloat [in] **set_destination**
40
+ ### SFFloat [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### SFFloat [ ] **initialValue**
44
+ ### SFFloat [ ] **initialValue** 0 <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### SFFloat [ ] **initialDestination**
48
+ ### SFFloat [ ] **initialDestination** 0 <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The TexCoordChaser2D node belongs to the **Followers** component and its default
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### MFVec2f [in] **set_value**
36
+ ### MFVec2f [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### MFVec2f [in] **set_destination**
40
+ ### MFVec2f [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### MFVec2f [ ] **initialValue** [ ]
44
+ ### MFVec2f [ ] **initialValue** [ ] <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### MFVec2f [ ] **initialDestination** [ ]
48
+ ### MFVec2f [ ] **initialDestination** [ ] <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -33,19 +33,19 @@ The TexCoordDamper2D node belongs to the **Followers** component and its default
33
33
 
34
34
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
35
35
 
36
- ### MFVec2f [in] **set_value**
36
+ ### MFVec2f [in] **set_value** <small>(-∞,∞)</small>
37
37
 
38
38
  *set_value* resets current value of this node.
39
39
 
40
- ### MFVec2f [in] **set_destination**
40
+ ### MFVec2f [in] **set_destination** <small>(-∞,∞)</small>
41
41
 
42
42
  *set_destination* resets destination value of this node.
43
43
 
44
- ### MFVec2f [ ] **initialValue** [ ]
44
+ ### MFVec2f [ ] **initialValue** [ ] <small>(-∞,∞)</small>
45
45
 
46
46
  Initial starting value for this node.
47
47
 
48
- ### MFVec2f [ ] **initialDestination** [ ]
48
+ ### MFVec2f [ ] **initialDestination** [ ] <small>(-∞,∞)</small>
49
49
 
50
50
  Initial destination value for this node.
51
51
 
@@ -111,7 +111,7 @@ farDistance defines maximum clipping plane distance allowed for object display.
111
111
 
112
112
  - nearDistance must be less than farDistance.
113
113
 
114
- ### SFBool [in, out] **viewAll** FALSE</small>
114
+ ### SFBool [in, out] **viewAll** FALSE
115
115
 
116
116
  Viewpoint is automatically adjusted to view all visible geometry. Typically centerOfRotation is shifted to center of current bounding box and view is zoomed in or out until all visible objects are viewed.
117
117
 
@@ -37,11 +37,11 @@ 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] **enabled** <small></small>
40
+ ### SFBool [in, out] **enabled** TRUE
41
41
 
42
- ### SFBool [undefined] **next** <small></small>
42
+ ### SFBool [in] **next**
43
43
 
44
- ### SFBool [undefined] **previous** <small></small>
44
+ ### SFBool [in] **previous**
45
45
 
46
46
  ### SFTime [in, out] **frameDuration** <small></small>
47
47
 
@@ -65,11 +65,11 @@ Author-provided prose that describes intended purpose of the url asset.
65
65
 
66
66
  ### MFFloat [in, out] **values** <small></small>
67
67
 
68
- ### SFTime [out] **cycleTime** <small></small>
68
+ ### SFTime [out] **cycleTime**
69
69
 
70
- ### SFTime [out] **elapsedTime** <small></small>
70
+ ### SFTime [out] **elapsedTime**
71
71
 
72
- ### SFInt32 [out] **frameCount** <small></small>
72
+ ### SFInt32 [out] **frameCount**
73
73
 
74
74
  ## External Links
75
75
 
@@ -105,7 +105,7 @@ farDistance defines maximum clipping plane distance allowed for object display.
105
105
 
106
106
  - nearDistance must be less than farDistance.
107
107
 
108
- ### SFBool [in, out] **viewAll** FALSE</small>
108
+ ### SFBool [in, out] **viewAll** FALSE
109
109
 
110
110
  Viewpoint is automatically adjusted to view all visible geometry. Typically centerOfRotation is shifted to center of current bounding box and view is zoomed in or out until all visible objects are viewed.
111
111
 
@@ -105,7 +105,7 @@ farDistance defines maximum clipping plane distance allowed for object display.
105
105
 
106
106
  - nearDistance must be less than farDistance.
107
107
 
108
- ### SFBool [in, out] **viewAll** FALSE</small>
108
+ ### SFBool [in, out] **viewAll** FALSE
109
109
 
110
110
  Viewpoint is automatically adjusted to view all visible geometry. Typically centerOfRotation is shifted to center of current bounding box and view is zoomed in or out until all visible objects are viewed.
111
111
 
@@ -44,7 +44,7 @@ Enables/disables node operation.
44
44
 
45
45
  Output field intersections.
46
46
 
47
- ### MFNode [out] **contacts**
47
+ ### MFNode [out] **contacts** <small>[Contact]</small>
48
48
 
49
49
  Output field contacts.
50
50
 
@@ -35,7 +35,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
35
35
 
36
36
  Enables/disables node operation.
37
37
 
38
- ### MFNode [in] **set_contacts**<span class="red"><small> not supported</small></span>
38
+ ### MFNode [in] **set_contacts** <span class="red"><small>not supported</small></span>
39
39
 
40
40
  *set_contacts* input field for Contact nodes provides per-frame information about contacts between bodies.
41
41
 
@@ -37,7 +37,7 @@ 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] **enabled** <small></small>
40
+ ### SFBool [in, out] **enabled** TRUE
41
41
 
42
42
  ### SFFloat [in, out] **absorption** 0 <small></small>
43
43
 
@@ -29,7 +29,7 @@ The Analyser node belongs to the **Sound** component and its default container f
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
 
@@ -45,25 +45,25 @@ The Analyser node belongs to the **Sound** component and its default container f
45
45
 
46
46
  ### SFTime [in, out] **tailTime** <small></small>
47
47
 
48
- ### SFInt32 [out] **channelCount** <small></small>
48
+ ### SFInt32 [out] **channelCount**
49
49
 
50
50
  ### SFString [in, out] **channelCountMode** <small></small>
51
51
 
52
52
  ### SFString [in, out] **channelInterpretation** <small></small>
53
53
 
54
- ### SFTime [in, out] **startTime** <small></small>
54
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
55
55
 
56
- ### SFTime [in, out] **resumeTime** <small></small>
56
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
57
57
 
58
- ### SFTime [in, out] **pauseTime** <small></small>
58
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
59
59
 
60
- ### SFTime [in, out] **stopTime** <small></small>
60
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
61
61
 
62
- ### SFBool [out] **isPaused** <small></small>
62
+ ### SFBool [out] **isPaused**
63
63
 
64
- ### SFBool [out] **isActive** <small></small>
64
+ ### SFBool [out] **isActive**
65
65
 
66
- ### SFTime [out] **elapsedTime** <small></small>
66
+ ### SFTime [out] **elapsedTime**
67
67
 
68
68
  ### MFNode [in, out] **children** <small></small>
69
69
 
@@ -29,21 +29,21 @@ The AudioDestination 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
  ### SFInt32 [in, out] **maxChannelCount** <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,7 +29,7 @@ The BiquadFilter 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
  ### SFFloat [in, out] **detune** <small></small>
35
35
 
@@ -43,25 +43,25 @@ The BiquadFilter node belongs to the **Sound** component and its default contain
43
43
 
44
44
  ### SFString [in, out] **type** <small></small>
45
45
 
46
- ### SFInt32 [out] **channelCount** <small></small>
46
+ ### SFInt32 [out] **channelCount**
47
47
 
48
48
  ### SFString [in, out] **channelCountMode** <small></small>
49
49
 
50
50
  ### SFString [in, out] **channelInterpretation** <small></small>
51
51
 
52
- ### SFTime [in, out] **startTime** <small></small>
52
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
53
53
 
54
- ### SFTime [in, out] **resumeTime** <small></small>
54
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
55
55
 
56
- ### SFTime [in, out] **pauseTime** <small></small>
56
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
57
57
 
58
- ### SFTime [in, out] **stopTime** <small></small>
58
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
59
59
 
60
- ### SFBool [out] **isPaused** <small></small>
60
+ ### SFBool [out] **isPaused**
61
61
 
62
- ### SFBool [out] **isActive** <small></small>
62
+ ### SFBool [out] **isActive**
63
63
 
64
- ### SFTime [out] **elapsedTime** <small></small>
64
+ ### SFTime [out] **elapsedTime**
65
65
 
66
66
  ### MFNode [in, out] **children** <small></small>
67
67
 
@@ -29,7 +29,7 @@ The BufferAudioSource 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
  ### SFBool [in, out] **load** TRUE
35
35
 
@@ -99,29 +99,29 @@ Location and filename of image. Multiple locations are more reliable, and includ
99
99
 
100
100
  ### SFFloat [in, out] **sampleRate** <small></small>
101
101
 
102
- ### SFInt32 [out] **bufferLength** <small></small>
102
+ ### SFInt32 [out] **bufferLength**
103
103
 
104
- ### SFInt32 [out] **channelCount** <small></small>
104
+ ### SFInt32 [out] **channelCount**
105
105
 
106
106
  ### SFString [in, out] **channelCountMode** <small></small>
107
107
 
108
108
  ### SFString [in, out] **channelInterpretation** <small></small>
109
109
 
110
- ### SFBool [in, out] **loop** <small></small>
110
+ ### SFBool [in, out] **loop** FALSE
111
111
 
112
- ### SFTime [in, out] **startTime** <small></small>
112
+ ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
113
113
 
114
- ### SFTime [in, out] **resumeTime** <small></small>
114
+ ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
115
115
 
116
- ### SFTime [in, out] **pauseTime** <small></small>
116
+ ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
117
117
 
118
- ### SFTime [in, out] **stopTime** <small></small>
118
+ ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
119
119
 
120
- ### SFBool [out] **isPaused** <small></small>
120
+ ### SFBool [out] **isPaused**
121
121
 
122
- ### SFBool [out] **isActive** <small></small>
122
+ ### SFBool [out] **isActive**
123
123
 
124
- ### SFTime [out] **elapsedTime** <small></small>
124
+ ### SFTime [out] **elapsedTime**
125
125
 
126
126
  ## External Links
127
127