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
@@ -30,41 +30,41 @@ The NurbsTextureCoordinate node belongs to the **NURBS** component and its defau
30
30
 
31
31
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
32
32
 
33
- ### MFVec2f [in, out] **controlPoint** [ ] <small>(-∞,∞)</small>
33
+ ### SFInt32 [ ] **uOrder** 3 <small>[2,∞)</small>
34
34
 
35
- *controlPoint* defines a set of control points of dimension uDimension by vDimension, and defines a mesh where the points do not have uniform spacing.
35
+ Define order of surface by polynomials of degree = order-1.
36
36
 
37
- ### MFFloat [in, out] **weight** [ ] <small>(0,∞)</small>
37
+ ### SFInt32 [ ] **vOrder** 3 <small>[2,∞)</small>
38
38
 
39
- Output values for linear interpolation, each corresponding to knots.
39
+ Define order of surface by polynomials of degree = order-1.
40
40
 
41
- #### Hint
41
+ ### SFInt32 [ ] **uDimension** 0 <small>[0,∞)</small>
42
42
 
43
- - Number of weights must match number of knots!
43
+ Number of control points in u dimension.
44
44
 
45
- ### SFInt32 [ ] **uDimension** <small>[0,∞)</small>
45
+ ### SFInt32 [ ] **vDimension** 0 <small>[0,∞)</small>
46
46
 
47
- Number of control points in u dimension.
47
+ Number of control points in v dimension.
48
48
 
49
49
  ### MFDouble [ ] **uKnot** [ ] <small>(-∞,∞)</small>
50
50
 
51
51
  Knot vector, where size = number of control points + order of curve.
52
52
 
53
- ### SFInt32 [ ] **uOrder** 3 <small>[2,∞)</small>
53
+ ### MFDouble [ ] **vKnot** [ ] <small>(-∞,∞)</small>
54
54
 
55
- Define order of surface by polynomials of degree = order-1.
55
+ Knot vector, where size = number of control points + order of curve.
56
56
 
57
- ### SFInt32 [ ] **vDimension** <small>[0,∞)</small>
57
+ ### MFDouble [in, out] **weight** [ ] <small>(0,∞)</small>
58
58
 
59
- Number of control points in v dimension.
59
+ Output values for linear interpolation, each corresponding to knots.
60
60
 
61
- ### MFDouble [ ] **vKnot** [ ] <small>(-∞,∞)</small>
61
+ #### Hint
62
62
 
63
- Knot vector, where size = number of control points + order of curve.
63
+ - Number of weights must match number of knots!
64
64
 
65
- ### SFInt32 [ ] **vOrder** 3 <small>[2,∞)</small>
65
+ ### MFVec2f [in, out] **controlPoint** [ ] <small>(-∞,∞)</small>
66
66
 
67
- Define order of surface by polynomials of degree = order-1.
67
+ *controlPoint* defines a set of control points of dimension uDimension by vDimension, and defines a mesh where the points do not have uniform spacing.
68
68
 
69
69
  ## Description
70
70
 
@@ -33,22 +33,14 @@ The NurbsTrimmedSurface node belongs to the **NURBS** 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
- ### SFInt32 [in, out] **uTessellation** <small>(-∞,∞)</small>
36
+ ### SFInt32 [in, out] **uTessellation** 0 <small>(-∞,∞)</small>
37
37
 
38
38
  Hint for surface tesselation.
39
39
 
40
- ### SFInt32 [in, out] **vTessellation** <small>(-∞,∞)</small>
40
+ ### SFInt32 [in, out] **vTessellation** 0 <small>(-∞,∞)</small>
41
41
 
42
42
  Hint for surface tesselation.
43
43
 
44
- ### SFBool [ ] **uClosed** FALSE
45
-
46
- Whether opposite surface sides are closed (seamless) across u dimension.
47
-
48
- ### SFBool [ ] **vClosed** FALSE
49
-
50
- Whether opposite surface sides are closed (seamless) across u dimension.
51
-
52
44
  ### SFBool [ ] **solid** TRUE
