x_ite 8.8.6 → 8.8.7

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 (235) hide show
  1. package/dist/assets/components/Annotation.js +14 -14
  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 +27 -27
  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 +52 -40
  14. package/dist/assets/components/Geospatial.min.js +1 -1
  15. package/dist/assets/components/HAnim.js +19 -19
  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 +26 -26
  22. package/dist/assets/components/NURBS.min.js +1 -1
  23. package/dist/assets/components/ParticleSystems.js +75 -73
  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 +29 -30
  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 +23 -23
  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 +21 -21
  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 +96 -96
  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/CADGeometry/CADAssembly.md +2 -2
  47. package/docs/_posts/components/CADGeometry/CADFace.md +3 -3
  48. package/docs/_posts/components/CADGeometry/CADLayer.md +2 -2
  49. package/docs/_posts/components/CADGeometry/CADPart.md +2 -2
  50. package/docs/_posts/components/Core/MetadataBoolean.md +0 -20
  51. package/docs/_posts/components/CubeMapTexturing/ComposedCubeMapTexture.md +15 -11
  52. package/docs/_posts/components/DIS/DISEntityManager.md +4 -4
  53. package/docs/_posts/components/DIS/DISEntityTypeMapping.md +9 -9
  54. package/docs/_posts/components/DIS/EspduTransform.md +37 -37
  55. package/docs/_posts/components/DIS/ReceiverPdu.md +18 -18
  56. package/docs/_posts/components/DIS/SignalPdu.md +16 -16
  57. package/docs/_posts/components/DIS/TransmitterPdu.md +32 -32
  58. package/docs/_posts/components/EventUtilities/BooleanFilter.md +6 -6
  59. package/docs/_posts/components/Geometry2D/Polyline2D.md +1 -1
  60. package/docs/_posts/components/Geometry3D/Cone.md +2 -2
  61. package/docs/_posts/components/Geometry3D/Cylinder.md +3 -3
  62. package/docs/_posts/components/Geometry3D/ElevationGrid.md +2 -2
  63. package/docs/_posts/components/Geometry3D/IndexedFaceSet.md +3 -5
  64. package/docs/_posts/components/Geospatial/GeoElevationGrid.md +3 -3
  65. package/docs/_posts/components/Geospatial/GeoLOD.md +6 -6
  66. package/docs/_posts/components/Geospatial/GeoLocation.md +2 -2
  67. package/docs/_posts/components/Geospatial/GeoTouchSensor.md +8 -8
  68. package/docs/_posts/components/Geospatial/GeoTransform.md +2 -2
  69. package/docs/_posts/components/Geospatial/GeoViewpoint.md +10 -2
  70. package/docs/_posts/components/Grouping/Group.md +2 -2
  71. package/docs/_posts/components/Grouping/StaticGroup.md +2 -2
  72. package/docs/_posts/components/Grouping/Switch.md +2 -2
  73. package/docs/_posts/components/Grouping/Transform.md +2 -2
  74. package/docs/_posts/components/HAnim/HAnimDisplacer.md +16 -16
  75. package/docs/_posts/components/HAnim/HAnimHumanoid.md +78 -47
  76. package/docs/_posts/components/HAnim/HAnimJoint.md +59 -59
  77. package/docs/_posts/components/HAnim/HAnimMotion.md +11 -11
  78. package/docs/_posts/components/HAnim/HAnimSegment.md +39 -39
  79. package/docs/_posts/components/HAnim/HAnimSite.md +39 -39
  80. package/docs/_posts/components/Layering/Layer.md +14 -2
  81. package/docs/_posts/components/Layering/LayerSet.md +2 -2
  82. package/docs/_posts/components/Layering/Viewport.md +3 -3
  83. package/docs/_posts/components/Layout/Layout.md +1 -1
  84. package/docs/_posts/components/Layout/LayoutGroup.md +3 -3
  85. package/docs/_posts/components/Layout/LayoutLayer.md +14 -2
  86. package/docs/_posts/components/Layout/ScreenFontStyle.md +3 -3
  87. package/docs/_posts/components/Layout/ScreenGroup.md +3 -3
  88. package/docs/_posts/components/Lighting/DirectionalLight.md +4 -4
  89. package/docs/_posts/components/Lighting/EnvironmentLight.md +5 -5
  90. package/docs/_posts/components/Lighting/PointLight.md +4 -4
  91. package/docs/_posts/components/Lighting/SpotLight.md +4 -4
  92. package/docs/_posts/components/NURBS/NurbsCurve.md +1 -1
  93. package/docs/_posts/components/NURBS/NurbsCurve2D.md +1 -1
  94. package/docs/_posts/components/NURBS/NurbsOrientationInterpolator.md +6 -6
  95. package/docs/_posts/components/NURBS/NurbsPatchSurface.md +12 -12
  96. package/docs/_posts/components/NURBS/NurbsPositionInterpolator.md +6 -6
  97. package/docs/_posts/components/NURBS/NurbsSet.md +6 -6
  98. package/docs/_posts/components/NURBS/NurbsSurfaceInterpolator.md +22 -22
  99. package/docs/_posts/components/NURBS/NurbsTextureCoordinate.md +16 -16
  100. package/docs/_posts/components/NURBS/NurbsTrimmedSurface.md +12 -12
  101. package/docs/_posts/components/Navigation/Billboard.md +2 -2
  102. package/docs/_posts/components/Navigation/Collision.md +2 -2
  103. package/docs/_posts/components/Navigation/LOD.md +2 -2
  104. package/docs/_posts/components/Navigation/NavigationInfo.md +2 -2
  105. package/docs/_posts/components/Navigation/OrthoViewpoint.md +10 -2
  106. package/docs/_posts/components/Navigation/Viewpoint.md +11 -3
  107. package/docs/_posts/components/Navigation/ViewpointGroup.md +4 -4
  108. package/docs/_posts/components/Networking/Anchor.md +2 -2
  109. package/docs/_posts/components/Networking/Inline.md +2 -2
  110. package/docs/_posts/components/Networking/LoadSensor.md +3 -3
  111. package/docs/_posts/components/ParticleSystems/ConeEmitter.md +6 -2
  112. package/docs/_posts/components/ParticleSystems/ExplosionEmitter.md +5 -1
  113. package/docs/_posts/components/ParticleSystems/ParticleSystem.md +23 -14
  114. package/docs/_posts/components/ParticleSystems/PointEmitter.md +6 -2
  115. package/docs/_posts/components/ParticleSystems/PolylineEmitter.md +5 -1
  116. package/docs/_posts/components/ParticleSystems/SurfaceEmitter.md +4 -0
  117. package/docs/_posts/components/ParticleSystems/VolumeEmitter.md +14 -2
  118. package/docs/_posts/components/ParticleSystems/WindPhysicsModel.md +1 -1
  119. package/docs/_posts/components/Picking/LinePickSensor.md +23 -19
  120. package/docs/_posts/components/Picking/PickableGroup.md +4 -4
  121. package/docs/_posts/components/Picking/PointPickSensor.md +19 -15
  122. package/docs/_posts/components/Picking/PrimitivePickSensor.md +19 -15
  123. package/docs/_posts/components/Picking/VolumePickSensor.md +19 -15
  124. package/docs/_posts/components/PointingDeviceSensor/CylinderSensor.md +5 -5
  125. package/docs/_posts/components/PointingDeviceSensor/PlaneSensor.md +5 -5
  126. package/docs/_posts/components/PointingDeviceSensor/SphereSensor.md +4 -4
  127. package/docs/_posts/components/PointingDeviceSensor/TouchSensor.md +4 -4
  128. package/docs/_posts/components/Rendering/ClipPlane.md +1 -1
  129. package/docs/_posts/components/Rendering/IndexedLineSet.md +3 -9
  130. package/docs/_posts/components/RigidBodyPhysics/BallJoint.md +2 -2
  131. package/docs/_posts/components/RigidBodyPhysics/CollidableOffset.md +3 -3
  132. package/docs/_posts/components/RigidBodyPhysics/CollidableShape.md +3 -3
  133. package/docs/_posts/components/RigidBodyPhysics/CollisionCollection.md +7 -7
  134. package/docs/_posts/components/RigidBodyPhysics/CollisionSpace.md +5 -5
  135. package/docs/_posts/components/RigidBodyPhysics/Contact.md +1 -1
  136. package/docs/_posts/components/RigidBodyPhysics/DoubleAxisHingeJoint.md +10 -14
  137. package/docs/_posts/components/RigidBodyPhysics/MotorJoint.md +31 -31
  138. package/docs/_posts/components/RigidBodyPhysics/RigidBody.md +17 -17
  139. package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +6 -6
  140. package/docs/_posts/components/RigidBodyPhysics/SingleAxisHingeJoint.md +7 -9
  141. package/docs/_posts/components/RigidBodyPhysics/SliderJoint.md +7 -7
  142. package/docs/_posts/components/RigidBodyPhysics/UniversalJoint.md +12 -12
  143. package/docs/_posts/components/Shaders/PackagedShader.md +24 -24
  144. package/docs/_posts/components/Shape/AcousticProperties.md +4 -4
  145. package/docs/_posts/components/Shape/Appearance.md +1 -1
  146. package/docs/_posts/components/Shape/PointProperties.md +3 -11
  147. package/docs/_posts/components/Shape/Shape.md +3 -3
  148. package/docs/_posts/components/Sound/Analyser.md +18 -14
  149. package/docs/_posts/components/Sound/AudioClip.md +20 -4
  150. package/docs/_posts/components/Sound/AudioDestination.md +9 -5
  151. package/docs/_posts/components/Sound/BiquadFilter.md +17 -13
  152. package/docs/_posts/components/Sound/BufferAudioSource.md +19 -15
  153. package/docs/_posts/components/Sound/ChannelMerger.md +8 -4
  154. package/docs/_posts/components/Sound/ChannelSelector.md +9 -5
  155. package/docs/_posts/components/Sound/ChannelSplitter.md +9 -5
  156. package/docs/_posts/components/Sound/Convolver.md +14 -10
  157. package/docs/_posts/components/Sound/Delay.md +15 -11
  158. package/docs/_posts/components/Sound/DynamicsCompressor.md +19 -15
  159. package/docs/_posts/components/Sound/Gain.md +13 -9
  160. package/docs/_posts/components/Sound/ListenerPointSource.md +12 -8
  161. package/docs/_posts/components/Sound/MicrophoneSource.md +10 -6
  162. package/docs/_posts/components/Sound/OscillatorSource.md +12 -8
  163. package/docs/_posts/components/Sound/PeriodicWave.md +6 -3
  164. package/docs/_posts/components/Sound/Sound.md +8 -2
  165. package/docs/_posts/components/Sound/SpatialSound.md +16 -13
  166. package/docs/_posts/components/Sound/StreamAudioDestination.md +9 -5
  167. package/docs/_posts/components/Sound/StreamAudioSource.md +10 -6
  168. package/docs/_posts/components/Sound/WaveShaper.md +15 -11
  169. package/docs/_posts/components/Text/FontStyle.md +3 -3
  170. package/docs/_posts/components/TextureProjector/TextureProjector.md +8 -6
  171. package/docs/_posts/components/TextureProjector/TextureProjectorParallel.md +8 -6
  172. package/docs/_posts/components/Texturing/MovieTexture.md +20 -4
  173. package/docs/_posts/components/Texturing/TextureProperties.md +1 -1
  174. package/docs/_posts/components/Texturing3D/PixelTexture3D.md +4 -4
  175. package/docs/_posts/components/Time/TimeSensor.md +4 -4
  176. package/docs/_posts/components/VolumeRendering/BlendedVolumeStyle.md +10 -10
  177. package/docs/_posts/components/VolumeRendering/BoundaryEnhancementVolumeStyle.md +8 -8
  178. package/docs/_posts/components/VolumeRendering/CartoonVolumeStyle.md +8 -8
  179. package/docs/_posts/components/VolumeRendering/ComposedVolumeStyle.md +4 -4
  180. package/docs/_posts/components/VolumeRendering/EdgeEnhancementVolumeStyle.md +8 -8
  181. package/docs/_posts/components/VolumeRendering/IsoSurfaceVolumeData.md +27 -27
  182. package/docs/_posts/components/VolumeRendering/ProjectionVolumeStyle.md +14 -2
  183. package/docs/_posts/components/VolumeRendering/SegmentedVolumeData.md +21 -21
  184. package/docs/_posts/components/VolumeRendering/ShadedVolumeStyle.md +13 -13
  185. package/docs/_posts/components/VolumeRendering/SilhouetteEnhancementVolumeStyle.md +6 -6
  186. package/docs/_posts/components/VolumeRendering/ToneMappedVolumeStyle.md +10 -10
  187. package/docs/_posts/components/VolumeRendering/VolumeData.md +17 -17
  188. package/docs/_posts/components/X_ITE/BlendMode.md +7 -7
  189. package/docs/_tabs/playground.html +3 -1
  190. package/docs/assets/css/style.scss +4 -4
  191. package/package.json +1 -1
  192. package/src/x_ite/Base/X3DBaseNode.js +1 -1
  193. package/src/x_ite/Base/X3DInfoArray.js +2 -2
  194. package/src/x_ite/Browser/VERSION.js +1 -1
  195. package/src/x_ite/Components/Annotation/GroupAnnotation.js +1 -1
  196. package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +2 -2
  197. package/src/x_ite/Components/Geospatial/GeoLocation.js +1 -1
  198. package/src/x_ite/Components/Geospatial/GeoViewpoint.js +18 -6
  199. package/src/x_ite/Components/HAnim/HAnimMotion.js +1 -1
  200. package/src/x_ite/Components/NURBS/NurbsPatchSurface.js +1 -1
  201. package/src/x_ite/Components/NURBS/NurbsTrimmedSurface.js +1 -1
  202. package/src/x_ite/Components/Navigation/Viewpoint.js +1 -1
  203. package/src/x_ite/Components/ParticleSystems/ConeEmitter.js +9 -9
  204. package/src/x_ite/Components/ParticleSystems/ExplosionEmitter.js +7 -7
  205. package/src/x_ite/Components/ParticleSystems/PointEmitter.js +8 -8
  206. package/src/x_ite/Components/ParticleSystems/PolylineEmitter.js +9 -9
  207. package/src/x_ite/Components/ParticleSystems/SurfaceEmitter.js +7 -7
  208. package/src/x_ite/Components/ParticleSystems/VolumeEmitter.js +12 -10
  209. package/src/x_ite/Components/RigidBodyPhysics/Contact.js +1 -1
  210. package/src/x_ite/Components/RigidBodyPhysics/MotorJoint.js +6 -6
  211. package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +0 -1
  212. package/src/x_ite/Components/RigidBodyPhysics/UniversalJoint.js +4 -4
  213. package/src/x_ite/Components/Shape/FillProperties.js +1 -1
  214. package/src/x_ite/Components/Shape/PhysicalMaterial.js +1 -1
  215. package/src/x_ite/Components/Sound/Analyser.js +2 -2
  216. package/src/x_ite/Components/Sound/AudioDestination.js +2 -2
  217. package/src/x_ite/Components/Sound/BiquadFilter.js +3 -3
  218. package/src/x_ite/Components/Sound/BufferAudioSource.js +2 -2
  219. package/src/x_ite/Components/Sound/ChannelMerger.js +2 -2
  220. package/src/x_ite/Components/Sound/ChannelSelector.js +2 -2
  221. package/src/x_ite/Components/Sound/ChannelSplitter.js +2 -2
  222. package/src/x_ite/Components/Sound/Convolver.js +2 -2
  223. package/src/x_ite/Components/Sound/Delay.js +2 -2
  224. package/src/x_ite/Components/Sound/DynamicsCompressor.js +2 -2
  225. package/src/x_ite/Components/Sound/Gain.js +2 -2
  226. package/src/x_ite/Components/Sound/PeriodicWave.js +1 -1
  227. package/src/x_ite/Components/Sound/StreamAudioDestination.js +2 -2
  228. package/src/x_ite/Components/Sound/WaveShaper.js +3 -3
  229. package/src/x_ite/Components/TextureProjector/TextureProjector.js +4 -4
  230. package/src/x_ite/Components/TextureProjector/TextureProjectorParallel.js +5 -5
  231. package/src/x_ite/Components/Texturing/PixelTexture.js +1 -1
  232. package/src/x_ite/Components/VolumeRendering/IsoSurfaceVolumeData.js +1 -1
  233. package/src/x_ite/Components/VolumeRendering/SegmentedVolumeData.js +1 -1
  234. package/src/x_ite/Components/VolumeRendering/VolumeData.js +1 -1
  235. package/src/x_ite/Configuration/SupportedComponents.js +2 -2
