x_ite 8.9.2 → 8.9.4
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 +77 -73
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +19 -19
- 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 +31 -30
- 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 +71 -83
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +38 -38
- 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 +778 -801
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +1 -1
- package/docs/_posts/getting-started.md +7 -1
- package/package.json +2 -2
- package/src/tests.js +360 -0
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Components/Core/X3DPrototypeInstance.js +11 -20
- package/src/x_ite/Components/Geometry3D/ElevationGrid.js +8 -5
- package/src/x_ite/Components/Geometry3D/Extrusion.js +10 -12
- package/src/x_ite/Components/Geometry3D/IndexedFaceSet.js +46 -56
- package/src/x_ite/Components/Geospatial/GeoElevationGrid.js +44 -40
- package/src/x_ite/Components/NURBS/X3DNurbsSurfaceGeometryNode.js +7 -6
- package/src/x_ite/Components/Networking/X3DUrlObject.js +2 -3
- package/src/x_ite/Components/Rendering/X3DComposedGeometryNode.js +11 -13
- package/src/x_ite/Components/Rendering/X3DGeometryNode.js +4 -6
- package/src/x_ite/Components/RigidBodyPhysics/BallJoint.js +8 -9
- package/src/x_ite/Components/RigidBodyPhysics/CollisionSensor.js +8 -4
- package/src/x_ite/Components/RigidBodyPhysics/DoubleAxisHingeJoint.js +20 -21
- package/src/x_ite/Components/RigidBodyPhysics/SingleAxisHingeJoint.js +12 -13
- package/src/x_ite/Components/RigidBodyPhysics/SliderJoint.js +6 -7
- package/src/x_ite/Components/Scripting/Script.js +1 -1
package/dist/x_ite.zip
CHANGED
|
Binary file
|
package/docs/_config.yml
CHANGED
|
@@ -29,7 +29,13 @@ X_ITE supports custom shaders, clip planes, reflection mapping, script nodes, pr
|
|
|
29
29
|
>**Tip:** X_ITE runs best in fresh installs of Google Chrome, Chromium, Firefox, Safari, Opera, and Microsoft Edge. X_ITE uses the latest JavaScript standard, but is also compatible with older browser, and is available both on your desktop computer and on your modern smart-phone.
|
|
30
30
|
{: .prompt-tip }
|
|
31
31
|
|
|
32
|
-
If you ever get into trouble, please [report a bug](report-a-bug). If you have any questions or need help [open a new issue](report-a-bug).
|
|
32
|
+
If you ever get into trouble, please [report a bug](report-a-bug). If you have any questions or need help please [open a new issue](report-a-bug){:target="_blank"}.
|
|
33
|
+
|
|
34
|
+
### Become a Patreon of X_ITE
|
|
35
|
+
|
|
36
|
+
Yeah, tell me!
|
|
37
|
+
|
|
38
|
+
Have a look at: [https://patreon.com/X_ITE](https://patreon.com/X_ITE).
|
|
33
39
|
|
|
34
40
|
## X3D Examples
|
|
35
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "x_ite",
|
|
3
|
-
"version": "8.9.
|
|
3
|
+
"version": "8.9.4",
|
|
4
4
|
"description": "X_ITE X3D Browser, view and manipulate X3D and VRML scenes in HTML.",
|
|
5
5
|
"homepage": "https://create3000.github.io/x_ite/",
|
|
6
6
|
"author": "Holger Seelig <holger.seelig@gmail.com>",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"opentype.js": "^1.3.4",
|
|
73
73
|
"pako": "^2.1.0",
|
|
74
74
|
"string-replace-webpack-plugin": "^0.1.3",
|
|
75
|
-
"webpack": "^5.
|
|
75
|
+
"webpack": "^5.88.1",
|
|
76
76
|
"webpack-cli": "^5.1.4",
|
|
77
77
|
"webpack-shell-plugin-next": "^2.3.1"
|
|
78
78
|
},
|
package/src/tests.js
CHANGED
|
@@ -1,16 +1,35 @@
|
|
|
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" },
|
|
3
8
|
{ path: "CADGeometry/CADGeometry.x3d" },
|
|
4
9
|
{ path: "CADGeometry/CADLayer.x3d" },
|
|
5
10
|
{ path: "CADGeometry/IndexedQuadSetBox.x3d" },
|
|
6
11
|
{ path: "CADGeometry/IndexedQuadSetSphere.x3d" },
|
|
7
12
|
{ path: "CADGeometry/setco.x3dz" },
|
|
8
13
|
{ component: "ComposedCubeMapTexture" },
|
|
14
|
+
{ path: "ComposedCubeMapTexture/._ComposedCubeMapMovieTexture.x3d" },
|
|
15
|
+
{ path: "ComposedCubeMapTexture/._ComposedCubeMapTexture.x3d" },
|
|
16
|
+
{ path: "ComposedCubeMapTexture/._GeneratedCubeMapTexture.x3d" },
|
|
17
|
+
{ path: "ComposedCubeMapTexture/._ImageCubeMapTexture.x3d" },
|
|
9
18
|
{ path: "ComposedCubeMapTexture/ComposedCubeMapMovieTexture.x3d" },
|
|
10
19
|
{ path: "ComposedCubeMapTexture/ComposedCubeMapTexture.x3d" },
|
|
11
20
|
{ path: "ComposedCubeMapTexture/GeneratedCubeMapTexture.x3d" },
|
|
12
21
|
{ path: "ComposedCubeMapTexture/ImageCubeMapTexture.x3d" },
|
|
13
22
|
{ 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" },
|
|
14
33
|
{ path: "Core/Comment.x3d" },
|
|
15
34
|
{ path: "Core/DataURL.x3d" },
|
|
16
35
|
{ path: "Core/EXPORT.wrl" },
|
|
@@ -18,21 +37,36 @@ const X_ITE_TESTS = [
|
|
|
18
37
|
{ path: "Core/EXPORT.x3dv" },
|
|
19
38
|
{ path: "Core/IMPORT.x3d" },
|
|
20
39
|
{ path: "Core/IMPORT.x3dv" },
|
|
40
|
+
{ path: "Core/proto/._TestPrototype.x3d" },
|
|
21
41
|
{ path: "Core/proto/TestPrototype.x3d" },
|
|
22
42
|
{ path: "Core/Statements.x3d" },
|
|
23
43
|
{ path: "Core/units.x3d" },
|
|
24
44
|
{ path: "Core/units.x3dv" },
|
|
25
45
|
{ 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" },
|
|
26
51
|
{ path: "EnvironmentalEffects/BackgroundClipPlane.x3dv" },
|
|
27
52
|
{ path: "EnvironmentalEffects/FogCoordinate.x3d" },
|
|
28
53
|
{ path: "EnvironmentalEffects/FogScale.x3d" },
|
|
29
54
|
{ path: "EnvironmentalEffects/ImageBackground.x3d" },
|
|
30
55
|
{ path: "EnvironmentalEffects/LocalFogScale.x3d" },
|
|
31
56
|
{ component: "EnvironmentalSensor" },
|
|
57
|
+
{ path: "EnvironmentalSensor/._ProximitySensor.x3d" },
|
|
58
|
+
{ path: "EnvironmentalSensor/._TransformSensor.x3d" },
|
|
59
|
+
{ path: "EnvironmentalSensor/._VisibilitySensor.x3d" },
|
|
32
60
|
{ path: "EnvironmentalSensor/ProximitySensor.x3d" },
|
|
33
61
|
{ path: "EnvironmentalSensor/TransformSensor.x3d" },
|
|
34
62
|
{ path: "EnvironmentalSensor/VisibilitySensor.x3d" },
|
|
35
63
|
{ 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" },
|
|
36
70
|
{ path: "EventUtilities/BooleanFilter.x3dv" },
|
|
37
71
|
{ path: "EventUtilities/BooleanToggle.x3dv" },
|
|
38
72
|
{ path: "EventUtilities/BooleanTrigger.x3dv" },
|
|
@@ -40,6 +74,26 @@ const X_ITE_TESTS = [
|
|
|
40
74
|
{ path: "EventUtilities/IntegerTrigger.x3dv" },
|
|
41
75
|
{ path: "EventUtilities/TimeTrigger.x3dv" },
|
|
42
76
|
{ 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" },
|
|
43
97
|
{ path: "Follower/ColorChaser.x3dv" },
|
|
44
98
|
{ path: "Follower/ColorDamper.x3dv" },
|
|
45
99
|
{ path: "Follower/CoordinateChaser.x3dv" },
|
|
@@ -61,14 +115,28 @@ const X_ITE_TESTS = [
|
|
|
61
115
|
{ path: "Follower/TexCoordChaser2D.x3d" },
|
|
62
116
|
{ path: "Follower/TexCoordDamper.x3d" },
|
|
63
117
|
{ component: "Geometry2D" },
|
|
118
|
+
{ path: "Geometry2D/._Geometry2D.x3d" },
|
|
64
119
|
{ path: "Geometry2D/Geometry2D.x3d" },
|
|
65
120
|
{ 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" },
|
|
66
129
|
{ path: "Geometry3D/1728.x3dv" },
|
|
67
130
|
{ path: "Geometry3D/Beethoven.x3dz" },
|
|
68
131
|
{ path: "Geometry3D/box.x3d" },
|
|
69
132
|
{ path: "Geometry3D/box.x3dv" },
|
|
70
133
|
{ path: "Geometry3D/Cube.x3dv" },
|
|
71
134
|
{ 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" },
|
|
72
140
|
{ path: "Geometry3D/Extrusion/extrude1.x3d" },
|
|
73
141
|
{ path: "Geometry3D/Extrusion/gears42P.O.x3d" },
|
|
74
142
|
{ path: "Geometry3D/Extrusion/gears42P.x3d" },
|
|
@@ -77,6 +145,26 @@ const X_ITE_TESTS = [
|
|
|
77
145
|
{ path: "Geometry3D/Geometry3D.x3d" },
|
|
78
146
|
{ path: "Geometry3D/Smash.x3d" },
|
|
79
147
|
{ 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" },
|
|
80
168
|
{ path: "Geospatial/child1.x3dv" },
|
|
81
169
|
{ path: "Geospatial/child2.x3dv" },
|
|
82
170
|
{ path: "Geospatial/child3.x3dv" },
|
|
@@ -98,11 +186,29 @@ const X_ITE_TESTS = [
|
|
|
98
186
|
{ path: "Geospatial/tie.x3dv" },
|
|
99
187
|
{ path: "Geospatial/YUp.x3d" },
|
|
100
188
|
{ component: "Grouping" },
|
|
189
|
+
{ path: "Grouping/._AddRemoveChildren.x3dv" },
|
|
190
|
+
{ path: "Grouping/._StaticGroup.x3d" },
|
|
101
191
|
{ path: "Grouping/AddRemoveChildren.x3dv" },
|
|
102
192
|
{ path: "Grouping/StaticGroup.x3d" },
|
|
103
193
|
{ component: "HAnim" },
|
|
194
|
+
{ path: "HAnim/._BoxManC.x3d" },
|
|
104
195
|
{ path: "HAnim/BoxManC.x3d" },
|
|
105
196
|
{ 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" },
|
|
106
212
|
{ path: "Interpolation/ComposeSFVec3f.wrl" },
|
|
107
213
|
{ path: "Interpolation/Cube.wrl" },
|
|
108
214
|
{ path: "Interpolation/EaseInEaseOut.wrl" },
|
|
@@ -119,13 +225,25 @@ const X_ITE_TESTS = [
|
|
|
119
225
|
{ path: "Interpolation/SquadOrientationInterpolator.wrl" },
|
|
120
226
|
{ path: "Interpolation/warp.wrl" },
|
|
121
227
|
{ 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" },
|
|
122
233
|
{ path: "Layering/LayerSet.x3d" },
|
|
123
234
|
{ path: "Layering/Rotor.x3d" },
|
|
124
235
|
{ path: "Layering/Simple.x3d" },
|
|
125
236
|
{ path: "Layering/Viewport.x3d" },
|
|
126
237
|
{ path: "Layering/ViewportLayer.x3dv" },
|
|
127
238
|
{ component: "Layout" },
|
|
239
|
+
{ path: "Layout/._info.x3d" },
|
|
240
|
+
{ path: "Layout/._ScreenFontStyle.x3dv" },
|
|
241
|
+
{ path: "Layout/._ScreenGroup.x3d" },
|
|
128
242
|
{ 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" },
|
|
129
247
|
{ path: "Layout/library/Colors.x3dv" },
|
|
130
248
|
{ path: "Layout/library/logo.x3dv" },
|
|
131
249
|
{ path: "Layout/library/red.orange.yellow.x3dv" },
|
|
@@ -133,6 +251,13 @@ const X_ITE_TESTS = [
|
|
|
133
251
|
{ path: "Layout/ScreenFontStyle.x3dv" },
|
|
134
252
|
{ path: "Layout/ScreenGroup.x3d" },
|
|
135
253
|
{ 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" },
|
|
136
261
|
{ path: "Lighting/LightScale.x3d" },
|
|
137
262
|
{ path: "Lighting/LocalLight.x3d" },
|
|
138
263
|
{ path: "Lighting/LocalLightScale.x3d" },
|
|
@@ -141,6 +266,16 @@ const X_ITE_TESTS = [
|
|
|
141
266
|
{ path: "Lighting/PointLight2.x3d" },
|
|
142
267
|
{ path: "Lighting/SpotLight.x3d" },
|
|
143
268
|
{ 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" },
|
|
144
279
|
{ path: "Navigation/Billboard.x3d" },
|
|
145
280
|
{ path: "Navigation/ClonedLOD.x3d" },
|
|
146
281
|
{ path: "Navigation/Depth.x3d" },
|
|
@@ -152,12 +287,43 @@ const X_ITE_TESTS = [
|
|
|
152
287
|
{ path: "Navigation/ViewpointLayers.x3d" },
|
|
153
288
|
{ path: "Navigation/WalkViewer.x3d" },
|
|
154
289
|
{ 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" },
|
|
155
295
|
{ path: "Networking/Anchor.x3d" },
|
|
156
296
|
{ path: "Networking/autoRefresh.x3dv" },
|
|
157
297
|
{ path: "Networking/BoxWithLight.x3d" },
|
|
158
298
|
{ path: "Networking/InlineGlobal.x3d" },
|
|
159
299
|
{ path: "Networking/LoadSensor.x3d" },
|
|
160
300
|
{ 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" },
|
|
161
327
|
{ path: "NURBS/AnimatedNurbsPatchSurfaceHead.x3dv" },
|
|
162
328
|
{ path: "NURBS/B.x3d" },
|
|
163
329
|
{ path: "NURBS/Circle.x3d" },
|
|
@@ -185,6 +351,33 @@ const X_ITE_TESTS = [
|
|
|
185
351
|
{ path: "NURBS/Rectangle2D.x3dv" },
|
|
186
352
|
{ path: "NURBS/torus.x3d" },
|
|
187
353
|
{ 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" },
|
|
188
381
|
{ path: "ParticleSystems/BoundedPhysicsModel.x3d" },
|
|
189
382
|
{ path: "ParticleSystems/Bubbles.x3d" },
|
|
190
383
|
{ path: "ParticleSystems/ConeEmitter.x3d" },
|
|
@@ -213,6 +406,12 @@ const X_ITE_TESTS = [
|
|
|
213
406
|
{ path: "ParticleSystems/VolumeEmitter.x3d" },
|
|
214
407
|
{ path: "ParticleSystems/Waterfall.x3d" },
|
|
215
408
|
{ 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" },
|
|
216
415
|
{ path: "Picking/LinePickSensorGeometry.x3d" },
|
|
217
416
|
{ path: "Picking/PointPickSensorGeometry.x3d" },
|
|
218
417
|
{ path: "Picking/PrimitivePickSensorBounds.x3d" },
|
|
@@ -220,6 +419,16 @@ const X_ITE_TESTS = [
|
|
|
220
419
|
{ path: "Picking/VolumePickSensorBounds.x3d" },
|
|
221
420
|
{ path: "Picking/VolumePickSensorGeometry.x3d" },
|
|
222
421
|
{ 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" },
|
|
223
432
|
{ path: "PointingDeviceSensor/ClonedSensors.x3d" },
|
|
224
433
|
{ path: "PointingDeviceSensor/lamp.x3d" },
|
|
225
434
|
{ path: "PointingDeviceSensor/LineSensor.x3d" },
|
|
@@ -231,6 +440,16 @@ const X_ITE_TESTS = [
|
|
|
231
440
|
{ path: "PointingDeviceSensor/TouchPoints.x3dv" },
|
|
232
441
|
{ path: "PointingDeviceSensor/TouchSensor.x3d" },
|
|
233
442
|
{ 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" },
|
|
234
453
|
{ path: "PROTO/27cubes.x3d" },
|
|
235
454
|
{ path: "PROTO/cbx.wrl" },
|
|
236
455
|
{ path: "PROTO/CustomBox.x3dv" },
|
|
@@ -242,6 +461,24 @@ const X_ITE_TESTS = [
|
|
|
242
461
|
{ path: "PROTO/test.x3d" },
|
|
243
462
|
{ path: "PROTO/test.x3dv" },
|
|
244
463
|
{ 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" },
|
|
245
482
|
{ path: "Rendering/ClipPlane.x3d" },
|
|
246
483
|
{ path: "Rendering/cubes.x3d" },
|
|
247
484
|
{ path: "Rendering/IndexedLineSet.x3d" },
|
|
@@ -261,6 +498,20 @@ const X_ITE_TESTS = [
|
|
|
261
498
|
{ path: "Rendering/TriangleStripSet.x3dv" },
|
|
262
499
|
{ path: "Rendering/world.x3d" },
|
|
263
500
|
{ 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" },
|
|
264
515
|
{ path: "RigidBodyPhysics/Ball.x3d" },
|
|
265
516
|
{ path: "RigidBodyPhysics/BallBounceSimple.x3d" },
|
|
266
517
|
{ path: "RigidBodyPhysics/BallJoint.x3d" },
|
|
@@ -276,6 +527,25 @@ const X_ITE_TESTS = [
|
|
|
276
527
|
{ path: "RigidBodyPhysics/UniversalJoint.O.x3d" },
|
|
277
528
|
{ path: "RigidBodyPhysics/UniversalJoint.x3d" },
|
|
278
529
|
{ 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" },
|
|
279
549
|
{ path: "Scripting/AddRemoveRootNode.x3d" },
|
|
280
550
|
{ path: "Scripting/AddRemoveRoute.x3d" },
|
|
281
551
|
{ path: "Scripting/BaseNodeDispose.x3d" },
|
|
@@ -296,6 +566,25 @@ const X_ITE_TESTS = [
|
|
|
296
566
|
{ path: "Scripting/toXMLString.x3d" },
|
|
297
567
|
{ path: "Scripting/toXMLString.x3dj" },
|
|
298
568
|
{ 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" },
|
|
299
588
|
{ path: "Shaders/ColorManagement.x3d" },
|
|
300
589
|
{ path: "Shaders/ComposedShaderUniformRotation.x3d" },
|
|
301
590
|
{ path: "Shaders/Fields.x3d" },
|
|
@@ -316,12 +605,32 @@ const X_ITE_TESTS = [
|
|
|
316
605
|
{ path: "Shaders/Waves.x3d" },
|
|
317
606
|
{ path: "Shaders/Wireframe.x3d" },
|
|
318
607
|
{ 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" },
|
|
319
627
|
{ path: "Shape/AlphaBlendModeTest/AlphaBlendModeTest.x3d" },
|
|
320
628
|
{ path: "Shape/BackMaterial.x3d" },
|
|
321
629
|
{ path: "Shape/Coin.x3d" },
|
|
322
630
|
{ path: "Shape/Connectors.x3d" },
|
|
323
631
|
{ path: "Shape/CopperGold.x3d" },
|
|
324
632
|
{ path: "Shape/FillProperties.x3d" },
|
|
633
|
+
{ path: "Shape/flower-extreme/._sphereflowers.x3d" },
|
|
325
634
|
{ path: "Shape/flower-extreme/sphereflowers.x3d" },
|
|
326
635
|
{ path: "Shape/LineProperties.x3dv" },
|
|
327
636
|
{ path: "Shape/MaterialGeometries.x3d" },
|
|
@@ -337,10 +646,20 @@ const X_ITE_TESTS = [
|
|
|
337
646
|
{ path: "Shape/UnlitMaterial.x3d" },
|
|
338
647
|
{ path: "Shape/UnlitTexture.x3d" },
|
|
339
648
|
{ component: "Sound" },
|
|
649
|
+
{ path: "Sound/._AudioClip.wrl" },
|
|
650
|
+
{ path: "Sound/._AudioClip.x3d" },
|
|
651
|
+
{ path: "Sound/._Sound.x3d" },
|
|
340
652
|
{ path: "Sound/AudioClip.wrl" },
|
|
341
653
|
{ path: "Sound/AudioClip.x3d" },
|
|
342
654
|
{ path: "Sound/Sound.x3d" },
|
|
343
655
|
{ 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" },
|
|
344
663
|
{ path: "Text/charcodes.x3d" },
|
|
345
664
|
{ path: "Text/date.x3d" },
|
|
346
665
|
{ path: "Text/default.x3d" },
|
|
@@ -349,11 +668,25 @@ const X_ITE_TESTS = [
|
|
|
349
668
|
{ path: "Text/test.x3d" },
|
|
350
669
|
{ path: "Text/vertical.x3d" },
|
|
351
670
|
{ component: "TextureProjector" },
|
|
671
|
+
{ path: "TextureProjector/._apple.x3d" },
|
|
672
|
+
{ path: "TextureProjector/._Local.x3d" },
|
|
673
|
+
{ path: "TextureProjector/._Parallel.x3d" },
|
|
674
|
+
{ path: "TextureProjector/._Perspective.x3d" },
|
|
352
675
|
{ path: "TextureProjector/apple.x3d" },
|
|
353
676
|
{ path: "TextureProjector/Local.x3d" },
|
|
354
677
|
{ path: "TextureProjector/Parallel.x3d" },
|
|
355
678
|
{ path: "TextureProjector/Perspective.x3d" },
|
|
356
679
|
{ 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" },
|
|
357
690
|
{ path: "Texturing/AnimatedGIF.x3dv" },
|
|
358
691
|
{ path: "Texturing/ColorManagement.x3d" },
|
|
359
692
|
{ path: "Texturing/ColorMaterial.x3d" },
|
|
@@ -365,6 +698,16 @@ const X_ITE_TESTS = [
|
|
|
365
698
|
{ path: "Texturing/TextureCoordinateGenerator.x3d" },
|
|
366
699
|
{ path: "Texturing/ubuntu.x3d" },
|
|
367
700
|
{ 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" },
|
|
368
711
|
{ path: "Texturing3D/Angio.x3d" },
|
|
369
712
|
{ path: "Texturing3D/ComposedTexture3D.x3d" },
|
|
370
713
|
{ path: "Texturing3D/DEMRI.x3d" },
|
|
@@ -376,9 +719,26 @@ const X_ITE_TESTS = [
|
|
|
376
719
|
{ path: "Texturing3D/PixelTexture3D.x3d" },
|
|
377
720
|
{ path: "Texturing3D/Volume.x3d" },
|
|
378
721
|
{ component: "Time" },
|
|
722
|
+
{ path: "Time/._Clock.x3d" },
|
|
723
|
+
{ path: "Time/._TimeProto.x3d" },
|
|
379
724
|
{ path: "Time/Clock.x3d" },
|
|
380
725
|
{ path: "Time/TimeProto.x3d" },
|
|
381
726
|
{ 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" },
|
|
382
742
|
{ path: "VolumeRendering/BasicInternals.x3d" },
|
|
383
743
|
{ path: "VolumeRendering/BlendedBodyInternals.x3d" },
|
|
384
744
|
{ path: "VolumeRendering/BlendedComposedVolumes.x3d" },
|