x_ite 9.6.0 → 9.6.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/README.md +2 -4
- package/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +14 -14
- 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 +18 -18
- 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 +23 -23
- 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 +23 -23
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +26 -26
- 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 +17 -17
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +43 -43
- 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/TextureProjection.js +15 -15
- package/dist/assets/components/TextureProjection.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +27 -27
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +19 -19
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +14 -14
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.d.ts +7 -0
- package/dist/x_ite.js +1004 -1006
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.min.mjs +1 -1
- package/dist/x_ite.mjs +1004 -1006
- package/dist/x_ite.zip +0 -0
- package/package.json +121 -115
package/dist/x_ite.zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,117 +1,123 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
2
|
+
"name": "x_ite",
|
|
3
|
+
"version": "9.6.1",
|
|
4
|
+
"description": "X_ITE X3D browser, view and manipulate X3D and VRML scenes in HTML.",
|
|
5
|
+
"main": "dist/x_ite.js",
|
|
6
|
+
"module": "dist/x_ite.mjs",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"require": "./dist/x_ite.js",
|
|
10
|
+
"import": "./dist/x_ite.mjs",
|
|
11
|
+
"types": "./dist/x_ite.d.ts"
|
|
12
|
+
},
|
|
13
|
+
"./x_ite.js": "./dist/x_ite.js",
|
|
14
|
+
"./x_ite.min.js": "./dist/x_ite.min.js",
|
|
15
|
+
"./x_ite.mjs": "./dist/x_ite.mjs",
|
|
16
|
+
"./x_ite.min.mjs": "./dist/x_ite.min.mjs",
|
|
17
|
+
"./x_ite.d.ts": "./dist/x_ite.d.ts"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist/*"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"test": "cd ../x_ite-tests && npm test",
|
|
24
|
+
"lint": "eslint src",
|
|
25
|
+
"dist": "node build/bin/dist.js",
|
|
26
|
+
"release": "node build/bin/release.js",
|
|
27
|
+
"ts": "node build/bin/ts.js",
|
|
28
|
+
"predocs": "rm -f -r docs/_site/",
|
|
29
|
+
"docs": "cd docs && bundle exec jekyll serve --incremental --host=`ipconfig getifaddr en0`",
|
|
30
|
+
"docs-install": "cd docs && bundle install",
|
|
31
|
+
"docs-update": "cd docs && bundle update",
|
|
32
|
+
"docs-components": "node build/docs/components.js",
|
|
33
|
+
"docs-nodes": "perl build/docs/nodes.pl",
|
|
34
|
+
"docs-reference": "node build/docs/reference.js",
|
|
35
|
+
"glTF-samples": "perl build/docs/glTF-samples.pl",
|
|
36
|
+
"purge-camo": "perl build/docs/purge-camo.js",
|
|
37
|
+
"release-docs": "sh build/bin/release-docs.sh",
|
|
38
|
+
"make-tests": "perl build/bin/tests.pl"
|
|
39
|
+
},
|
|
40
|
+
"repository": {
|
|
41
|
+
"type": "git",
|
|
42
|
+
"url": "git+https://github.com/create3000/x_ite.git"
|
|
43
|
+
},
|
|
44
|
+
"keywords": [
|
|
45
|
+
"3D",
|
|
46
|
+
"Browser",
|
|
47
|
+
"Electron",
|
|
48
|
+
"Framework",
|
|
49
|
+
"GLB",
|
|
50
|
+
"glTF2",
|
|
51
|
+
"JavaScript",
|
|
52
|
+
"JSON",
|
|
53
|
+
"Node",
|
|
54
|
+
"PLY",
|
|
55
|
+
"STL",
|
|
56
|
+
"SVG",
|
|
57
|
+
"VRML",
|
|
58
|
+
"Wavefront-OBJ",
|
|
59
|
+
"WebGL",
|
|
60
|
+
"wrl",
|
|
61
|
+
"x_ite",
|
|
62
|
+
"X3D",
|
|
63
|
+
"XML"
|
|
64
|
+
],
|
|
65
|
+
"author": "Holger Seelig <holger.seelig@gmail.com>",
|
|
66
|
+
"license": "GPL-3.0",
|
|
67
|
+
"bugs": {
|
|
68
|
+
"url": "https://github.com/create3000/x_ite/issues"
|
|
69
|
+
},
|
|
70
|
+
"homepage": "https://create3000.github.io/x_ite/",
|
|
71
|
+
"contributors": [
|
|
72
|
+
{
|
|
73
|
+
"name": "Holger Seelig",
|
|
74
|
+
"email": "holger.seelig@gmail.com",
|
|
75
|
+
"url": "https://github.com/create3000"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"name": "Andreas Plesch",
|
|
79
|
+
"email": "andreasplesch@gmail.com",
|
|
80
|
+
"url": "https://github.com/andreasplesch"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"name": "John Carlson",
|
|
84
|
+
"email": "yottzumm@gmail.com",
|
|
85
|
+
"url": "https://github.com/coderextreme"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "Simon Place",
|
|
89
|
+
"url": "https://github.com/splace"
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "Glen Whitney",
|
|
93
|
+
"url": "https://github.com/gwhitney"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"funding": {
|
|
97
|
+
"type": "patreon",
|
|
98
|
+
"url": "https://patreon.com/X_ITE"
|
|
99
|
+
},
|
|
100
|
+
"devDependencies": {
|
|
101
|
+
"ammojs": "^0.0.2",
|
|
102
|
+
"CharLS.js": "^2.0.1",
|
|
103
|
+
"dicom-parser": "^1.8.21",
|
|
104
|
+
"fast-xml-parser": "^4.3.6",
|
|
105
|
+
"jpeg-js": "^0.4.4",
|
|
106
|
+
"jpeg-lossless-decoder-js": "2.1.2",
|
|
107
|
+
"jquery": "^3.7.1",
|
|
108
|
+
"jquery-fullscreen-plugin": "^1.1.5",
|
|
109
|
+
"jquery-mousewheel": "^3.1.13",
|
|
110
|
+
"libgif": "^0.0.3",
|
|
111
|
+
"libtess": "^1.2.2",
|
|
112
|
+
"madge": "^7.0.0",
|
|
113
|
+
"OpenJPEG.js": "^0.10.2",
|
|
114
|
+
"opentype.js": "^1.3.4",
|
|
115
|
+
"pako": "^2.1.0",
|
|
116
|
+
"shell-tools": "^1.1.9",
|
|
117
|
+
"string-replace-webpack-plugin": "^0.1.3",
|
|
118
|
+
"terser": "^5.31.0",
|
|
119
|
+
"webpack": "^5.91.0",
|
|
120
|
+
"webpack-cli": "^5.1.4",
|
|
121
|
+
"webpack-shell-plugin-next": "^2.3.1"
|
|
122
|
+
}
|
|
117
123
|
}
|