@@ -43,6 +43,10 @@ Author-provided text tooltip that tells users the expected action of this node.
43
43
 
44
44
  - Many XML tools substitute XML character references automatically if needed (such as & for & ampersand, or " for " quotation mark).
45
45
 
46
+ ### SFBool [in, out] **enabled** TRUE
47
+
48
+ Enables/disables node operation.
49
+
46
50
  ### SFBool [in, out] **load** TRUE
47
51
 
48
52
  *load*=true means load immediately, load=false means defer loading or else unload a previously loaded asset.
@@ -93,6 +97,18 @@ Location and filename of sound file or stream. Support for .wav format is requir
93
97
 
94
98
  - Automatically reloading content has security considerations and needs to be considered carefully.
95
99
 
100
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
101
+
102
+ The gain field is a factor that represents the amount of linear amplification to apply to the output of the node.
103
+
104
+ #### Hint
105
+
106
+ - Negative gain factors negate the input signal.
107
+
108
+ #### Warning
109
+
110
+ - Decibel values shall not be used.
111
+
96
112
  ### SFFloat [in, out] **pitch** 1 <small>(0,∞)</small>
97
113
 
98
114
  Multiplier for the rate at which sampled sound is played. Changing pitch also changes playback speed.
@@ -101,7 +117,7 @@ Multiplier for the rate at which sampled sound is played. Changing pitch also ch
101
117
 
