x_ite 10.5.6 → 10.5.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.
Files changed (49) hide show
  1. package/README.md +4 -4
  2. package/dist/assets/components/AnnotationComponent.js +2 -2
  3. package/dist/assets/components/AnnotationComponent.min.js +2 -2
  4. package/dist/assets/components/CADGeometryComponent.js +2 -2
  5. package/dist/assets/components/CADGeometryComponent.min.js +2 -2
  6. package/dist/assets/components/CubeMapTexturingComponent.js +2 -2
  7. package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
  8. package/dist/assets/components/DISComponent.js +2 -2
  9. package/dist/assets/components/DISComponent.min.js +2 -2
  10. package/dist/assets/components/EventUtilitiesComponent.js +2 -2
  11. package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
  12. package/dist/assets/components/Geometry2DComponent.js +2 -2
  13. package/dist/assets/components/Geometry2DComponent.min.js +2 -2
  14. package/dist/assets/components/GeospatialComponent.js +2 -2
  15. package/dist/assets/components/GeospatialComponent.min.js +2 -2
  16. package/dist/assets/components/HAnimComponent.js +2 -2
  17. package/dist/assets/components/HAnimComponent.min.js +2 -2
  18. package/dist/assets/components/KeyDeviceSensorComponent.js +2 -2
  19. package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
  20. package/dist/assets/components/LayoutComponent.js +2 -2
  21. package/dist/assets/components/LayoutComponent.min.js +2 -2
  22. package/dist/assets/components/NURBSComponent.js +2 -2
  23. package/dist/assets/components/NURBSComponent.min.js +2 -2
  24. package/dist/assets/components/ParticleSystemsComponent.js +2 -2
  25. package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
  26. package/dist/assets/components/PickingComponent.js +2 -2
  27. package/dist/assets/components/PickingComponent.min.js +2 -2
  28. package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -2
  29. package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
  30. package/dist/assets/components/ScriptingComponent.js +2 -2
  31. package/dist/assets/components/ScriptingComponent.min.js +2 -2
  32. package/dist/assets/components/TextComponent.js +4 -4
  33. package/dist/assets/components/TextComponent.min.js +2 -2
  34. package/dist/assets/components/TextureProjectionComponent.js +2 -2
  35. package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
  36. package/dist/assets/components/Texturing3DComponent.js +10 -10
  37. package/dist/assets/components/Texturing3DComponent.min.js +2 -2
  38. package/dist/assets/components/VolumeRenderingComponent.js +2 -2
  39. package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
  40. package/dist/assets/components/X_ITEComponent.js +2 -2
  41. package/dist/assets/components/X_ITEComponent.min.js +2 -2
  42. package/dist/example.html +1 -1
  43. package/dist/x_ite.css +1 -1
  44. package/dist/x_ite.js +100 -80
  45. package/dist/x_ite.min.js +2 -2
  46. package/dist/x_ite.min.mjs +2 -2
  47. package/dist/x_ite.mjs +100 -80
  48. package/dist/x_ite.zip +0 -0
  49. package/package.json +1 -1
