x_ite 8.8.5 → 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 (256) 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 +103 -105
  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/EventUtilities/BooleanSequencer.md +2 -2
  60. package/docs/_posts/components/EventUtilities/BooleanTrigger.md +1 -1
  61. package/docs/_posts/components/EventUtilities/IntegerSequencer.md +1 -1
  62. package/docs/_posts/components/Followers/ColorChaser.md +2 -2
  63. package/docs/_posts/components/Followers/ColorDamper.md +2 -2
  64. package/docs/_posts/components/Followers/CoordinateChaser.md +4 -4
  65. package/docs/_posts/components/Followers/CoordinateDamper.md +4 -4
  66. package/docs/_posts/components/Followers/OrientationChaser.md +4 -4
  67. package/docs/_posts/components/Followers/OrientationDamper.md +4 -4
  68. package/docs/_posts/components/Followers/PositionChaser.md +4 -4
  69. package/docs/_posts/components/Followers/PositionChaser2D.md +4 -4
  70. package/docs/_posts/components/Followers/PositionDamper.md +4 -4
  71. package/docs/_posts/components/Followers/PositionDamper2D.md +4 -4
  72. package/docs/_posts/components/Followers/ScalarChaser.md +4 -4
  73. package/docs/_posts/components/Followers/ScalarDamper.md +4 -4
  74. package/docs/_posts/components/Followers/TexCoordChaser2D.md +4 -4
  75. package/docs/_posts/components/Followers/TexCoordDamper2D.md +4 -4
  76. package/docs/_posts/components/Geometry2D/Polyline2D.md +1 -1
  77. package/docs/_posts/components/Geometry3D/Cone.md +2 -2
  78. package/docs/_posts/components/Geometry3D/Cylinder.md +3 -3
  79. package/docs/_posts/components/Geometry3D/ElevationGrid.md +2 -2
  80. package/docs/_posts/components/Geometry3D/IndexedFaceSet.md +3 -5
  81. package/docs/_posts/components/Geospatial/GeoElevationGrid.md +3 -3
  82. package/docs/_posts/components/Geospatial/GeoLOD.md +6 -6
  83. package/docs/_posts/components/Geospatial/GeoLocation.md +2 -2
  84. package/docs/_posts/components/Geospatial/GeoTouchSensor.md +8 -8
  85. package/docs/_posts/components/Geospatial/GeoTransform.md +2 -2
  86. package/docs/_posts/components/Geospatial/GeoViewpoint.md +11 -3
  87. package/docs/_posts/components/Grouping/Group.md +2 -2
  88. package/docs/_posts/components/Grouping/StaticGroup.md +2 -2
  89. package/docs/_posts/components/Grouping/Switch.md +2 -2
  90. package/docs/_posts/components/Grouping/Transform.md +2 -2
  91. package/docs/_posts/components/HAnim/HAnimDisplacer.md +16 -16
  92. package/docs/_posts/components/HAnim/HAnimHumanoid.md +78 -47
  93. package/docs/_posts/components/HAnim/HAnimJoint.md +59 -59
  94. package/docs/_posts/components/HAnim/HAnimMotion.md +17 -17
  95. package/docs/_posts/components/HAnim/HAnimSegment.md +39 -39
  96. package/docs/_posts/components/HAnim/HAnimSite.md +39 -39
  97. package/docs/_posts/components/Layering/Layer.md +14 -2
  98. package/docs/_posts/components/Layering/LayerSet.md +2 -2
  99. package/docs/_posts/components/Layering/Viewport.md +3 -3
  100. package/docs/_posts/components/Layout/Layout.md +1 -1
  101. package/docs/_posts/components/Layout/LayoutGroup.md +3 -3
  102. package/docs/_posts/components/Layout/LayoutLayer.md +14 -2
  103. package/docs/_posts/components/Layout/ScreenFontStyle.md +3 -3
  104. package/docs/_posts/components/Layout/ScreenGroup.md +3 -3
  105. package/docs/_posts/components/Lighting/DirectionalLight.md +4 -4
  106. package/docs/_posts/components/Lighting/EnvironmentLight.md +5 -5
  107. package/docs/_posts/components/Lighting/PointLight.md +4 -4
  108. package/docs/_posts/components/Lighting/SpotLight.md +4 -4
  109. package/docs/_posts/components/NURBS/NurbsCurve.md +1 -1
  110. package/docs/_posts/components/NURBS/NurbsCurve2D.md +1 -1
  111. package/docs/_posts/components/NURBS/NurbsOrientationInterpolator.md +6 -6
  112. package/docs/_posts/components/NURBS/NurbsPatchSurface.md +12 -12
  113. package/docs/_posts/components/NURBS/NurbsPositionInterpolator.md +6 -6
  114. package/docs/_posts/components/NURBS/NurbsSet.md +6 -6
  115. package/docs/_posts/components/NURBS/NurbsSurfaceInterpolator.md +22 -22
  116. package/docs/_posts/components/NURBS/NurbsTextureCoordinate.md +16 -16
  117. package/docs/_posts/components/NURBS/NurbsTrimmedSurface.md +12 -12
  118. package/docs/_posts/components/Navigation/Billboard.md +2 -2
  119. package/docs/_posts/components/Navigation/Collision.md +2 -2
  120. package/docs/_posts/components/Navigation/LOD.md +2 -2
  121. package/docs/_posts/components/Navigation/NavigationInfo.md +2 -2
  122. package/docs/_posts/components/Navigation/OrthoViewpoint.md +11 -3
  123. package/docs/_posts/components/Navigation/Viewpoint.md +12 -4
  124. package/docs/_posts/components/Navigation/ViewpointGroup.md +4 -4
  125. package/docs/_posts/components/Networking/Anchor.md +2 -2
  126. package/docs/_posts/components/Networking/Inline.md +2 -2
  127. package/docs/_posts/components/Networking/LoadSensor.md +3 -3
  128. package/docs/_posts/components/ParticleSystems/ConeEmitter.md +6 -2
  129. package/docs/_posts/components/ParticleSystems/ExplosionEmitter.md +5 -1
  130. package/docs/_posts/components/ParticleSystems/ParticleSystem.md +23 -14
  131. package/docs/_posts/components/ParticleSystems/PointEmitter.md +6 -2
  132. package/docs/_posts/components/ParticleSystems/PolylineEmitter.md +5 -1
  133. package/docs/_posts/components/ParticleSystems/SurfaceEmitter.md +4 -0
  134. package/docs/_posts/components/ParticleSystems/VolumeEmitter.md +14 -2
  135. package/docs/_posts/components/ParticleSystems/WindPhysicsModel.md +1 -1
  136. package/docs/_posts/components/Picking/LinePickSensor.md +23 -19
  137. package/docs/_posts/components/Picking/PickableGroup.md +4 -4
  138. package/docs/_posts/components/Picking/PointPickSensor.md +19 -15
  139. package/docs/_posts/components/Picking/PrimitivePickSensor.md +19 -15
  140. package/docs/_posts/components/Picking/VolumePickSensor.md +19 -15
  141. package/docs/_posts/components/PointingDeviceSensor/CylinderSensor.md +5 -5
  142. package/docs/_posts/components/PointingDeviceSensor/PlaneSensor.md +5 -5
  143. package/docs/_posts/components/PointingDeviceSensor/SphereSensor.md +4 -4
  144. package/docs/_posts/components/PointingDeviceSensor/TouchSensor.md +4 -4
  145. package/docs/_posts/components/Rendering/ClipPlane.md +1 -1
  146. package/docs/_posts/components/Rendering/IndexedLineSet.md +3 -9
  147. package/docs/_posts/components/RigidBodyPhysics/BallJoint.md +2 -2
  148. package/docs/_posts/components/RigidBodyPhysics/CollidableOffset.md +3 -3
  149. package/docs/_posts/components/RigidBodyPhysics/CollidableShape.md +3 -3
  150. package/docs/_posts/components/RigidBodyPhysics/CollisionCollection.md +7 -7
  151. package/docs/_posts/components/RigidBodyPhysics/CollisionSensor.md +1 -1
  152. package/docs/_posts/components/RigidBodyPhysics/CollisionSpace.md +5 -5
  153. package/docs/_posts/components/RigidBodyPhysics/Contact.md +1 -1
  154. package/docs/_posts/components/RigidBodyPhysics/DoubleAxisHingeJoint.md +10 -14
  155. package/docs/_posts/components/RigidBodyPhysics/MotorJoint.md +31 -31
  156. package/docs/_posts/components/RigidBodyPhysics/RigidBody.md +17 -17
  157. package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +6 -6
  158. package/docs/_posts/components/RigidBodyPhysics/SingleAxisHingeJoint.md +7 -9
  159. package/docs/_posts/components/RigidBodyPhysics/SliderJoint.md +7 -7
  160. package/docs/_posts/components/RigidBodyPhysics/UniversalJoint.md +12 -12
  161. package/docs/_posts/components/Shaders/PackagedShader.md +24 -24
  162. package/docs/_posts/components/Shape/AcousticProperties.md +5 -5
  163. package/docs/_posts/components/Shape/Appearance.md +1 -1
  164. package/docs/_posts/components/Shape/PointProperties.md +3 -11
  165. package/docs/_posts/components/Shape/Shape.md +3 -3
  166. package/docs/_posts/components/Sound/Analyser.md +23 -19
  167. package/docs/_posts/components/Sound/AudioClip.md +20 -4
  168. package/docs/_posts/components/Sound/AudioDestination.md +13 -9
  169. package/docs/_posts/components/Sound/BiquadFilter.md +22 -18
  170. package/docs/_posts/components/Sound/BufferAudioSource.md +26 -22
  171. package/docs/_posts/components/Sound/ChannelMerger.md +10 -6
  172. package/docs/_posts/components/Sound/ChannelSelector.md +11 -7
  173. package/docs/_posts/components/Sound/ChannelSplitter.md +11 -7
  174. package/docs/_posts/components/Sound/Convolver.md +20 -16
  175. package/docs/_posts/components/Sound/Delay.md +20 -16
  176. package/docs/_posts/components/Sound/DynamicsCompressor.md +24 -20
  177. package/docs/_posts/components/Sound/Gain.md +18 -14
  178. package/docs/_posts/components/Sound/ListenerPointSource.md +18 -14
  179. package/docs/_posts/components/Sound/MicrophoneSource.md +14 -10
  180. package/docs/_posts/components/Sound/OscillatorSource.md +16 -12
  181. package/docs/_posts/components/Sound/PeriodicWave.md +7 -4
  182. package/docs/_posts/components/Sound/Sound.md +8 -2
  183. package/docs/_posts/components/Sound/SpatialSound.md +20 -17
  184. package/docs/_posts/components/Sound/StreamAudioDestination.md +13 -9
  185. package/docs/_posts/components/Sound/StreamAudioSource.md +14 -10
  186. package/docs/_posts/components/Sound/WaveShaper.md +20 -16
  187. package/docs/_posts/components/Text/FontStyle.md +3 -3
  188. package/docs/_posts/components/TextureProjector/TextureProjector.md +11 -9
  189. package/docs/_posts/components/TextureProjector/TextureProjectorParallel.md +11 -9
  190. package/docs/_posts/components/Texturing/MovieTexture.md +20 -4
  191. package/docs/_posts/components/Texturing/TextureProperties.md +1 -1
  192. package/docs/_posts/components/Texturing3D/PixelTexture3D.md +4 -4
  193. package/docs/_posts/components/Time/TimeSensor.md +4 -4
  194. package/docs/_posts/components/VolumeRendering/BlendedVolumeStyle.md +10 -10
  195. package/docs/_posts/components/VolumeRendering/BoundaryEnhancementVolumeStyle.md +8 -8
  196. package/docs/_posts/components/VolumeRendering/CartoonVolumeStyle.md +8 -8
  197. package/docs/_posts/components/VolumeRendering/ComposedVolumeStyle.md +4 -4
  198. package/docs/_posts/components/VolumeRendering/EdgeEnhancementVolumeStyle.md +8 -8
  199. package/docs/_posts/components/VolumeRendering/IsoSurfaceVolumeData.md +27 -27
  200. package/docs/_posts/components/VolumeRendering/ProjectionVolumeStyle.md +14 -2
  201. package/docs/_posts/components/VolumeRendering/SegmentedVolumeData.md +21 -21
  202. package/docs/_posts/components/VolumeRendering/ShadedVolumeStyle.md +13 -13
  203. package/docs/_posts/components/VolumeRendering/SilhouetteEnhancementVolumeStyle.md +6 -6
  204. package/docs/_posts/components/VolumeRendering/ToneMappedVolumeStyle.md +10 -10
  205. package/docs/_posts/components/VolumeRendering/VolumeData.md +17 -17
  206. package/docs/_posts/components/X_ITE/BlendMode.md +7 -7
  207. package/docs/_tabs/playground.html +3 -1
  208. package/docs/assets/css/style.scss +4 -4
  209. package/package.json +1 -1
  210. package/src/x_ite/Base/X3DBaseNode.js +1 -1
  211. package/src/x_ite/Base/X3DInfoArray.js +2 -2
  212. package/src/x_ite/Browser/VERSION.js +1 -1
  213. package/src/x_ite/Components/Annotation/GroupAnnotation.js +1 -1
  214. package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +2 -2
  215. package/src/x_ite/Components/Geospatial/GeoLocation.js +1 -1
  216. package/src/x_ite/Components/Geospatial/GeoViewpoint.js +18 -6
  217. package/src/x_ite/Components/HAnim/HAnimMotion.js +1 -1
  218. package/src/x_ite/Components/NURBS/NurbsPatchSurface.js +1 -1
  219. package/src/x_ite/Components/NURBS/NurbsTrimmedSurface.js +1 -1
  220. package/src/x_ite/Components/Navigation/Viewpoint.js +1 -1
  221. package/src/x_ite/Components/ParticleSystems/ConeEmitter.js +9 -9
  222. package/src/x_ite/Components/ParticleSystems/ExplosionEmitter.js +7 -7
  223. package/src/x_ite/Components/ParticleSystems/PointEmitter.js +8 -8
  224. package/src/x_ite/Components/ParticleSystems/PolylineEmitter.js +9 -9
  225. package/src/x_ite/Components/ParticleSystems/SurfaceEmitter.js +7 -7
  226. package/src/x_ite/Components/ParticleSystems/VolumeEmitter.js +12 -10
  227. package/src/x_ite/Components/RigidBodyPhysics/Contact.js +1 -1
  228. package/src/x_ite/Components/RigidBodyPhysics/MotorJoint.js +6 -6
  229. package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +0 -1
  230. package/src/x_ite/Components/RigidBodyPhysics/UniversalJoint.js +4 -4
  231. package/src/x_ite/Components/Shape/FillProperties.js +1 -1
  232. package/src/x_ite/Components/Shape/PhysicalMaterial.js +1 -1
  233. package/src/x_ite/Components/Sound/Analyser.js +2 -2
  234. package/src/x_ite/Components/Sound/AudioDestination.js +2 -2
  235. package/src/x_ite/Components/Sound/BiquadFilter.js +3 -3
  236. package/src/x_ite/Components/Sound/BufferAudioSource.js +2 -2
  237. package/src/x_ite/Components/Sound/ChannelMerger.js +2 -2
  238. package/src/x_ite/Components/Sound/ChannelSelector.js +2 -2
  239. package/src/x_ite/Components/Sound/ChannelSplitter.js +2 -2
  240. package/src/x_ite/Components/Sound/Convolver.js +2 -2
  241. package/src/x_ite/Components/Sound/Delay.js +2 -2
  242. package/src/x_ite/Components/Sound/DynamicsCompressor.js +2 -2
  243. package/src/x_ite/Components/Sound/Gain.js +2 -2
  244. package/src/x_ite/Components/Sound/PeriodicWave.js +1 -1
  245. package/src/x_ite/Components/Sound/StreamAudioDestination.js +2 -2
  246. package/src/x_ite/Components/Sound/WaveShaper.js +3 -3
  247. package/src/x_ite/Components/TextureProjector/TextureProjector.js +4 -4
  248. package/src/x_ite/Components/TextureProjector/TextureProjectorParallel.js +5 -5
  249. package/src/x_ite/Components/Texturing/PixelTexture.js +1 -1
  250. package/src/x_ite/Components/VolumeRendering/IsoSurfaceVolumeData.js +1 -1
  251. package/src/x_ite/Components/VolumeRendering/SegmentedVolumeData.js +1 -1
  252. package/src/x_ite/Components/VolumeRendering/VolumeData.js +1 -1
  253. package/src/x_ite/Configuration/SupportedComponents.js +2 -2
  254. package/src/x_ite/Execution/X3DExecutionContext.js +3 -5
  255. package/src/x_ite/Parser/VRMLParser.js +1 -1
  256. package/src/x_ite/Routing/X3DRoute.js +3 -3
