x_ite 8.8.4 → 8.8.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +13 -13
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +25 -25
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +19 -19
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +33 -33
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +18 -18
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +8 -8
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +27 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +24 -24
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +23 -23
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +18 -18
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +37 -37
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +24 -24
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +14 -14
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +30 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +18 -18
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +9 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +65 -67
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- package/docs/_posts/components/EventUtilities/BooleanSequencer.md +2 -2
- package/docs/_posts/components/EventUtilities/BooleanTrigger.md +1 -1
- package/docs/_posts/components/EventUtilities/IntegerSequencer.md +1 -1
- package/docs/_posts/components/Followers/ColorChaser.md +2 -2
- package/docs/_posts/components/Followers/ColorDamper.md +2 -2
- package/docs/_posts/components/Followers/CoordinateChaser.md +4 -4
- package/docs/_posts/components/Followers/CoordinateDamper.md +4 -4
- package/docs/_posts/components/Followers/OrientationChaser.md +4 -4
- package/docs/_posts/components/Followers/OrientationDamper.md +4 -4
- package/docs/_posts/components/Followers/PositionChaser.md +4 -4
- package/docs/_posts/components/Followers/PositionChaser2D.md +4 -4
- package/docs/_posts/components/Followers/PositionDamper.md +4 -4
- package/docs/_posts/components/Followers/PositionDamper2D.md +4 -4
- package/docs/_posts/components/Followers/ScalarChaser.md +4 -4
- package/docs/_posts/components/Followers/ScalarDamper.md +4 -4
- package/docs/_posts/components/Followers/TexCoordChaser2D.md +4 -4
- package/docs/_posts/components/Followers/TexCoordDamper2D.md +4 -4
- package/docs/_posts/components/Geospatial/GeoViewpoint.md +1 -1
- package/docs/_posts/components/HAnim/HAnimMotion.md +6 -6
- package/docs/_posts/components/Navigation/OrthoViewpoint.md +1 -1
- package/docs/_posts/components/Navigation/Viewpoint.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/CollisionSensor.md +1 -1
- package/docs/_posts/components/RigidBodyPhysics/RigidBodyCollection.md +1 -1
- package/docs/_posts/components/Shape/AcousticProperties.md +1 -1
- package/docs/_posts/components/Sound/Analyser.md +9 -9
- package/docs/_posts/components/Sound/AudioDestination.md +4 -4
- package/docs/_posts/components/Sound/BiquadFilter.md +9 -9
- package/docs/_posts/components/Sound/BufferAudioSource.md +11 -11
- package/docs/_posts/components/Sound/ChannelMerger.md +2 -2
- package/docs/_posts/components/Sound/ChannelSelector.md +2 -2
- package/docs/_posts/components/Sound/ChannelSplitter.md +2 -2
- package/docs/_posts/components/Sound/Convolver.md +10 -10
- package/docs/_posts/components/Sound/Delay.md +9 -9
- package/docs/_posts/components/Sound/DynamicsCompressor.md +9 -9
- package/docs/_posts/components/Sound/Gain.md +9 -9
- package/docs/_posts/components/Sound/ListenerPointSource.md +10 -10
- package/docs/_posts/components/Sound/MicrophoneSource.md +8 -8
- package/docs/_posts/components/Sound/OscillatorSource.md +8 -8
- package/docs/_posts/components/Sound/PeriodicWave.md +1 -1
- package/docs/_posts/components/Sound/SpatialSound.md +4 -4
- package/docs/_posts/components/Sound/StreamAudioDestination.md +4 -4
- package/docs/_posts/components/Sound/StreamAudioSource.md +8 -8
- package/docs/_posts/components/Sound/WaveShaper.md +9 -9
- package/docs/_posts/components/TextureProjector/TextureProjector.md +3 -3
- package/docs/_posts/components/TextureProjector/TextureProjectorParallel.md +3 -3
- package/docs/_posts/components/Time/TimeSensor.md +1 -1
- package/package.json +1 -1
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Execution/X3DExecutionContext.js +3 -5
- package/src/x_ite/Parser/VRMLParser.js +1 -1
- package/src/x_ite/Routing/X3DRoute.js +3 -3
package/dist/x_ite.zip
CHANGED
|
Binary file
|
package/docs/_config.yml
CHANGED
|
@@ -32,7 +32,7 @@ The BooleanSequencer node belongs to the **EventUtilities** component and its de
|
|
|
32
32
|
|
|
33
33
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
34
34
|
|
|
35
|
-
### SFFloat [in] **set_fraction**
|
|
35
|
+
### SFFloat [in] **set_fraction** <small>(-∞,∞)</small>
|
|
36
36
|
|
|
37
37
|
*set_fraction* selects input key for corresponding keyValue output.
|
|
38
38
|
|
|
@@ -60,7 +60,7 @@ Definition parameters for linear-interpolation function time intervals, in incre
|
|
|
60
60
|
|
|
61
61
|
- Number of keys must match number of keyValues!
|
|
62
62
|
|
|
63
|
-
### MFBool [in, out] **keyValue** [ ]
|
|
63
|
+
### MFBool [in, out] **keyValue** [ ]
|
|
64
64
|
|
|
65
65
|
Output values for linear interpolation, each corresponding to time-fraction keys.
|
|
66
66
|
|
|
@@ -32,7 +32,7 @@ The BooleanTrigger node belongs to the **EventUtilities** component and its defa
|
|
|
32
32
|
|
|
33
33
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
34
34
|
|
|
35
|
-
### SFTime [in] **set_triggerTime**
|
|
35
|
+
### SFTime [in] **set_triggerTime** <small>(-∞,∞)</small>
|
|
36
36
|
|
|
37
37
|
*set_triggerTime* provides input time event, typical event sent is TouchSensor touchTime.
|
|
38
38
|
|
|
@@ -32,7 +32,7 @@ The IntegerSequencer node belongs to the **EventUtilities** component and its de
|
|
|
32
32
|
|
|
33
33
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
34
34
|
|
|
35
|
-
### SFFloat [in] **set_fraction**
|
|
35
|
+
### SFFloat [in] **set_fraction** <small>(-∞,∞)</small>
|
|
36
36
|
|
|
37
37
|
*set_fraction* selects input key for corresponding keyValue output.
|
|
38
38
|
|
|
@@ -33,11 +33,11 @@ The ColorChaser node belongs to the **Followers** component and its default cont
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFColor [in] **set_value**
|
|
36
|
+
### SFColor [in] **set_value** <small>[0,1]</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFColor [in] **set_destination**
|
|
40
|
+
### SFColor [in] **set_destination** <small>[0,1]</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
@@ -33,11 +33,11 @@ The ColorDamper node belongs to the **Followers** component and its default cont
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFColor [in] **set_value**
|
|
36
|
+
### SFColor [in] **set_value** <small>[0,1]</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFColor [in] **set_destination**
|
|
40
|
+
### SFColor [in] **set_destination** <small>[0,1]</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
@@ -33,19 +33,19 @@ The CoordinateChaser node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### MFVec3f [in] **set_value**
|
|
36
|
+
### MFVec3f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### MFVec3f [in] **set_destination**
|
|
40
|
+
### MFVec3f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### MFVec3f [ ] **initialValue** 0 0 0
|
|
44
|
+
### MFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### MFVec3f [ ] **initialDestination** 0 0 0
|
|
48
|
+
### MFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The CoordinateDamper node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### MFVec3f [in] **set_value**
|
|
36
|
+
### MFVec3f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### MFVec3f [in] **set_destination**
|
|
40
|
+
### MFVec3f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### MFVec3f [ ] **initialValue** 0 0 0
|
|
44
|
+
### MFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### MFVec3f [ ] **initialDestination** 0 0 0
|
|
48
|
+
### MFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The OrientationChaser node belongs to the **Followers** component and its defaul
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFRotation [in] **set_value**
|
|
36
|
+
### SFRotation [in] **set_value** <small>[-1,1] or (-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFRotation [in] **set_destination**
|
|
40
|
+
### SFRotation [in] **set_destination** <small>[-1,1] or (-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFRotation [ ] **initialValue** 0 0 1 0
|
|
44
|
+
### SFRotation [ ] **initialValue** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFRotation [ ] **initialDestination** 0 0 1 0
|
|
48
|
+
### SFRotation [ ] **initialDestination** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The OrientationDamper node belongs to the **Followers** component and its defaul
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFRotation [in] **set_value**
|
|
36
|
+
### SFRotation [in] **set_value** <small>[-1,1] or (-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFRotation [in] **set_destination**
|
|
40
|
+
### SFRotation [in] **set_destination** <small>[-1,1] or (-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFRotation [ ] **initialValue** 0 0 1 0
|
|
44
|
+
### SFRotation [ ] **initialValue** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFRotation [ ] **initialDestination** 0 0 1 0
|
|
48
|
+
### SFRotation [ ] **initialDestination** 0 0 1 0 <small>[-1,1] or (-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The PositionChaser node belongs to the **Followers** component and its default c
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFVec3f [in] **set_value**
|
|
36
|
+
### SFVec3f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFVec3f [in] **set_destination**
|
|
40
|
+
### SFVec3f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFVec3f [ ] **initialValue** 0 0 0
|
|
44
|
+
### SFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFVec3f [ ] **initialDestination** 0 0 0
|
|
48
|
+
### SFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The PositionChaser2D node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFVec2f [in] **set_value**
|
|
36
|
+
### SFVec2f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFVec2f [in] **set_destination**
|
|
40
|
+
### SFVec2f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFVec2f [ ] **initialValue** 0 0
|
|
44
|
+
### SFVec2f [ ] **initialValue** 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFVec2f [ ] **initialDestination** 0 0
|
|
48
|
+
### SFVec2f [ ] **initialDestination** 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The PositionDamper node belongs to the **Followers** component and its default c
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFVec3f [in] **set_value**
|
|
36
|
+
### SFVec3f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFVec3f [in] **set_destination**
|
|
40
|
+
### SFVec3f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFVec3f [ ] **initialValue** 0 0 0
|
|
44
|
+
### SFVec3f [ ] **initialValue** 0 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFVec3f [ ] **initialDestination** 0 0 0
|
|
48
|
+
### SFVec3f [ ] **initialDestination** 0 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The PositionDamper2D node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFVec2f [in] **set_value**
|
|
36
|
+
### SFVec2f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFVec2f [in] **set_destination**
|
|
40
|
+
### SFVec2f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFVec2f [ ] **initialValue** 0 0
|
|
44
|
+
### SFVec2f [ ] **initialValue** 0 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFVec2f [ ] **initialDestination** 0 0
|
|
48
|
+
### SFVec2f [ ] **initialDestination** 0 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The ScalarChaser node belongs to the **Followers** component and its default con
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFFloat [in] **set_value**
|
|
36
|
+
### SFFloat [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFFloat [in] **set_destination**
|
|
40
|
+
### SFFloat [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFFloat [ ] **initialValue**
|
|
44
|
+
### SFFloat [ ] **initialValue** 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFFloat [ ] **initialDestination**
|
|
48
|
+
### SFFloat [ ] **initialDestination** 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The ScalarDamper node belongs to the **Followers** component and its default con
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### SFFloat [in] **set_value**
|
|
36
|
+
### SFFloat [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### SFFloat [in] **set_destination**
|
|
40
|
+
### SFFloat [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### SFFloat [ ] **initialValue**
|
|
44
|
+
### SFFloat [ ] **initialValue** 0 <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### SFFloat [ ] **initialDestination**
|
|
48
|
+
### SFFloat [ ] **initialDestination** 0 <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The TexCoordChaser2D node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### MFVec2f [in] **set_value**
|
|
36
|
+
### MFVec2f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### MFVec2f [in] **set_destination**
|
|
40
|
+
### MFVec2f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### MFVec2f [ ] **initialValue** [ ]
|
|
44
|
+
### MFVec2f [ ] **initialValue** [ ] <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### MFVec2f [ ] **initialDestination** [ ]
|
|
48
|
+
### MFVec2f [ ] **initialDestination** [ ] <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -33,19 +33,19 @@ The TexCoordDamper2D node belongs to the **Followers** component and its default
|
|
|
33
33
|
|
|
34
34
|
Metadata are not part of the X3D world and not interpreted by the X3D browser, but they can be accessed via the ECMAScript interface.
|
|
35
35
|
|
|
36
|
-
### MFVec2f [in] **set_value**
|
|
36
|
+
### MFVec2f [in] **set_value** <small>(-∞,∞)</small>
|
|
37
37
|
|
|
38
38
|
*set_value* resets current value of this node.
|
|
39
39
|
|
|
40
|
-
### MFVec2f [in] **set_destination**
|
|
40
|
+
### MFVec2f [in] **set_destination** <small>(-∞,∞)</small>
|
|
41
41
|
|
|
42
42
|
*set_destination* resets destination value of this node.
|
|
43
43
|
|
|
44
|
-
### MFVec2f [ ] **initialValue** [ ]
|
|
44
|
+
### MFVec2f [ ] **initialValue** [ ] <small>(-∞,∞)</small>
|
|
45
45
|
|
|
46
46
|
Initial starting value for this node.
|
|
47
47
|
|
|
48
|
-
### MFVec2f [ ] **initialDestination** [ ]
|
|
48
|
+
### MFVec2f [ ] **initialDestination** [ ] <small>(-∞,∞)</small>
|
|
49
49
|
|
|
50
50
|
Initial destination value for this node.
|
|
51
51
|
|
|
@@ -111,7 +111,7 @@ farDistance defines maximum clipping plane distance allowed for object display.
|
|
|
111
111
|
|
|
112
112
|
- nearDistance must be less than farDistance.
|
|
113
113
|
|
|
114
|
-
### SFBool [in, out] **viewAll** FALSE
|
|
114
|
+
### SFBool [in, out] **viewAll** FALSE
|
|
115
115
|
|
|
116
116
|
Viewpoint is automatically adjusted to view all visible geometry. Typically centerOfRotation is shifted to center of current bounding box and view is zoomed in or out until all visible objects are viewed.
|
|
117
117
|
|
|
@@ -37,11 +37,11 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
37
37
|
|
|
38
38
|
- Many XML tools substitute XML character references for special characters automatically if needed within an attribute value (such as &#38; for & ampersand character, or &#34; for " quotation-mark character).
|
|
39
39
|
|
|
40
|
-
### SFBool [in, out] **enabled**
|
|
40
|
+
### SFBool [in, out] **enabled** TRUE
|
|
41
41
|
|
|
42
|
-
### SFBool [
|
|
42
|
+
### SFBool [in] **next**
|
|
43
43
|
|
|
44
|
-
### SFBool [
|
|
44
|
+
### SFBool [in] **previous**
|
|
45
45
|
|
|
46
46
|
### SFTime [in, out] **frameDuration** <small></small>
|
|
47
47
|
|
|
@@ -65,11 +65,11 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
65
65
|
|
|
66
66
|
### MFFloat [in, out] **values** <small></small>
|
|
67
67
|
|
|
68
|
-
### SFTime [out] **cycleTime**
|
|
68
|
+
### SFTime [out] **cycleTime**
|
|
69
69
|
|
|
70
|
-
### SFTime [out] **elapsedTime**
|
|
70
|
+
### SFTime [out] **elapsedTime**
|
|
71
71
|
|
|
72
|
-
### SFInt32 [out] **frameCount**
|
|
72
|
+
### SFInt32 [out] **frameCount**
|
|
73
73
|
|
|
74
74
|
## External Links
|
|
75
75
|
|
|
@@ -105,7 +105,7 @@ farDistance defines maximum clipping plane distance allowed for object display.
|
|
|
105
105
|
|
|
106
106
|
- nearDistance must be less than farDistance.
|
|
107
107
|
|
|
108
|
-
### SFBool [in, out] **viewAll** FALSE
|
|
108
|
+
### SFBool [in, out] **viewAll** FALSE
|
|
109
109
|
|
|
110
110
|
Viewpoint is automatically adjusted to view all visible geometry. Typically centerOfRotation is shifted to center of current bounding box and view is zoomed in or out until all visible objects are viewed.
|
|
111
111
|
|
|
@@ -105,7 +105,7 @@ farDistance defines maximum clipping plane distance allowed for object display.
|
|
|
105
105
|
|
|
106
106
|
- nearDistance must be less than farDistance.
|
|
107
107
|
|
|
108
|
-
### SFBool [in, out] **viewAll** FALSE
|
|
108
|
+
### SFBool [in, out] **viewAll** FALSE
|
|
109
109
|
|
|
110
110
|
Viewpoint is automatically adjusted to view all visible geometry. Typically centerOfRotation is shifted to center of current bounding box and view is zoomed in or out until all visible objects are viewed.
|
|
111
111
|
|
|
@@ -35,7 +35,7 @@ Metadata are not part of the X3D world and not interpreted by the X3D browser, b
|
|
|
35
35
|
|
|
36
36
|
Enables/disables node operation.
|
|
37
37
|
|
|
38
|
-
### MFNode [in] **set_contacts
|
|
38
|
+
### MFNode [in] **set_contacts** <span class="red"><small>not supported</small></span>
|
|
39
39
|
|
|
40
40
|
*set_contacts* input field for Contact nodes provides per-frame information about contacts between bodies.
|
|
41
41
|
|
|
@@ -37,7 +37,7 @@ Author-provided prose that describes intended purpose of the url asset.
|
|
|
37
37
|
|
|
38
38
|
- Many XML tools substitute XML character references for special characters automatically if needed within an attribute value (such as &#38; for & ampersand character, or &#34; for " quotation-mark character).
|
|
39
39
|
|
|
40
|
-
### SFBool [in, out] **enabled**
|
|
40
|
+
### SFBool [in, out] **enabled** TRUE
|
|
41
41
|
|
|
42
42
|
### SFFloat [in, out] **absorption** 0 <small></small>
|
|
43
43
|
|
|
@@ -29,7 +29,7 @@ The Analyser node belongs to the **Sound** component and its default container f
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
@@ -45,25 +45,25 @@ The Analyser node belongs to the **Sound** component and its default container f
|
|
|
45
45
|
|
|
46
46
|
### SFTime [in, out] **tailTime** <small></small>
|
|
47
47
|
|
|
48
|
-
### SFInt32 [out] **channelCount**
|
|
48
|
+
### SFInt32 [out] **channelCount**
|
|
49
49
|
|
|
50
50
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
51
51
|
|
|
52
52
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
53
53
|
|
|
54
|
-
### SFTime [in, out] **startTime** <small
|
|
54
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
55
55
|
|
|
56
|
-
### SFTime [in, out] **resumeTime** <small
|
|
56
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
57
57
|
|
|
58
|
-
### SFTime [in, out] **pauseTime** <small
|
|
58
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
59
59
|
|
|
60
|
-
### SFTime [in, out] **stopTime** <small
|
|
60
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
61
61
|
|
|
62
|
-
### SFBool [out] **isPaused**
|
|
62
|
+
### SFBool [out] **isPaused**
|
|
63
63
|
|
|
64
|
-
### SFBool [out] **isActive**
|
|
64
|
+
### SFBool [out] **isActive**
|
|
65
65
|
|
|
66
|
-
### SFTime [out] **elapsedTime**
|
|
66
|
+
### SFTime [out] **elapsedTime**
|
|
67
67
|
|
|
68
68
|
### MFNode [in, out] **children** <small></small>
|
|
69
69
|
|
|
@@ -29,21 +29,21 @@ The AudioDestination node belongs to the **Sound** component and its default con
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **gain** <small></small>
|
|
35
35
|
|
|
36
36
|
### SFInt32 [in, out] **maxChannelCount** <small></small>
|
|
37
37
|
|
|
38
|
-
### SFInt32 [out] **channelCount**
|
|
38
|
+
### SFInt32 [out] **channelCount**
|
|
39
39
|
|
|
40
40
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
41
41
|
|
|
42
42
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
43
43
|
|
|
44
|
-
### SFString [out] **mediaDeviceID**
|
|
44
|
+
### SFString [out] **mediaDeviceID**
|
|
45
45
|
|
|
46
|
-
### SFBool [out] **isActive**
|
|
46
|
+
### SFBool [out] **isActive**
|
|
47
47
|
|
|
48
48
|
### MFNode [in, out] **children** <small></small>
|
|
49
49
|
|
|
@@ -29,7 +29,7 @@ The BiquadFilter node belongs to the **Sound** component and its default contain
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFFloat [in, out] **detune** <small></small>
|
|
35
35
|
|
|
@@ -43,25 +43,25 @@ The BiquadFilter node belongs to the **Sound** component and its default contain
|
|
|
43
43
|
|
|
44
44
|
### SFString [in, out] **type** <small></small>
|
|
45
45
|
|
|
46
|
-
### SFInt32 [out] **channelCount**
|
|
46
|
+
### SFInt32 [out] **channelCount**
|
|
47
47
|
|
|
48
48
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
49
49
|
|
|
50
50
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
51
51
|
|
|
52
|
-
### SFTime [in, out] **startTime** <small
|
|
52
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
53
53
|
|
|
54
|
-
### SFTime [in, out] **resumeTime** <small
|
|
54
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
55
55
|
|
|
56
|
-
### SFTime [in, out] **pauseTime** <small
|
|
56
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
57
57
|
|
|
58
|
-
### SFTime [in, out] **stopTime** <small
|
|
58
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
59
59
|
|
|
60
|
-
### SFBool [out] **isPaused**
|
|
60
|
+
### SFBool [out] **isPaused**
|
|
61
61
|
|
|
62
|
-
### SFBool [out] **isActive**
|
|
62
|
+
### SFBool [out] **isActive**
|
|
63
63
|
|
|
64
|
-
### SFTime [out] **elapsedTime**
|
|
64
|
+
### SFTime [out] **elapsedTime**
|
|
65
65
|
|
|
66
66
|
### MFNode [in, out] **children** <small></small>
|
|
67
67
|
|
|
@@ -29,7 +29,7 @@ The BufferAudioSource node belongs to the **Sound** component and its default co
|
|
|
29
29
|
|
|
30
30
|
### SFString [in, out] **description** ""
|
|
31
31
|
|
|
32
|
-
### SFBool [in, out] **enabled**
|
|
32
|
+
### SFBool [in, out] **enabled** TRUE
|
|
33
33
|
|
|
34
34
|
### SFBool [in, out] **load** TRUE
|
|
35
35
|
|
|
@@ -99,29 +99,29 @@ Location and filename of image. Multiple locations are more reliable, and includ
|
|
|
99
99
|
|
|
100
100
|
### SFFloat [in, out] **sampleRate** <small></small>
|
|
101
101
|
|
|
102
|
-
### SFInt32 [out] **bufferLength**
|
|
102
|
+
### SFInt32 [out] **bufferLength**
|
|
103
103
|
|
|
104
|
-
### SFInt32 [out] **channelCount**
|
|
104
|
+
### SFInt32 [out] **channelCount**
|
|
105
105
|
|
|
106
106
|
### SFString [in, out] **channelCountMode** <small></small>
|
|
107
107
|
|
|
108
108
|
### SFString [in, out] **channelInterpretation** <small></small>
|
|
109
109
|
|
|
110
|
-
### SFBool [in, out] **loop**
|
|
110
|
+
### SFBool [in, out] **loop** FALSE
|
|
111
111
|
|
|
112
|
-
### SFTime [in, out] **startTime** <small
|
|
112
|
+
### SFTime [in, out] **startTime** <small>(-∞,∞)</small>
|
|
113
113
|
|
|
114
|
-
### SFTime [in, out] **resumeTime** <small
|
|
114
|
+
### SFTime [in, out] **resumeTime** <small>(-∞,∞)</small>
|
|
115
115
|
|
|
116
|
-
### SFTime [in, out] **pauseTime** <small
|
|
116
|
+
### SFTime [in, out] **pauseTime** <small>(-∞,∞)</small>
|
|
117
117
|
|
|
118
|
-
### SFTime [in, out] **stopTime** <small
|
|
118
|
+
### SFTime [in, out] **stopTime** <small>(-∞,∞)</small>
|
|
119
119
|
|
|
120
|
-
### SFBool [out] **isPaused**
|
|
120
|
+
### SFBool [out] **isPaused**
|
|
121
121
|
|
|
122
|
-
### SFBool [out] **isActive**
|
|
122
|
+
### SFBool [out] **isActive**
|
|
123
123
|
|
|
124
|
-
### SFTime [out] **elapsedTime**
|
|
124
|
+
### SFTime [out] **elapsedTime**
|
|
125
125
|
|
|
126
126
|
## External Links
|
|
127
127
|
|