package/dist/x_ite.css CHANGED
@@ -1 +1 @@
1
- /* X_ITE v10.5.6 */@font-face{font-family:"PT Sans";font-style:normal;font-weight:400;src:url("assets/fonts/PT_Sans/PTSans-Regular.ttf") format("truetype")}@font-face{font-family:"PT Sans";font-style:normal;font-weight:700;src:url("assets/fonts/PT_Sans/PTSans-Bold.ttf") format("truetype")}@font-face{font-family:"PT Sans";font-style:italic;font-weight:400;src:url("assets/fonts/PT_Sans/PTSans-Italic.ttf") format("truetype")}@font-face{font-family:"PT Sans";font-style:italic;font-weight:700;src:url("assets/fonts/PT_Sans/PTSans-BoldItalic.ttf") format("truetype")}:host,X3DCanvas{display:inline-block;overflow:hidden;outline:none;margin:0;border:0;border-radius:0;padding:0;width:300px;height:150px;-webkit-user-select:none;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;outline:none;margin:0;border:0;border-radius:0;padding:0;width:100%;height:100%;-webkit-user-select:none;user-select:none}.x_ite-private-surface{outline:none;margin:0;border:0;border-radius:0;padding:0;height:100%}.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,.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,.61803);border-radius:5px;padding:5px;color:#fff;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;image-rendering:pixelated}.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,.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,.61803);border-right:4px solid rgba(60,60,60,.61803);border-radius:5px;padding:10px 15px 14px 14px;color:#fff;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:#fff;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;image-rendering:pixelated;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,.38196601);color:#fff;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,.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,.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:#fff;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:.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,.x_ite-private-menu .context-menu-list{display:none;box-sizing:border-box;min-width:120px;margin:0;margin-left:1px;border:4px solid rgba(0,0,0,0);border-radius:5px;padding:5px 10px 9px 9px;color:#fff;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-list{position:fixed;z-index:10000;isolation:isolate}.x_ite-private-menu .context-menu-list{position:absolute}.x_ite-private-menu .context-menu-list{top:-13px}.x_ite-private-menu .context-menu-background{position:absolute;top:0;right:0;bottom:0;left:0;inset:0;box-sizing:border-box;min-width:120px;margin:0;margin-left:1px;border:4px solid rgba(60,60,60,.61803);border-radius:5px;padding:5px 10px 9px 9px;background:rgba(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-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-background-clip:padding-box;background-clip:padding-box}.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{margin:0 4px 0 4px}.x_ite-private-menu .context-menu-item:first-of-type{margin-top:4px}.x_ite-private-menu .context-menu-item:last-of-type{margin-bottom:4px}.x_ite-private-menu .context-menu-item:hover:not(.context-menu-not-selectable){background-color:rgba(255,69,58,.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:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #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-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;image-rendering:pixelated}.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{pointer-events:none;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% - 69px);left:calc(50% - 67px);width:138px;height:134px;background:url("assets/images/logo.128.png") no-repeat;image-rendering:optimizeQuality;-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:#fff;font-size:28pt;text-align:center;text-shadow:1px 1px 0 #000;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:#fff;font-size:11pt;text-align:center;text-shadow:1px 1px 0 #000;font-family:PT Sans,sans-serif}.x_ite-private-progressbar{margin:8px;border-left:2px solid hsla(0,0%,100%,.5);border-right:2px solid hsla(0,0%,100%,.5);padding:0 2px;text-align:left}.x_ite-private-progressbar div{width:0%;height:6px;background:hsla(0,0%,100%,.5)}.x_ite-private-xr-button{position:absolute;right:10px;bottom:10px;width:32px;height:18px;background:url("assets/images/XR.svg");opacity:.6;cursor:pointer}
1
+ /* X_ITE v10.5.7 */@font-face{font-family:"PT Sans";font-style:normal;font-weight:400;src:url("assets/fonts/PT_Sans/PTSans-Regular.ttf") format("truetype")}@font-face{font-family:"PT Sans";font-style:normal;font-weight:700;src:url("assets/fonts/PT_Sans/PTSans-Bold.ttf") format("truetype")}@font-face{font-family:"PT Sans";font-style:italic;font-weight:400;src:url("assets/fonts/PT_Sans/PTSans-Italic.ttf") format("truetype")}@font-face{font-family:"PT Sans";font-style:italic;font-weight:700;src:url("assets/fonts/PT_Sans/PTSans-BoldItalic.ttf") format("truetype")}:host,X3DCanvas{display:inline-block;overflow:hidden;outline:none;margin:0;border:0;border-radius:0;padding:0;width:300px;height:150px;-webkit-user-select:none;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;outline:none;margin:0;border:0;border-radius:0;padding:0;width:100%;height:100%;-webkit-user-select:none;user-select:none}.x_ite-private-surface{outline:none;margin:0;border:0;border-radius:0;padding:0;height:100%}.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,.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,.61803);border-radius:5px;padding:5px;color:#fff;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;image-rendering:pixelated}.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,.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,.61803);border-right:4px solid rgba(60,60,60,.61803);border-radius:5px;padding:10px 15px 14px 14px;color:#fff;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:#fff;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;image-rendering:pixelated;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,.38196601);color:#fff;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,.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,.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:#fff;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:.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,.x_ite-private-menu .context-menu-list{display:none;box-sizing:border-box;min-width:120px;margin:0;margin-left:1px;border:4px solid rgba(0,0,0,0);border-radius:5px;padding:5px 10px 9px 9px;color:#fff;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-list{position:fixed;z-index:10000;isolation:isolate}.x_ite-private-menu .context-menu-list{position:absolute}.x_ite-private-menu .context-menu-list{top:-13px}.x_ite-private-menu .context-menu-background{position:absolute;top:0;right:0;bottom:0;left:0;inset:0;box-sizing:border-box;min-width:120px;margin:0;margin-left:1px;border:4px solid rgba(60,60,60,.61803);border-radius:5px;padding:5px 10px 9px 9px;background:rgba(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-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-background-clip:padding-box;background-clip:padding-box}.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{margin:0 4px 0 4px}.x_ite-private-menu .context-menu-item:first-of-type{margin-top:4px}.x_ite-private-menu .context-menu-item:last-of-type{margin-bottom:4px}.x_ite-private-menu .context-menu-item:hover:not(.context-menu-not-selectable){background-color:rgba(255,69,58,.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:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #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-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;image-rendering:pixelated}.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{pointer-events:none;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% - 69px);left:calc(50% - 67px);width:138px;height:134px;background:url("assets/images/logo.128.png") no-repeat;image-rendering:optimizeQuality;-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:#fff;font-size:28pt;text-align:center;text-shadow:1px 1px 0 #000;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:#fff;font-size:11pt;text-align:center;text-shadow:1px 1px 0 #000;font-family:PT Sans,sans-serif}.x_ite-private-progressbar{margin:8px;border-left:2px solid hsla(0,0%,100%,.5);border-right:2px solid hsla(0,0%,100%,.5);padding:0 2px;text-align:left}.x_ite-private-progressbar div{width:0%;height:6px;background:hsla(0,0%,100%,.5)}.x_ite-private-xr-button{position:absolute;right:10px;bottom:10px;width:32px;height:18px;background:url("assets/images/XR.svg");opacity:.6;cursor:pointer}
package/dist/x_ite.js CHANGED
@@ -1,4 +1,4 @@
1
- /* X_ITE v10.5.6 */
1
+ /* X_ITE v10.5.7 */
2
2
  (function webpackUniversalModuleDefinition(root, factory) {
3
3
  if(typeof exports === 'object' && typeof module === 'object')
4
4
  module.exports = factory();
@@ -12,10 +12,10 @@
12
12
  return /******/ (() => { // webpackBootstrap
13
13
  /******/ var __webpack_modules__ = ({
14
14
 
15
- /***/ 776:
15
+ /***/ 690:
16
16
  /***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
17
17
 
18
- /* provided dependency */ var jQuery = __webpack_require__(836);
18
+ /* provided dependency */ var jQuery = __webpack_require__(58);
19
19
  /**
20
20
  * @preserve jquery.fullscreen 1.1.5
21
21
  * https://github.com/code-lts/jquery-fullscreen-plugin
@@ -211,7 +211,7 @@ installFullScreenHandlers();
211
211
 
212
212
  /***/ }),
213
213
 
214
- /***/ 610:
214
+ /***/ 880:
215
215
  /***/ ((module, exports, __webpack_require__) => {
216
216
 
217
217
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -225,7 +225,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
225
225
  (function (factory) {
226
226
  if ( true ) {
227
227
  // AMD. Register as an anonymous module.
228
- !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(836)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
228
+ !(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(58)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
229
229
  __WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
230
230
  (__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
231
231
  __WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
@@ -436,7 +436,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
436
436
 
437
437
  /***/ }),
438
438
 
439
- /***/ 836:
439
+ /***/ 58:
440
440
  /***/ (function(module, exports) {
441
441
 
442
442
  var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
@@ -11160,7 +11160,7 @@ return jQuery;
11160
11160
 
11161
11161
  /***/ }),
11162
11162
 
11163
- /***/ 145:
11163
+ /***/ 499:
11164
11164
  /***/ ((module) => {
11165
11165
 
11166
11166
  /**
@@ -15939,7 +15939,7 @@ if (true) {
15939
15939
 
15940
15940
  /***/ }),
15941
15941
 
15942
- /***/ 584:
15942
+ /***/ 642:
15943
15943
  /***/ (function(__unused_webpack_module, exports) {
15944
15944
 
15945
15945
 
@@ -19184,7 +19184,7 @@ if (true) {
19184
19184
 
19185
19185
  /***/ }),
19186
19186
 
19187
- /***/ 663:
19187
+ /***/ 85:
19188
19188
  /***/ (function(module, exports) {
19189
19189
 
19190
19190
  var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
@@ -20311,7 +20311,7 @@ Object .defineProperty (Namespace, "add",
20311
20311
  return module;
20312
20312
  }
20313
20313
 
20314
- const X3D = window [Symbol .for ("X_ITE.X3D-10.5.6")];
20314
+ const X3D = window [Symbol .for ("X_ITE.X3D-10.5.7")];
20315
20315
 
20316
20316
  if (X3D)
20317
20317
  X3D [name] = module;
@@ -34173,7 +34173,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
34173
34173
 
34174
34174
  /* harmony default export */ const Base_X3DBaseNode = (x_ite_Namespace .add ("X3DBaseNode", X3DBaseNode_default_));
34175
34175
  ;// ./src/x_ite/Browser/Legacy.js
34176
- /* provided dependency */ var $ = __webpack_require__(836);
34176
+ /* provided dependency */ var $ = __webpack_require__(58);
34177
34177
  /*******************************************************************************
34178
34178
  *
34179
34179
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -34309,7 +34309,7 @@ const Legacy_default_ = Legacy;
34309
34309
  *
34310
34310
  ******************************************************************************/
34311
34311
 
34312
- const BROWSER_VERSION_default_ = "10.5.6";
34312
+ const BROWSER_VERSION_default_ = "10.5.7";
34313
34313
  ;
34314
34314
 
34315
34315
  /* harmony default export */ const BROWSER_VERSION = (x_ite_Namespace .add ("BROWSER_VERSION", BROWSER_VERSION_default_));
@@ -37334,7 +37334,7 @@ const X3DBindableNode_default_ = X3DBindableNode;
37334
37334
 
37335
37335
  /* harmony default export */ const Core_X3DBindableNode = (x_ite_Namespace .add ("X3DBindableNode", X3DBindableNode_default_));
37336
37336
  ;// ./src/standard/Math/Geometry/Triangle3.js
37337
- /* provided dependency */ var libtess = __webpack_require__(145);
37337
+ /* provided dependency */ var libtess = __webpack_require__(499);
37338
37338
  /*******************************************************************************
37339
37339
  *
37340
37340
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -39900,7 +39900,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
39900
39900
 
39901
39901
  /* harmony default export */ const Prototype_X3DProtoDeclaration = (x_ite_Namespace .add ("X3DProtoDeclaration", X3DProtoDeclaration_default_));
39902
39902
  ;// ./src/x_ite/Parser/X3DParser.js
39903
- /* provided dependency */ var X3DParser_$ = __webpack_require__(836);
39903
+ /* provided dependency */ var X3DParser_$ = __webpack_require__(58);
39904
39904
  /*******************************************************************************
39905
39905
  *
39906
39906
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -40155,7 +40155,7 @@ const Expressions_default_ = Expressions;
40155
40155
 
40156
40156
  /* harmony default export */ const Parser_Expressions = (x_ite_Namespace .add ("Expressions", Expressions_default_));
40157
40157
  ;// ./src/x_ite/Parser/VRMLParser.js
40158
- /* provided dependency */ var VRMLParser_$ = __webpack_require__(836);
40158
+ /* provided dependency */ var VRMLParser_$ = __webpack_require__(58);
40159
40159
  /*******************************************************************************
40160
40160
  *
40161
40161
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -42795,7 +42795,7 @@ const VRMLParser_default_ = VRMLParser;
42795
42795
 
42796
42796
  /* harmony default export */ const Parser_VRMLParser = (x_ite_Namespace .add ("VRMLParser", VRMLParser_default_));
42797
42797
  ;// ./src/x_ite/Parser/XMLParser.js
42798
- /* provided dependency */ var XMLParser_$ = __webpack_require__(836);
42798
+ /* provided dependency */ var XMLParser_$ = __webpack_require__(58);
42799
42799
  /*******************************************************************************
42800
42800
  *
42801
42801
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44973,7 +44973,7 @@ const URLs_default_ = URLs;
44973
44973
 
44974
44974
  /* harmony default export */ const Networking_URLs = (x_ite_Namespace .add ("URLs", URLs_default_));
44975
44975
  ;// ./src/x_ite/Parser/GLTF2Parser.js
44976
- /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(836);
44976
+ /* provided dependency */ var GLTF2Parser_$ = __webpack_require__(58);
44977
44977
  /*******************************************************************************
44978
44978
  *
44979
44979
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -48624,7 +48624,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
48624
48624
 
48625
48625
  /* harmony default export */ const Parser_GLTF2Parser = (x_ite_Namespace .add ("GLTF2Parser", GLTF2Parser_default_));
48626
48626
  ;// ./src/x_ite/Parser/GLB2Parser.js
48627
- /* provided dependency */ var GLB2Parser_$ = __webpack_require__(836);
48627
+ /* provided dependency */ var GLB2Parser_$ = __webpack_require__(58);
48628
48628
  /*******************************************************************************
48629
48629
  *
48630
48630
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -48775,7 +48775,7 @@ const GLB2Parser_default_ = GLB2Parser;
48775
48775
 
48776
48776
  /* harmony default export */ const Parser_GLB2Parser = (x_ite_Namespace .add ("GLB2Parser", GLB2Parser_default_));
48777
48777
  ;// ./src/x_ite/Parser/OBJParser.js
48778
- /* provided dependency */ var OBJParser_$ = __webpack_require__(836);
48778
+ /* provided dependency */ var OBJParser_$ = __webpack_require__(58);
48779
48779
  /*******************************************************************************
48780
48780
  *
48781
48781
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -52136,8 +52136,8 @@ const MatrixStack_default_ = MatrixStack;
52136
52136
 
52137
52137
  /* harmony default export */ const Utility_MatrixStack = (x_ite_Namespace .add ("MatrixStack", MatrixStack_default_));
52138
52138
  ;// ./src/x_ite/Parser/SVGParser.js
52139
- /* provided dependency */ var SVGParser_$ = __webpack_require__(836);
52140
- /* provided dependency */ var SVGParser_libtess = __webpack_require__(145);
52139
+ /* provided dependency */ var SVGParser_$ = __webpack_require__(58);
52140
+ /* provided dependency */ var SVGParser_libtess = __webpack_require__(499);
52141
52141
  /*******************************************************************************
52142
52142
  *
52143
52143
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -54916,7 +54916,7 @@ const SVGParser_default_ = SVGParser;
54916
54916
 
54917
54917
  /* harmony default export */ const Parser_SVGParser = (x_ite_Namespace .add ("SVGParser", SVGParser_default_));
54918
54918
  ;// ./src/x_ite/Parser/GoldenGate.js
54919
- /* provided dependency */ var GoldenGate_$ = __webpack_require__(836);
54919
+ /* provided dependency */ var GoldenGate_$ = __webpack_require__(58);
54920
54920
  /*******************************************************************************
54921
54921
  *
54922
54922
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -62930,7 +62930,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
62930
62930
 
62931
62931
  /* harmony default export */ const Texturing_X3DTexture2DNode = (x_ite_Namespace .add ("X3DTexture2DNode", X3DTexture2DNode_default_));
62932
62932
  ;// ./src/x_ite/Components/Texturing/ImageTexture.js
62933
- /* provided dependency */ var ImageTexture_$ = __webpack_require__(836);
62933
+ /* provided dependency */ var ImageTexture_$ = __webpack_require__(58);
62934
62934
  /*******************************************************************************
62935
62935
  *
62936
62936
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -66314,7 +66314,7 @@ const X3DWorld_default_ = X3DWorld;
66314
66314
 
66315
66315
  /* harmony default export */ const Execution_X3DWorld = (x_ite_Namespace .add ("X3DWorld", X3DWorld_default_));
66316
66316
  ;// ./src/x_ite/InputOutput/FileLoader.js
66317
- /* provided dependency */ var FileLoader_$ = __webpack_require__(836);
66317
+ /* provided dependency */ var FileLoader_$ = __webpack_require__(58);
66318
66318
  /*******************************************************************************
66319
66319
  *
66320
66320
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -67278,7 +67278,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
67278
67278
 
67279
67279
  /* harmony default export */ const Prototype_ProtoDeclarationArray = (x_ite_Namespace .add ("ProtoDeclarationArray", ProtoDeclarationArray_default_));
67280
67280
  ;// ./src/x_ite/Routing/X3DRoute.js
67281
- /* provided dependency */ var X3DRoute_$ = __webpack_require__(836);
67281
+ /* provided dependency */ var X3DRoute_$ = __webpack_require__(58);
67282
67282
  /*******************************************************************************
67283
67283
  *
67284
67284
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -74916,20 +74916,16 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
74916
74916
  this ._set_scale .addFieldInterest (this ._scale);
74917
74917
  this ._set_spine .addFieldInterest (this ._spine);
74918
74918
  },
74919
- getClosedOrientation ()
74919
+ getClosed (array)
74920
74920
  {
74921
- const orientation = this ._orientation;
74922
-
74923
- if (orientation .length)
74924
- {
74925
- const
74926
- firstOrientation = orientation [0] .getValue (),
74927
- lastOrientation = orientation [orientation .length - 1] .getValue ();
74921
+ if (!array .length)
74922
+ return true;
74928
74923
 
74929
- return firstOrientation .equals (lastOrientation);
74930
- }
74924
+ const
74925
+ first = array .at (0) .getValue (),
74926
+ last = array .at (-1) .getValue ();
74931
74927
 
74932
- return true;
74928
+ return first .equals (last);
74933
74929
  },
74934
74930
  createPoints: (() =>
74935
74931
  {
@@ -74995,11 +74991,12 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
74995
74991
  // calculate SCP rotations
74996
74992
 
74997
74993
  const
74998
- spine = this ._spine,
74999
- numSpines = spine .length,
75000
- firstSpine = spine [0] .getValue (),
75001
- lastSpine = spine [spine .length - 1] .getValue (),
75002
- closedSpine = firstSpine .equals (lastSpine) && this .getClosedOrientation ();
74994
+ spine = this ._spine,
74995
+ numSpines = spine .length;
74996
+
74997
+ const closedSpine = this .getClosed (spine)
74998
+ && this .getClosed (this ._orientation)
74999
+ && this .getClosed (this ._scale);
75003
75000
 
75004
75001
  // Extend or shrink static rotations array:
75005
75002
  for (let i = rotations .length; i < numSpines; ++ i)
@@ -75015,7 +75012,7 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
75015
75012
  // SCP for the first point:
75016
75013
  if (closedSpine)
75017
75014
  {
75018
- const s = firstSpine;
75015
+ const s = spine .at (0) .getValue ();
75019
75016
 
75020
75017
  // Find first defined Y-axis.
75021
75018
  for (let i = 1, length = numSpines - 2; i < length; ++ i)
@@ -75074,7 +75071,7 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
75074
75071
  SCPxAxis .assign (SCPyAxis) .cross (SCPzAxis);
75075
75072
 
75076
75073
  // Get first spine
75077
- const s = firstSpine;
75074
+ const s = spine .at (0) .getValue ();
75078
75075
 
75079
75076
  rotations [0] .set (SCPxAxis .x, SCPxAxis .y, SCPxAxis .z, 0,
75080
75077
  SCPyAxis .x, SCPyAxis .y, SCPyAxis .z, 0,
@@ -75130,7 +75127,7 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
75130
75127
  }
75131
75128
  else
75132
75129
  {
75133
- const s = lastSpine;
75130
+ const s = spine .at (-1) .getValue ();
75134
75131
 
75135
75132
  SCPyAxis .assign (s) .subtract (spine [numSpines - 2] .getValue ()) .normalize ();
75136
75133
 
@@ -75191,10 +75188,9 @@ Object .assign (Object .setPrototypeOf (Extrusion .prototype, Rendering_X3DGeome
75191
75188
 
75192
75189
  function INDEX (n, k) { return n * crossSectionSize + k; }
75193
75190
 
75194
- const
75195
- firstSpine = spine [0] .getValue (),
75196
- lastSpine = spine [numSpines - 1] .getValue (),
75197
- closedSpine = firstSpine .equals (lastSpine) && this .getClosedOrientation ();
75191
+ const closedSpine = this .getClosed (spine)
75192
+ && this .getClosed (this ._orientation)
75193
+ && this .getClosed (this ._scale);
75198
75194
 
75199
75195
  const
75200
75196
  firstCrossSection = crossSection [0] .getValue (),
@@ -90958,7 +90954,7 @@ mediump samplerCube textureCube;
90958
90954
 
90959
90955
  /* harmony default export */ const MaterialTextures = (x_ite_Namespace .add ("MaterialTextures", MaterialTextures_default_));
90960
90956
  ;// ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
90961
- /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(836);
90957
+ /* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(58);
90962
90958
  /*******************************************************************************
90963
90959
  *
90964
90960
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96234,7 +96230,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
96234
96230
 
96235
96231
  /* harmony default export */ const Shaders_ShaderCompiler = (x_ite_Namespace .add ("ShaderCompiler", ShaderCompiler_default_));
96236
96232
  ;// ./src/x_ite/Components/Shaders/ShaderPart.js
96237
- /* provided dependency */ var ShaderPart_$ = __webpack_require__(836);
96233
+ /* provided dependency */ var ShaderPart_$ = __webpack_require__(58);
96238
96234
  /*******************************************************************************
96239
96235
  *
96240
96236
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -96832,7 +96828,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
96832
96828
 
96833
96829
  /* harmony default export */ const Shape_X3DAppearanceNode = (x_ite_Namespace .add ("X3DAppearanceNode", X3DAppearanceNode_default_));
96834
96830
  ;// ./src/x_ite/Components/Shape/Appearance.js
96835
- /* provided dependency */ var Appearance_$ = __webpack_require__(836);
96831
+ /* provided dependency */ var Appearance_$ = __webpack_require__(58);
96836
96832
  /*******************************************************************************
96837
96833
  *
96838
96834
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -105055,8 +105051,8 @@ const GifMedia_default_ = GifMedia;
105055
105051
 
105056
105052
  /* harmony default export */ const Texturing_GifMedia = (x_ite_Namespace .add ("GifMedia", GifMedia_default_));
105057
105053
  ;// ./src/x_ite/Components/Texturing/MovieTexture.js
105058
- /* provided dependency */ var MovieTexture_$ = __webpack_require__(836);
105059
- /* provided dependency */ var SuperGif = __webpack_require__(663);
105054
+ /* provided dependency */ var MovieTexture_$ = __webpack_require__(58);
105055
+ /* provided dependency */ var SuperGif = __webpack_require__(85);
105060
105056
  /*******************************************************************************
105061
105057
  *
105062
105058
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -107524,7 +107520,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
107524
107520
 
107525
107521
  /* harmony default export */ const gettext = (x_ite_Namespace .add ("gettext", gettext_default_));
107526
107522
  ;// ./src/x_ite/Browser/Core/BrowserTimings.js
107527
- /* provided dependency */ var BrowserTimings_$ = __webpack_require__(836);
107523
+ /* provided dependency */ var BrowserTimings_$ = __webpack_require__(58);
107528
107524
  /*******************************************************************************
107529
107525
  *
107530
107526
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -108154,7 +108150,7 @@ const TextCompression_default_ = TextCompression;
108154
108150
 
108155
108151
  /* harmony default export */ const Core_TextCompression = (x_ite_Namespace .add ("TextCompression", TextCompression_default_));
108156
108152
  ;// ./src/x_ite/Browser/Core/BrowserOptions.js
108157
- /* provided dependency */ var BrowserOptions_$ = __webpack_require__(836);
108153
+ /* provided dependency */ var BrowserOptions_$ = __webpack_require__(58);
108158
108154
  /*******************************************************************************
108159
108155
  *
108160
108156
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -108801,7 +108797,7 @@ const RenderingProperties_default_ = RenderingProperties;
108801
108797
 
108802
108798
  /* harmony default export */ const Core_RenderingProperties = (x_ite_Namespace .add ("RenderingProperties", RenderingProperties_default_));
108803
108799
  ;// ./src/x_ite/Browser/Core/Notification.js
108804
- /* provided dependency */ var Notification_$ = __webpack_require__(836);
108800
+ /* provided dependency */ var Notification_$ = __webpack_require__(58);
108805
108801
  /*******************************************************************************
108806
108802
  *
108807
108803
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -108923,8 +108919,8 @@ const Notification_default_ = Notification;
108923
108919
 
108924
108920
  /* harmony default export */ const Core_Notification = (x_ite_Namespace .add ("Notification", Notification_default_));
108925
108921
  ;// ./src/x_ite/Browser/Core/ContextMenu.js
108926
- /* provided dependency */ var jquery_fullscreen = __webpack_require__(776);
108927
- /* provided dependency */ var ContextMenu_$ = __webpack_require__(836);
108922
+ /* provided dependency */ var jquery_fullscreen = __webpack_require__(690);
108923
+ /* provided dependency */ var ContextMenu_$ = __webpack_require__(58);
108928
108924
  /*******************************************************************************
108929
108925
  *
108930
108926
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -111646,7 +111642,7 @@ const DataStorage_default_ = DataStorage;
111646
111642
 
111647
111643
  /* harmony default export */ const Utility_DataStorage = (x_ite_Namespace .add ("DataStorage", DataStorage_default_));
111648
111644
  ;// ./src/x_ite/Browser/Core/X3DCoreContext.js
111649
- /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(836);
111645
+ /* provided dependency */ var X3DCoreContext_$ = __webpack_require__(58);
111650
111646
  /*******************************************************************************
111651
111647
  *
111652
111648
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -114257,8 +114253,8 @@ const X3DViewer_default_ = X3DViewer;
114257
114253
 
114258
114254
  /* harmony default export */ const Navigation_X3DViewer = (x_ite_Namespace .add ("X3DViewer", X3DViewer_default_));
114259
114255
  ;// ./src/x_ite/Browser/Navigation/ExamineViewer.js
114260
- /* provided dependency */ var jquery_mousewheel = __webpack_require__(610);
114261
- /* provided dependency */ var ExamineViewer_$ = __webpack_require__(836);
114256
+ /* provided dependency */ var jquery_mousewheel = __webpack_require__(880);
114257
+ /* provided dependency */ var ExamineViewer_$ = __webpack_require__(58);
114262
114258
  /*******************************************************************************
114263
114259
  *
114264
114260
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -115173,8 +115169,8 @@ const ExamineViewer_default_ = ExamineViewer;
115173
115169
 
115174
115170
  /* harmony default export */ const Navigation_ExamineViewer = (x_ite_Namespace .add ("ExamineViewer", ExamineViewer_default_));
115175
115171
  ;// ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
115176
- /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(610);
115177
- /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(836);
115172
+ /* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(880);
115173
+ /* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(58);
115178
115174
  /*******************************************************************************
115179
115175
  *
115180
115176
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116189,8 +116185,8 @@ const FlyViewer_default_ = FlyViewer;
116189
116185
 
116190
116186
  /* harmony default export */ const Navigation_FlyViewer = (x_ite_Namespace .add ("FlyViewer", FlyViewer_default_));
116191
116187
  ;// ./src/x_ite/Browser/Navigation/PlaneViewer.js
116192
- /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(610);
116193
- /* provided dependency */ var PlaneViewer_$ = __webpack_require__(836);
116188
+ /* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(880);
116189
+ /* provided dependency */ var PlaneViewer_$ = __webpack_require__(58);
116194
116190
  /*******************************************************************************
116195
116191
  *
116196
116192
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -116519,8 +116515,8 @@ const NoneViewer_default_ = NoneViewer;
116519
116515
 
116520
116516
  /* harmony default export */ const Navigation_NoneViewer = (x_ite_Namespace .add ("NoneViewer", NoneViewer_default_));
116521
116517
  ;// ./src/x_ite/Browser/Navigation/LookAtViewer.js
116522
- /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(610);
116523
- /* provided dependency */ var LookAtViewer_$ = __webpack_require__(836);
116518
+ /* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(880);
116519
+ /* provided dependency */ var LookAtViewer_$ = __webpack_require__(58);
116524
116520
  /*******************************************************************************
116525
116521
  *
116526
116522
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -117665,8 +117661,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
117665
117661
 
117666
117662
  /* harmony default export */ const Picking_X3DPickingContext = (x_ite_Namespace .add ("X3DPickingContext", X3DPickingContext_default_));
117667
117663
  ;// ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
117668
- /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(610);
117669
- /* provided dependency */ var PointingDevice_$ = __webpack_require__(836);
117664
+ /* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(880);
117665
+ /* provided dependency */ var PointingDevice_$ = __webpack_require__(58);
117670
117666
  /*******************************************************************************
117671
117667
  *
117672
117668
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119113,7 +119109,7 @@ const Lock_default_ = Lock;
119113
119109
 
119114
119110
  /* harmony default export */ const Utility_Lock = (x_ite_Namespace .add ("Lock", Lock_default_));
119115
119111
  ;// ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
119116
- /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(836);
119112
+ /* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(58);
119117
119113
  /*******************************************************************************
119118
119114
  *
119119
119115
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -119565,7 +119561,7 @@ Object .assign (X3DRenderingContext .prototype,
119565
119561
  if (!mode .match (/^(?:immersive-vr|immersive-ar)$/))
119566
119562
  return false;
119567
119563
 
119568
- return await navigator .xr .isSessionSupported (mode);
119564
+ return await X3DRenderingContext_$.try (() => navigator .xr .isSessionSupported (mode)) ?? false;
119569
119565
  },
119570
119566
  updateXRButton ()
119571
119567
  {
@@ -120427,7 +120423,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
120427
120423
 
120428
120424
  /* harmony default export */ const Sound_X3DSoundContext = (x_ite_Namespace .add ("X3DSoundContext", X3DSoundContext_default_));
120429
120425
  ;// ./src/x_ite/Browser/Texturing/KTXDecoder.js
120430
- /* provided dependency */ var KTXDecoder_$ = __webpack_require__(836);
120426
+ /* provided dependency */ var KTXDecoder_$ = __webpack_require__(58);
120431
120427
  const KTXDecoder_default_ = class KTXDecoder
120432
120428
  {
120433
120429
  constructor (gl, externalKtxlib, scriptDir)
@@ -122006,7 +122002,7 @@ const Components_default_ = Components;
122006
122002
 
122007
122003
  /* harmony default export */ const x_ite_Components = (x_ite_Namespace .add ("Components", Components_default_));
122008
122004
  ;// ./src/x_ite/Browser/DOMIntegration.js
122009
- /* provided dependency */ var DOMIntegration_$ = __webpack_require__(836);
122005
+ /* provided dependency */ var DOMIntegration_$ = __webpack_require__(58);
122010
122006
  /*******************************************************************************
122011
122007
  * MIT License
122012
122008
  *
@@ -123272,7 +123268,7 @@ const FieldTypes_default_ = new Configuration_FieldTypesArray (Object .values (x
123272
123268
 
123273
123269
  /* harmony default export */ const FieldTypes = (x_ite_Namespace .add ("FieldTypes", FieldTypes_default_));
123274
123270
  ;// ./src/x_ite/Browser/X3DBrowser.js
123275
- /* provided dependency */ var X3DBrowser_$ = __webpack_require__(836);
123271
+ /* provided dependency */ var X3DBrowser_$ = __webpack_require__(58);
123276
123272
  /*******************************************************************************
123277
123273
  *
123278
123274
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124321,6 +124317,30 @@ Object .defineProperties (X3DBrowser .prototype,
124321
124317
  },
124322
124318
  enumerable: true,
124323
124319
  },
124320
+ activeLayer:
124321
+ {
124322
+ get ()
124323
+ {
124324
+ return this ._activeLayer .valueOf ();
124325
+ },
124326
+ enumerable: true,
124327
+ },
124328
+ activeNavigationInfo:
124329
+ {
124330
+ get ()
124331
+ {
124332
+ return this ._activeNavigationInfo .valueOf ();
124333
+ },
124334
+ enumerable: true,
124335
+ },
124336
+ activeViewpoint:
124337
+ {
124338
+ get ()
124339
+ {
124340
+ return this ._activeViewpoint .valueOf ();
124341
+ },
124342
+ enumerable: true,
124343
+ },
124324
124344
  });
124325
124345
 
124326
124346
  Object .defineProperties (X3DBrowser,
@@ -124339,7 +124359,7 @@ const X3DBrowser_default_ = X3DBrowser;
124339
124359
 
124340
124360
  /* harmony default export */ const Browser_X3DBrowser = (x_ite_Namespace .add ("X3DBrowser", X3DBrowser_default_));
124341
124361
  ;// ./src/x_ite/X3DCanvasElement.js
124342
- /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(836);
124362
+ /* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(58);
124343
124363
  /*******************************************************************************
124344
124364
  *
124345
124365
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124606,8 +124626,8 @@ const QuickSort_default_ = QuickSort;
124606
124626
 
124607
124627
  /* harmony default export */ const Algorithms_QuickSort = (x_ite_Namespace .add ("QuickSort", QuickSort_default_));
124608
124628
  ;// ./src/lib/jquery.js
124609
- /* provided dependency */ var jquery_$ = __webpack_require__(836);
124610
- /* provided dependency */ var pako = __webpack_require__(584);
124629
+ /* provided dependency */ var jquery_$ = __webpack_require__(58);
124630
+ /* provided dependency */ var pako = __webpack_require__(642);
124611
124631
  Object .assign (jquery_$,
124612
124632
  {
124613
124633
  decodeText (input)
@@ -124684,13 +124704,13 @@ const jquery_default_ = jquery_$;
124684
124704
 
124685
124705
  /* harmony default export */ const jquery = (x_ite_Namespace .add ("jquery", jquery_default_));
124686
124706
  ;// ./src/lib/libtess.js
124687
- /* provided dependency */ var libtess_libtess = __webpack_require__(145);
124707
+ /* provided dependency */ var libtess_libtess = __webpack_require__(499);
124688
124708
  const libtess_default_ = libtess_libtess;
124689
124709
  ;
124690
124710
 
124691
124711
  /* harmony default export */ const lib_libtess = (x_ite_Namespace .add ("libtess", libtess_default_));
124692
124712
  ;// ./src/x_ite/X3D.js
124693
- /* provided dependency */ var X3D_$ = __webpack_require__(836);
124713
+ /* provided dependency */ var X3D_$ = __webpack_require__(58);
124694
124714
  /*******************************************************************************
124695
124715
  *
124696
124716
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -124994,7 +125014,7 @@ x_ite_Namespace, x_ite_Namespace .Fields,
124994
125014
 
124995
125015
  // Assign X3D to global namespace.
124996
125016
 
124997
- window [Symbol .for ("X_ITE.X3D-10.5.6")] = x_ite_X3D;
125017
+ window [Symbol .for ("X_ITE.X3D-10.5.7")] = x_ite_X3D;
124998
125018
 
124999
125019
  customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
125000
125020