53
45
 
54
46
  Setting solid true means draw only one side of polygons (backface culling on), setting solid false means draw both sides of polygons (backface culling off).
@@ -61,6 +53,14 @@ Setting solid true means draw only one side of polygons (backface culling on), s
61
53
 
62
54
  - Default value true can completely hide geometry if viewed from wrong side!
63
55
 
56
+ ### SFBool [ ] **uClosed** FALSE
57
+
58
+ Whether opposite surface sides are closed (seamless) across u dimension.
59
+
60
+ ### SFBool [ ] **vClosed** FALSE
61
+
62
+ Whether opposite surface sides are closed (seamless) across u dimension.
63
+
64
64
  ### SFInt32 [ ] **uOrder** 3 <small>[2,∞)</small>
65
65
 
66
66
  Define order of surface by polynomials of degree = order-1.
@@ -69,11 +69,11 @@ Define order of surface by polynomials of degree = order-1.
69
69
 
70
70
  Define order of surface by polynomials of degree = order-1.
71
71
 
72
- ### SFInt32 [ ] **uDimension** <small>[0,∞)</small>
72
+ ### SFInt32 [ ] **uDimension** 0 <small>[0,∞)</small>
73
73
 
74
74
  Number of control points in u dimension.
75
75
 
76
- ### SFInt32 [ ] **vDimension** <small>[0,∞)</small>
76
+ ### SFInt32 [ ] **vDimension** 0 <small>[0,∞)</small>
77
77
 
78
78
  Number of control points in v dimension.
79
79
 
@@ -40,7 +40,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
40
40
 
41
41
  - Axis 0 0 0 always faces viewer.
42
42
 
43
- ### SFBool [ ] **visible** TRUE
43
+ ### SFBool [in, out] **visible** TRUE
44
44
 
45
45
  Whether or not renderable content within this node is visually displayed.
46
46
 
@@ -49,7 +49,7 @@ Whether or not renderable content within this node is visually displayed.
49
49
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
50
50
  - Content must be visible to be collidable and to be pickable.
51
51
 
52
- ### SFBool [ ] **bboxDisplay** FALSE
52
+ ### SFBool [in, out] **bboxDisplay** FALSE
53
53
 
54
54
  Whether to display bounding box for associated geometry, aligned with world coordinates.
55
55
 
@@ -50,7 +50,7 @@ Enables/disables collision detection for children and all descendants.
50
50
 
51
51
  Time of collision between camera (avatar) and geometry.
52
52
 
53
- ### SFBool [ ] **visible** TRUE
53
+ ### SFBool [in, out] **visible** TRUE
54
54
 
55
55
  Whether or not renderable content within this node is visually displayed.
56
56
 
@@ -59,7 +59,7 @@ Whether or not renderable content within this node is visually displayed.
59
59
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
60
60
  - Content must be visible to be collidable and to be pickable.
61
61
 
62
- ### SFBool [ ] **bboxDisplay** FALSE
62
+ ### SFBool [in, out] **bboxDisplay** FALSE
63
63
 
64
64
  Whether to display bounding box for associated geometry, aligned with world coordinates.
65
65
 
@@ -52,7 +52,7 @@ Specifies ideal distances at which to switch between levels. The range field is
52
52
 
53
53
  Indicates current level of LOD children when activated.
54
54
 
55
- ### SFBool [ ] **visible** TRUE
55
+ ### SFBool [in, out] **visible** TRUE
56
56
 
57
57
  Whether or not renderable content within this node is visually displayed.
58
58
 
@@ -61,7 +61,7 @@ Whether or not renderable content within this node is visually displayed.
61
61
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
62
62
  - Content must be visible to be collidable and to be pickable.
63
63
 
64
- ### SFBool [ ] **bboxDisplay** FALSE
64
+ ### SFBool [in, out] **bboxDisplay** FALSE
65
65
 
66
66
  Whether to display bounding box for associated geometry, aligned with world coordinates.
67
67
 
@@ -36,7 +36,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
36
36
 