102
118
  Repeat indefinitely when loop=true, repeat only once when loop=false.
103
119
 
104
- ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
120
+ ### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
105
121
 
106
122
  Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
107
123
 
@@ -109,7 +125,7 @@ Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
109
125
 
110
126
  - Usually receives a ROUTEd time value.
111
127
 
112
- ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
128
+ ### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
113
129
 
114
130
  When resumeTime becomes\<= time now, isPaused becomes false and AudioClip becomes active. Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
115
131
 
@@ -117,7 +133,7 @@ When resumeTime becomes\<= time now, isPaused becomes false and AudioClip become
117
133
 
118
134
  - Usually receives a ROUTEd time value.
119
135
 
120
- ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
136
+ ### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
121
137
 
122
138
  When time now \>= pauseTime, isPaused becomes true and AudioClip becomes paused. Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
123
139
 
@@ -125,7 +141,7 @@ When time now \>= pauseTime, isPaused becomes true and AudioClip becomes paused.
125
141
 
126
142
  - Usually receives a ROUTEd time value.
127
143
 
128
- ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
144
+ ### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
129
145
 
130
146
  Absolute time: number of seconds since January 1, 1970, 00:00:00 GMT.
131
147
 
@@ -21,6 +21,10 @@ The AudioDestination node belongs to the **Sound** component and its default con
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DSoundNode
26
+ + X3DSoundDestinationNode
27
+ + AudioDestination
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,21 +35,21 @@ The AudioDestination node belongs to the **Sound** component and its default con
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **gain** <small></small>
38
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
35
39
 