@@ -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
 
@@ -31,7 +31,7 @@ The Polyline2D node belongs to the **Geometry2D** component and its default cont
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
- ### MFVec2f [in, out] **lineSegments** [ ] <small>(-∞,∞)</small>
34
+ ### MFVec2f [ ] **lineSegments** [ ] <small>(-∞,∞)</small>
35
35
 
36
36
  Coordinates of vertices connected into contiguous Polyline2D.
37
37
 
@@ -31,7 +31,7 @@ The Cone node belongs to the **Geometry3D** component and its default container
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 [ ] **side** TRUE
34
+ ### SFBool [in, out] **side** TRUE
35
35
 
36
36
  Whether to draw sides (other inside faces are not drawn).
37
37
 
@@ -39,7 +39,7 @@ Whether to draw sides (other inside faces are not drawn).
39
39
 
40
40
  - Cannot be changed after initial creation.
41
41
 
42
- ### SFBool [ ] **bottom** TRUE
42
+ ### SFBool [in, out] **bottom** TRUE
43
43
 
44
44
  Whether to draw bottom (other inside faces are not drawn).
45
45
 
@@ -31,7 +31,7 @@ The Cylinder node belongs to the **Geometry3D** component and its default contai
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 [ ] **top** TRUE
34
+ ### SFBool [in, out] **top** TRUE
35
35
 