37
37
  Setting set_bind true makes this node active setting set_bind false makes this node inactive. Thus setting set_bind true/false will pop/push (enable/disable) this node.
38
38
 
39
- ### MFString [in, out] **type** [ "EXAMINE", "ANY" ] <small>["EXAMINE","WALK","FLY","PLANE_create3000.github.io","LOOKAT","EXPLORE","ANY","NONE"]</small>
39
+ ### MFString [in, out] **type** [ "EXAMINE", "ANY" ] <small>["EXAMINE", "WALK", "FLY", "PLANE_create3000.github.io", "LOOKAT", "EXPLORE", "ANY", "NONE"]</small>
40
40
 
41
41
  Enter one or more quoted SFString values: "EXAMINE" "WALK" "FLY" "PLANE_create3000.github.io" "LOOKAT" "EXPLORE" "ANY" "NONE".
42
42
 
@@ -69,7 +69,7 @@ Default rate at which viewer travels through scene, meters/second.
69
69
 
70
70
  Enable/disable directional light that always points in the direction the user is looking.
71
71
 
72
- ### SFFloat [in, out] **visibilityLimit**
72
+ ### SFFloat [in, out] **visibilityLimit** 0 <small>[0,∞)</small>
73
73
 
74
74
  Geometry beyond the visibilityLimit may not be rendered (far culling plane of the view frustrum). visibilityLimit=0.0 indicates an infinite visibility limit.
75
75
 
@@ -77,7 +77,7 @@ Minimum and maximum extents of view in units of local coordinate system. Small f
77
77
 
78
78
  - Minimum corner must remain less than maximum corner.
79
79
 
80
- ### SFFloat [in, out] **nearDistance** -1 <small>(0,∞)</small>
80
+ ### SFFloat [in, out] **nearDistance** -1 <small>-1 or (0,∞)</small>
81
81
 
82
82
  nearDistance defines minimum clipping plane distance necessary for object display.
83
83
 
@@ -91,7 +91,7 @@ nearDistance defines minimum clipping plane distance necessary for object displa
91
91
 
92
92
  - nearDistance must be less than farDistance.
93
93
 
94
- ### SFFloat [in, out] **farDistance** -1 <small>(0,∞)</small>
94
+ ### SFFloat [in, out] **farDistance** -1 <small>-1 or (0,∞)</small>
95
95
 
96
96
  farDistance defines maximum clipping plane distance allowed for object display.
97
97
 
@@ -138,6 +138,14 @@ Event true sent when node becomes active, event false sent when unbound by anoth
138
138
 
139
139
  Event sent when node becomes active/inactive.
140
140
 
141
+ ### SFNode [in, out] **navigationInfo** NULL <small>[NavigationInfo]</small>
142
+
143
+ The navigationInfo field defines a dedicated NavigationInfo node for this X3DViewpointNode. The specified NavigationInfo node receives a set_bind TRUE event at the time when the parent node is bound and receives a set_bind FALSE at the time when the parent node is unbound.
144
+
145
+ #### Hint
146
+
147
+ - Allows simple integration of custom navigation associated with each Viewpoint according to user needs at that location.
148
+
141
149
  ## Description
142
150
 
143
151
  ### Hint
@@ -75,9 +75,9 @@ Preferred minimum viewing angle from this viewpoint in radians. Small field of v
75
75
 
76
76
  #### Warning
77
77
 
78
- - FieldOfView may not be correct for different window sizes and aspect ratios. Interchange profile hint: this field may be ignored, applying the default value regardless.
78
+ - *fieldOfView* may not be correct for different window sizes and aspect ratios. Interchange profile hint: this field may be ignored, applying the default value regardless.
79
79
 
80
- ### SFFloat [in, out] **nearDistance** -1 <small>(0,∞)</small>
80
+ ### SFFloat [in, out] **nearDistance** -1 <small>-1 or (0,∞)</small>
81
81
 
82
82
  nearDistance defines minimum clipping plane distance necessary for object display.
83
83
 
@@ -91,7 +91,7 @@ nearDistance defines minimum clipping plane distance necessary for object displa
91
91
 