36
- ### SFInt32 [in, out] **maxChannelCount** <small></small>
40
+ ### SFInt32 [in, out] **maxChannelCount** 2 <small>[0,∞)</small>
37
41
 
38
42
  ### SFInt32 [out] **channelCount**
39
43
 
40
- ### SFString [in, out] **channelCountMode** <small></small>
44
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
41
45
 
42
- ### SFString [in, out] **channelInterpretation** <small></small>
46
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
43
47
 
44
48
  ### SFString [out] **mediaDeviceID**
45
49
 
46
50
  ### SFBool [out] **isActive**
47
51
 
48
- ### MFNode [in, out] **children** <small></small>
52
+ ### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
49
53
 
50
54
  ## External Links
51
55
 
@@ -21,6 +21,10 @@ The BiquadFilter node belongs to the **Sound** component and its default contain
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DTimeDependentNode
26
+ + X3DSoundProcessingNode
27
+ + BiquadFilter
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,31 +35,31 @@ The BiquadFilter node belongs to the **Sound** component and its default contain
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **detune** <small></small>
38
+ ### SFFloat [in, out] **detune** 0 <small>[0,∞)</small>
35
39
 
36
- ### SFFloat [in, out] **frequency** <small></small>
40
+ ### SFFloat [in, out] **frequency** 350 <small>[0,∞)</small>
37
41
 