36
36
  Whether to draw top (inside faces are never drawn).
37
37
 
@@ -39,7 +39,7 @@ Whether to draw top (inside faces are never drawn).
39
39
 
40
40
  - Cannot be changed after initial creation.
41
41
 
42
- ### SFBool [ ] **side** TRUE
42
+ ### SFBool [in, out] **side** TRUE
43
43
 
44
44
  Whether to draw sides (inside faces are never drawn).
45
45
 
@@ -47,7 +47,7 @@ Whether to draw sides (inside faces are never drawn).
47
47
 
48
48
  - Cannot be changed after initial creation.
49
49
 
50
- ### SFBool [ ] **bottom** TRUE
50
+ ### SFBool [in, out] **bottom** TRUE
51
51
 
52
52
  Whether to draw bottom (inside faces are never drawn).
53
53
 
@@ -39,11 +39,11 @@ Grid array of height vertices with upward direction along +Y axis, with xDimensi
39
39
 
40
40
  - Height array values are given in row-major order from left to right along X axis, then back to front along Z axis.
41
41
 
42
- ### SFInt32 [ ] **xDimension** <small>[0,∞)</small>
42
+ ### SFInt32 [ ] **xDimension** 0 <small>[0,∞)</small>
43
43
 
44
44
  Number of elements in the height array along X direction.