92
92
  - nearDistance must be less than farDistance.
93
93
 
94
- ### SFFloat [in, out] **farDistance** -1 <small>(0,∞)</small>
94
+ ### SFFloat [in, out] **farDistance** -1 <small>-1 or (0,∞)</small>
95
95
 
96
96
  farDistance defines maximum clipping plane distance allowed for object display.
97
97
 
@@ -138,6 +138,14 @@ Event true sent when node becomes active, event false sent when unbound by anoth
138
138
 
139
139
  Event sent when node becomes active/inactive.
140
140
 
141
+ ### SFNode [in, out] **navigationInfo** NULL <small>[NavigationInfo]</small>
142
+
143
+ The navigationInfo field defines a dedicated NavigationInfo node for this X3DViewpointNode. The specified NavigationInfo node receives a set_bind TRUE event at the time when the parent node is bound and receives a set_bind FALSE at the time when the parent node is unbound.
144
+
145
+ #### Hint
146
+
147
+ - Allows simple integration of custom navigation associated with each Viewpoint according to user needs at that location.
148
+
141
149
  ## Description
142
150
 
143
151
  ### Hint
@@ -31,10 +31,6 @@ The ViewpointGroup node belongs to the **Navigation** component and its default
31
31
 
32
32
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
33
33
 
34
- ### SFBool [in, out] **displayed** TRUE
35
-
36
- *displayed* determines whether this ViewpointGroup is displayed in the current viewpoint list.
37
-
38
34
  ### SFString [in, out] **description** ""
39
35
 
40
36
  Text description or navigation hint to identify this ViewpointGroup.
@@ -47,6 +43,10 @@ Text description or navigation hint to identify this ViewpointGroup.
47
43
 
48
44
  - Without description, this ViewpointGroup is unlikely to appear on browser Viewpoints menu.
49
45
 
46
+ ### SFBool [in, out] **displayed** TRUE
47
+
48
+ *displayed* determines whether this ViewpointGroup is displayed in the current viewpoint list.
49
+
50
50
  ### SFBool [in, out] **retainUserOffsets** FALSE
51
51
 
52
52
  Retain (true) or reset to zero (false) any prior user navigation offsets from defined viewpoint position, orientation.
@@ -100,7 +100,7 @@ If provided, parameter tells the X3D player where to to redirect the loaded url.
100
100
 
101
101
  - Automatically reloading content has security considerations and needs to be considered carefully.
102
102
 
103
- ### SFBool [ ] **visible** TRUE
103
+ ### SFBool [in, out] **visible** TRUE
104
104
 
105
105
  Whether or not renderable content within this node is visually displayed.
106
106
 
@@ -109,7 +109,7 @@ Whether or not renderable content within this node is visually displayed.
109
109
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
110
110
  - Content must be visible to be collidable and to be pickable.
111
111
 
112
- ### SFBool [ ] **bboxDisplay** FALSE
112
+ ### SFBool [in, out] **bboxDisplay** FALSE
113
113
 
114
114
  Whether to display bounding box for associated geometry, aligned with world coordinates.
115
115
 
@@ -103,7 +103,7 @@ Address of X3D world to load into current scene.
103
103
 
104
104
  - Automatically reloading content has security considerations and needs to be considered carefully.
105
105
 
106
- ### SFBool [ ] **visible** TRUE
106
+ ### SFBool [in, out] **visible** TRUE
107
107
 
108
108
  Whether or not renderable content within this node is visually displayed.
109
109
 
@@ -112,7 +112,7 @@ Whether or not renderable content within this node is visually displayed.
112
112
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
113
113
  - Content must be visible to be collidable and to be pickable.
114
114
 
115
- ### SFBool [ ] **bboxDisplay** FALSE
115
+ ### SFBool [in, out] **bboxDisplay** FALSE
116
116
 
117
117
  Whether to display bounding box for associated geometry, aligned with world coordinates.
118
118
 
@@ -37,7 +37,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
37
37
 
38
38
  Enables/disables node operation.