38
- ### SFFloat [in, out] **gain** <small></small>
42
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
39
43
 
40
- ### SFFloat [in, out] **qualityFactor** <small></small>
44
+ ### SFFloat [in, out] **qualityFactor** 1 <small>[0,∞)</small>
41
45
 
42
- ### SFTime [in, out] **tailTime** <small></small>
46
+ ### SFTime [in, out] **tailTime** 0 <small>[0,∞)</small>
43
47
 
44
- ### SFString [in, out] **type** <small></small>
48
+ ### SFString [in, out] **type** "LOWPASS" <small>["LOWPASS", "HIGHPASS", "BANDPASS", "LOWSHELF", "HIGHSHELF", "PEAKING", "NOTCH", "ALLPASS"]</small>
45
49
 
46
50
  ### SFInt32 [out] **channelCount**
47
51
 
48
- ### SFString [in, out] **channelCountMode** <small></small>
52
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
49
53
 
50
- ### SFString [in, out] **channelInterpretation** <small></small>
54
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
51
55
 
52
- ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
56
+ ### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
53
57
 
54
- ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
58
+ ### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
55
59
 
56
- ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
60
+ ### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
57
61
 
58
- ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
62
+ ### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
59
63
 
60
64
  ### SFBool [out] **isPaused**
61
65
 
@@ -63,7 +67,7 @@ The BiquadFilter node belongs to the **Sound** component and its default contain
63
67
 
64
68
  ### SFTime [out] **elapsedTime**
65
69
 
66
- ### MFNode [in, out] **children** <small></small>
70
+ ### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
67
71
 
68
72
  ## External Links
69
73
 
@@ -21,6 +21,10 @@ The BufferAudioSource node belongs to the **Sound** component and its default co
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DTimeDependentNode
26
+ + X3DSoundSourceNode
27
+ + BufferAudioSource (X3DUrlObject)*
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -81,41 +85,41 @@ Location and filename of image. Multiple locations are more reliable, and includ
81
85
 
82
86
  - Automatically reloading content has security considerations and needs to be considered carefully.
83
87
 
84
- ### SFFloat [in, out] **gain** <small></small>
88
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
85
89
 
86
- ### MFFloat [in, out] **buffer** <small></small>
90
+ ### MFFloat [in, out] **buffer** [ ] <small>[−1,1]</small>
87
91
 
88
- ### SFFloat [in, out] **detune** <small></small>
92
+ ### SFFloat [in, out] **detune** 0 <small>[0,∞)</small>
89
93
 
90
- ### SFTime [in, out] **bufferDuration** <small></small>
94
+ ### SFTime [in, out] **bufferDuration** 0 <small>[0,∞)</small>
91
95
 