45
45
 
46
- ### SFInt32 [ ] **zDimension** <small>[0,∞)</small>
46
+ ### SFInt32 [ ] **zDimension** 0 <small>[0,∞)</small>
47
47
 
48
48
  Number of elements in the height array along Z direction.
49
49
 
@@ -63,13 +63,11 @@ List of texture-coordinate indices mapping attached texture to corresponding coo
63
63
 
64
64
  ### MFInt32 [in] **set_coordIndex** <small>[0,∞) or -1</small>
65
65
 
66
- **colorIndex** values define the order in which Color|ColorRGBA values are applied to polygons (or vertices).
66
+ *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.
67
67
 
68
- #### Hints
68
+ #### Hint
69
69
 
70
- - If *colorIndex* array is not provided, then Color|ColorRGBA values are indexed according to the coordIndex field.
71
- - If colorPerVertex='false' then one index is provided for each polygon defined by the coordIndex array. No sentinel -1 values are included.
72
- - If colorPerVertex='true' then a matching set of indices is provided, each separated by sentinel -1, that exactly corresponds to individual values in the coordIndex array polygon definitions.
70
+ - Sentinel value -1 is used to separate indices for each successive polygon.
73
71
 
74
72
  ### SFBool [ ] **solid** TRUE
75
73
 
@@ -53,7 +53,7 @@ Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Tr
53
53
 
54
54
  Geographic coordinate for southwest (lower-left) corner of height dataset.
55
55
 
56
- ### SFInt32 [ ] **xDimension** <small>(0,∞)</small>
56
+ ### SFInt32 [ ] **xDimension** 0 <small>(0,∞)</small>
57
57
 
58
58
  Number of elements in the height array along east-west X direction.
59
59
 
@@ -61,7 +61,7 @@ Number of elements in the height array along east-west X direction.
61
61
 
62
62
  - Total horizontal x-axis distance equals (xDimension-1) \* xSpacing.
63
63
 
64
- ### SFInt32 [ ] **zDimension** <small>(0,∞)</small>
64
+ ### SFInt32 [ ] **zDimension** 0 <small>(0,∞)</small>
65
65
 
66
66
  Number of elements in the height array along north-south Z direction.
67
67
 
