x_ite 8.11.6 → 8.11.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +13 -13
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +25 -25
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +19 -19
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +33 -33
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +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 +26 -26
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +24 -24
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +23 -23
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +17 -17
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +37 -37
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +24 -24
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +14 -14
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +30 -30
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +18 -18
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +9 -9
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +91 -78
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.zip +0 -0
- package/docs/_config.yml +2 -2
- package/docs/_posts/features.md +1 -1
- package/package.json +1 -1
- package/src/lib/jquery.js +10 -3
- package/src/x_ite/Browser/Core/Context.js +1 -1
- package/src/x_ite/Browser/VERSION.js +1 -1
- package/src/x_ite/Browser/X3DBrowserContext.js +3 -3
- package/src/x_ite/Components/Texturing/ImageTexture.js +8 -8
- package/src/x_ite/InputOutput/FileLoader.js +5 -1
- package/src/x_ite/Parser/GoldenGate.js +1 -1
- package/src/x_ite/Parser/VRMLParser.js +5 -3
- package/src/x_ite.html +12 -1
- package/x_ite.min.html +12 -1
package/dist/x_ite.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/* X_ITE v8.11.6 */@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic");:host,X3DCanvas{display:inline-block;overflow:hidden;outline:none;margin:0;border:0;border-radius:0;padding:0;width:300px;height:150px;user-select:none;-webkit-user-select:none}:host([hidden]){display:none}:host(.x_ite-fullscreen){width:100vw !important;height:100vh !important}X3DCanvas>:not(.x_ite-private-browser,.x_ite-private-menu){display:none}.x_ite-private-browser{overflow:hidden;position:relative;margin:0;border:0;border-radius:0;padding:0;width:100%;height:100%;user-select:none;-webkit-user-select:none}.x_ite-private-surface{position:absolute;margin:0;border:0;border-radius:0;padding:0;top:0;right:0;bottom:0;left:0;inset:0}.x_ite-private-canvas{display:block;outline:none;margin:0;border:0;border-radius:0;padding:0;width:100%;height:100%}.x_ite-private-notification{position:absolute;top:20px;right:-4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,0.61803);background:-moz-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:-webkit-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:linear-gradient(to bottom, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);-webkit-background-clip:padding-box;background-clip:padding-box;border:4px solid rgba(60,60,60,0.61803);border-radius:5px;padding:5px;color:white;font-family:PT Sans, sans-serif;font-size:10pt;letter-spacing:unset;line-height:1;white-space:pre;pointer-events:none}.x_ite-private-notification span{padding:0 24px 0 20px;background:url("assets/images/icon.bw.png") no-repeat 0 2px}.x_ite-private-browser-timings{position:absolute;bottom:-4px;left:-4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,0.61803);background:-moz-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:-webkit-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:linear-gradient(to bottom, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);-webkit-background-clip:padding-box;background-clip:padding-box;border-top:4px solid rgba(60,60,60,0.61803);border-right:4px solid rgba(60,60,60,0.61803);border-radius:5px;padding:10px 15px 14px 14px;color:white;font-family:PT Sans, sans-serif;font-size:9pt;white-space:pre;pointer-events:none}.x_ite-private-browser-timings table,.x_ite-private-browser-timings thead,.x_ite-private-browser-timings tbody,.x_ite-private-browser-timings tfoot,.x_ite-private-browser-timings tr,.x_ite-private-browser-timings th,.x_ite-private-browser-timings td{box-sizing:border-box;outline:0;margin:0;border:0;border-radius:0;padding:0;background:none;color:white;font-size:inherit;font-weight:normal;font-style:normal;letter-spacing:unset;line-height:1;text-align:left}.x_ite-private-browser-timings table{overflow:hidden;background:url("assets/images/Time.png") no-repeat;width:100%;max-width:100%;border-collapse:separate;border-spacing:2px;empty-cells:show}.x_ite-private-browser-timings thead th{padding-left:20px;padding-bottom:5px;font-weight:bold}.x_ite-private-browser-timings td:first-child{padding-right:10px}.x_ite-private-browser-timings table.more tr.x_ite-private-more td{padding-bottom:5px}.x_ite-private-browser-timings table.less tr.x_ite-private-more ~ tr{display:none}.x_ite-private-browser-timings td{padding-bottom:2px}.x_ite-private-browser-timings tfoot td:first-child{padding-right:0}.x_ite-private-browser-timings tfoot td{padding-top:4px}.x_ite-private-browser-timings button{box-sizing:border-box;border:0;border-radius:10px;width:100%;height:14pt;padding:0;background:rgba(0,0,0,0.381966);color:white;font-family:PT Sans, sans-serif;font-style:italic;font-size:9pt;letter-spacing:unset;line-height:1.1;text-align:center;pointer-events:all;cursor:pointer}.x_ite-private-world-info-overlay{position:absolute;top:0;right:0;bottom:0;left:0;inset:0}.x_ite-private-world-info{overflow-y:auto;position:absolute;top:0;right:0;bottom:0;left:0;inset:0;margin:21pt;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,0.61803);background:-moz-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:-webkit-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:linear-gradient(to bottom, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);-webkit-background-clip:padding-box;background-clip:padding-box;border:4px solid rgba(60,60,60,0.61803);border-radius:15px;padding:21pt}.x_ite-private-world-info .x_ite-private-world-info-top,.x_ite-private-world-info .x_ite-private-world-info-title,.x_ite-private-world-info .x_ite-private-world-info-info,.x_ite-private-world-info p{box-sizing:border-box;outline:0;margin:0;border:0;border-radius:0;padding:0;background:none;color:white;font-family:PT Sans, sans-serif;font-size:inherit;font-weight:inherit;font-style:normal;letter-spacing:unset;line-height:1.2;text-align:left}.x_ite-private-world-info .x_ite-private-world-info-top{font-weight:bold;font-style:italic;font-size:9pt}.x_ite-private-world-info .x_ite-private-world-info-title{margin:0.3em 0 1em 0;font-weight:bold;font-size:21pt}.x_ite-private-world-info .x_ite-private-world-info-info,.x_ite-private-world-info .x_ite-private-world-info-info p{margin:1em 0 1em 0;font-size:14pt}.x_ite-private-world-info a{text-decoration:underline;color:#fd9f2e}.x_ite-private-menu.context-menu-layer{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;inset:0}.x_ite-private-menu.context-menu-list{position:fixed;z-index:10000;isolation:isolate}.x_ite-private-menu .context-menu-list{position:absolute}.x_ite-private-menu.context-menu-list,.x_ite-private-menu .context-menu-list{display:block;box-sizing:border-box;min-width:120px;margin:0;margin-left:1px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,0.61803);background:-moz-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:-webkit-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:linear-gradient(to bottom, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);-webkit-background-clip:padding-box;background-clip:padding-box;border:4px solid rgba(60,60,60,0.61803);border-radius:5px;padding:5px 10px 9px 9px;color:white;font-family:PT Sans, sans-serif;font-size:10pt;white-space:pre;line-height:1.2;list-style-type:none}.x_ite-private-menu .context-menu-item{cursor:pointer;position:relative;border-radius:5px;margin:0;font-size:10pt;line-height:1;letter-spacing:unset;text-align:left}.x_ite-private-menu .context-menu-item:hover:not(.context-menu-not-selectable){background-color:rgba(255,69,58,0.8)}.x_ite-private-menu .context-menu-item:hover>.context-menu-list{display:block}.x_ite-private-menu .context-menu-not-selectable{cursor:default}.x_ite-private-menu .context-menu-separator{cursor:default;margin:2px 0;border-top:0;border-bottom:1px solid #8a8a8a;padding-top:0;padding-bottom:0}.x_ite-private-menu .context-menu-separator+.context-menu-separator{display:none !important}.x_ite-private-menu .context-menu-submenu:after{content:"";position:absolute;display:block;right:0;top:8px;margin-right:2px;border-style:solid;border-width:4px 0 4px 5px;border-color:transparent transparent transparent #eee;width:0;height:0}.x_ite-private-menu .context-menu-item>span{display:block;width:100%;padding:5px 24px}.x_ite-private-menu .context-menu-input>label{cursor:pointer;display:block;box-sizing:border-box;margin:0;padding:5px 24px;width:100%;font-size:10pt;letter-spacing:unset;line-height:1}.x_ite-private-menu .context-menu-input>label>*{vertical-align:top;font-size:10pt;font-weight:normal;letter-spacing:unset;line-height:1}.x_ite-private-menu .context-menu-item>label>input{all:revert;cursor:pointer}.x_ite-private-menu .context-menu-input>label>input[type="checkbox"],.x_ite-private-menu .context-menu-input>label>input[type="radio"]{accent-color:#ff453a;display:inline;width:12px;margin:0;margin-left:-20px;padding:0}.x_ite-private-menu .context-menu-input>label>span{padding-left:8px}.x_ite-private-menu .context-menu-item>.context-menu-list{top:-9px;right:-5px;display:none}.x_ite-private-menu .context-menu-title{font-weight:bold}.x_ite-private-menu .context-menu-selected{font-weight:bold;font-style:italic}.x_ite-private-menu .context-menu-icon{background-repeat:no-repeat;background-position:2px 3px}.x_ite-private-icon-viewpoint{background:url("assets/images/Viewpoint.png")}.x_ite-private-icon-examine-viewer{background:url("assets/images/ExamineViewer.png")}.x_ite-private-icon-walk-viewer{background:url("assets/images/WalkViewer.png")}.x_ite-private-icon-fly-viewer{background:url("assets/images/FlyViewer.png")}.x_ite-private-icon-lookat-viewer{background:url("assets/images/gtk-zoom-in.png")}.x_ite-private-icon-plane-viewer{background:url("assets/images/PlaneViewer.png")}.x_ite-private-icon-none-viewer{background:url("assets/images/NoneViewer.png")}.x_ite-private-icon-zoom-fit{background:url("assets/images/gtk-zoom-fit.png")}.x_ite-private-icon-zoom-in{background:url("assets/images/gtk-zoom-in.png")}.x_ite-private-icon-primitive-quality{background:url("assets/images/PrimitiveQuality.png")}.x_ite-private-icon-texture-quality{background:url("assets/images/TextureQuality.png")}.x_ite-private-icon-shading{background:url("assets/images/Shading.png")}.x_ite-private-icon-enter-fullscreen{background:url("assets/images/gtk-fullscreen.png")}.x_ite-private-icon-leave-fullscreen{background:url("assets/images/gtk-leave-fullscreen.png")}.x_ite-private-icon-world-info{background:url("assets/images/go-next.png")}.x_ite-private-icon-help-about{background:url("assets/images/help-about.png")}.x_ite-private-splash-screen{position:absolute;top:0;right:0;bottom:0;left:0;inset:0;background:#1b1d21;background:-moz-radial-gradient(center, ellipse cover, #2f3135 0%, #1b1d21 100%);background:-webkit-radial-gradient(center, ellipse cover, #2f3135 0%, #1b1d21 100%);background:radial-gradient(ellipse at center, #2f3135 0%, #1b1d21 100%)}.x_ite-private-spinner{position:absolute;top:calc(50% - (138px / 2));left:calc(50% - (134px / 2));width:138px;height:134px;background:url("assets/images/logo.128.png") no-repeat;-webkit-animation:spinner-animation-spin 32s linear infinite;-moz-animation:spinner-animation-spin 32s linear infinite;animation:spinner-animation-spin 32s linear infinite}@-moz-keyframes spinner-animation-spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spinner-animation-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spinner-animation-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.x_ite-private-progress{position:absolute;top:calc(50% - 28pt - 11pt);left:calc(50% - 100px);width:200px}.x_ite-private-x_ite{color:white;font-size:28pt;text-align:center;text-shadow:1px 1px 0 black;font-family:PT Sans, sans-serif}.x_ite-private-x_ite span.x_ite-private-x3d{font-weight:bold}.x_ite-private-spinner-text{color:white;font-size:11pt;text-align:center;text-shadow:1px 1px 0 black;font-family:PT Sans, sans-serif}.x_ite-private-progressbar{margin:8px;border-left:2px solid rgba(255,255,255,0.5);border-right:2px solid rgba(255,255,255,0.5);padding:0 2px;text-align:left}.x_ite-private-progressbar div{width:0%;height:6px;background:rgba(255,255,255,0.5)}
|
|
1
|
+
/* X_ITE v8.11.7 */@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic");:host,X3DCanvas{display:inline-block;overflow:hidden;outline:none;margin:0;border:0;border-radius:0;padding:0;width:300px;height:150px;user-select:none;-webkit-user-select:none}:host([hidden]){display:none}:host(.x_ite-fullscreen){width:100vw !important;height:100vh !important}X3DCanvas>:not(.x_ite-private-browser,.x_ite-private-menu){display:none}.x_ite-private-browser{overflow:hidden;position:relative;margin:0;border:0;border-radius:0;padding:0;width:100%;height:100%;user-select:none;-webkit-user-select:none}.x_ite-private-surface{position:absolute;margin:0;border:0;border-radius:0;padding:0;top:0;right:0;bottom:0;left:0;inset:0}.x_ite-private-canvas{display:block;outline:none;margin:0;border:0;border-radius:0;padding:0;width:100%;height:100%}.x_ite-private-notification{position:absolute;top:20px;right:-4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,0.61803);background:-moz-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:-webkit-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:linear-gradient(to bottom, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);-webkit-background-clip:padding-box;background-clip:padding-box;border:4px solid rgba(60,60,60,0.61803);border-radius:5px;padding:5px;color:white;font-family:PT Sans, sans-serif;font-size:10pt;letter-spacing:unset;line-height:1;white-space:pre;pointer-events:none}.x_ite-private-notification span{padding:0 24px 0 20px;background:url("assets/images/icon.bw.png") no-repeat 0 2px}.x_ite-private-browser-timings{position:absolute;bottom:-4px;left:-4px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,0.61803);background:-moz-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:-webkit-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:linear-gradient(to bottom, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);-webkit-background-clip:padding-box;background-clip:padding-box;border-top:4px solid rgba(60,60,60,0.61803);border-right:4px solid rgba(60,60,60,0.61803);border-radius:5px;padding:10px 15px 14px 14px;color:white;font-family:PT Sans, sans-serif;font-size:9pt;white-space:pre;pointer-events:none}.x_ite-private-browser-timings table,.x_ite-private-browser-timings thead,.x_ite-private-browser-timings tbody,.x_ite-private-browser-timings tfoot,.x_ite-private-browser-timings tr,.x_ite-private-browser-timings th,.x_ite-private-browser-timings td{box-sizing:border-box;outline:0;margin:0;border:0;border-radius:0;padding:0;background:none;color:white;font-size:inherit;font-weight:normal;font-style:normal;letter-spacing:unset;line-height:1;text-align:left}.x_ite-private-browser-timings table{overflow:hidden;background:url("assets/images/Time.png") no-repeat;width:100%;max-width:100%;border-collapse:separate;border-spacing:2px;empty-cells:show}.x_ite-private-browser-timings thead th{padding-left:20px;padding-bottom:5px;font-weight:bold}.x_ite-private-browser-timings td:first-child{padding-right:10px}.x_ite-private-browser-timings table.more tr.x_ite-private-more td{padding-bottom:5px}.x_ite-private-browser-timings table.less tr.x_ite-private-more ~ tr{display:none}.x_ite-private-browser-timings td{padding-bottom:2px}.x_ite-private-browser-timings tfoot td:first-child{padding-right:0}.x_ite-private-browser-timings tfoot td{padding-top:4px}.x_ite-private-browser-timings button{box-sizing:border-box;border:0;border-radius:10px;width:100%;height:14pt;padding:0;background:rgba(0,0,0,0.381966);color:white;font-family:PT Sans, sans-serif;font-style:italic;font-size:9pt;letter-spacing:unset;line-height:1.1;text-align:center;pointer-events:all;cursor:pointer}.x_ite-private-world-info-overlay{position:absolute;top:0;right:0;bottom:0;left:0;inset:0}.x_ite-private-world-info{overflow-y:auto;position:absolute;top:0;right:0;bottom:0;left:0;inset:0;margin:21pt;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,0.61803);background:-moz-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:-webkit-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:linear-gradient(to bottom, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);-webkit-background-clip:padding-box;background-clip:padding-box;border:4px solid rgba(60,60,60,0.61803);border-radius:15px;padding:21pt}.x_ite-private-world-info .x_ite-private-world-info-top,.x_ite-private-world-info .x_ite-private-world-info-title,.x_ite-private-world-info .x_ite-private-world-info-info,.x_ite-private-world-info p{box-sizing:border-box;outline:0;margin:0;border:0;border-radius:0;padding:0;background:none;color:white;font-family:PT Sans, sans-serif;font-size:inherit;font-weight:inherit;font-style:normal;letter-spacing:unset;line-height:1.2;text-align:left}.x_ite-private-world-info .x_ite-private-world-info-top{font-weight:bold;font-style:italic;font-size:9pt}.x_ite-private-world-info .x_ite-private-world-info-title{margin:0.3em 0 1em 0;font-weight:bold;font-size:21pt}.x_ite-private-world-info .x_ite-private-world-info-info,.x_ite-private-world-info .x_ite-private-world-info-info p{margin:1em 0 1em 0;font-size:14pt}.x_ite-private-world-info a{text-decoration:underline;color:#fd9f2e}.x_ite-private-menu.context-menu-layer{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;inset:0}.x_ite-private-menu.context-menu-list{position:fixed;z-index:10000;isolation:isolate}.x_ite-private-menu .context-menu-list{position:absolute}.x_ite-private-menu.context-menu-list,.x_ite-private-menu .context-menu-list{display:block;box-sizing:border-box;min-width:120px;margin:0;margin-left:1px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,0.61803);background:-moz-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:-webkit-linear-gradient(top, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);background:linear-gradient(to bottom, rgba(50,50,50,0.61803) 0%, rgba(0,0,0,0.61803) 100%);-webkit-background-clip:padding-box;background-clip:padding-box;border:4px solid rgba(60,60,60,0.61803);border-radius:5px;padding:5px 10px 9px 9px;color:white;font-family:PT Sans, sans-serif;font-size:10pt;white-space:pre;line-height:1.2;list-style-type:none}.x_ite-private-menu .context-menu-item{cursor:pointer;position:relative;border-radius:5px;margin:0;font-size:10pt;line-height:1;letter-spacing:unset;text-align:left}.x_ite-private-menu .context-menu-item:hover:not(.context-menu-not-selectable){background-color:rgba(255,69,58,0.8)}.x_ite-private-menu .context-menu-item:hover>.context-menu-list{display:block}.x_ite-private-menu .context-menu-not-selectable{cursor:default}.x_ite-private-menu .context-menu-separator{cursor:default;margin:2px 0;border-top:0;border-bottom:1px solid #8a8a8a;padding-top:0;padding-bottom:0}.x_ite-private-menu .context-menu-separator+.context-menu-separator{display:none !important}.x_ite-private-menu .context-menu-submenu:after{content:"";position:absolute;display:block;right:0;top:8px;margin-right:2px;border-style:solid;border-width:4px 0 4px 5px;border-color:transparent transparent transparent #eee;width:0;height:0}.x_ite-private-menu .context-menu-item>span{display:block;width:100%;padding:5px 24px}.x_ite-private-menu .context-menu-input>label{cursor:pointer;display:block;box-sizing:border-box;margin:0;padding:5px 24px;width:100%;font-size:10pt;letter-spacing:unset;line-height:1}.x_ite-private-menu .context-menu-input>label>*{vertical-align:top;font-size:10pt;font-weight:normal;letter-spacing:unset;line-height:1}.x_ite-private-menu .context-menu-item>label>input{all:revert;cursor:pointer}.x_ite-private-menu .context-menu-input>label>input[type="checkbox"],.x_ite-private-menu .context-menu-input>label>input[type="radio"]{accent-color:#ff453a;display:inline;width:12px;margin:0;margin-left:-20px;padding:0}.x_ite-private-menu .context-menu-input>label>span{padding-left:8px}.x_ite-private-menu .context-menu-item>.context-menu-list{top:-9px;right:-5px;display:none}.x_ite-private-menu .context-menu-title{font-weight:bold}.x_ite-private-menu .context-menu-selected{font-weight:bold;font-style:italic}.x_ite-private-menu .context-menu-icon{background-repeat:no-repeat;background-position:2px 3px}.x_ite-private-icon-viewpoint{background:url("assets/images/Viewpoint.png")}.x_ite-private-icon-examine-viewer{background:url("assets/images/ExamineViewer.png")}.x_ite-private-icon-walk-viewer{background:url("assets/images/WalkViewer.png")}.x_ite-private-icon-fly-viewer{background:url("assets/images/FlyViewer.png")}.x_ite-private-icon-lookat-viewer{background:url("assets/images/gtk-zoom-in.png")}.x_ite-private-icon-plane-viewer{background:url("assets/images/PlaneViewer.png")}.x_ite-private-icon-none-viewer{background:url("assets/images/NoneViewer.png")}.x_ite-private-icon-zoom-fit{background:url("assets/images/gtk-zoom-fit.png")}.x_ite-private-icon-zoom-in{background:url("assets/images/gtk-zoom-in.png")}.x_ite-private-icon-primitive-quality{background:url("assets/images/PrimitiveQuality.png")}.x_ite-private-icon-texture-quality{background:url("assets/images/TextureQuality.png")}.x_ite-private-icon-shading{background:url("assets/images/Shading.png")}.x_ite-private-icon-enter-fullscreen{background:url("assets/images/gtk-fullscreen.png")}.x_ite-private-icon-leave-fullscreen{background:url("assets/images/gtk-leave-fullscreen.png")}.x_ite-private-icon-world-info{background:url("assets/images/go-next.png")}.x_ite-private-icon-help-about{background:url("assets/images/help-about.png")}.x_ite-private-splash-screen{position:absolute;top:0;right:0;bottom:0;left:0;inset:0;background:#1b1d21;background:-moz-radial-gradient(center, ellipse cover, #2f3135 0%, #1b1d21 100%);background:-webkit-radial-gradient(center, ellipse cover, #2f3135 0%, #1b1d21 100%);background:radial-gradient(ellipse at center, #2f3135 0%, #1b1d21 100%)}.x_ite-private-spinner{position:absolute;top:calc(50% - (138px / 2));left:calc(50% - (134px / 2));width:138px;height:134px;background:url("assets/images/logo.128.png") no-repeat;-webkit-animation:spinner-animation-spin 32s linear infinite;-moz-animation:spinner-animation-spin 32s linear infinite;animation:spinner-animation-spin 32s linear infinite}@-moz-keyframes spinner-animation-spin{100%{-moz-transform:rotate(360deg)}}@-webkit-keyframes spinner-animation-spin{100%{-webkit-transform:rotate(360deg)}}@keyframes spinner-animation-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.x_ite-private-progress{position:absolute;top:calc(50% - 28pt - 11pt);left:calc(50% - 100px);width:200px}.x_ite-private-x_ite{color:white;font-size:28pt;text-align:center;text-shadow:1px 1px 0 black;font-family:PT Sans, sans-serif}.x_ite-private-x_ite span.x_ite-private-x3d{font-weight:bold}.x_ite-private-spinner-text{color:white;font-size:11pt;text-align:center;text-shadow:1px 1px 0 black;font-family:PT Sans, sans-serif}.x_ite-private-progressbar{margin:8px;border-left:2px solid rgba(255,255,255,0.5);border-right:2px solid rgba(255,255,255,0.5);padding:0 2px;text-align:left}.x_ite-private-progressbar div{width:0%;height:6px;background:rgba(255,255,255,0.5)}
|
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v8.11.
|
|
1
|
+
/* X_ITE v8.11.7 */(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
3
|
module.exports = factory();
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
@@ -11,11 +11,11 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 27:
|
|
15
15
|
/***/ (function(module, exports, __webpack_require__) {
|
|
16
16
|
|
|
17
17
|
"use strict";
|
|
18
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
18
|
+
/* provided dependency */ var jQuery = __webpack_require__(777);
|
|
19
19
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
20
20
|
|
|
21
21
|
/**
|
|
@@ -387,10 +387,10 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_RESULT__;
|
|
|
387
387
|
|
|
388
388
|
/***/ }),
|
|
389
389
|
|
|
390
|
-
/***/
|
|
390
|
+
/***/ 322:
|
|
391
391
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
392
392
|
|
|
393
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
393
|
+
/* provided dependency */ var jQuery = __webpack_require__(777);
|
|
394
394
|
/**
|
|
395
395
|
* @preserve jquery.fullscreen 1.1.5
|
|
396
396
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -586,7 +586,7 @@ installFullScreenHandlers();
|
|
|
586
586
|
|
|
587
587
|
/***/ }),
|
|
588
588
|
|
|
589
|
-
/***/
|
|
589
|
+
/***/ 844:
|
|
590
590
|
/***/ ((module, exports, __webpack_require__) => {
|
|
591
591
|
|
|
592
592
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -600,7 +600,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
600
600
|
(function (factory) {
|
|
601
601
|
if ( true ) {
|
|
602
602
|
// AMD. Register as an anonymous module.
|
|
603
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
603
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(777)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
604
604
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
605
605
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
606
606
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -811,7 +811,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
811
811
|
|
|
812
812
|
/***/ }),
|
|
813
813
|
|
|
814
|
-
/***/
|
|
814
|
+
/***/ 777:
|
|
815
815
|
/***/ (function(module, exports) {
|
|
816
816
|
|
|
817
817
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -11523,7 +11523,7 @@ return jQuery;
|
|
|
11523
11523
|
|
|
11524
11524
|
/***/ }),
|
|
11525
11525
|
|
|
11526
|
-
/***/
|
|
11526
|
+
/***/ 400:
|
|
11527
11527
|
/***/ ((module) => {
|
|
11528
11528
|
|
|
11529
11529
|
/**
|
|
@@ -16302,7 +16302,7 @@ if (true) {
|
|
|
16302
16302
|
|
|
16303
16303
|
/***/ }),
|
|
16304
16304
|
|
|
16305
|
-
/***/
|
|
16305
|
+
/***/ 397:
|
|
16306
16306
|
/***/ (function(__unused_webpack_module, exports) {
|
|
16307
16307
|
|
|
16308
16308
|
|
|
@@ -19547,7 +19547,7 @@ if (true) {
|
|
|
19547
19547
|
|
|
19548
19548
|
/***/ }),
|
|
19549
19549
|
|
|
19550
|
-
/***/
|
|
19550
|
+
/***/ 557:
|
|
19551
19551
|
/***/ (function(module, exports) {
|
|
19552
19552
|
|
|
19553
19553
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -34475,7 +34475,7 @@ x_ite_Namespace .set ("x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
|
34475
34475
|
*
|
|
34476
34476
|
******************************************************************************/
|
|
34477
34477
|
|
|
34478
|
-
const VERSION_default_ = "8.11.
|
|
34478
|
+
const VERSION_default_ = "8.11.7";
|
|
34479
34479
|
;
|
|
34480
34480
|
|
|
34481
34481
|
x_ite_Namespace .set ("x_ite/Browser/VERSION", VERSION_default_);
|
|
@@ -38254,7 +38254,7 @@ const X3DProtoDeclarationNode_default_ = X3DProtoDeclarationNode;
|
|
|
38254
38254
|
x_ite_Namespace .set ("x_ite/Prototype/X3DProtoDeclarationNode", X3DProtoDeclarationNode_default_);
|
|
38255
38255
|
/* harmony default export */ const Prototype_X3DProtoDeclarationNode = (X3DProtoDeclarationNode_default_);
|
|
38256
38256
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
38257
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
38257
|
+
/* provided dependency */ var $ = __webpack_require__(777);
|
|
38258
38258
|
/*******************************************************************************
|
|
38259
38259
|
*
|
|
38260
38260
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39078,7 +39078,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
39078
39078
|
x_ite_Namespace .set ("x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
|
|
39079
39079
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
|
|
39080
39080
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
39081
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
39081
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(777);
|
|
39082
39082
|
/*******************************************************************************
|
|
39083
39083
|
*
|
|
39084
39084
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39312,7 +39312,9 @@ Object .assign (Object .setPrototypeOf (VRMLParser .prototype, Parser_X3DParser
|
|
|
39312
39312
|
{
|
|
39313
39313
|
//console .error (error);
|
|
39314
39314
|
|
|
39315
|
-
const
|
|
39315
|
+
const
|
|
39316
|
+
string = error .message,
|
|
39317
|
+
unexpected = this .lastIndex === this .input .length ? "Unexpected end of file. " : "";
|
|
39316
39318
|
|
|
39317
39319
|
let
|
|
39318
39320
|
rest = this .getLine (),
|
|
@@ -39337,7 +39339,7 @@ Object .assign (Object .setPrototypeOf (VRMLParser .prototype, Parser_X3DParser
|
|
|
39337
39339
|
+ `${lastLine}\n`
|
|
39338
39340
|
+ `${line}\n`
|
|
39339
39341
|
+ `${Array (linePos) .join (" ")}^\n`
|
|
39340
|
-
+ `${string}\n`
|
|
39342
|
+
+ `${unexpected}${string}\n`
|
|
39341
39343
|
+ `********************************************************************************\n`
|
|
39342
39344
|
;
|
|
39343
39345
|
|
|
@@ -39361,7 +39363,7 @@ Object .assign (Object .setPrototypeOf (VRMLParser .prototype, Parser_X3DParser
|
|
|
39361
39363
|
{
|
|
39362
39364
|
let
|
|
39363
39365
|
input = this .input,
|
|
39364
|
-
lastIndex = this .lastIndex,
|
|
39366
|
+
lastIndex = Math .min (this .lastIndex, this .input .length - 1),
|
|
39365
39367
|
line = "";
|
|
39366
39368
|
|
|
39367
39369
|
if (lastIndex < input .length && (input [lastIndex] !== "\n" || input [lastIndex] !== "\r"))
|
|
@@ -41630,7 +41632,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
41630
41632
|
x_ite_Namespace .set ("x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
41631
41633
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
41632
41634
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
41633
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
41635
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(777);
|
|
41634
41636
|
/*******************************************************************************
|
|
41635
41637
|
*
|
|
41636
41638
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -43641,7 +43643,7 @@ const URLs_default_ = URLs;
|
|
|
43641
43643
|
x_ite_Namespace .set ("x_ite/Browser/Networking/URLs", URLs_default_);
|
|
43642
43644
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
43643
43645
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
43644
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
43646
|
+
/* provided dependency */ var libtess = __webpack_require__(400);
|
|
43645
43647
|
/*******************************************************************************
|
|
43646
43648
|
*
|
|
43647
43649
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44571,7 +44573,7 @@ const Box3_default_ = Box3;
|
|
|
44571
44573
|
x_ite_Namespace .set ("standard/Math/Geometry/Box3", Box3_default_);
|
|
44572
44574
|
/* harmony default export */ const Geometry_Box3 = (Box3_default_);
|
|
44573
44575
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
44574
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
44576
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(777);
|
|
44575
44577
|
/*******************************************************************************
|
|
44576
44578
|
*
|
|
44577
44579
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47377,7 +47379,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
47377
47379
|
x_ite_Namespace .set ("x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
47378
47380
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
47379
47381
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
47380
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
47382
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(777);
|
|
47381
47383
|
/*******************************************************************************
|
|
47382
47384
|
*
|
|
47383
47385
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47529,7 +47531,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
47529
47531
|
x_ite_Namespace .set ("x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
47530
47532
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
47531
47533
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
47532
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
47534
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(777);
|
|
47533
47535
|
/*******************************************************************************
|
|
47534
47536
|
*
|
|
47535
47537
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -50884,8 +50886,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
50884
50886
|
x_ite_Namespace .set ("standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
50885
50887
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
50886
50888
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
50887
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
50888
|
-
/* provided dependency */ var SVGParser_libtess = __webpack_require__(
|
|
50889
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(777);
|
|
50890
|
+
/* provided dependency */ var SVGParser_libtess = __webpack_require__(400);
|
|
50889
50891
|
/*******************************************************************************
|
|
50890
50892
|
*
|
|
50891
50893
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53653,7 +53655,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
53653
53655
|
x_ite_Namespace .set ("x_ite/Parser/SVGParser", SVGParser_default_);
|
|
53654
53656
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
53655
53657
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
53656
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
53658
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(777);
|
|
53657
53659
|
/*******************************************************************************
|
|
53658
53660
|
*
|
|
53659
53661
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53733,7 +53735,7 @@ Object .assign (Object .setPrototypeOf (GoldenGate .prototype, Parser_X3DParser
|
|
|
53733
53735
|
parser = new Parser (this .getScene ()),
|
|
53734
53736
|
input = this .getInput (parser .getEncoding (), x3dSyntax);
|
|
53735
53737
|
|
|
53736
|
-
if (input === undefined)
|
|
53738
|
+
if (Array .isArray (input) ? input .some (i => i === undefined) : input === undefined)
|
|
53737
53739
|
continue;
|
|
53738
53740
|
|
|
53739
53741
|
parser .setInput (input);
|
|
@@ -60435,7 +60437,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
60435
60437
|
x_ite_Namespace .set ("x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
60436
60438
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
60437
60439
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
60438
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
60440
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(777);
|
|
60439
60441
|
/*******************************************************************************
|
|
60440
60442
|
*
|
|
60441
60443
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -60633,7 +60635,7 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
|
|
|
60633
60635
|
this .setError ({ type: error .message });
|
|
60634
60636
|
}
|
|
60635
60637
|
},
|
|
60636
|
-
getImageData: async function (image)
|
|
60638
|
+
getImageData: async function (image, colorspace = true)
|
|
60637
60639
|
{
|
|
60638
60640
|
const
|
|
60639
60641
|
gl = this .getBrowser () .getContext (),
|
|
@@ -60641,13 +60643,13 @@ Object .assign (Object .setPrototypeOf (ImageTexture .prototype, Texturing_X3DTe
|
|
|
60641
60643
|
texture = gl .createTexture (),
|
|
60642
60644
|
data = new Uint8Array (image .width * image .height * 4);
|
|
60643
60645
|
|
|
60644
|
-
gl .bindFramebuffer (gl.FRAMEBUFFER, framebuffer);
|
|
60645
|
-
gl .bindTexture (gl.TEXTURE_2D, texture);
|
|
60646
|
-
gl .
|
|
60647
|
-
|
|
60648
|
-
gl .
|
|
60649
|
-
|
|
60650
|
-
await gl .readPixelsAsync (0, 0, image .width, image .height, gl.RGBA, gl.UNSIGNED_BYTE, data);
|
|
60646
|
+
gl .bindFramebuffer (gl .FRAMEBUFFER, framebuffer);
|
|
60647
|
+
gl .bindTexture (gl .TEXTURE_2D, texture);
|
|
60648
|
+
gl .pixelStorei (gl .UNPACK_COLORSPACE_CONVERSION_WEBGL, colorspace ? gl .BROWSER_DEFAULT_WEBGL : gl .NONE);
|
|
60649
|
+
gl .texImage2D (gl .TEXTURE_2D, 0, gl .RGBA, gl .RGBA, gl .UNSIGNED_BYTE, image);
|
|
60650
|
+
gl .pixelStorei (gl .UNPACK_COLORSPACE_CONVERSION_WEBGL, gl .BROWSER_DEFAULT_WEBGL);
|
|
60651
|
+
gl .framebufferTexture2D (gl .FRAMEBUFFER, gl .COLOR_ATTACHMENT0, gl .TEXTURE_2D, texture, 0);
|
|
60652
|
+
await gl .readPixelsAsync (0, 0, image .width, image .height, gl .RGBA, gl .UNSIGNED_BYTE, data);
|
|
60651
60653
|
gl .deleteFramebuffer (framebuffer);
|
|
60652
60654
|
gl .deleteTexture (texture);
|
|
60653
60655
|
|
|
@@ -64977,7 +64979,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
64977
64979
|
x_ite_Namespace .set ("x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
64978
64980
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
64979
64981
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
64980
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
64982
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(777);
|
|
64981
64983
|
/*******************************************************************************
|
|
64982
64984
|
*
|
|
64983
64985
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -65215,7 +65217,7 @@ Object .assign (Object .setPrototypeOf (FileLoader .prototype, Base_X3DObject .p
|
|
|
65215
65217
|
{
|
|
65216
65218
|
//const mimeType = result [1];
|
|
65217
65219
|
|
|
65218
|
-
//
|
|
65220
|
+
// Decode base64 or unescape.
|
|
65219
65221
|
|
|
65220
65222
|
let data = result [4];
|
|
65221
65223
|
|
|
@@ -65224,6 +65226,10 @@ Object .assign (Object .setPrototypeOf (FileLoader .prototype, Base_X3DObject .p
|
|
|
65224
65226
|
else
|
|
65225
65227
|
data = unescape (data); // Don't use decodeURIComponent!
|
|
65226
65228
|
|
|
65229
|
+
// Remove BOM
|
|
65230
|
+
|
|
65231
|
+
data = FileLoader_$.removeBOM (data);
|
|
65232
|
+
|
|
65227
65233
|
this .callback (data);
|
|
65228
65234
|
return;
|
|
65229
65235
|
}
|
|
@@ -88625,7 +88631,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
88625
88631
|
x_ite_Namespace .set ("x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
88626
88632
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
88627
88633
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
88628
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
88634
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(777);
|
|
88629
88635
|
/*******************************************************************************
|
|
88630
88636
|
*
|
|
88631
88637
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -94012,7 +94018,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
94012
94018
|
x_ite_Namespace .set ("x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
94013
94019
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
94014
94020
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
94015
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
94021
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(777);
|
|
94016
94022
|
/*******************************************************************************
|
|
94017
94023
|
*
|
|
94018
94024
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -94669,7 +94675,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
94669
94675
|
x_ite_Namespace .set ("x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
|
|
94670
94676
|
/* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
|
|
94671
94677
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
94672
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
94678
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(777);
|
|
94673
94679
|
/*******************************************************************************
|
|
94674
94680
|
*
|
|
94675
94681
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -98398,7 +98404,7 @@ const X3DSoundSourceNode_default_ = X3DSoundSourceNode;
|
|
|
98398
98404
|
x_ite_Namespace .set ("x_ite/Components/Sound/X3DSoundSourceNode", X3DSoundSourceNode_default_);
|
|
98399
98405
|
/* harmony default export */ const Sound_X3DSoundSourceNode = (X3DSoundSourceNode_default_);
|
|
98400
98406
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Sound/AudioClip.js
|
|
98401
|
-
/* provided dependency */ var AudioClip_$ = __webpack_require__(
|
|
98407
|
+
/* provided dependency */ var AudioClip_$ = __webpack_require__(777);
|
|
98402
98408
|
/*******************************************************************************
|
|
98403
98409
|
*
|
|
98404
98410
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -101509,8 +101515,8 @@ const GIFMedia_default_ = GifMedia;
|
|
|
101509
101515
|
x_ite_Namespace .set ("x_ite/Browser/Texturing/GIFMedia", GIFMedia_default_);
|
|
101510
101516
|
/* harmony default export */ const GIFMedia = (GIFMedia_default_);
|
|
101511
101517
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
101512
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
101513
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
101518
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(777);
|
|
101519
|
+
/* provided dependency */ var SuperGif = __webpack_require__(557);
|
|
101514
101520
|
/*******************************************************************************
|
|
101515
101521
|
*
|
|
101516
101522
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -102675,7 +102681,7 @@ const MultiTextureTransform_default_ = MultiTextureTransform;
|
|
|
102675
102681
|
x_ite_Namespace .set ("x_ite/Components/Texturing/MultiTextureTransform", MultiTextureTransform_default_);
|
|
102676
102682
|
/* harmony default export */ const Texturing_MultiTextureTransform = (MultiTextureTransform_default_);
|
|
102677
102683
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/PixelTexture.js
|
|
102678
|
-
/* provided dependency */ var PixelTexture_$ = __webpack_require__(
|
|
102684
|
+
/* provided dependency */ var PixelTexture_$ = __webpack_require__(777);
|
|
102679
102685
|
/*******************************************************************************
|
|
102680
102686
|
*
|
|
102681
102687
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -104310,7 +104316,7 @@ const Context =
|
|
|
104310
104316
|
{
|
|
104311
104317
|
case this .WAIT_FAILED:
|
|
104312
104318
|
{
|
|
104313
|
-
reject ();
|
|
104319
|
+
reject (new Error ("clientWaitSync: WAIT_FAILED"));
|
|
104314
104320
|
return;
|
|
104315
104321
|
}
|
|
104316
104322
|
case this .TIMEOUT_EXPIRED:
|
|
@@ -104866,7 +104872,7 @@ const gettext_default_ = gettext;
|
|
|
104866
104872
|
x_ite_Namespace .set ("locale/gettext", gettext_default_);
|
|
104867
104873
|
/* harmony default export */ const locale_gettext = (gettext_default_);
|
|
104868
104874
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
104869
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
104875
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(777);
|
|
104870
104876
|
/*******************************************************************************
|
|
104871
104877
|
*
|
|
104872
104878
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105296,7 +105302,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
105296
105302
|
x_ite_Namespace .set ("x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
105297
105303
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
105298
105304
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
105299
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
105305
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(777);
|
|
105300
105306
|
/*******************************************************************************
|
|
105301
105307
|
*
|
|
105302
105308
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105888,7 +105894,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
105888
105894
|
x_ite_Namespace .set ("x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
105889
105895
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
105890
105896
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
105891
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
105897
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(777);
|
|
105892
105898
|
/*******************************************************************************
|
|
105893
105899
|
*
|
|
105894
105900
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -106011,8 +106017,8 @@ const Notification_default_ = Notification;
|
|
|
106011
106017
|
x_ite_Namespace .set ("x_ite/Browser/Core/Notification", Notification_default_);
|
|
106012
106018
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
106013
106019
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
106014
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
106015
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
106020
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(322);
|
|
106021
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(777);
|
|
106016
106022
|
/*******************************************************************************
|
|
106017
106023
|
*
|
|
106018
106024
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108732,7 +108738,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
108732
108738
|
x_ite_Namespace .set ("standard/Utility/DataStorage", DataStorage_default_);
|
|
108733
108739
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
108734
108740
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
108735
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
108741
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(777);
|
|
108736
108742
|
/*******************************************************************************
|
|
108737
108743
|
*
|
|
108738
108744
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -110765,8 +110771,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
110765
110771
|
x_ite_Namespace .set ("x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
|
|
110766
110772
|
/* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
|
|
110767
110773
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
110768
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
110769
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
110774
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(844);
|
|
110775
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(777);
|
|
110770
110776
|
/*******************************************************************************
|
|
110771
110777
|
*
|
|
110772
110778
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -111638,8 +111644,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
111638
111644
|
x_ite_Namespace .set ("x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
111639
111645
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
111640
111646
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
111641
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
111642
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
111647
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(844);
|
|
111648
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(777);
|
|
111643
111649
|
/*******************************************************************************
|
|
111644
111650
|
*
|
|
111645
111651
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -112611,8 +112617,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
112611
112617
|
x_ite_Namespace .set ("x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
112612
112618
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
112613
112619
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
112614
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
112615
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
112620
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(844);
|
|
112621
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(777);
|
|
112616
112622
|
/*******************************************************************************
|
|
112617
112623
|
*
|
|
112618
112624
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -112943,8 +112949,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
112943
112949
|
x_ite_Namespace .set ("x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
112944
112950
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
112945
112951
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
112946
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
112947
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
112952
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(844);
|
|
112953
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(777);
|
|
112948
112954
|
/*******************************************************************************
|
|
112949
112955
|
*
|
|
112950
112956
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -114083,8 +114089,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
114083
114089
|
x_ite_Namespace .set ("x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
114084
114090
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
114085
114091
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
114086
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
114087
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
114092
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(844);
|
|
114093
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(777);
|
|
114088
114094
|
/*******************************************************************************
|
|
114089
114095
|
*
|
|
114090
114096
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115362,8 +115368,8 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
115362
115368
|
x_ite_Namespace .set ("x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
115363
115369
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
115364
115370
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
115365
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
115366
|
-
/* provided dependency */ var ResizeSensor = __webpack_require__(
|
|
115371
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(777);
|
|
115372
|
+
/* provided dependency */ var ResizeSensor = __webpack_require__(27);
|
|
115367
115373
|
/*******************************************************************************
|
|
115368
115374
|
*
|
|
115369
115375
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117353,15 +117359,15 @@ Object .assign (Object .setPrototypeOf (X3DBrowserContext .prototype, Base_X3DBa
|
|
|
117353
117359
|
|
|
117354
117360
|
this [_world] .traverse (Rendering_TraverseType .DISPLAY);
|
|
117355
117361
|
|
|
117362
|
+
this .addTaintedField (this ._finishedEvents);
|
|
117363
|
+
this [_processEvents] ();
|
|
117364
|
+
|
|
117356
117365
|
this .getFrameBuffer () .blit ();
|
|
117357
117366
|
|
|
117358
117367
|
this [_displayTime] .stop ();
|
|
117359
117368
|
|
|
117360
117369
|
// Finish
|
|
117361
117370
|
|
|
117362
|
-
this .addTaintedField (this ._finishedEvents);
|
|
117363
|
-
this [_processEvents] ();
|
|
117364
|
-
|
|
117365
117371
|
this [_browserTime] .stop ();
|
|
117366
117372
|
this [_systemTime] .start ();
|
|
117367
117373
|
},
|
|
@@ -117591,7 +117597,7 @@ const Components_default_ = Components;
|
|
|
117591
117597
|
x_ite_Namespace .set ("x_ite/Components", Components_default_);
|
|
117592
117598
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
117593
117599
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
117594
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
117600
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(777);
|
|
117595
117601
|
/*******************************************************************************
|
|
117596
117602
|
* MIT License
|
|
117597
117603
|
*
|
|
@@ -117980,7 +117986,7 @@ const DOMIntegration_default_ = DOMIntegration;
|
|
|
117980
117986
|
x_ite_Namespace .set ("x_ite/Browser/DOMIntegration", DOMIntegration_default_);
|
|
117981
117987
|
/* harmony default export */ const Browser_DOMIntegration = (DOMIntegration_default_);
|
|
117982
117988
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
117983
|
-
/* provided dependency */ var Legacy_$ = __webpack_require__(
|
|
117989
|
+
/* provided dependency */ var Legacy_$ = __webpack_require__(777);
|
|
117984
117990
|
/*******************************************************************************
|
|
117985
117991
|
*
|
|
117986
117992
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118811,7 +118817,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
118811
118817
|
x_ite_Namespace .set ("x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
118812
118818
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
118813
118819
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
118814
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
118820
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(777);
|
|
118815
118821
|
/*******************************************************************************
|
|
118816
118822
|
*
|
|
118817
118823
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -119877,16 +119883,23 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
119877
119883
|
x_ite_Namespace .set ("x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
119878
119884
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
119879
119885
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
119880
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
119881
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
119886
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(777);
|
|
119887
|
+
/* provided dependency */ var pako = __webpack_require__(397);
|
|
119882
119888
|
Object .assign (jquery_$,
|
|
119883
119889
|
{
|
|
119890
|
+
removeBOM (input)
|
|
119891
|
+
{
|
|
119892
|
+
if (input .startsWith (""))
|
|
119893
|
+
input = input .substring (3);
|
|
119894
|
+
|
|
119895
|
+
return input;
|
|
119896
|
+
},
|
|
119884
119897
|
decodeText (input)
|
|
119885
119898
|
{
|
|
119886
|
-
if (typeof input
|
|
119887
|
-
|
|
119899
|
+
if (typeof input !== "string")
|
|
119900
|
+
input = new TextDecoder () .decode (input);
|
|
119888
119901
|
|
|
119889
|
-
return
|
|
119902
|
+
return jquery_$.removeBOM (input);
|
|
119890
119903
|
},
|
|
119891
119904
|
ungzip (arrayBuffer)
|
|
119892
119905
|
{
|
|
@@ -119943,14 +119956,14 @@ const jquery_default_ = jquery_$;
|
|
|
119943
119956
|
x_ite_Namespace .set ("lib/jquery", jquery_default_);
|
|
119944
119957
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
119945
119958
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
119946
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
119959
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(400);
|
|
119947
119960
|
const libtess_default_ = libtess_libtess;
|
|
119948
119961
|
;
|
|
119949
119962
|
|
|
119950
119963
|
x_ite_Namespace .set ("lib/libtess", libtess_default_);
|
|
119951
119964
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
119952
119965
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
119953
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
119966
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(777);
|
|
119954
119967
|
/*******************************************************************************
|
|
119955
119968
|
*
|
|
119956
119969
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120206,7 +120219,7 @@ const X3D_default_ = X3D;
|
|
|
120206
120219
|
x_ite_Namespace .set ("x_ite/X3D", X3D_default_);
|
|
120207
120220
|
/* harmony default export */ const x_ite_X3D = (X3D_default_);
|
|
120208
120221
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
120209
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
120222
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(777);
|
|
120210
120223
|
/*******************************************************************************
|
|
120211
120224
|
*
|
|
120212
120225
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120477,7 +120490,7 @@ x_ite_Namespace .set ("shim", shim_default_);
|
|
|
120477
120490
|
|
|
120478
120491
|
// Assign X3D to global namespace.
|
|
120479
120492
|
|
|
120480
|
-
window [Symbol .for ("X_ITE.X3D-8.11.
|
|
120493
|
+
window [Symbol .for ("X_ITE.X3D-8.11.7")] = x_ite_X3D;
|
|
120481
120494
|
|
|
120482
120495
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
120483
120496
|
|