92
- ### SFTime [in, out] **loopStart** <small></small>
96
+ ### SFTime [in, out] **loopStart** 0 <small>[0,∞)</small>
93
97
 
94
- ### SFTime [in, out] **loopEnd** <small></small>
98
+ ### SFTime [in, out] **loopEnd** 0 <small>[0,∞)</small>
95
99
 
96
- ### SFInt32 [in, out] **numberOfChannels** <small></small>
100
+ ### SFInt32 [in, out] **numberOfChannels** 0 <small>[0,∞)</small>
97
101
 
98
- ### SFFloat [in, out] **playbackRate** <small></small>
102
+ ### SFFloat [in, out] **playbackRate** 1 <small>(-∞,∞)</small>
99
103
 
100
- ### SFFloat [in, out] **sampleRate** <small></small>
104
+ ### SFFloat [in, out] **sampleRate** 0 <small>[0,∞)</small>
101
105
 
102
106
  ### SFInt32 [out] **bufferLength**
103
107
 
104
108
  ### SFInt32 [out] **channelCount**
105
109
 
106
- ### SFString [in, out] **channelCountMode** <small></small>
110
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
107
111
 
108
- ### SFString [in, out] **channelInterpretation** <small></small>
112
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
109
113
 
110
114
  ### SFBool [in, out] **loop** FALSE
111
115
 
112
- ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
116
+ ### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
113
117
 
114
- ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
118
+ ### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
115
119
 
116
- ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
120
+ ### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
117
121
 
118
- ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
122
+ ### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
119
123
 
120
124
  ### SFBool [out] **isPaused**
121
125
 
@@ -21,6 +21,10 @@ The ChannelMerger node belongs to the **Sound** component and its default contai
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DSoundNode
26
+ + X3DSoundChannelNode
27
+ + ChannelMerger
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,15 +35,15 @@ The ChannelMerger node belongs to the **Sound** component and its default contai
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **gain** <small></small>
38
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
35
39
 
36
40
  ### SFInt32 [out] **channelCount**
37
41
 
38
- ### SFString [in, out] **channelCountMode** <small></small>
42
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
39
43
 
40
- ### SFString [in, out] **channelInterpretation** <small></small>
44
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
41
45
 
42
- ### MFNode [in, out] **children** <small></small>
46
+ ### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
43
47
 
44
48
  ## External Links
45
49
 
@@ -21,6 +21,10 @@ The ChannelSelector node belongs to the **Sound** component and its default cont
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DSoundNode
26
+ + X3DSoundChannelNode
27
+ + ChannelSelector
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,17 +35,17 @@ The ChannelSelector node belongs to the **Sound** component and its default cont
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **gain** <small></small>
38
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
35
39
 
36
- ### SFInt32 [in, out] **channelSelection** <small></small>
40
+ ### SFInt32 [in, out] **channelSelection** 0 <small>[0,∞)</small>
37
41
 
38
42
  ### SFInt32 [out] **channelCount**
39
43
 
40
- ### SFString [in, out] **channelCountMode** <small></small>
44
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
41
45
 
42
- ### SFString [in, out] **channelInterpretation** <small></small>
46
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
43
47
 
44
- ### MFNode [in, out] **children** <small></small>
48
+ ### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
45
49
 
46
50
  ## External Links
47
51
 
@@ -21,6 +21,10 @@ The ChannelSplitter node belongs to the **Sound** component and its default cont
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DSoundNode
26
+ + X3DSoundChannelNode
27
+ + ChannelSplitter
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,17 +35,17 @@ The ChannelSplitter node belongs to the **Sound** component and its default cont
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **gain** <small></small>
38
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
35
39
 
36
40
  ### SFInt32 [out] **channelCount**
37
41
 
38
- ### SFString [in, out] **channelCountMode** <small></small>
42
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
39
43
 
40
- ### SFString [in, out] **channelInterpretation** <small></small>
44
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
41
45
 
42
- ### MFNode [in, out] **children** <small></small>
46
+ ### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
43
47
 
44
- ### MFNode [in, out] **outputs** <small></small>
48
+ ### MFNode [in, out] **outputs** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
45
49
 
46
50
  ## External Links
47
51
 
@@ -21,6 +21,10 @@ The Convolver node belongs to the **Sound** component and its default container
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DTimeDependentNode
26
+ + X3DSoundProcessingNode
27
+ + Convolver
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,27 +35,27 @@ The Convolver node belongs to the **Sound** component and its default container
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **gain** <small></small>
38
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
35
39
 
36
- ### MFFloat [in, out] **buffer** <small></small>
40
+ ### MFFloat [in, out] **buffer** [ ] <small>[−1,1]</small>
37
41
 
38
42
  ### SFBool [in, out] **normalize** FALSE
39
43
 
40
- ### SFTime [in, out] **tailTime** <small></small>
44
+ ### SFTime [in, out] **tailTime** 0 <small>[0,∞)</small>
41
45
 