@@ -109,7 +109,7 @@ Setting solid true means draw only one side of polygons (backface culling on), s
109
109
 
110
110
  - *ccw* false can reverse solid (backface culling) and normal-vector orientation.
111
111
 
112
- ### SFDouble [ ] **creaseAngle** <small>[0,∞)</small>
112
+ ### SFDouble [ ] **creaseAngle** 0 <small>[0,∞)</small>
113
113
 
114
114
  *creaseAngle* defines angle (in radians) for determining whether adjacent polygons are drawn with sharp edges or smooth shading. If angle between normals of two adjacent polygons is less than creaseAngle, smooth shading is rendered across the shared line segment.
115
115
 
@@ -87,11 +87,7 @@ Viewer range from geographic-coordinates center triggers quadtree loading/unload
87
87
 
88
88
  Output field level_changed.
89
89
 
90
- ### MFNode [ ] **rootNode** [ ] <small>[X3DChildNode]</small>
91
-
92
- Field rootNode.
93
-
94
- ### SFBool [ ] **visible** TRUE
90
+ ### SFBool [in, out] **visible** TRUE
95
91
 
96
92
  Whether or not renderable content within this node is visually displayed.
97
93
 
@@ -100,7 +96,7 @@ Whether or not renderable content within this node is visually displayed.
100
96
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
101
97
  - Content must be visible to be collidable and to be pickable.
102
98
 
103
- ### SFBool [ ] **bboxDisplay** FALSE
99
+ ### SFBool [in, out] **bboxDisplay** FALSE
104
100
 
105
101
  Whether to display bounding box for associated geometry, aligned with world coordinates.
106
102
 
@@ -120,6 +116,10 @@ Bounding box size is usually omitted, and can easily be calculated automatically
120
116
 
121
117
  Bounding box center: optional hint for position offset from origin of local coordinate system.
122
118
 
119
+ ### MFNode [ ] **rootNode** [ ] <small>[X3DChildNode]</small>
120
+
121
+ Field rootNode.
122
+
123
123
  ### MFNode [out] **children**
124
124
 
125
125
  Output field children.
@@ -54,7 +54,7 @@ Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Tr
54
54
 
55
55
  Input/Output field geoCoords.
56
56
 
57
- ### SFBool [ ] **visible** TRUE
57
+ ### SFBool [in, out] **visible** TRUE
58
58
 
59
59
  Whether or not renderable content within this node is visually displayed.
60
60
 
@@ -63,7 +63,7 @@ Whether or not renderable content within this node is visually displayed.
63
63
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
64
64
  - Content must be visible to be collidable and to be pickable.
65
65
 
66
- ### SFBool [ ] **bboxDisplay** FALSE
66
+ ### SFBool [in, out] **bboxDisplay** FALSE
67
67
 
68
68
  Whether to display bounding box for associated geometry, aligned with world coordinates.
69
69
 
@@ -34,6 +34,14 @@ The GeoTouchSensor node belongs to the **Geospatial** component and its default
34
34
 
35
35
  Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
36
36
 
37
+ ### SFString [in, out] **description** ""
38
+
39
+ Author-provided text tooltip that tells users the expected action of this node.
40
+
41
+ #### Hints
42
+
43
+ - Use spaces, make descriptions clear and readable. Many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &amp; ampersand, or &amp;#34; for " quotation mark).
44
+
37
45
  ### SFNode [ ] **geoOrigin** NULL <small>[GeoOrigin] (deprecated)</small>
38
46
 
39
47
  Field geoOrigin.