39
39
 
40
- ### SFTime [in, out] **timeOut**
40
+ ### SFTime [in, out] **timeOut** 0 <small>(0,∞)</small>
41
41
 
42
42
  Time in seconds of maximum load duration prior to declaring failure. Default value zero means use browser defaults.
43
43
 
@@ -65,9 +65,9 @@ Sends 0.0 on start and 1.0 on completion. Intermediate values are browser depend
65
65
 
66
66
  Time of successful load complete, not sent on failure.
67
67
 
68
- ### MFNode [in, out] **watchList** [ ] <small>[X3DUrlObject]</small>
68
+ ### MFNode [in, out] **children** [ ] <small>[X3DUrlObject]</small>
69
69
 
70
- Input/Output field watchList.
70
+ Input/Output field children.
71
71
 
72
72
  ## Description
73
73
 
@@ -31,11 +31,15 @@ The ConeEmitter node belongs to the **ParticleSystems** component and its defaul
31
31
 
32
32
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
33
33
 
34
- ### SFVec3f [in, out] **position** 0 0 0
34
+ ### SFBool [in, out] **on** TRUE
35
+
36
+ Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
37
+
38
+ ### SFVec3f [in, out] **position** 0 0 0 <small>(-∞,∞)</small>
35
39
 
36
40
  Point from which particles emanate.
37
41
 
38
- ### SFVec3f [in, out] **direction** 0 1 0
42
+ ### SFVec3f [in, out] **direction** 0 1 0 <small>(-∞,∞)</small>
39
43
 
40
44
  Initial direction from which particles emanate.
41
45
 
@@ -31,7 +31,11 @@ The ExplosionEmitter node belongs to the **ParticleSystems** component and its d
31
31
 
32
32
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
33
33
 
34
- ### SFVec3f [in, out] **position** 0 0 0
34
+ ### SFBool [in, out] **on** TRUE
35
+
36
+ Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
37
+
38
+ ### SFVec3f [in, out] **position** 0 0 0 <small>(-∞,∞)</small>
35
39
 
36
40
  Point from which particles emanate.
37
41
 
@@ -38,14 +38,6 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
38
38
 
39
39
  Enables/disables node operation.
40
40
 
41
- ### SFString [ ] **geometryType** "QUAD" <small>["LINE"|"POINT"|"QUAD"|"SPRITE"|"TRIANGLE"|"GEOMETRY"|...]</small>
42
-
43
- Field geometryType.
44
-
45
- ### SFInt32 [in, out] **maxParticles** 200 <small>[0,∞)</small>
46
-
47
- Maximum number of particles to be generated at one time (subject to player limitations).
48
-
49
41
  ### SFBool [in, out] **createParticles** TRUE
50
42
 
51
43
  Enables/disables creation of new particles, while any existing particles remain in existence and continue to animate until the end of their lifetimes.
@@ -54,6 +46,14 @@ Enables/disables creation of new particles, while any existing particles remain
54
46
 
55
47
  - If no particles are left in scene, system is considered both active and enabled.
56
48
 
49
+ ### SFString [ ] **geometryType** "QUAD" <small>["LINE"|"POINT"|"QUAD"|"SPRITE"|"TRIANGLE"|"GEOMETRY"|...]</small>
50
+
51
+ Field geometryType.
52
+
53
+ ### SFInt32 [in, out] **maxParticles** 200 <small>[0,∞)</small>
54
+
55
+ Maximum number of particles to be generated at one time (subject to player limitations).
56
+
57
57
  ### SFFloat [in, out] **particleLifetime** 5 <small>[0,∞)</small>
58
58
 
59
59
  TODO not properly defined in X3D spedification. Particle animation lifetime in base time units (default is seconds).
@@ -98,7 +98,7 @@ Array of time intervals in seconds, corresponding to particle lifetime, that are
98
98
 