42
46
  ### SFInt32 [out] **channelCount**
43
47
 
44
- ### SFString [in, out] **channelCountMode** <small></small>
48
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
45
49
 
46
- ### SFString [in, out] **channelInterpretation** <small></small>
50
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
47
51
 
48
- ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
52
+ ### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
49
53
 
50
- ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
54
+ ### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
51
55
 
52
- ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
56
+ ### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
53
57
 
54
- ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
58
+ ### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
55
59
 
56
60
  ### SFBool [out] **isPaused**
57
61
 
@@ -59,7 +63,7 @@ The Convolver node belongs to the **Sound** component and its default container
59
63
 
60
64
  ### SFTime [out] **elapsedTime**
61
65
 
62
- ### MFNode [in, out] **children** <small></small>
66
+ ### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
63
67
 
64
68
  ## External Links
65
69
 
@@ -21,6 +21,10 @@ The Delay node belongs to the **Sound** component and its default container fiel
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DTimeDependentNode
26
+ + X3DSoundProcessingNode
27
+ + Delay
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,27 +35,27 @@ The Delay node belongs to the **Sound** component and its default container fiel
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **gain** <small></small>
38
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
35
39
 
36
- ### SFTime [in, out] **delayTime** <small></small>
40
+ ### SFTime [in, out] **delayTime** 0 <small>[0,∞)</small>
37
41
 
38
- ### SFTime [in, out] **maxDelayTime** <small></small>
42
+ ### SFTime [in, out] **maxDelayTime** 1 <small>[0,∞)</small>
39
43
 
40
- ### SFTime [in, out] **tailTime** <small></small>
44
+ ### SFTime [in, out] **tailTime** 0 <small>[0,∞)</small>
41
45
 
42
46
  ### SFInt32 [out] **channelCount**
43
47
 
44
- ### SFString [in, out] **channelCountMode** <small></small>
48
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
45
49
 
46
- ### SFString [in, out] **channelInterpretation** <small></small>
50
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
47
51
 
48
- ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
52
+ ### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
49
53
 
50
- ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
54
+ ### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
51
55
 
52
- ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
56
+ ### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
53
57
 
54
- ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
58
+ ### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
55
59
 
56
60
  ### SFBool [out] **isPaused**
57
61
 
@@ -59,7 +63,7 @@ The Delay node belongs to the **Sound** component and its default container fiel
59
63
 
60
64
  ### SFTime [out] **elapsedTime**
61
65
 
62
- ### MFNode [in, out] **children** <small></small>
66
+ ### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
63
67
 
64
68
  ## External Links
65
69
 
@@ -21,6 +21,10 @@ The DynamicsCompressor node belongs to the **Sound** component and its default c
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DTimeDependentNode
26
+ + X3DSoundProcessingNode
27
+ + DynamicsCompressor
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,35 +35,35 @@ The DynamicsCompressor node belongs to the **Sound** component and its default c
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **gain** <small></small>
38
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
35
39
 
36
- ### SFFloat [in, out] **attack** <small></small>
40
+ ### SFFloat [in, out] **attack** 0.003 <small>[0,∞)</small>
37
41
 
38
- ### SFFloat [in, out] **knee** <small></small>
42
+ ### SFFloat [in, out] **knee** 30 <small>[0,∞)</small>
39
43
 
40
- ### SFFloat [in, out] **ratio** <small></small>
44
+ ### SFFloat [in, out] **ratio** 12 <small>[0,∞)</small>
41
45
 
42
- ### SFFloat [in, out] **reduction** <small></small>
46
+ ### SFFloat [in, out] **reduction** 0 <small>[0,∞)</small>
43
47
 
44
- ### SFTime [in, out] **release** <small></small>
48
+ ### SFTime [in, out] **release** 0.25 <small>[0,∞)</small>
45
49
 
46
- ### SFFloat [in, out] **threshold** <small></small>
50
+ ### SFFloat [in, out] **threshold** -24 <small>[0,∞)</small>
47
51
 
48
- ### SFTime [in, out] **tailTime** <small></small>
52
+ ### SFTime [in, out] **tailTime** 0 <small>[0,∞)</small>
49
53
 
50
54
  ### SFInt32 [out] **channelCount**
51
55
 
52
- ### SFString [in, out] **channelCountMode** <small></small>
56
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
53
57
 
54
- ### SFString [in, out] **channelInterpretation** <small></small>
58
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
55
59
 
56
- ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
60
+ ### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
57
61
 
58
- ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
62
+ ### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
59
63
 
60
- ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
64
+ ### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
61
65
 
62
- ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
66
+ ### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
63
67
 
64
68
  ### SFBool [out] **isPaused**
65
69
 
@@ -67,7 +71,7 @@ The DynamicsCompressor node belongs to the **Sound** component and its default c
67
71
 