@@ -52,14 +60,6 @@ Identifies spatial reference frame: Geodetic (GD), Geocentric (GC), Universal Tr
52
60
  - [See X3D Specification 25.2.4 Specifying geospatial coordinates](https://www.web3d.org/documents/specifications/19775-1/V4.0/Part01/components/geospatial.html#Specifyinggeospatialcoords){:target="_blank"}
53
61
  - [UTM is Universal Transverse Mercator coordinate system](https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system){:target="_blank"}
54
62
 
55
- ### SFString [in, out] **description** ""
56
-
57
- Author-provided text tooltip that tells users the expected action of this node.
58
-
59
- #### Hints
60
-
61
- - Use spaces, make descriptions clear and readable. Many XML tools substitute XML character references automatically if needed (such as &amp;#38; for &amp; ampersand, or &amp;#34; for " quotation mark).
62
-
63
63
  ### SFBool [in, out] **enabled** TRUE
64
64
 
65
65
  Enables/disables node operation.
@@ -76,7 +76,7 @@ Field geoSystem.
76
76
 
77
77
  Input/Output field geoCenter.
78
78
 
79
- ### SFBool [ ] **visible** TRUE
79
+ ### SFBool [in, out] **visible** TRUE
80
80
 
81
81
  Whether or not renderable content within this node is visually displayed.
82
82
 
@@ -85,7 +85,7 @@ Whether or not renderable content within this node is visually displayed.
85
85
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
86
86
  - Content must be visible to be collidable and to be pickable.
87
87
 
88
- ### SFBool [ ] **bboxDisplay** FALSE
88
+ ### SFBool [in, out] **bboxDisplay** FALSE
89
89
 
90
90
  Whether to display bounding box for associated geometry, aligned with world coordinates.
91
91
 
@@ -83,7 +83,7 @@ Rotation of Viewpoint, relative to default -Z axis direction in local coordinate
83
83
 
84
84
  Preferred minimum viewing angle from this viewpoint in radians. Small field of view roughly corresponds to a telephoto lens, large field of view roughly corresponds to a wide-angle lens.
85
85
 
86
- ### SFFloat [in, out] **nearDistance** -1 <small>(0,∞)</small>
86
+ ### SFFloat [in, out] **nearDistance** -1 <small>-1 or (0,∞)</small>
87
87
 
88
88
  nearDistance defines minimum clipping plane distance necessary for object display.
89
89
 
@@ -97,7 +97,7 @@ nearDistance defines minimum clipping plane distance necessary for object displa
97
97
 
98
98
  - nearDistance must be less than farDistance.
99
99
 
100
- ### SFFloat [in, out] **farDistance** -1 <small>(0,∞)</small>
100
+ ### SFFloat [in, out] **farDistance** -1 <small>-1 or (0,∞)</small>
101
101
 
102
102
  farDistance defines maximum clipping plane distance allowed for object display.
103
103
 
@@ -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
 
@@ -148,6 +148,14 @@ Event true sent when node becomes active, event false sent when unbound by anoth
148
148
 
149
149
  Event sent when node becomes active/inactive.
150
150
 
151
+ ### SFNode [in, out] **navigationInfo** NULL <small>[NavigationInfo]</small>
152
+
153
+ 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.
154
+
155
+ #### Hint
156
+
157
+ - Allows simple integration of custom navigation associated with each Viewpoint according to user needs at that location.
158
+
151
159
  ## Description
152
160
 
153
161
  ### Hint
@@ -32,7 +32,7 @@ The Group node belongs to the **Grouping** component and its default container f
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
- ### SFBool [ ] **visible** TRUE
35
+ ### SFBool [in, out] **visible** TRUE
36
36
 
37
37
  Whether or not renderable content within this node is visually displayed.
38
38
 
@@ -41,7 +41,7 @@ Whether or not renderable content within this node is visually displayed.
41
41
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
42
42
  - Content must be visible to be collidable and to be pickable.
43
43
 
44
- ### SFBool [ ] **bboxDisplay** FALSE
44
+ ### SFBool [in, out] **bboxDisplay** FALSE
45
45
 
46
46
  Whether to display bounding box for associated geometry, aligned with world coordinates.
47
47
 
@@ -33,7 +33,7 @@ The StaticGroup node belongs to the **Grouping** component and its default conta
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
- ### SFBool [ ] **visible** TRUE
36
+ ### SFBool [in, out] **visible** TRUE
37
37
 
38
38
  Whether or not renderable content within this node is visually displayed.
39
39
 
@@ -42,7 +42,7 @@ Whether or not renderable content within this node is visually displayed.
42
42
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
43
43
  - Content must be visible to be collidable and to be pickable.
44
44
 
45
- ### SFBool [ ] **bboxDisplay** FALSE
45
+ ### SFBool [in, out] **bboxDisplay** FALSE
46
46
 
47
47
  Whether to display bounding box for associated geometry, aligned with world coordinates.
48
48
 
@@ -40,7 +40,7 @@ Index of active child choice, counting from 0.
40
40
 
41
41
  - Default whichChoice= -1 means no selection (and no rendering), whichChoice=0 means initial child.
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
 
@@ -72,7 +72,7 @@ Translation offset from origin of local coordinate system, applied prior to rota
72
72
 
73
73
  - The order of operation is first apply the center offset, then scaleOrientation and scale, then rotation, then restore the center offset, then translation.
74
74
 
75
- ### SFBool [ ] **visible** TRUE
75
+ ### SFBool [in, out] **visible** TRUE
76
76
 
77
77
  Whether or not renderable content within this node is visually displayed.
78
78
 
@@ -81,7 +81,7 @@ Whether or not renderable content within this node is visually displayed.
81
81
  - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
82
82
  - Content must be visible to be collidable and to be pickable.
83
83
 
84
- ### SFBool [ ] **bboxDisplay** FALSE
84
+ ### SFBool [in, out] **bboxDisplay** FALSE
85
85
 
86
86
  Whether to display bounding box for associated geometry, aligned with world coordinates.
87
87
 
@@ -39,22 +39,6 @@ Author-provided prose that describes intended purpose of the url asset.
39
39
 
40
40
  - 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).
41
41
 
42
- ### MFInt32 [in, out] **coordIndex** [ ] <small>[0,∞) or -1</small>
43
-
44
- Defines index values into the parent HAnimSegment or HAnimBody/HAnimHumanoid coordinate array for the mesh of vertices affected by this HAnimDisplacer. Values start at index 0.
45
-
46
- #### Warning
47
-
48
- - -1 sentinel values are not allowed.
49
-
50
- ### MFVec3f [in, out] **displacements** [ ]
51
-
52
- *displacements* are a set of SFVec3f values added to neutral/resting position of each of the corresponding HAnimSegment vertices (or HAnimJoint/HAnimHumanoid vertices) referenced by coordIndex field.
53
-
54
- #### Hint
55
-
56
- - Individual displacement values are scaled by the weight factor, if present.
57
-
58
42
  ### SFString [in, out] **name** ""
59
43
 
60
44
  Unique name attribute must be defined so that HAnimDisplacer node can be identified at run time for animation purposes.
@@ -68,6 +52,14 @@ Unique name attribute must be defined so that HAnimDisplacer node can be identif
68
52
  - [HAnim Feature Points](https://www.web3d.org/x3d/content/examples/Basic/HumanoidAnimation/tables/HAnimSurfaceFeaturePoints19774V1.0.txt){:target="_blank"}
69
53
  - [HAnim Specification, Feature points for the human body](https://www.web3d.org/documents/specifications/19774-1/V2.0/HAnim/FeaturePoints.html){:target="_blank"}
70
54
 
55
+ ### MFInt32 [in, out] **coordIndex** [ ] <small>[0,∞) or -1</small>
56
+
57
+ Defines index values into the parent HAnimSegment or HAnimBody/HAnimHumanoid coordinate array for the mesh of vertices affected by this HAnimDisplacer. Values start at index 0.
58
+
59
+ #### Warning
60
+
61
+ - -1 sentinel values are not allowed.
62
+
71
63
  ### SFFloat [in, out] **weight** 0 <small>(-∞,∞)</small>
72
64
 
73
65
  The weigh factor has typical range [0,1] and defines the scale factor applied to displacement values before adding them to neutral vertex positions.
@@ -76,6 +68,14 @@ The weigh factor has typical range [0,1] and defines the scale factor applied to
76
68
 
77
69
  - Apply a non-zero weight factor to see the effect of HAnimDisplacer displacements.
78
70
 
71
+ ### MFVec3f [in, out] **displacements** [ ]
72
+
73
+ *displacements* are a set of SFVec3f values added to neutral/resting position of each of the corresponding HAnimSegment vertices (or HAnimJoint/HAnimHumanoid vertices) referenced by coordIndex field.
74
+
75
+ #### Hint
76
+
77
+ - Individual displacement values are scaled by the weight factor, if present.
78
+
79
79
  ## Description
80
80
 
81
81
  ### Example
@@ -41,106 +41,137 @@ Author-provided prose that describes intended purpose of the url asset.
41
41
 
42
42
  - 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).
43
43
 
44
- ### SFBool [ ] **visible** TRUE
44
+ ### SFString [in, out] **name** ""
45
45
 
46
- Whether or not renderable content within this node is visually displayed.
46
+ Unique name attribute must be defined so that each HAnimHumanoid node in a scene can be identified at run time for animation purposes.
47
47
 
48
- #### Hint
48
+ #### Hints
49
49
 
50
- - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
51
- - Content must be visible to be collidable and to be pickable.
50
+ - This same name is a required name prefix for all other HAnim nodes within the HAnimHumanoid, if more than one humanoid appears within a scene file.
51
+ - Well-defined names can simplify design and debugging through improved author understanding.
52
+ - [X3D Scene Authoring Hints, Naming Conventions](https://www.web3d.org/x3d/content/examples/X3dSceneAuthoringHints)html#NamingConventions
53
+ - [HAnim2 Names HAnim1 Alias Tables](https://www.web3d.org/x3d/content/examples/HumanoidAnimation/HAnim2NameHAnim1AliasTables.txt)
52
54
 
53
- ### SFBool [ ] **bboxDisplay** FALSE
55
+ #### Warning
54
56
 
55
- Whether to display bounding box for associated geometry, aligned with world coordinates.
57
+ - *name* field is not included if this instance is a USE node, in order to avoid potential mismatches.
56
58
 
57
- #### Hint
59
+ ### SFString [in, out] **version** ""
58
60
 
59
- - The bounding box is displayed regardless of whether contained content is visible.
61
+ HAnimHumanoid version, where standardized ISO 19774 value is 2.0.
60
62
 
61
- ### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>[0,∞) or −1 −1 −1</small>
63
+ #### Warning
62
64
 
63
- 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.
65
+ - Prior versions of HAnim nodes might not validate correctly.
64
66
 
65
- #### Hint
67
+ ### MFString [in, out] **info** [ ]
66
68
 
67
- - Can be useful for collision computations or inverse-kinematics (IK) engines.
69
+ Contains metadata keyword=value pairs, where approved keyword terms are humanoidVersion authorName authorEmail copyright creationDate usageRestrictions age gender height and weight.
68
70
 
69
- ### SFVec3f [ ] **bboxCenter** 0 0 0 <small>(-∞,∞)</small>
71
+ ### SFVec3f [in, out] **translation** 0 0 0 <small>(-∞,∞)</small>
70
72
 
71
- Bounding box center: optional hint for position offset from origin of local coordinate system.
73
+ Position of children relative to local coordinate system.
74
+
75
+ ### SFRotation [in, out] **rotation** 0 0 1 0 <small>(-∞,∞) or [-1,1]</small>
76
+
77
+ Orientation of children relative to local coordinate system.
78
+
79
+ ### SFVec3f [in, out] **scale** 1 1 1 <small>(0,∞)</small>
80
+
81
+ Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation.
82
+
83
+ ### SFRotation [in, out] **scaleOrientation** 0 0 1 0 <small>(-∞,∞) or [-1,1]</small>
84
+
85
+ Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations).
72
86
 
73
87
  ### SFVec3f [in, out] **center** 0 0 0 <small>(-∞,∞)</small>
74
88
 
75
89
  Translation offset from origin of local coordinate system.
76
90
 
77
- ### MFString [in, out] **info** [ ]
91
+ ### MFVec3f [in, out] **jointBindingPositions** [ ] <small>(-∞,∞)</small>
78
92
 
79
- Contains metadata keyword=value pairs, where approved keyword terms are humanoidVersion authorName authorEmail copyright creationDate usageRestrictions age gender height and weight.
93
+ ### MFRotation [in, out] **jointBindingRotations** [ ] <small>(-∞,∞) or [-1,1]</small>
80
94
 
81
- ### MFNode [in, out] **joints** [ ] <small>[HAnimJoint]</small>
95
+ ### MFVec3f [in, out] **jointBindingScales** [ ] <small>(-∞,∞)</small>
82
96
 
83
- Input/Output field joints.
97
+ ### MFBool [in, out] **motionsEnabled** [ ]
84
98
 
85
- ### SFString [in, out] **name** ""
99
+ ### SFInt32 [in, out] **loa** -1 <small>[-1,∞)</small>
86
100
 
87
- Unique name attribute must be defined so that HAnimHumanoid node can be identified at run time for animation purposes.
101
+ ### SFString [in, out] **skeletalConfiguration** "BASIC"
88
102
 
89
- #### Warning
103
+ ### SFBool [in, out] **visible** TRUE
90
104
 
91
- - Name is not included if this instance is a USE node.
105
+ Whether or not renderable content within this node is visually displayed.
92
106
 
93
- ### SFRotation [in, out] **rotation** 0 0 1 0 <small>(-∞,∞)|[-1,1]</small>
107
+ #### Hint
94
108
 
95
- Orientation of children relative to local coordinate system.
109
+ - The visible field has no effect on animation behaviors, event passing or other non-visual characteristics.
110
+ - Content must be visible to be collidable and to be pickable.
96
111
 
97
- ### SFVec3f [in, out] **scale** 1 1 1 <small>(0,∞)</small>
112
+ ### SFBool [in, out] **bboxDisplay** FALSE
98
113
 
99
- Non-uniform x-y-z scale of child coordinate system, adjusted by center and scaleOrientation.
114
+ Whether to display bounding box for associated geometry, aligned with world coordinates.
115
+
116
+ #### Hint
100
117
 
101
- ### SFRotation [in, out] **scaleOrientation** 0 0 1 0 <small>(-∞,∞)|[-1,1]</small>
118
+ - The bounding box is displayed regardless of whether contained content is visible.
102
119
 
103
- Preliminary rotation of coordinate system before scaling (to allow scaling around arbitrary orientations).
120
+ ### SFVec3f [ ] **bboxSize** -1 -1 -1 <small>[0,∞) or −1 −1 −1</small>
104
121
 
105
- ### MFNode [in, out] **segments** [ ] <small>[HAnimSegment]</small>
122
+ 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.
106
123
 
107
- Input/Output field segments.
124
+ #### Hint
108
125
 
109
- ### MFNode [in, out] **sites** [ ] <small>[HAnimSite]</small>
126
+ - Can be useful for collision computations or inverse-kinematics (IK) engines.
110
127
 
111
- Input/Output field sites.
128
+ ### SFVec3f [ ] **bboxCenter** 0 0 0 <small>(-∞,∞)</small>
129
+
130
+ Bounding box center: optional hint for position offset from origin of local coordinate system.
112
131
 
113
132
  ### MFNode [in, out] **skeleton** [ ] <small>[HAnimJoint, HAnimSite]</small>
114
133
 
115
134
  Input/Output field skeleton.
116
135
 
117
- ### MFNode [in, out] **skin** [ ] <small>[X3DChildNode]</small>
136
+ ### MFNode [in, out] **viewpoints** [ ] <small>[HAnimSite]</small>
118
137
 
119
- Input/Output field skin.
138
+ Input/Output field viewpoints.
120
139
 
121
- ### SFNode [in, out] **skinCoord** NULL <small>[X3DCoordinateNode]</small>
140
+ ### MFNode [in, out] **sites** [ ] <small>[HAnimSite]</small>
122
141
 
123
- Input/Output field skinCoord.
142
+ Input/Output field sites.
124
143
 
125
- ### SFNode [in, out] **skinNormal** NULL <small>[X3DNormalNode]</small>
144
+ ### MFNode [in, out] **segments** [ ] <small>[HAnimSegment]</small>
126
145
 
127
- Input/Output field skinNormal.
146
+ Input/Output field segments.
128
147
 
129
- ### SFVec3f [in, out] **translation** 0 0 0 <small>(-∞,∞)</small>
148
+ ### MFNode [in, out] **joints** [ ] <small>[HAnimJoint]</small>
130
149
 
131
- Position of children relative to local coordinate system.
150
+ Input/Output field joints.
132
151
 
133
- ### SFString [in, out] **version** ""
152
+ ### MFNode [in, out] **motions** [ ] <small>[HAnimMotion]</small>
134
153
 
135
- HAnimHumanoid version, where standardized ISO 19774 value is 2.0.
154
+ Input/Output field motions.
136
155
 
137
- #### Warning
156
+ ### SFNode [in, out] **skinBindingNormal** NULL <small>[X3DNormalNode]</small>
138
157
 
139
- - Prior versions of HAnim nodes might not validate correctly.
158
+ Input/Output field skinBindingNormal.
140
159
 
141
- ### MFNode [in, out] **viewpoints** [ ] <small>[HAnimSite]</small>
160
+ ### SFNode [in, out] **skinBindingCoord** NULL <small>[X3DCoordinateNode]</small>
142
161
 
143
- Input/Output field viewpoints.
162
+ Input/Output field skinBindingCoord.
163
+
164
+ ### SFNode [in, out] **skinNormal** NULL <small>[X3DNormalNode]</small>
165
+
166
+ Input/Output field skinNormal.
167
+
168
+ ### SFNode [in, out] **skinCoord** NULL <small>[X3DCoordinateNode]</small>
169
+
170
+ Input/Output field skinCoord.
171
+
172
+ ### MFNode [in, out] **skin** [ ] <small>[X3DChildNode]</small>
173
+
174
+ Input/Output field skin.
144
175
 
145
176
  ## Description
146
177