99
99
  - [X3D Scene Authoring Hints, Color](https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints.html#Color){:target="_blank"}
100
100
 
101
- ### SFNode [ ] **colorRamp** NULL <small>[X3DColorNode]</small>
101
+ ### SFNode [ ] **color** NULL <small>[X3DColorNode]</small>
102
102
 
103
103
  The colorRamp Color/ColorRGBA node holds a series of colour values to be used at the given colorKey points in time.
104
104
 
@@ -122,7 +122,7 @@ Array of time intervals in seconds, corresponding to particle lifetime, that are
122
122
 
123
123
  - No interpolation is performed, texture coordinates are simply sequenced in order. Texture-coordinate values map textures to vertices in the geometry. Number of texCoordKey values must match length of the per-vertex texCoordRamp arrays!
124
124
 
125
- ### SFNode [ ] **texCoordRamp** NULL <small>[TextureCoordinate]</small>
125
+ ### SFNode [ ] **texCoord** NULL <small>[TextureCoordinate]</small>
126
126
 
127
127
  Texture coordinates of the provided texture(s) in the Appearance node, over time. Particle systems frequently like to change the texture on a particle as it ages, yet there is no good way of accomplishing this through standard interpolators because interpolators have no concept of particle time. This pair of fields hold time-dependent values for the texture coordinates to be applied to the particle. When a particle reaches the next time stamp it moves to the next set of texture coordinates.
128
128
 
@@ -134,7 +134,7 @@ Texture coordinates of the provided texture(s) in the Appearance node, over time
134
134
 
135
135
  *isActive* true/false events are sent when playback starts/stops.
136
136
 
137
- ### SFBool [ ] **visible** TRUE
137
+ ### SFBool [in, out] **visible** TRUE
138
138
 
139
139
  Whether or not renderable content within this node is visually displayed.
140
140
 
@@ -143,7 +143,16 @@ Whether or not renderable content within this node is visually displayed.
143
143
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
144
144
  - Content must be visible to be collidable and to be pickable.
145
145
 
146
- ### SFBool [ ] **bboxDisplay** FALSE
146
+ ### SFBool [in, out] **castShadow** TRUE
147
+
148
+ *castShadow* defines whether this Shape casts shadows as produced by lighting nodes.
149
+
150
+ #### Hint
151
+
152
+ - If the visible field is FALSE, then the Shape does not cast any shadows.
153
+ - If prior X3D3 content is loaded into an X3D4 model, then legacy Shape nodes have shadows set to true.
154
+
155
+ ### SFBool [in, out] **bboxDisplay** FALSE
147
156
 
148
157
  Whether to display bounding box for associated geometry, aligned with world coordinates.
149
158
 
@@ -151,7 +160,7 @@ Whether to display bounding box for associated geometry, aligned with world coor
151
160
 
152
161
  - The bounding box is displayed regardless of whether contained content is visible.
153
162
 
154
- ### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>(0,∞) or -1 -1 -1</small>
163
+ ### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>[0,∞) or 1 1 1</small>
155
164
 
156
165
  Bounding box size is usually omitted, and can easily be calculated automatically by an X3D player at scene-loading time with minimal computational cost. Bounding box size can also be defined as an optional authoring hint that suggests an optimization or constraint.
157
166
 
@@ -159,7 +168,7 @@ Bounding box size is usually omitted, and can easily be calculated automatically
159
168
 
160
169
  - Can be useful for collision computations or inverse-kinematics (IK) engines.
161
170
 
162
- ### SFVec3f [ ] **bboxCenter** 0 0 0
171
+ ### SFVec3f [ ] **bboxCenter** 0 0 0 <small>(-∞,∞)</small>
163
172
 
164
173
  Bounding box center: optional hint for position offset from origin of local coordinate system.
165
174
 
@@ -31,11 +31,15 @@ The PointEmitter node belongs to the **ParticleSystems** component and its defau
31
31
 
32
32
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
33
33
 
34
- ### SFVec3f [in, out] **position** 0 0 0
34
+ ### SFBool [in, out] **on** TRUE
35
+
36
+ Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
37
+
38
+ ### SFVec3f [in, out] **position** 0 0 0 <small>(-∞,∞)</small>
35
39
 
36
40
  Point from which particles emanate.
37
41
 
38
- ### SFVec3f [in, out] **direction** 0 1 0
42
+ ### SFVec3f [in, out] **direction** 0 1 0 <small>(-∞,∞)</small>
39
43
 
40
44
  Initial direction from which particles emanate.
41
45
 
@@ -31,7 +31,11 @@ The PolylineEmitter node belongs to the **ParticleSystems** component and its de
31
31
 
32
32
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
33
33
 
34
- ### SFVec3f [in, out] **direction** 0 1 0 <small>[-1,1]</small>
34
+ ### SFBool [in, out] **on** TRUE
35
+
36
+ Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
37
+
38
+ ### SFVec3f [in, out] **direction** 0 1 0 <small>(-∞,∞)</small>
35
39
 
36
40
  Initial direction from which particles emanate.
37
41
 
@@ -31,6 +31,10 @@ The SurfaceEmitter node belongs to the **ParticleSystems** component and its def
31
31
 
32
32
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
33
33
 
34
+ ### SFBool [in, out] **on** TRUE
35
+
36
+ Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
37
+
34
38
  ### SFFloat [in, out] **speed** 0 <small>[0,∞)</small>
35
39
 
36
40
  Initial linear speed (default is m/s) imparted to all particles along their direction of movement.
@@ -31,11 +31,23 @@ The VolumeEmitter node belongs to the **ParticleSystems** component and its defa
31
31
 
32
32
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
33
33
 
34
+ ### MFInt32 [in] **set_coordIndex** <small>[0,∞) or -1</small>
35
+
36
+ *coordIndex* indices provide the order in which coordinates are applied to construct each polygon face. Order starts at index 0, commas are optional between sets.
37
+
38
+ #### Hint
39
+
40
+ - Sentinel value -1 is used to separate indices for each successive polygon.
41
+
42
+ ### SFBool [in, out] **on** TRUE
43
+
44
+ Enables/disables production of particles from this emitter node. If operating when turned off, existing particles complete their rendering process.
45
+
34
46
  ### SFBool [ ] **internal** TRUE
35
47
 
36
48
  TODO, X3D specification is undefined.
37
49
 
38
- ### SFVec3f [in, out] **direction** 0 1 0 <small>[-1,1]</small>
50
+ ### SFVec3f [in, out] **direction** 0 1 0 <small>(-∞,∞)</small>
39
51
 
40
52
  Initial direction from which particles emanate.
41
53
 
@@ -67,7 +79,7 @@ Particle surface area in area base units (default is meters squared). Surface ar
67
79
 
68
80
  - SurfaceArea value represents average frontal area presented to the wind. Assumes spherical model for each particle (i.e., surface area is the same regardless of direction).
69
81
 
70
- ### MFInt32 [in, out] **coordIndex** -1 <small>[0,∞) or -1</small>
82
+ ### MFInt32 [ ] **coordIndex** -1 <small>[0,∞) or -1</small>
71
83
 
72
84
  *coordIndex* indices are applied to contained Coordinate values in order to define randomly generated initial geometry of the particles.
73
85
 
@@ -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
- ### SFVec3f [in, out] **direction** 0 0 0 <small>(∞,∞)</small>
38
+ ### SFVec3f [in, out] **direction** 0 0 0 <small>(-∞,∞)</small>
39
39
 
40
40
  *direction* in which wind is travelling in the form of a normalized, unit vector.
41
41
 
@@ -37,11 +37,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
37
37
 
38
38
  Enables/disables node operation.
39
39
 
40
- ### SFBool [out] **isActive**
41
-
42
- *isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
43
-
44
- ### MFString [in, out] **objectType** "ALL" <small>["ALL","NONE","TERRAIN",...]</small>
40
+ ### MFString [in, out] **objectType** "ALL" <small>["ALL", "NONE", "TERRAIN", ...]</small>
45
41
 
46
42
  The objectType field specifies a set of labels used in the picking process. Each string specified is treated as an independent label that needs to be matched against the same type in one of the pick sensor instances.
47
43
 
@@ -49,17 +45,9 @@ The objectType field specifies a set of labels used in the picking process. Each
49
45
 
50
46
  - Authors may define any value for objectType. MFString arrays can have multiple values, so "separate each individual string" "by using quote marks".
51
47
 
52
- ### SFNode [in, out] **pickingGeometry** NULL <small>[IndexedLineSet|LineSet]</small>
53
-
54
- *pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
48
+ ### SFString [in, out] **matchCriterion** "MATCH_ANY" <small>["MATCH_ANY"|"MATCH_EVERY"|"MATCH_ONLY_ONE"]</small>
55
49
 
56
- ### MFNode [in, out] **pickTarget** [ ] <small>[X3DGroupingNode|X3DShapeNode|Inline]</small>
57
-
58
- *pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
59
-
60
- ### MFNode [out] **pickedGeometry**
61
-
62
- Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
50
+ Defines whether the intersection test (i.e. pick) by this X3DPickSensorNode must match one or more objectType. Specifically MATCH_ANY means any match of objectType values is acceptable, MATCH_EVERY means that every objectType value in this node shall match an objectType value in the X3DPickableObject, and MATCH_ONLY_ONE means that one and only one objectType value can match.
63
51
 
64
52
  ### SFString [ ] **intersectionType** "BOUNDS" <small>["GEOMETRY"|"BOUNDS"|...]</small>
65
53
 
@@ -85,6 +73,18 @@ The sortOrder field determines the order provided for picked output events.
85
73
 
86
74
  - Do not wrap extra quotation marks around these SFString enumeration values, since "quotation" "marks" are only used for MFString values.
87
75
 
76
+ ### SFBool [out] **isActive**
77
+
78
+ *isActive* indicates when the intersecting object is picked by the picking geometry. Output event isActive=true gets sent once a picked item is found. Output event isActive=false gets sent once no picked item is found.
79
+
80
+ ### MFVec3f [out] **pickedTextureCoordinate**
81
+
82
+ Output event containing 3D texture coordinates of surfaces computed by the picking intersection computations. Picked texture coordinates are in three dimensions. If the target texture coordinate has two dimensions, the third coordinate (z component of an SFVec3f) shall be zero.
83
+
84
+ #### Warning
85
+
86
+ - If the target object has multiple textures defined, only texture coordinates for the first texture are returned and all other textures are ignored.
87
+
88
88
  ### MFVec3f [out] **pickedNormal**
89
89
 
90
90
  Output event containing surface normal vectors computed by the picking intersection computations.
@@ -93,13 +93,17 @@ Output event containing surface normal vectors computed by the picking intersect
93
93
 
94
94
  Output event containing 3D points on surface of underlying pickingGeometry computed by the picking intersection computations, given in the local coordinate system.
95
95
 
96
- ### MFVec3f [out] **pickedTextureCoordinate**
96
+ ### SFNode [in, out] **pickingGeometry** NULL <small>[IndexedLineSet|LineSet]</small>
97
97
 
98
- Output event containing 3D texture coordinates of surfaces computed by the picking intersection computations. Picked texture coordinates are in three dimensions. If the target texture coordinate has two dimensions, the third coordinate (z component of an SFVec3f) shall be zero.
98
+ *pickingGeometry* specifies the exact geometry coordinates that are used to perform the intersection testing of the picking operation.
99
99
 
100
- #### Warning
100
+ ### MFNode [in, out] **pickTarget** [ ] <small>[X3DGroupingNode|X3DShapeNode|Inline]</small>
101
101
 
102
- - If the target object has multiple textures defined, only texture coordinates for the first texture are returned and all other textures are ignored.
102
+ *pickTarget* specifies the list of nodes against which picking operations are performed. All nodes declared in this field and their descendents are evaluated for intersections.
103
+
104
+ ### MFNode [out] **pickedGeometry**
105
+
106
+ Output event containing the node or nodes that have been found to intersect with the picking geometry from the last time this node performed a picking operation, given in the local coordinate system.
103
107
 
104
108
  ## Description
105
109