68
72
  ### SFTime [out] **elapsedTime**
69
73
 
70
- ### MFNode [in, out] **children** <small></small>
74
+ ### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
71
75
 
72
76
  ## External Links
73
77
 
@@ -21,6 +21,10 @@ The Gain node belongs to the **Sound** component and its default container field
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DTimeDependentNode
26
+ + X3DSoundProcessingNode
27
+ + Gain
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,23 +35,23 @@ The Gain node belongs to the **Sound** component and its default container field
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **gain** <small></small>
38
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
35
39
 
36
- ### SFTime [in, out] **tailTime** <small></small>
40
+ ### SFTime [in, out] **tailTime** 0 <small>[0,∞)</small>
37
41
 
38
42
  ### SFInt32 [out] **channelCount**
39
43
 
40
- ### SFString [in, out] **channelCountMode** <small></small>
44
+ ### SFString [in, out] **channelCountMode** "MAX" <small>["MAX", "CLAMPED-MAX", "EXPLICIT"]</small>
41
45
 
42
- ### SFString [in, out] **channelInterpretation** <small></small>
46
+ ### SFString [in, out] **channelInterpretation** "SPEAKERS" <small>["SPEAKERS", "DISCRETE"]</small>
43
47
 
44
- ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
48
+ ### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
45
49
 
46
- ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
50
+ ### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
47
51
 
48
- ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
52
+ ### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
49
53
 
50
- ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
54
+ ### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
51
55
 
52
56
  ### SFBool [out] **isPaused**
53
57
 
@@ -55,7 +59,7 @@ The Gain node belongs to the **Sound** component and its default container field
55
59
 
56
60
  ### SFTime [out] **elapsedTime**
57
61
 
58
- ### MFNode [in, out] **children** <small></small>
62
+ ### MFNode [in, out] **children** [ ] <small>[X3DSoundChannelNode,X3DSoundProcessingNode,X3DSoundSourceNode]</small>
59
63
 
60
64
  ## External Links
61
65
 
@@ -21,6 +21,10 @@ The ListenerPointSource node belongs to the **Sound** component and its default
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DTimeDependentNode
26
+ + X3DSoundSourceNode
27
+ + ListenerPointSource
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,25 +35,25 @@ The ListenerPointSource node belongs to the **Sound** component and its default
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFVec3f [in, out] **position** <small></small>
38
+ ### SFVec3f [in, out] **position** 0 0 0 <small>(-∞,∞)</small>
35
39
 
36
- ### SFRotation [in, out] **orientation** <small></small>
40
+ ### SFRotation [in, out] **orientation** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
37
41
 
38
- ### SFFloat [in, out] **gain** <small></small>
42
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
39
43
 
40
44
  ### SFBool [in, out] **dopplerEnabled** FALSE
41
45
 
42
- ### SFFloat [in, out] **interauralDistance** <small></small>
46
+ ### SFFloat [in, out] **interauralDistance** 0 <small>[0,∞)</small>
43
47
 
44
48
  ### SFBool [in, out] **trackCurrentView** FALSE
45
49
 
46
- ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
50
+ ### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
47
51
 
48
- ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
52
+ ### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
49
53
 
50
- ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
54
+ ### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
51
55
 
52
- ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
56
+ ### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
53
57
 
54
58
  ### SFBool [out] **isPaused**
55
59
 
@@ -21,6 +21,10 @@ The MicrophoneSource node belongs to the **Sound** component and its default con
21
21
 
22
22
  ```
23
23
  + X3DNode
24
+ + X3DChildNode
25
+ + X3DTimeDependentNode
26
+ + X3DSoundSourceNode
27
+ + MicrophoneSource
24
28
  ```
25
29
 
26
30
  ## Fields
@@ -31,17 +35,17 @@ The MicrophoneSource node belongs to the **Sound** component and its default con
31
35
 
32
36
  ### SFBool [in, out] **enabled** TRUE
33
37
 
34
- ### SFFloat [in, out] **gain** <small></small>
38
+ ### SFFloat [in, out] **gain** 1 <small>(-∞,∞)</small>
35
39
 
36
- ### SFString [in, out] **mediaDeviceID** <small></small>
40
+ ### SFString [in, out] **mediaDeviceID** ""
37
41
 
38
- ### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
42
+ ### SFTime [in, out] **startTime** 0 <small>(-∞,∞)</small>
39
43
 
40
- ### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
44
+ ### SFTime [in, out] **resumeTime** 0 <small>(-∞,∞)</small>
41
45
 
42
- ### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
46
+ ### SFTime [in, out] **pauseTime** 0 <small>(-∞,∞)</small>
43
47
 
44
- ### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
48
+ ### SFTime [in, out] **stopTime** 0 <small>(-∞,∞)</small>
45
49
 
46
50
  ### SFBool [out] **isPaused**
47
51