x_ite 8.9.6 → 8.10.1
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/build/bin/tests.pl +1 -1
- 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 +26 -26
- 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 +35 -34
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +37 -37
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +370 -208
- 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 -30
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +26 -26
- 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 +23 -23
- 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 +31 -31
- 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 +33 -33
- 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 +9157 -8799
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +5 -5
- package/docs/_posts/components/Core/MetadataBoolean.md +1 -1
- package/docs/_posts/components/Core/MetadataDouble.md +1 -1
- package/docs/_posts/components/Core/MetadataFloat.md +1 -1
- package/docs/_posts/components/Core/MetadataInteger.md +1 -1
- package/docs/_posts/components/Core/MetadataSet.md +1 -1
- package/docs/_posts/components/Core/MetadataString.md +1 -1
- package/docs/_posts/components/Core/WorldInfo.md +1 -1
- package/docs/_posts/components/EventUtilities/BooleanFilter.md +2 -2
- package/docs/_posts/components/EventUtilities/BooleanSequencer.md +2 -2
- package/docs/_posts/components/EventUtilities/BooleanToggle.md +2 -2
- package/docs/_posts/components/EventUtilities/BooleanTrigger.md +2 -2
- package/docs/_posts/components/EventUtilities/IntegerSequencer.md +2 -2
- package/docs/_posts/components/EventUtilities/IntegerTrigger.md +2 -2
- package/docs/_posts/components/EventUtilities/TimeTrigger.md +2 -2
- package/docs/_posts/components/Geometry2D/Arc2D.md +1 -1
- package/docs/_posts/components/Geometry2D/ArcClose2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Circle2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Disk2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Polyline2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Polypoint2D.md +1 -1
- package/docs/_posts/components/Geometry2D/Rectangle2D.md +1 -1
- package/docs/_posts/components/HAnim/HAnimHumanoid.md +17 -17
- package/docs/_posts/components/Interpolation/ColorInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/CoordinateInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/CoordinateInterpolator2D.md +1 -1
- package/docs/_posts/components/Interpolation/NormalInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/OrientationInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/PositionInterpolator.md +1 -1
- package/docs/_posts/components/Interpolation/PositionInterpolator2D.md +1 -1
- package/docs/_posts/components/Interpolation/ScalarInterpolator.md +1 -1
- package/docs/_posts/components/KeyDeviceSensor/KeySensor.md +1 -1
- package/docs/_posts/components/KeyDeviceSensor/StringSensor.md +1 -1
- package/docs/_posts/components/Networking/LoadSensor.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/CylinderSensor.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/PlaneSensor.md +1 -1
- package/docs/_posts/components/PointingDeviceSensor/TouchSensor.md +1 -1
- package/docs/_posts/components/Text/Text.md +1 -1
- package/docs/_posts/components/Time/TimeSensor.md +1 -1
- package/docs/_posts/reference/browser-services.md +6 -6
- package/docs/_posts/what's-new.md +23 -0
- package/docs/laboratory/gltf-sample-viewer.html +17 -8
- package/package.json +1 -1
- package/src/assets/shaders/webgl1/Depth.vs.js +4 -4
- package/src/assets/shaders/webgl1/Pointing.fs.js +1 -1
- package/src/assets/shaders/webgl2/Depth.vs.js +7 -4
- package/src/assets/shaders/webgl2/LineTransform.vs.js +24 -12
- package/src/assets/shaders/webgl2/Pointing.fs.js +1 -1
- package/src/assets/shaders/webgl2/Pointing.vs.js +12 -9
- package/src/assets/shaders/webgl2/include/Particle.glsl.js +5 -15
- package/src/assets/shaders/webgl2/include/Skin.glsl.js +88 -0
- package/src/assets/shaders/webgl2/include/Utils.glsl.js +13 -0
- package/src/assets/shaders/webgl2/include/Vertex.glsl.js +17 -8
- package/src/bookmarks.js +54 -2
- package/src/tests.js +0 -360
- package/src/x_ite/Base/X3DArrayField.js +18 -3
- package/src/x_ite/Base/X3DBaseNode.js +73 -56
- package/src/x_ite/Base/X3DObjectArrayField.js +6 -4
- package/src/x_ite/Browser/Core/Context.js +14 -4
- package/src/x_ite/Browser/Core/Notification.js +4 -3
- package/src/x_ite/Browser/Core/X3DCoreContext.js +8 -8
- package/src/x_ite/Browser/Geometry2D/Arc2DOptions.js +4 -3
- package/src/x_ite/Browser/Geometry2D/ArcClose2DOptions.js +4 -3
- package/src/x_ite/Browser/Geometry2D/Circle2DOptions.js +6 -6
- package/src/x_ite/Browser/Geometry2D/Disk2DOptions.js +9 -10
- package/src/x_ite/Browser/Geometry3D/ConeOptions.js +5 -4
- package/src/x_ite/Browser/Geometry3D/CylinderOptions.js +5 -4
- package/src/x_ite/Browser/Geometry3D/IcoSphereOptions.js +3 -2
- package/src/x_ite/Browser/Geometry3D/QuadSphereOptions.js +3 -2
- package/src/x_ite/Browser/Layout/ScreenText.js +2 -2
- package/src/x_ite/Browser/Navigation/ExamineViewer.js +4 -4
- package/src/x_ite/Browser/Navigation/LookAtViewer.js +4 -4
- package/src/x_ite/Browser/Navigation/PlaneViewer.js +3 -3
- package/src/x_ite/Browser/Navigation/X3DFlyViewer.js +3 -3
- package/src/x_ite/Browser/Navigation/X3DNavigationContext.js +6 -5
- package/src/x_ite/Browser/Navigation/X3DViewer.js +2 -13
- package/src/x_ite/Browser/Networking/X3DNetworkingContext.js +5 -4
- package/src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js +8 -18
- package/src/x_ite/Browser/PointingDeviceSensor/X3DPointingDeviceSensorContext.js +17 -5
- package/src/x_ite/Browser/Rendering/X3DRenderingContext.js +6 -5
- package/src/x_ite/Browser/Shaders/Shaders.js +4 -0
- package/src/x_ite/Browser/Shape/X3DShapeContext.js +3 -3
- package/src/x_ite/Browser/Sound/X3DSoundContext.js +4 -3
- package/src/x_ite/Browser/Text/PolygonText.js +2 -2
- package/src/x_ite/Browser/Texturing/X3DTexturingContext.js +1 -1
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Browser/X3DBrowser.js +49 -17
- package/src/x_ite/Browser/X3DBrowserContext.js +8 -7
- package/src/x_ite/Components/Core/X3DChildNode.js +2 -5
- package/src/x_ite/Components/Core/X3DPrototypeInstance.js +14 -14
- package/src/x_ite/Components/CubeMapTexturing/ComposedCubeMapTexture.js +1 -1
- package/src/x_ite/Components/EnvironmentalSensor/X3DEnvironmentalSensorNode.js +1 -1
- package/src/x_ite/Components/Geometry3D/ElevationGrid.js +5 -2
- package/src/x_ite/Components/Geometry3D/Extrusion.js +24 -13
- package/src/x_ite/Components/Geometry3D/IndexedFaceSet.js +5 -2
- package/src/x_ite/Components/Geospatial/GeoElevationGrid.js +2 -2
- package/src/x_ite/Components/Geospatial/GeoViewpoint.js +2 -2
- package/src/x_ite/Components/Grouping/X3DBoundedObject.js +1 -2
- package/src/x_ite/Components/HAnim/HAnimHumanoid.js +314 -161
- package/src/x_ite/Components/HAnim/HAnimJoint.js +37 -25
- package/src/x_ite/Components/Layering/X3DLayerNode.js +2 -2
- package/src/x_ite/Components/NURBS/NurbsOrientationInterpolator.js +1 -1
- package/src/x_ite/Components/NURBS/NurbsPositionInterpolator.js +1 -1
- package/src/x_ite/Components/Navigation/NavigationInfo.js +4 -4
- package/src/x_ite/Components/Navigation/OrthoViewpoint.js +1 -1
- package/src/x_ite/Components/Navigation/X3DViewpointNode.js +12 -12
- package/src/x_ite/Components/Networking/X3DUrlObject.js +18 -11
- package/src/x_ite/Components/Rendering/IndexedLineSet.js +17 -14
- package/src/x_ite/Components/Rendering/LineSet.js +16 -13
- package/src/x_ite/Components/Rendering/PointSet.js +16 -12
- package/src/x_ite/Components/Rendering/X3DColorNode.js +1 -3
- package/src/x_ite/Components/Rendering/X3DComposedGeometryNode.js +3 -0
- package/src/x_ite/Components/Rendering/X3DGeometryNode.js +48 -77
- package/src/x_ite/Components/Rendering/X3DLineGeometryNode.js +31 -12
- package/src/x_ite/Components/Rendering/X3DPointGeometryNode.js +3 -0
- package/src/x_ite/Components/RigidBodyPhysics/RigidBody.js +3 -3
- package/src/x_ite/Components/RigidBodyPhysics/X3DNBodyCollidableNode.js +2 -2
- package/src/x_ite/Components/RigidBodyPhysics/X3DRigidJointNode.js +1 -1
- package/src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js +24 -7
- package/src/x_ite/Components/Shaders/X3DVertexAttributeNode.js +1 -1
- package/src/x_ite/Components/Shape/FillProperties.js +1 -3
- package/src/x_ite/Components/Shape/X3DAppearanceNode.js +1 -3
- package/src/x_ite/Components/Shape/X3DMaterialNode.js +8 -6
- package/src/x_ite/Components/Shape/X3DOneSidedMaterialNode.js +0 -2
- package/src/x_ite/Components/Sound/AudioClip.js +1 -1
- package/src/x_ite/Components/Sound/BufferAudioSource.js +1 -1
- package/src/x_ite/Components/Sound/ListenerPointSource.js +2 -2
- package/src/x_ite/Components/Sound/MicrophoneSource.js +2 -2
- package/src/x_ite/Components/Sound/OscillatorSource.js +2 -2
- package/src/x_ite/Components/Sound/Sound.js +1 -1
- package/src/x_ite/Components/Sound/StreamAudioSource.js +2 -2
- package/src/x_ite/Components/Sound/X3DSoundProcessingNode.js +1 -1
- package/src/x_ite/Components/Text/X3DFontStyleNode.js +4 -4
- package/src/x_ite/Components/Texturing/MultiTexture.js +1 -1
- package/src/x_ite/Components/Texturing/PixelTexture.js +1 -1
- package/src/x_ite/Components/Texturing/X3DSingleTextureCoordinateNode.js +2 -2
- package/src/x_ite/Components/Texturing/X3DTextureNode.js +1 -3
- package/src/x_ite/Components/Texturing3D/ComposedTexture3D.js +2 -2
- package/src/x_ite/Components/Texturing3D/PixelTexture3D.js +1 -1
- package/src/x_ite/Components/Time/TimeSensor.js +1 -1
- package/src/x_ite/Components/Time/X3DTimeDependentNode.js +2 -2
- package/src/x_ite/Execution/X3DExecutionContext.js +3 -4
- package/src/x_ite/Execution/X3DScene.js +4 -4
- package/src/x_ite/Execution/X3DWorld.js +1 -1
- package/src/x_ite/Parser/GLTF2Parser.js +196 -116
- package/src/x_ite/Parser/X3DOptimizer.js +47 -18
- package/src/x_ite/Prototype/X3DExternProtoDeclaration.js +4 -4
- package/src/x_ite/Prototype/X3DProtoDeclarationNode.js +1 -1
- package/src/x_ite/Rendering/X3DRenderObject.js +20 -12
- package/src/x_ite.html +36 -10
- package/x_ite.min.html +36 -10
package/src/tests.js
CHANGED
|
@@ -1,35 +1,16 @@
|
|
|
1
1
|
const X_ITE_TESTS = [
|
|
2
2
|
{ component: "CADGeometry" },
|
|
3
|
-
{ path: "CADGeometry/._CADGeometry.x3d" },
|
|
4
|
-
{ path: "CADGeometry/._CADLayer.x3d" },
|
|
5
|
-
{ path: "CADGeometry/._IndexedQuadSetBox.x3d" },
|
|
6
|
-
{ path: "CADGeometry/._IndexedQuadSetSphere.x3d" },
|
|
7
|
-
{ path: "CADGeometry/._setco.x3dz" },
|
|
8
3
|
{ path: "CADGeometry/CADGeometry.x3d" },
|
|
9
4
|
{ path: "CADGeometry/CADLayer.x3d" },
|
|
10
5
|
{ path: "CADGeometry/IndexedQuadSetBox.x3d" },
|
|
11
6
|
{ path: "CADGeometry/IndexedQuadSetSphere.x3d" },
|
|
12
7
|
{ path: "CADGeometry/setco.x3dz" },
|
|
13
8
|
{ component: "ComposedCubeMapTexture" },
|
|
14
|
-
{ path: "ComposedCubeMapTexture/._ComposedCubeMapMovieTexture.x3d" },
|
|
15
|
-
{ path: "ComposedCubeMapTexture/._ComposedCubeMapTexture.x3d" },
|
|
16
|
-
{ path: "ComposedCubeMapTexture/._GeneratedCubeMapTexture.x3d" },
|
|
17
|
-
{ path: "ComposedCubeMapTexture/._ImageCubeMapTexture.x3d" },
|
|
18
9
|
{ path: "ComposedCubeMapTexture/ComposedCubeMapMovieTexture.x3d" },
|
|
19
10
|
{ path: "ComposedCubeMapTexture/ComposedCubeMapTexture.x3d" },
|
|
20
11
|
{ path: "ComposedCubeMapTexture/GeneratedCubeMapTexture.x3d" },
|
|
21
12
|
{ path: "ComposedCubeMapTexture/ImageCubeMapTexture.x3d" },
|
|
22
13
|
{ component: "Core" },
|
|
23
|
-
{ path: "Core/._Comment.x3d" },
|
|
24
|
-
{ path: "Core/._DataURL.x3d" },
|
|
25
|
-
{ path: "Core/._EXPORT.wrl" },
|
|
26
|
-
{ path: "Core/._export.x3d" },
|
|
27
|
-
{ path: "Core/._EXPORT.x3dv" },
|
|
28
|
-
{ path: "Core/._IMPORT.x3d" },
|
|
29
|
-
{ path: "Core/._IMPORT.x3dv" },
|
|
30
|
-
{ path: "Core/._Statements.x3d" },
|
|
31
|
-
{ path: "Core/._units.x3d" },
|
|
32
|
-
{ path: "Core/._units.x3dv" },
|
|
33
14
|
{ path: "Core/Comment.x3d" },
|
|
34
15
|
{ path: "Core/DataURL.x3d" },
|
|
35
16
|
{ path: "Core/EXPORT.wrl" },
|
|
@@ -37,36 +18,21 @@ const X_ITE_TESTS = [
|
|
|
37
18
|
{ path: "Core/EXPORT.x3dv" },
|
|
38
19
|
{ path: "Core/IMPORT.x3d" },
|
|
39
20
|
{ path: "Core/IMPORT.x3dv" },
|
|
40
|
-
{ path: "Core/proto/._TestPrototype.x3d" },
|
|
41
21
|
{ path: "Core/proto/TestPrototype.x3d" },
|
|
42
22
|
{ path: "Core/Statements.x3d" },
|
|
43
23
|
{ path: "Core/units.x3d" },
|
|
44
24
|
{ path: "Core/units.x3dv" },
|
|
45
25
|
{ component: "EnvironmentalEffects" },
|
|
46
|
-
{ path: "EnvironmentalEffects/._BackgroundClipPlane.x3dv" },
|
|
47
|
-
{ path: "EnvironmentalEffects/._FogCoordinate.x3d" },
|
|
48
|
-
{ path: "EnvironmentalEffects/._FogScale.x3d" },
|
|
49
|
-
{ path: "EnvironmentalEffects/._ImageBackground.x3d" },
|
|
50
|
-
{ path: "EnvironmentalEffects/._LocalFogScale.x3d" },
|
|
51
26
|
{ path: "EnvironmentalEffects/BackgroundClipPlane.x3dv" },
|
|
52
27
|
{ path: "EnvironmentalEffects/FogCoordinate.x3d" },
|
|
53
28
|
{ path: "EnvironmentalEffects/FogScale.x3d" },
|
|
54
29
|
{ path: "EnvironmentalEffects/ImageBackground.x3d" },
|
|
55
30
|
{ path: "EnvironmentalEffects/LocalFogScale.x3d" },
|
|
56
31
|
{ component: "EnvironmentalSensor" },
|
|
57
|
-
{ path: "EnvironmentalSensor/._ProximitySensor.x3d" },
|
|
58
|
-
{ path: "EnvironmentalSensor/._TransformSensor.x3d" },
|
|
59
|
-
{ path: "EnvironmentalSensor/._VisibilitySensor.x3d" },
|
|
60
32
|
{ path: "EnvironmentalSensor/ProximitySensor.x3d" },
|
|
61
33
|
{ path: "EnvironmentalSensor/TransformSensor.x3d" },
|
|
62
34
|
{ path: "EnvironmentalSensor/VisibilitySensor.x3d" },
|
|
63
35
|
{ component: "EventUtilities" },
|
|
64
|
-
{ path: "EventUtilities/._BooleanFilter.x3dv" },
|
|
65
|
-
{ path: "EventUtilities/._BooleanToggle.x3dv" },
|
|
66
|
-
{ path: "EventUtilities/._BooleanTrigger.x3dv" },
|
|
67
|
-
{ path: "EventUtilities/._IntegerSequencer.x3dv" },
|
|
68
|
-
{ path: "EventUtilities/._IntegerTrigger.x3dv" },
|
|
69
|
-
{ path: "EventUtilities/._TimeTrigger.x3dv" },
|
|
70
36
|
{ path: "EventUtilities/BooleanFilter.x3dv" },
|
|
71
37
|
{ path: "EventUtilities/BooleanToggle.x3dv" },
|
|
72
38
|
{ path: "EventUtilities/BooleanTrigger.x3dv" },
|
|
@@ -74,26 +40,6 @@ const X_ITE_TESTS = [
|
|
|
74
40
|
{ path: "EventUtilities/IntegerTrigger.x3dv" },
|
|
75
41
|
{ path: "EventUtilities/TimeTrigger.x3dv" },
|
|
76
42
|
{ component: "Follower" },
|
|
77
|
-
{ path: "Follower/._ColorChaser.x3dv" },
|
|
78
|
-
{ path: "Follower/._ColorDamper.x3dv" },
|
|
79
|
-
{ path: "Follower/._CoordinateChaser.x3dv" },
|
|
80
|
-
{ path: "Follower/._CoordinateDamper.x3dv" },
|
|
81
|
-
{ path: "Follower/._LineTrail.x3dv" },
|
|
82
|
-
{ path: "Follower/._MFVec2f.x3dv" },
|
|
83
|
-
{ path: "Follower/._MFVec3f.x3dv" },
|
|
84
|
-
{ path: "Follower/._OrientationChaser.x3dv" },
|
|
85
|
-
{ path: "Follower/._OrientationDamper.x3dv" },
|
|
86
|
-
{ path: "Follower/._PositionChaser.x3dv" },
|
|
87
|
-
{ path: "Follower/._PositionChaser2D.x3dv" },
|
|
88
|
-
{ path: "Follower/._PositionDamper.x3dv" },
|
|
89
|
-
{ path: "Follower/._PositionDamper2D.x3dv" },
|
|
90
|
-
{ path: "Follower/._ScalarChaser.x3d" },
|
|
91
|
-
{ path: "Follower/._ScalarDamper.x3d" },
|
|
92
|
-
{ path: "Follower/._SFFloat.x3dv" },
|
|
93
|
-
{ path: "Follower/._SFVec2f.x3dv" },
|
|
94
|
-
{ path: "Follower/._SFVec3f.x3dv" },
|
|
95
|
-
{ path: "Follower/._TexCoordChaser2D.x3d" },
|
|
96
|
-
{ path: "Follower/._TexCoordDamper.x3d" },
|
|
97
43
|
{ path: "Follower/ColorChaser.x3dv" },
|
|
98
44
|
{ path: "Follower/ColorDamper.x3dv" },
|
|
99
45
|
{ path: "Follower/CoordinateChaser.x3dv" },
|
|
@@ -115,28 +61,14 @@ const X_ITE_TESTS = [
|
|
|
115
61
|
{ path: "Follower/TexCoordChaser2D.x3d" },
|
|
116
62
|
{ path: "Follower/TexCoordDamper.x3d" },
|
|
117
63
|
{ component: "Geometry2D" },
|
|
118
|
-
{ path: "Geometry2D/._Geometry2D.x3d" },
|
|
119
64
|
{ path: "Geometry2D/Geometry2D.x3d" },
|
|
120
65
|
{ component: "Geometry3D" },
|
|
121
|
-
{ path: "Geometry3D/._1728.x3dv" },
|
|
122
|
-
{ path: "Geometry3D/._Beethoven.x3dz" },
|
|
123
|
-
{ path: "Geometry3D/._box.x3d" },
|
|
124
|
-
{ path: "Geometry3D/._box.x3dv" },
|
|
125
|
-
{ path: "Geometry3D/._Cube.x3dv" },
|
|
126
|
-
{ path: "Geometry3D/._dragon.x3d" },
|
|
127
|
-
{ path: "Geometry3D/._Geometry3D.x3d" },
|
|
128
|
-
{ path: "Geometry3D/._Smash.x3d" },
|
|
129
66
|
{ path: "Geometry3D/1728.x3dv" },
|
|
130
67
|
{ path: "Geometry3D/Beethoven.x3dz" },
|
|
131
68
|
{ path: "Geometry3D/box.x3d" },
|
|
132
69
|
{ path: "Geometry3D/box.x3dv" },
|
|
133
70
|
{ path: "Geometry3D/Cube.x3dv" },
|
|
134
71
|
{ path: "Geometry3D/dragon.x3d" },
|
|
135
|
-
{ path: "Geometry3D/Extrusion/._extrude1.x3d" },
|
|
136
|
-
{ path: "Geometry3D/Extrusion/._gears42P.O.x3d" },
|
|
137
|
-
{ path: "Geometry3D/Extrusion/._gears42P.x3d" },
|
|
138
|
-
{ path: "Geometry3D/Extrusion/._HalfSpheres.x3d" },
|
|
139
|
-
{ path: "Geometry3D/Extrusion/._Rotations.x3d" },
|
|
140
72
|
{ path: "Geometry3D/Extrusion/extrude1.x3d" },
|
|
141
73
|
{ path: "Geometry3D/Extrusion/gears42P.O.x3d" },
|
|
142
74
|
{ path: "Geometry3D/Extrusion/gears42P.x3d" },
|
|
@@ -145,26 +77,6 @@ const X_ITE_TESTS = [
|
|
|
145
77
|
{ path: "Geometry3D/Geometry3D.x3d" },
|
|
146
78
|
{ path: "Geometry3D/Smash.x3d" },
|
|
147
79
|
{ component: "Geospatial" },
|
|
148
|
-
{ path: "Geospatial/._child1.x3dv" },
|
|
149
|
-
{ path: "Geospatial/._child2.x3dv" },
|
|
150
|
-
{ path: "Geospatial/._child3.x3dv" },
|
|
151
|
-
{ path: "Geospatial/._child4.x3dv" },
|
|
152
|
-
{ path: "Geospatial/._GeoCoordinate.x3d" },
|
|
153
|
-
{ path: "Geospatial/._GeoElevationGrid.UTM.x3d" },
|
|
154
|
-
{ path: "Geospatial/._GeoElevationGrid.x3dz" },
|
|
155
|
-
{ path: "Geospatial/._GeoLocation.x3dz" },
|
|
156
|
-
{ path: "Geospatial/._GeoLOD.x3d" },
|
|
157
|
-
{ path: "Geospatial/._GeoPositionInterpolator.x3d" },
|
|
158
|
-
{ path: "Geospatial/._GeoProximitySensor.x3d" },
|
|
159
|
-
{ path: "Geospatial/._Geospatial.x3dz" },
|
|
160
|
-
{ path: "Geospatial/._GeoTouchSensor.x3dz" },
|
|
161
|
-
{ path: "Geospatial/._GeoTransform.x3d" },
|
|
162
|
-
{ path: "Geospatial/._GeoViewpoint.rotateYUp.x3dz" },
|
|
163
|
-
{ path: "Geospatial/._GeoViewpoint.x3dz" },
|
|
164
|
-
{ path: "Geospatial/._Globe.x3d" },
|
|
165
|
-
{ path: "Geospatial/._root.x3dv" },
|
|
166
|
-
{ path: "Geospatial/._tie.x3dv" },
|
|
167
|
-
{ path: "Geospatial/._YUp.x3d" },
|
|
168
80
|
{ path: "Geospatial/child1.x3dv" },
|
|
169
81
|
{ path: "Geospatial/child2.x3dv" },
|
|
170
82
|
{ path: "Geospatial/child3.x3dv" },
|
|
@@ -186,29 +98,11 @@ const X_ITE_TESTS = [
|
|
|
186
98
|
{ path: "Geospatial/tie.x3dv" },
|
|
187
99
|
{ path: "Geospatial/YUp.x3d" },
|
|
188
100
|
{ component: "Grouping" },
|
|
189
|
-
{ path: "Grouping/._AddRemoveChildren.x3dv" },
|
|
190
|
-
{ path: "Grouping/._StaticGroup.x3d" },
|
|
191
101
|
{ path: "Grouping/AddRemoveChildren.x3dv" },
|
|
192
102
|
{ path: "Grouping/StaticGroup.x3d" },
|
|
193
103
|
{ component: "HAnim" },
|
|
194
|
-
{ path: "HAnim/._BoxManC.x3d" },
|
|
195
104
|
{ path: "HAnim/BoxManC.x3d" },
|
|
196
105
|
{ component: "Interpolation" },
|
|
197
|
-
{ path: "Interpolation/._ComposeSFVec3f.wrl" },
|
|
198
|
-
{ path: "Interpolation/._Cube.wrl" },
|
|
199
|
-
{ path: "Interpolation/._EaseInEaseOut.wrl" },
|
|
200
|
-
{ path: "Interpolation/._Interpolators.wrl" },
|
|
201
|
-
{ path: "Interpolation/._Jumps.x3dv" },
|
|
202
|
-
{ path: "Interpolation/._LineTrail.wrl" },
|
|
203
|
-
{ path: "Interpolation/._NormalInterpolator.x3d" },
|
|
204
|
-
{ path: "Interpolation/._OrientationInterpolator.x3d" },
|
|
205
|
-
{ path: "Interpolation/._ParticleShape.wrl" },
|
|
206
|
-
{ path: "Interpolation/._PositionInterpolator.x3d" },
|
|
207
|
-
{ path: "Interpolation/._SplinePositionInterpolator.wrl" },
|
|
208
|
-
{ path: "Interpolation/._SplinePositionInterpolator2.wrl" },
|
|
209
|
-
{ path: "Interpolation/._SplineScalarInterpolator.wrl" },
|
|
210
|
-
{ path: "Interpolation/._SquadOrientationInterpolator.wrl" },
|
|
211
|
-
{ path: "Interpolation/._warp.wrl" },
|
|
212
106
|
{ path: "Interpolation/ComposeSFVec3f.wrl" },
|
|
213
107
|
{ path: "Interpolation/Cube.wrl" },
|
|
214
108
|
{ path: "Interpolation/EaseInEaseOut.wrl" },
|
|
@@ -225,25 +119,13 @@ const X_ITE_TESTS = [
|
|
|
225
119
|
{ path: "Interpolation/SquadOrientationInterpolator.wrl" },
|
|
226
120
|
{ path: "Interpolation/warp.wrl" },
|
|
227
121
|
{ component: "Layering" },
|
|
228
|
-
{ path: "Layering/._LayerSet.x3d" },
|
|
229
|
-
{ path: "Layering/._Rotor.x3d" },
|
|
230
|
-
{ path: "Layering/._Simple.x3d" },
|
|
231
|
-
{ path: "Layering/._Viewport.x3d" },
|
|
232
|
-
{ path: "Layering/._ViewportLayer.x3dv" },
|
|
233
122
|
{ path: "Layering/LayerSet.x3d" },
|
|
234
123
|
{ path: "Layering/Rotor.x3d" },
|
|
235
124
|
{ path: "Layering/Simple.x3d" },
|
|
236
125
|
{ path: "Layering/Viewport.x3d" },
|
|
237
126
|
{ path: "Layering/ViewportLayer.x3dv" },
|
|
238
127
|
{ component: "Layout" },
|
|
239
|
-
{ path: "Layout/._info.x3d" },
|
|
240
|
-
{ path: "Layout/._ScreenFontStyle.x3dv" },
|
|
241
|
-
{ path: "Layout/._ScreenGroup.x3d" },
|
|
242
128
|
{ path: "Layout/info.x3d" },
|
|
243
|
-
{ path: "Layout/library/._Colors.x3dv" },
|
|
244
|
-
{ path: "Layout/library/._logo.x3dv" },
|
|
245
|
-
{ path: "Layout/library/._red.orange.yellow.x3dv" },
|
|
246
|
-
{ path: "Layout/library/._Rotor.x3dv" },
|
|
247
129
|
{ path: "Layout/library/Colors.x3dv" },
|
|
248
130
|
{ path: "Layout/library/logo.x3dv" },
|
|
249
131
|
{ path: "Layout/library/red.orange.yellow.x3dv" },
|
|
@@ -251,13 +133,6 @@ const X_ITE_TESTS = [
|
|
|
251
133
|
{ path: "Layout/ScreenFontStyle.x3dv" },
|
|
252
134
|
{ path: "Layout/ScreenGroup.x3d" },
|
|
253
135
|
{ component: "Lighting" },
|
|
254
|
-
{ path: "Lighting/._LightScale.x3d" },
|
|
255
|
-
{ path: "Lighting/._LocalLight.x3d" },
|
|
256
|
-
{ path: "Lighting/._LocalLightScale.x3d" },
|
|
257
|
-
{ path: "Lighting/._PointLight.x3d" },
|
|
258
|
-
{ path: "Lighting/._PointLight.x3dv" },
|
|
259
|
-
{ path: "Lighting/._PointLight2.x3d" },
|
|
260
|
-
{ path: "Lighting/._SpotLight.x3d" },
|
|
261
136
|
{ path: "Lighting/LightScale.x3d" },
|
|
262
137
|
{ path: "Lighting/LocalLight.x3d" },
|
|
263
138
|
{ path: "Lighting/LocalLightScale.x3d" },
|
|
@@ -266,16 +141,6 @@ const X_ITE_TESTS = [
|
|
|
266
141
|
{ path: "Lighting/PointLight2.x3d" },
|
|
267
142
|
{ path: "Lighting/SpotLight.x3d" },
|
|
268
143
|
{ component: "Navigation" },
|
|
269
|
-
{ path: "Navigation/._Billboard.x3d" },
|
|
270
|
-
{ path: "Navigation/._ClonedLOD.x3d" },
|
|
271
|
-
{ path: "Navigation/._Depth.x3d" },
|
|
272
|
-
{ path: "Navigation/._DifferentViewpoints.x3dv" },
|
|
273
|
-
{ path: "Navigation/._Gravitation.x3d" },
|
|
274
|
-
{ path: "Navigation/._ScreenScale.x3d" },
|
|
275
|
-
{ path: "Navigation/._ViewpointGroup.x3d" },
|
|
276
|
-
{ path: "Navigation/._ViewpointJump.x3d" },
|
|
277
|
-
{ path: "Navigation/._ViewpointLayers.x3d" },
|
|
278
|
-
{ path: "Navigation/._WalkViewer.x3d" },
|
|
279
144
|
{ path: "Navigation/Billboard.x3d" },
|
|
280
145
|
{ path: "Navigation/ClonedLOD.x3d" },
|
|
281
146
|
{ path: "Navigation/Depth.x3d" },
|
|
@@ -287,43 +152,12 @@ const X_ITE_TESTS = [
|
|
|
287
152
|
{ path: "Navigation/ViewpointLayers.x3d" },
|
|
288
153
|
{ path: "Navigation/WalkViewer.x3d" },
|
|
289
154
|
{ component: "Networking" },
|
|
290
|
-
{ path: "Networking/._Anchor.x3d" },
|
|
291
|
-
{ path: "Networking/._autoRefresh.x3dv" },
|
|
292
|
-
{ path: "Networking/._BoxWithLight.x3d" },
|
|
293
|
-
{ path: "Networking/._InlineGlobal.x3d" },
|
|
294
|
-
{ path: "Networking/._LoadSensor.x3d" },
|
|
295
155
|
{ path: "Networking/Anchor.x3d" },
|
|
296
156
|
{ path: "Networking/autoRefresh.x3dv" },
|
|
297
157
|
{ path: "Networking/BoxWithLight.x3d" },
|
|
298
158
|
{ path: "Networking/InlineGlobal.x3d" },
|
|
299
159
|
{ path: "Networking/LoadSensor.x3d" },
|
|
300
160
|
{ component: "NURBS" },
|
|
301
|
-
{ path: "NURBS/._AnimatedNurbsPatchSurfaceHead.x3dv" },
|
|
302
|
-
{ path: "NURBS/._B.x3d" },
|
|
303
|
-
{ path: "NURBS/._Circle.x3d" },
|
|
304
|
-
{ path: "NURBS/._DefaultTextureCoordClosed.x3dv" },
|
|
305
|
-
{ path: "NURBS/._FourDucks.x3dv" },
|
|
306
|
-
{ path: "NURBS/._FredTheBunny.x3dv" },
|
|
307
|
-
{ path: "NURBS/._HoleCentered.x3dv" },
|
|
308
|
-
{ path: "NURBS/._HurricaneLantern.x3dv" },
|
|
309
|
-
{ path: "NURBS/._MobiusNurbs.x3dv" },
|
|
310
|
-
{ path: "NURBS/._NurbsCircle2D.x3dv" },
|
|
311
|
-
{ path: "NURBS/._NurbsCurve.x3d" },
|
|
312
|
-
{ path: "NURBS/._NurbsCurveExample.x3dv" },
|
|
313
|
-
{ path: "NURBS/._NurbsPatch.x3dv" },
|
|
314
|
-
{ path: "NURBS/._NurbsPatchImageTexture.x3dv" },
|
|
315
|
-
{ path: "NURBS/._NurbsPatchSolid.x3dv" },
|
|
316
|
-
{ path: "NURBS/._NurbsPatchSurfaceExample.x3dv" },
|
|
317
|
-
{ path: "NURBS/._NurbsPatchSurfaceExampleLarge.x3dv" },
|
|
318
|
-
{ path: "NURBS/._NurbsPatchSurfaceExampleWithOahuTexture.x3dv" },
|
|
319
|
-
{ path: "NURBS/._NurbsPositionInterpolator.x3d" },
|
|
320
|
-
{ path: "NURBS/._NurbsPositionInterpolatorExample.x3dv" },
|
|
321
|
-
{ path: "NURBS/._NurbsSurfaceInterpolator.x3d" },
|
|
322
|
-
{ path: "NURBS/._NurbsSweptSurface.x3d" },
|
|
323
|
-
{ path: "NURBS/._NurbsSwungSurface.x3d" },
|
|
324
|
-
{ path: "NURBS/._NurbsTextureCoordinate.x3dv" },
|
|
325
|
-
{ path: "NURBS/._Rectangle2D.x3dv" },
|
|
326
|
-
{ path: "NURBS/._torus.x3d" },
|
|
327
161
|
{ path: "NURBS/AnimatedNurbsPatchSurfaceHead.x3dv" },
|
|
328
162
|
{ path: "NURBS/B.x3d" },
|
|
329
163
|
{ path: "NURBS/Circle.x3d" },
|
|
@@ -351,33 +185,6 @@ const X_ITE_TESTS = [
|
|
|
351
185
|
{ path: "NURBS/Rectangle2D.x3dv" },
|
|
352
186
|
{ path: "NURBS/torus.x3d" },
|
|
353
187
|
{ component: "ParticleSystems" },
|
|
354
|
-
{ path: "ParticleSystems/._BoundedPhysicsModel.x3d" },
|
|
355
|
-
{ path: "ParticleSystems/._Bubbles.x3d" },
|
|
356
|
-
{ path: "ParticleSystems/._ConeEmitter.x3d" },
|
|
357
|
-
{ path: "ParticleSystems/._Dolphin.x3d" },
|
|
358
|
-
{ path: "ParticleSystems/._DolphinLineSurfaceEmitter.x3d" },
|
|
359
|
-
{ path: "ParticleSystems/._DolphinPointSurfaceEmitter.x3d" },
|
|
360
|
-
{ path: "ParticleSystems/._DolphinPointVolumeEmitter.x3d" },
|
|
361
|
-
{ path: "ParticleSystems/._DolphinQuadSurfaceEmitter.x3d" },
|
|
362
|
-
{ path: "ParticleSystems/._DolphinSurfaceEmitter.x3d" },
|
|
363
|
-
{ path: "ParticleSystems/._Earth.x3dz" },
|
|
364
|
-
{ path: "ParticleSystems/._ExplosionEmitter.x3d" },
|
|
365
|
-
{ path: "ParticleSystems/._ExplosionEmitterGeometry.x3d" },
|
|
366
|
-
{ path: "ParticleSystems/._Fire.x3d" },
|
|
367
|
-
{ path: "ParticleSystems/._Geometry.x3d" },
|
|
368
|
-
{ path: "ParticleSystems/._GeometryLineSet.x3d" },
|
|
369
|
-
{ path: "ParticleSystems/._GeometryPointSet.x3d" },
|
|
370
|
-
{ path: "ParticleSystems/._GridTool.x3dv" },
|
|
371
|
-
{ path: "ParticleSystems/._OpenVolume.x3d" },
|
|
372
|
-
{ path: "ParticleSystems/._PointEmitter.x3d" },
|
|
373
|
-
{ path: "ParticleSystems/._PolylineEmitter.x3d" },
|
|
374
|
-
{ path: "ParticleSystems/._Smoke.x3d" },
|
|
375
|
-
{ path: "ParticleSystems/._SurfaceEmitter.x3d" },
|
|
376
|
-
{ path: "ParticleSystems/._Torus.x3dv" },
|
|
377
|
-
{ path: "ParticleSystems/._Tunnel.x3dv" },
|
|
378
|
-
{ path: "ParticleSystems/._VolumeEmitter-U.x3d" },
|
|
379
|
-
{ path: "ParticleSystems/._VolumeEmitter.x3d" },
|
|
380
|
-
{ path: "ParticleSystems/._Waterfall.x3d" },
|
|
381
188
|
{ path: "ParticleSystems/BoundedPhysicsModel.x3d" },
|
|
382
189
|
{ path: "ParticleSystems/Bubbles.x3d" },
|
|
383
190
|
{ path: "ParticleSystems/ConeEmitter.x3d" },
|
|
@@ -406,12 +213,6 @@ const X_ITE_TESTS = [
|
|
|
406
213
|
{ path: "ParticleSystems/VolumeEmitter.x3d" },
|
|
407
214
|
{ path: "ParticleSystems/Waterfall.x3d" },
|
|
408
215
|
{ component: "Picking" },
|
|
409
|
-
{ path: "Picking/._LinePickSensorGeometry.x3d" },
|
|
410
|
-
{ path: "Picking/._PointPickSensorGeometry.x3d" },
|
|
411
|
-
{ path: "Picking/._PrimitivePickSensorBounds.x3d" },
|
|
412
|
-
{ path: "Picking/._PrimitivePickSensorGeometry.x3d" },
|
|
413
|
-
{ path: "Picking/._VolumePickSensorBounds.x3d" },
|
|
414
|
-
{ path: "Picking/._VolumePickSensorGeometry.x3d" },
|
|
415
216
|
{ path: "Picking/LinePickSensorGeometry.x3d" },
|
|
416
217
|
{ path: "Picking/PointPickSensorGeometry.x3d" },
|
|
417
218
|
{ path: "Picking/PrimitivePickSensorBounds.x3d" },
|
|
@@ -419,16 +220,6 @@ const X_ITE_TESTS = [
|
|
|
419
220
|
{ path: "Picking/VolumePickSensorBounds.x3d" },
|
|
420
221
|
{ path: "Picking/VolumePickSensorGeometry.x3d" },
|
|
421
222
|
{ component: "PointingDeviceSensor" },
|
|
422
|
-
{ path: "PointingDeviceSensor/._ClonedSensors.x3d" },
|
|
423
|
-
{ path: "PointingDeviceSensor/._lamp.x3d" },
|
|
424
|
-
{ path: "PointingDeviceSensor/._LineSensor.x3d" },
|
|
425
|
-
{ path: "PointingDeviceSensor/._PlaneSensor.x3d" },
|
|
426
|
-
{ path: "PointingDeviceSensor/._SphereSensor.x3d" },
|
|
427
|
-
{ path: "PointingDeviceSensor/._test.x3d" },
|
|
428
|
-
{ path: "PointingDeviceSensor/._TouchBeethoven.x3dz" },
|
|
429
|
-
{ path: "PointingDeviceSensor/._TouchLines.x3dv" },
|
|
430
|
-
{ path: "PointingDeviceSensor/._TouchPoints.x3dv" },
|
|
431
|
-
{ path: "PointingDeviceSensor/._TouchSensor.x3d" },
|
|
432
223
|
{ path: "PointingDeviceSensor/ClonedSensors.x3d" },
|
|
433
224
|
{ path: "PointingDeviceSensor/lamp.x3d" },
|
|
434
225
|
{ path: "PointingDeviceSensor/LineSensor.x3d" },
|
|
@@ -440,16 +231,6 @@ const X_ITE_TESTS = [
|
|
|
440
231
|
{ path: "PointingDeviceSensor/TouchPoints.x3dv" },
|
|
441
232
|
{ path: "PointingDeviceSensor/TouchSensor.x3d" },
|
|
442
233
|
{ component: "PROTO" },
|
|
443
|
-
{ path: "PROTO/._27cubes.x3d" },
|
|
444
|
-
{ path: "PROTO/._cbx.wrl" },
|
|
445
|
-
{ path: "PROTO/._CustomBox.x3dv" },
|
|
446
|
-
{ path: "PROTO/._Double.x3dv" },
|
|
447
|
-
{ path: "PROTO/._ExternProto.x3d" },
|
|
448
|
-
{ path: "PROTO/._ExternProto.x3dv" },
|
|
449
|
-
{ path: "PROTO/._NestedProtos.x3d" },
|
|
450
|
-
{ path: "PROTO/._Rotor.wrl" },
|
|
451
|
-
{ path: "PROTO/._test.x3d" },
|
|
452
|
-
{ path: "PROTO/._test.x3dv" },
|
|
453
234
|
{ path: "PROTO/27cubes.x3d" },
|
|
454
235
|
{ path: "PROTO/cbx.wrl" },
|
|
455
236
|
{ path: "PROTO/CustomBox.x3dv" },
|
|
@@ -461,24 +242,6 @@ const X_ITE_TESTS = [
|
|
|
461
242
|
{ path: "PROTO/test.x3d" },
|
|
462
243
|
{ path: "PROTO/test.x3dv" },
|
|
463
244
|
{ component: "Rendering" },
|
|
464
|
-
{ path: "Rendering/._ClipPlane.x3d" },
|
|
465
|
-
{ path: "Rendering/._cubes.x3d" },
|
|
466
|
-
{ path: "Rendering/._IndexedLineSet.x3d" },
|
|
467
|
-
{ path: "Rendering/._IndexedLineSet.x3dv" },
|
|
468
|
-
{ path: "Rendering/._IndexedTriangleFanSet.x3dv" },
|
|
469
|
-
{ path: "Rendering/._IndexedTriangleSet.x3dv" },
|
|
470
|
-
{ path: "Rendering/._IndexedTriangleSetSphere.x3d" },
|
|
471
|
-
{ path: "Rendering/._IndexedTriangleStripSet.x3dv" },
|
|
472
|
-
{ path: "Rendering/._L-System.x3dz" },
|
|
473
|
-
{ path: "Rendering/._LineSet.x3dv" },
|
|
474
|
-
{ path: "Rendering/._Normals.x3d" },
|
|
475
|
-
{ path: "Rendering/._PointSet.x3dv" },
|
|
476
|
-
{ path: "Rendering/._PointSize.x3d" },
|
|
477
|
-
{ path: "Rendering/._RenderingGeometry.x3dv" },
|
|
478
|
-
{ path: "Rendering/._TriangleFanSet.x3dv" },
|
|
479
|
-
{ path: "Rendering/._TriangleSet.x3dv" },
|
|
480
|
-
{ path: "Rendering/._TriangleStripSet.x3dv" },
|
|
481
|
-
{ path: "Rendering/._world.x3d" },
|
|
482
245
|
{ path: "Rendering/ClipPlane.x3d" },
|
|
483
246
|
{ path: "Rendering/cubes.x3d" },
|
|
484
247
|
{ path: "Rendering/IndexedLineSet.x3d" },
|
|
@@ -498,20 +261,6 @@ const X_ITE_TESTS = [
|
|
|
498
261
|
{ path: "Rendering/TriangleStripSet.x3dv" },
|
|
499
262
|
{ path: "Rendering/world.x3d" },
|
|
500
263
|
{ component: "RigidBodyPhysics" },
|
|
501
|
-
{ path: "RigidBodyPhysics/._Ball.x3d" },
|
|
502
|
-
{ path: "RigidBodyPhysics/._BallBounceSimple.x3d" },
|
|
503
|
-
{ path: "RigidBodyPhysics/._BallJoint.x3d" },
|
|
504
|
-
{ path: "RigidBodyPhysics/._DoubleAxisHingeJoint.x3d" },
|
|
505
|
-
{ path: "RigidBodyPhysics/._ElevationGrid.x3d" },
|
|
506
|
-
{ path: "RigidBodyPhysics/._Hierarchy.x3d" },
|
|
507
|
-
{ path: "RigidBodyPhysics/._KineticPendulum.x3d" },
|
|
508
|
-
{ path: "RigidBodyPhysics/._MotorJoint.x3d" },
|
|
509
|
-
{ path: "RigidBodyPhysics/._Rectangle2D.x3d" },
|
|
510
|
-
{ path: "RigidBodyPhysics/._SingleAxisHingeJoint.x3d" },
|
|
511
|
-
{ path: "RigidBodyPhysics/._SliderJoint.x3d" },
|
|
512
|
-
{ path: "RigidBodyPhysics/._SliderJoint2.x3d" },
|
|
513
|
-
{ path: "RigidBodyPhysics/._UniversalJoint.O.x3d" },
|
|
514
|
-
{ path: "RigidBodyPhysics/._UniversalJoint.x3d" },
|
|
515
264
|
{ path: "RigidBodyPhysics/Ball.x3d" },
|
|
516
265
|
{ path: "RigidBodyPhysics/BallBounceSimple.x3d" },
|
|
517
266
|
{ path: "RigidBodyPhysics/BallJoint.x3d" },
|
|
@@ -527,25 +276,6 @@ const X_ITE_TESTS = [
|
|
|
527
276
|
{ path: "RigidBodyPhysics/UniversalJoint.O.x3d" },
|
|
528
277
|
{ path: "RigidBodyPhysics/UniversalJoint.x3d" },
|
|
529
278
|
{ component: "Scripting" },
|
|
530
|
-
{ path: "Scripting/._AddRemoveRootNode.x3d" },
|
|
531
|
-
{ path: "Scripting/._AddRemoveRoute.x3d" },
|
|
532
|
-
{ path: "Scripting/._BaseNodeDispose.x3d" },
|
|
533
|
-
{ path: "Scripting/._ColorSpheres.x3d" },
|
|
534
|
-
{ path: "Scripting/._createVrmlFromString.x3d" },
|
|
535
|
-
{ path: "Scripting/._createX3DFromString.x3dv" },
|
|
536
|
-
{ path: "Scripting/._createX3DFromURL.x3dv" },
|
|
537
|
-
{ path: "Scripting/._ExternProto.x3d" },
|
|
538
|
-
{ path: "Scripting/._geodome.wrl" },
|
|
539
|
-
{ path: "Scripting/._load-viewpoints.x3d" },
|
|
540
|
-
{ path: "Scripting/._MURCIELAGO640.x3dj" },
|
|
541
|
-
{ path: "Scripting/._Proto.x3d" },
|
|
542
|
-
{ path: "Scripting/._Pyramid.x3d" },
|
|
543
|
-
{ path: "Scripting/._rotation.x3dv" },
|
|
544
|
-
{ path: "Scripting/._SFNode.x3d" },
|
|
545
|
-
{ path: "Scripting/._string.x3dv" },
|
|
546
|
-
{ path: "Scripting/._test.x3d" },
|
|
547
|
-
{ path: "Scripting/._toXMLString.x3d" },
|
|
548
|
-
{ path: "Scripting/._toXMLString.x3dj" },
|
|
549
279
|
{ path: "Scripting/AddRemoveRootNode.x3d" },
|
|
550
280
|
{ path: "Scripting/AddRemoveRoute.x3d" },
|
|
551
281
|
{ path: "Scripting/BaseNodeDispose.x3d" },
|
|
@@ -566,25 +296,6 @@ const X_ITE_TESTS = [
|
|
|
566
296
|
{ path: "Scripting/toXMLString.x3d" },
|
|
567
297
|
{ path: "Scripting/toXMLString.x3dj" },
|
|
568
298
|
{ component: "Shaders" },
|
|
569
|
-
{ path: "Shaders/._ColorManagement.x3d" },
|
|
570
|
-
{ path: "Shaders/._ComposedShaderUniformRotation.x3d" },
|
|
571
|
-
{ path: "Shaders/._Fields.x3d" },
|
|
572
|
-
{ path: "Shaders/._FloatVertexAttribute.x3d" },
|
|
573
|
-
{ path: "Shaders/._images.x3d" },
|
|
574
|
-
{ path: "Shaders/._LineFloatVertexAttribute.x3d" },
|
|
575
|
-
{ path: "Shaders/._LineMatrix3VertexAttribute.x3d" },
|
|
576
|
-
{ path: "Shaders/._LineMatrix4VertexAttribute.x3d" },
|
|
577
|
-
{ path: "Shaders/._Mandelbox.x3d" },
|
|
578
|
-
{ path: "Shaders/._Matrix3VertexAttribute.x3d" },
|
|
579
|
-
{ path: "Shaders/._Matrix4VertexAttribute.x3d" },
|
|
580
|
-
{ path: "Shaders/._Mountains.x3d" },
|
|
581
|
-
{ path: "Shaders/._Pipeline.x3d" },
|
|
582
|
-
{ path: "Shaders/._PointFloatVertexAttribute.x3d" },
|
|
583
|
-
{ path: "Shaders/._PointMatrix3VertexAttribute.x3d" },
|
|
584
|
-
{ path: "Shaders/._PointMatrix4VertexAttribute.x3d" },
|
|
585
|
-
{ path: "Shaders/._Shading.x3d" },
|
|
586
|
-
{ path: "Shaders/._Waves.x3d" },
|
|
587
|
-
{ path: "Shaders/._Wireframe.x3d" },
|
|
588
299
|
{ path: "Shaders/ColorManagement.x3d" },
|
|
589
300
|
{ path: "Shaders/ComposedShaderUniformRotation.x3d" },
|
|
590
301
|
{ path: "Shaders/Fields.x3d" },
|
|
@@ -605,32 +316,12 @@ const X_ITE_TESTS = [
|
|
|
605
316
|
{ path: "Shaders/Waves.x3d" },
|
|
606
317
|
{ path: "Shaders/Wireframe.x3d" },
|
|
607
318
|
{ component: "Shape" },
|
|
608
|
-
{ path: "Shape/._BackMaterial.x3d" },
|
|
609
|
-
{ path: "Shape/._Coin.x3d" },
|
|
610
|
-
{ path: "Shape/._Connectors.x3d" },
|
|
611
|
-
{ path: "Shape/._CopperGold.x3d" },
|
|
612
|
-
{ path: "Shape/._FillProperties.x3d" },
|
|
613
|
-
{ path: "Shape/._LineProperties.x3dv" },
|
|
614
|
-
{ path: "Shape/._MaterialGeometries.x3d" },
|
|
615
|
-
{ path: "Shape/._NormalTexture.x3d" },
|
|
616
|
-
{ path: "Shape/._OcclusionTexture.x3d" },
|
|
617
|
-
{ path: "Shape/._PhysicalMaterial.x3d" },
|
|
618
|
-
{ path: "Shape/._PointsWithTexture.x3d" },
|
|
619
|
-
{ path: "Shape/._SpecularTexture.x3d" },
|
|
620
|
-
{ path: "Shape/._Teapot.x3dv" },
|
|
621
|
-
{ path: "Shape/._TeapotMetallicRoughness.x3dv" },
|
|
622
|
-
{ path: "Shape/._Transparency.x3dv" },
|
|
623
|
-
{ path: "Shape/._TwoSidedMaterial.x3d" },
|
|
624
|
-
{ path: "Shape/._UnlitMaterial.x3d" },
|
|
625
|
-
{ path: "Shape/._UnlitTexture.x3d" },
|
|
626
|
-
{ path: "Shape/AlphaBlendModeTest/._AlphaBlendModeTest.x3d" },
|
|
627
319
|
{ path: "Shape/AlphaBlendModeTest/AlphaBlendModeTest.x3d" },
|
|
628
320
|
{ path: "Shape/BackMaterial.x3d" },
|
|
629
321
|
{ path: "Shape/Coin.x3d" },
|
|
630
322
|
{ path: "Shape/Connectors.x3d" },
|
|
631
323
|
{ path: "Shape/CopperGold.x3d" },
|
|
632
324
|
{ path: "Shape/FillProperties.x3d" },
|
|
633
|
-
{ path: "Shape/flower-extreme/._sphereflowers.x3d" },
|
|
634
325
|
{ path: "Shape/flower-extreme/sphereflowers.x3d" },
|
|
635
326
|
{ path: "Shape/LineProperties.x3dv" },
|
|
636
327
|
{ path: "Shape/MaterialGeometries.x3d" },
|
|
@@ -646,20 +337,10 @@ const X_ITE_TESTS = [
|
|
|
646
337
|
{ path: "Shape/UnlitMaterial.x3d" },
|
|
647
338
|
{ path: "Shape/UnlitTexture.x3d" },
|
|
648
339
|
{ component: "Sound" },
|
|
649
|
-
{ path: "Sound/._AudioClip.wrl" },
|
|
650
|
-
{ path: "Sound/._AudioClip.x3d" },
|
|
651
|
-
{ path: "Sound/._Sound.x3d" },
|
|
652
340
|
{ path: "Sound/AudioClip.wrl" },
|
|
653
341
|
{ path: "Sound/AudioClip.x3d" },
|
|
654
342
|
{ path: "Sound/Sound.x3d" },
|
|
655
343
|
{ component: "Text" },
|
|
656
|
-
{ path: "Text/._charcodes.x3d" },
|
|
657
|
-
{ path: "Text/._date.x3d" },
|
|
658
|
-
{ path: "Text/._default.x3d" },
|
|
659
|
-
{ path: "Text/._horizontal.x3d" },
|
|
660
|
-
{ path: "Text/._scrolling-text.x3d" },
|
|
661
|
-
{ path: "Text/._test.x3d" },
|
|
662
|
-
{ path: "Text/._vertical.x3d" },
|
|
663
344
|
{ path: "Text/charcodes.x3d" },
|
|
664
345
|
{ path: "Text/date.x3d" },
|
|
665
346
|
{ path: "Text/default.x3d" },
|
|
@@ -668,25 +349,11 @@ const X_ITE_TESTS = [
|
|
|
668
349
|
{ path: "Text/test.x3d" },
|
|
669
350
|
{ path: "Text/vertical.x3d" },
|
|
670
351
|
{ component: "TextureProjector" },
|
|
671
|
-
{ path: "TextureProjector/._apple.x3d" },
|
|
672
|
-
{ path: "TextureProjector/._Local.x3d" },
|
|
673
|
-
{ path: "TextureProjector/._Parallel.x3d" },
|
|
674
|
-
{ path: "TextureProjector/._Perspective.x3d" },
|
|
675
352
|
{ path: "TextureProjector/apple.x3d" },
|
|
676
353
|
{ path: "TextureProjector/Local.x3d" },
|
|
677
354
|
{ path: "TextureProjector/Parallel.x3d" },
|
|
678
355
|
{ path: "TextureProjector/Perspective.x3d" },
|
|
679
356
|
{ component: "Texturing" },
|
|
680
|
-
{ path: "Texturing/._AnimatedGIF.x3dv" },
|
|
681
|
-
{ path: "Texturing/._ColorManagement.x3d" },
|
|
682
|
-
{ path: "Texturing/._ColorMaterial.x3d" },
|
|
683
|
-
{ path: "Texturing/._DataURL.x3d" },
|
|
684
|
-
{ path: "Texturing/._Felulet.x3d" },
|
|
685
|
-
{ path: "Texturing/._MovieTexture.x3d" },
|
|
686
|
-
{ path: "Texturing/._MultiTexture.x3d" },
|
|
687
|
-
{ path: "Texturing/._MultiTextureParticle.x3d" },
|
|
688
|
-
{ path: "Texturing/._TextureCoordinateGenerator.x3d" },
|
|
689
|
-
{ path: "Texturing/._ubuntu.x3d" },
|
|
690
357
|
{ path: "Texturing/AnimatedGIF.x3dv" },
|
|
691
358
|
{ path: "Texturing/ColorManagement.x3d" },
|
|
692
359
|
{ path: "Texturing/ColorMaterial.x3d" },
|
|
@@ -698,16 +365,6 @@ const X_ITE_TESTS = [
|
|
|
698
365
|
{ path: "Texturing/TextureCoordinateGenerator.x3d" },
|
|
699
366
|
{ path: "Texturing/ubuntu.x3d" },
|
|
700
367
|
{ component: "Texturing3D" },
|
|
701
|
-
{ path: "Texturing3D/._Angio.x3d" },
|
|
702
|
-
{ path: "Texturing3D/._ComposedTexture3D.x3d" },
|
|
703
|
-
{ path: "Texturing3D/._DEMRI.x3d" },
|
|
704
|
-
{ path: "Texturing3D/._ImageTexture3D.x3d" },
|
|
705
|
-
{ path: "Texturing3D/._NRRD-ascii.x3d" },
|
|
706
|
-
{ path: "Texturing3D/._NRRD-gzip.x3d" },
|
|
707
|
-
{ path: "Texturing3D/._NRRD-hex.x3d" },
|
|
708
|
-
{ path: "Texturing3D/._NRRD-raw.x3d" },
|
|
709
|
-
{ path: "Texturing3D/._PixelTexture3D.x3d" },
|
|
710
|
-
{ path: "Texturing3D/._Volume.x3d" },
|
|
711
368
|
{ path: "Texturing3D/Angio.x3d" },
|
|
712
369
|
{ path: "Texturing3D/ComposedTexture3D.x3d" },
|
|
713
370
|
{ path: "Texturing3D/DEMRI.x3d" },
|
|
@@ -719,26 +376,9 @@ const X_ITE_TESTS = [
|
|
|
719
376
|
{ path: "Texturing3D/PixelTexture3D.x3d" },
|
|
720
377
|
{ path: "Texturing3D/Volume.x3d" },
|
|
721
378
|
{ component: "Time" },
|
|
722
|
-
{ path: "Time/._Clock.x3d" },
|
|
723
|
-
{ path: "Time/._TimeProto.x3d" },
|
|
724
379
|
{ path: "Time/Clock.x3d" },
|
|
725
380
|
{ path: "Time/TimeProto.x3d" },
|
|
726
381
|
{ component: "VolumeRendering" },
|
|
727
|
-
{ path: "VolumeRendering/._BasicInternals.x3d" },
|
|
728
|
-
{ path: "VolumeRendering/._BlendedBodyInternals.x3d" },
|
|
729
|
-
{ path: "VolumeRendering/._BlendedComposedVolumes.x3d" },
|
|
730
|
-
{ path: "VolumeRendering/._BoundaryEnhancementVentricles.x3d" },
|
|
731
|
-
{ path: "VolumeRendering/._CartoonBackpack.x3d" },
|
|
732
|
-
{ path: "VolumeRendering/._ComposedBackpack.x3d" },
|
|
733
|
-
{ path: "VolumeRendering/._EdgeBrain.x3d" },
|
|
734
|
-
{ path: "VolumeRendering/._IsoSurfaceSkull.x3d" },
|
|
735
|
-
{ path: "VolumeRendering/._ProjectionAverageVentricles.x3d" },
|
|
736
|
-
{ path: "VolumeRendering/._ProjectionMaxVentricles.x3d" },
|
|
737
|
-
{ path: "VolumeRendering/._ProjectionMinVentricles.x3d" },
|
|
738
|
-
{ path: "VolumeRendering/._SegmentedVentricles.x3d" },
|
|
739
|
-
{ path: "VolumeRendering/._ShadedBrain.x3d" },
|
|
740
|
-
{ path: "VolumeRendering/._SilhouetteSkull.x3d" },
|
|
741
|
-
{ path: "VolumeRendering/._VolumeData.x3d" },
|
|
742
382
|
{ path: "VolumeRendering/BasicInternals.x3d" },
|
|
743
383
|
{ path: "VolumeRendering/BlendedBodyInternals.x3d" },
|
|
744
384
|
{ path: "VolumeRendering/BlendedComposedVolumes.x3d" },
|
|
@@ -63,7 +63,12 @@ Object .assign (Object .setPrototypeOf (X3DArrayField .prototype, X3DField .prot
|
|
|
63
63
|
fill: Array .prototype .fill,
|
|
64
64
|
filter (/* callbackFn, thisArg */)
|
|
65
65
|
{
|
|
66
|
-
|
|
66
|
+
const array = new (this .constructor) ();
|
|
67
|
+
|
|
68
|
+
for (const v of Array .prototype .filter .call (this, ... arguments))
|
|
69
|
+
array .push (v);
|
|
70
|
+
|
|
71
|
+
return array;
|
|
67
72
|
},
|
|
68
73
|
find: Array .prototype .find,
|
|
69
74
|
findIndex: Array .prototype .findIndex,
|
|
@@ -79,14 +84,24 @@ Object .assign (Object .setPrototypeOf (X3DArrayField .prototype, X3DField .prot
|
|
|
79
84
|
lastIndexOf: Array .prototype .lastIndexOf,
|
|
80
85
|
map (/* callbackFn, thisArg */)
|
|
81
86
|
{
|
|
82
|
-
|
|
87
|
+
const array = new (this .constructor) ();
|
|
88
|
+
|
|
89
|
+
for (const v of Array .prototype .map .call (this, ... arguments))
|
|
90
|
+
array .push (v);
|
|
91
|
+
|
|
92
|
+
return array;
|
|
83
93
|
},
|
|
84
94
|
reduce: Array .prototype .reduce,
|
|
85
95
|
reduceRight: Array .prototype .reduceRight,
|
|
86
96
|
reverse: Array .prototype .reverse,
|
|
87
97
|
slice (/* start, end */)
|
|
88
98
|
{
|
|
89
|
-
|
|
99
|
+
const array = new (this .constructor) ();
|
|
100
|
+
|
|
101
|
+
for (const v of Array .prototype .slice .call (this, ... arguments))
|
|
102
|
+
array .push (v);
|
|
103
|
+
|
|
104
|
+
return array;
|
|
90
105
|
},
|
|
91
106
|
some: Array .prototype .some,
|
|
92
107
|
sort: Array .prototype .sort,
|