x_ite 9.6.0 → 9.6.2

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