x_ite 9.5.1 → 9.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/components/Annotation.js +13 -13
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +14 -14
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +25 -25
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +13 -13
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +9 -9
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +18 -18
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +33 -33
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +23 -23
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +8 -8
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +27 -27
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +23 -23
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +26 -26
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +18 -18
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +17 -17
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +38 -38
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +24 -24
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjection.js +15 -15
- package/dist/assets/components/TextureProjection.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +28 -28
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +19 -19
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +14 -14
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +56 -56
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.min.mjs +1 -1
- package/dist/x_ite.mjs +56 -56
- package/dist/x_ite.zip +0 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
/* X_ITE v9.5.1 */(()=>{"use strict";var e={n:t=>{var s=t&&t.__esModule?()=>t.default:()=>t;return e.d(s,{a:s}),s},d:(t,s)=>{for(var i in s)e.o(s,i)&&!e.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:s[i]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const t=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Components");var s=e.n(t);const i=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Fields");var n=e.n(i);const o=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Base/X3DFieldDefinition");var a=e.n(o);const r=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Base/FieldDefinitionArray");var _=e.n(r);const h=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Components/Shape/X3DAppearanceChildNode");var p=e.n(h);const l=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Base/X3DConstants");var u=e.n(l);const c=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Namespace");var d=e.n(c);function T(e){p().call(this,e),this.addType(u().BlendMode),this.factorTypes=new Map,this.equationTypes=new Map}Object.assign(Object.setPrototypeOf(T.prototype,p().prototype),{initialize(){p().prototype.initialize.call(this);const e=this.getBrowser().getContext(),t=e.getExtension("EXT_blend_minmax");this.factorTypes.set("ZERO",e.ZERO),this.factorTypes.set("ONE",e.ONE),this.factorTypes.set("SRC_COLOR",e.SRC_COLOR),this.factorTypes.set("ONE_MINUS_SRC_COLOR",e.ONE_MINUS_SRC_COLOR),this.factorTypes.set("DST_COLOR",e.DST_COLOR),this.factorTypes.set("ONE_MINUS_DST_COLOR",e.ONE_MINUS_DST_COLOR),this.factorTypes.set("SRC_ALPHA",e.SRC_ALPHA),this.factorTypes.set("ONE_MINUS_SRC_ALPHA",e.ONE_MINUS_SRC_ALPHA),this.factorTypes.set("DST_ALPHA",e.DST_ALPHA),this.factorTypes.set("ONE_MINUS_DST_ALPHA",e.ONE_MINUS_DST_ALPHA),this.factorTypes.set("SRC_ALPHA_SATURATE",e.SRC_ALPHA_SATURATE),this.factorTypes.set("CONSTANT_COLOR",e.CONSTANT_COLOR),this.factorTypes.set("ONE_MINUS_CONSTANT_COLOR",e.ONE_MINUS_CONSTANT_COLOR),this.factorTypes.set("CONSTANT_ALPHA",e.CONSTANT_ALPHA),this.factorTypes.set("ONE_MINUS_CONSTANT_ALPHA",e.ONE_MINUS_CONSTANT_ALPHA),this.equationTypes.set("FUNC_ADD",e.FUNC_ADD),this.equationTypes.set("FUNC_SUBTRACT",e.FUNC_SUBTRACT),this.equationTypes.set("FUNC_REVERSE_SUBTRACT",e.FUNC_REVERSE_SUBTRACT),this.equationTypes.set("MIN",e.MIN||t&&t.MIN_EXT),this.equationTypes.set("MAX",e.MAX||t&&t.MAX_EXT),this._sourceColorFactor.addInterest("set_sourceColorFactor__",this),this._sourceAlphaFactor.addInterest("set_sourceAlphaFactor__",this),this._destinationColorFactor.addInterest("set_destinationColorFactor__",this),this._destinationAlphaFactor.addInterest("set_destinationAlphaFactor__",this),this._colorEquation.addInterest("set_colorEquation__",this),this._alphaEquation.addInterest("set_alphaEquation__",this),this.set_sourceColorFactor__(),this.set_sourceAlphaFactor__(),this.set_destinationColorFactor__(),this.set_destinationAlphaFactor__(),this.set_colorEquation__(),this.set_alphaEquation__()},set_sourceColorFactor__(){this.sourceColorFactorType=this.factorTypes.get(this._sourceColorFactor.getValue()),void 0===this.sourceColorFactorType&&(this.sourceColorFactorType=this.factorTypes.get("SRC_ALPHA"))},set_sourceAlphaFactor__(){this.sourceAlphaFactorType=this.factorTypes.get(this._sourceAlphaFactor.getValue()),void 0===this.sourceAlphaFactorType&&(this.sourceAlphaFactorType=this.factorTypes.get("ONE"))},set_destinationColorFactor__(){this.destinationColorFactorType=this.factorTypes.get(this._destinationColorFactor.getValue()),void 0===this.destinationColorFactorType&&(this.destinationColorFactorType=this.factorTypes.get("ONE_MINUS_SRC_ALPHA"))},set_destinationAlphaFactor__(){this.destinationAlphaFactorType=this.factorTypes.get(this._destinationAlphaFactor.getValue()),void 0===this.destinationAlphaFactorType&&(this.destinationAlphaFactorType=this.factorTypes.get("ONE_MINUS_SRC_ALPHA"))},set_colorEquation__(){this.colorEquationType=this.equationTypes.get(this._colorEquation.getValue()),void 0===this.colorEquationType&&(this.colorEquationType=this.equationTypes.get("FUNC_ADD"))},set_alphaEquation__(){this.alphaEquationType=this.equationTypes.get(this._alphaEquation.getValue()),void 0===this.alphaEquationType&&(this.alphaEquationType=this.equationTypes.get("FUNC_ADD"))},enable(e){const t=this._blendColor.getValue();e.blendColor(t.r,t.g,t.b,t.a),e.blendFuncSeparate(this.sourceColorFactorType,this.destinationColorFactorType,this.sourceAlphaFactorType,this.destinationAlphaFactorType),e.blendEquationSeparate(this.colorEquationType,this.alphaEquationType)},disable(e){e.blendFuncSeparate(e.SRC_ALPHA,e.ONE_MINUS_SRC_ALPHA,e.ONE,e.ONE_MINUS_SRC_ALPHA),e.blendEquationSeparate(e.FUNC_ADD,e.FUNC_ADD)}}),Object.defineProperties(T,{typeName:{value:"BlendMode",enumerable:!0},componentInfo:{value:Object.freeze({name:"X_ITE",level:1}),enumerable:!0},containerField:{value:"blendMode",enumerable:!0},specificationRange:{value:Object.freeze({from:"3.3",to:"Infinity"}),enumerable:!0},fieldDefinitions:{value:new(_())([new(a())(u().inputOutput,"metadata",new(n().SFNode)),new(a())(u().inputOutput,"blendColor",new(n().SFColorRGBA)),new(a())(u().inputOutput,"sourceColorFactor",new(n().SFString)("SRC_ALPHA")),new(a())(u().inputOutput,"sourceAlphaFactor",new(n().SFString)("ONE")),new(a())(u().inputOutput,"destinationColorFactor",new(n().SFString)("ONE_MINUS_SRC_ALPHA")),new(a())(u().inputOutput,"destinationAlphaFactor",new(n().SFString)("ONE_MINUS_SRC_ALPHA")),new(a())(u().inputOutput,"colorEquation",new(n().SFString)("FUNC_ADD")),new(a())(u().inputOutput,"alphaEquation",new(n().SFString)("FUNC_ADD"))]),enumerable:!0}});const S=T;d().add("BlendMode","x_ite/Components/X_ITE/BlendMode",S);const E=S;function A(e){p().call(this,e),this.addType(u().DepthMode),this.addAlias("depthFunc",this._depthFunction)}Object.assign(Object.setPrototypeOf(A.prototype,p().prototype),{initialize(){p().prototype.initialize.call(this),this._depthFunction.addInterest("set_depthFunction__",this),this.set_depthFunction__()},set_depthFunction__:function(){const e=new Map([["NEVER","NEVER"],["LESS","LESS"],["EQUAL","EQUAL"],["LESS_EQUAL","LEQUAL"],["GREATER","GREATER"],["NOT_EQUAL","NOTEQUAL"],["GREATER_EQUAL","GEQUAL"],["ALWAYS","ALWAYS"]]);return function(){const t=this.getBrowser().getContext();this.depthFunction=t[e.get(this._depthFunction.getValue())??"LEQUAL"]}}(),enable(e){this.depthTest=e.isEnabled(e.DEPTH_TEST),this.depthWriteMask=e.getParameter(e.DEPTH_WRITEMASK),e.enable(e.POLYGON_OFFSET_FILL),e.polygonOffset(...this._polygonOffset),this._depthTest.getValue()?e.enable(e.DEPTH_TEST):e.disable(e.DEPTH_TEST),e.depthFunc(this.depthFunction),e.depthRange(...this._depthRange.getValue()),e.depthMask(this._depthMask.getValue())},disable(e){e.disable(e.POLYGON_OFFSET_FILL),this.depthTest?e.enable(e.DEPTH_TEST):e.disable(e.DEPTH_TEST),e.depthFunc(e.LEQUAL),e.depthRange(0,1),e.depthMask(this.depthWriteMask)}}),Object.defineProperties(A,{typeName:{value:"DepthMode",enumerable:!0},componentInfo:{value:Object.freeze({name:"X_ITE",level:1}),enumerable:!0},containerField:{value:"depthMode",enumerable:!0},specificationRange:{value:Object.freeze({from:"4.0",to:"Infinity"}),enumerable:!0},fieldDefinitions:{value:new(_())([new(a())(u().inputOutput,"metadata",new(n().SFNode)),new(a())(u().inputOutput,"polygonOffset",new(n().SFVec2f)),new(a())(u().inputOutput,"depthRange",new(n().SFVec2f)(0,1)),new(a())(u().inputOutput,"depthTest",new(n().SFBool)(!0)),new(a())(u().inputOutput,"depthFunction",new(n().SFString)("LESS_EQUAL")),new(a())(u().inputOutput,"depthMask",new(n().SFBool)(!0))]),enumerable:!0}});const y=A;d().add("DepthMode","x_ite/Components/X_ITE/DepthMode",y);const O=y,N=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Components/Shape/X3DShapeNode");var F=e.n(N);const f=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Rendering/TraverseType");var b=e.n(f);const m=window[Symbol.for("X_ITE.X3D-9.5.1")].require("x_ite/Rendering/VertexArray");var I=e.n(m);const w=window[Symbol.for("X_ITE.X3D-9.5.1")].require("standard/Math/Numbers/Vector3");var g=e.n(w);const C=window[Symbol.for("X_ITE.X3D-9.5.1")].require("standard/Math/Numbers/Matrix4");var R=e.n(C);const L=window[Symbol.for("X_ITE.X3D-9.5.1")].require("standard/Math/Geometry/Box3");var D=e.n(L);function M(e){F().call(this,e),this.addType(u().InstancedShape),this.addChildObjects(u().outputOnly,"matrices",new(n().SFTime)),this.min=new(g()),this.max=new(g()),this.scale=new(g())(1,1,1),this.numInstances=0,this.instancesStride=25*Float32Array.BYTES_PER_ELEMENT,this.matrixOffset=0,this.normalMatrixOffset=16*Float32Array.BYTES_PER_ELEMENT}Object.assign(Object.setPrototypeOf(M.prototype,F().prototype),{initialize(){F().prototype.initialize.call(this);const e=this.getBrowser(),t=e.getContext();e.getContext().getVersion()<2||(this.instances=Object.assign(t.createBuffer(),{vertexArrayObject:new(I())(t),thickLinesVertexArrayObject:new(I())(t),lineTrianglesBuffer:t.createBuffer(),numLines:0}),this._translations.addInterest("set_transform__",this),this._rotations.addInterest("set_transform__",this),this._scales.addInterest("set_transform__",this),this._matrices.addInterest("set_matrices__",this),this.set_transform__())},getShapeKey:()=>3,getNumInstances(){return this.numInstances},getInstances(){return this.instances},set_bbox__:function(){const e=new(g()),t=new(g()),s=new(D());return function(){if(this.numInstances)if(this._bboxSize.getValue().equals(this.getDefaultBBoxSize())){this.getGeometry()?s.assign(this.getGeometry().getBBox()):s.set();const i=s.size.multiply(this.scale.magnitude()/2),n=s.center;e.assign(this.min).add(n).subtract(i),t.assign(this.max).add(n).add(i),this.bbox.setExtents(e,t)}else this.bbox.set(this._bboxSize.getValue(),this._bboxCenter.getValue());else this.bbox.set();this.getBBoxSize().assign(this.bbox.size),this.getBBoxCenter().assign(this.bbox.center)}}(),set_transform__(){this._matrices=this.getBrowser().getCurrentTime()},set_matrices__(){const e=this.getBrowser().getContext(),t=this._translations,s=this._rotations,i=this._scales,n=t.length,o=s.length,a=i.length,r=Math.max(n,o,a),_=this.instancesStride/Float32Array.BYTES_PER_ELEMENT,h=this.instancesStride*r,p=new Float32Array(h),l=new(R());this.numInstances=r;const u=this.min.set(Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY),c=this.max.set(Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY),d=this.scale.assign(a?c:g().One);for(let e=0,h=0;e<r;++e,h+=_)l.set(n?t[Math.min(e,n-1)].getValue():null,o?s[Math.min(e,o-1)].getValue():null,a?i[Math.min(e,a-1)].getValue():null),a&&d.max(i[Math.min(e,a-1)].getValue()),p.set(l,h),p.set(l.submatrix.transpose().inverse(),h+16),u.min(l.origin),c.max(l.origin);e.bindBuffer(e.ARRAY_BUFFER,this.instances),e.bufferData(e.ARRAY_BUFFER,p,e.DYNAMIC_DRAW),this.set_bbox__()},set_geometry__(){F().prototype.set_geometry__.call(this),this.getGeometry()?delete this.traverse:this.traverse=Function.prototype,this.set_transform__()},intersectsBox(e,t,s){},traverse(e,t){if(this.numInstances){switch(e){case b().POINTER:this._pointerEvents.getValue()&&t.addPointingShape(this);break;case b().PICKING:break;case b().COLLISION:t.addCollisionShape(this);break;case b().SHADOW:this._castShadow.getValue()&&t.addShadowShape(this);break;case b().DISPLAY:t.addDisplayShape(this)&&this.getAppearance().traverse(e,t)}this.getGeometry().traverse(e,t)}},displaySimple(e,t,s){this.getGeometry().displaySimpleInstanced(e,s,this)},display(e,t){this.getGeometry().displayInstanced(e,t,this)}}),Object.defineProperties(M,{typeName:{value:"InstancedShape",enumerable:!0},componentInfo:{value:Object.freeze({name:"X_ITE",level:1}),enumerable:!0},containerField:{value:"children",enumerable:!0},specificationRange:{value:Object.freeze({from:"2.0",to:"Infinity"}),enumerable:!0},fieldDefinitions:{value:new(_())([new(a())(u().inputOutput,"metadata",new(n().SFNode)),new(a())(u().inputOutput,"translations",new(n().MFVec3f)),new(a())(u().inputOutput,"rotations",new(n().MFRotation)),new(a())(u().inputOutput,"scales",new(n().MFVec3f)),new(a())(u().inputOutput,"pointerEvents",new(n().SFBool)(!0)),new(a())(u().inputOutput,"castShadow",new(n().SFBool)(!0)),new(a())(u().inputOutput,"visible",new(n().SFBool)(!0)),new(a())(u().inputOutput,"bboxDisplay",new(n().SFBool)),new(a())(u().initializeOnly,"bboxSize",new(n().SFVec3f)(-1,-1,-1)),new(a())(u().initializeOnly,"bboxCenter",new(n().SFVec3f)),new(a())(u().inputOutput,"appearance",new(n().SFNode)),new(a())(u().inputOutput,"geometry",new(n().SFNode))]),enumerable:!0}});const x=M;d().add("InstancedShape","x_ite/Components/X_ITE/InstancedShape",x);const v=x;s().add({name:"X_ITE",concreteNodes:[E,O,v],abstractNodes:[]});const P=void 0;d().add("X_ITE","assets/components/X_ITE",P)})();
|
|
1
|
+
/* X_ITE v9.5.2 */(()=>{"use strict";var e={n:t=>{var s=t&&t.__esModule?()=>t.default:()=>t;return e.d(s,{a:s}),s},d:(t,s)=>{for(var i in s)e.o(s,i)&&!e.o(t,i)&&Object.defineProperty(t,i,{enumerable:!0,get:s[i]})},o:(e,t)=>Object.prototype.hasOwnProperty.call(e,t)};const t=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Components");var s=e.n(t);const i=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Fields");var n=e.n(i);const o=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Base/X3DFieldDefinition");var a=e.n(o);const r=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Base/FieldDefinitionArray");var _=e.n(r);const h=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Components/Shape/X3DAppearanceChildNode");var p=e.n(h);const l=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Base/X3DConstants");var u=e.n(l);const c=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Namespace");var d=e.n(c);function T(e){p().call(this,e),this.addType(u().BlendMode),this.factorTypes=new Map,this.equationTypes=new Map}Object.assign(Object.setPrototypeOf(T.prototype,p().prototype),{initialize(){p().prototype.initialize.call(this);const e=this.getBrowser().getContext(),t=e.getExtension("EXT_blend_minmax");this.factorTypes.set("ZERO",e.ZERO),this.factorTypes.set("ONE",e.ONE),this.factorTypes.set("SRC_COLOR",e.SRC_COLOR),this.factorTypes.set("ONE_MINUS_SRC_COLOR",e.ONE_MINUS_SRC_COLOR),this.factorTypes.set("DST_COLOR",e.DST_COLOR),this.factorTypes.set("ONE_MINUS_DST_COLOR",e.ONE_MINUS_DST_COLOR),this.factorTypes.set("SRC_ALPHA",e.SRC_ALPHA),this.factorTypes.set("ONE_MINUS_SRC_ALPHA",e.ONE_MINUS_SRC_ALPHA),this.factorTypes.set("DST_ALPHA",e.DST_ALPHA),this.factorTypes.set("ONE_MINUS_DST_ALPHA",e.ONE_MINUS_DST_ALPHA),this.factorTypes.set("SRC_ALPHA_SATURATE",e.SRC_ALPHA_SATURATE),this.factorTypes.set("CONSTANT_COLOR",e.CONSTANT_COLOR),this.factorTypes.set("ONE_MINUS_CONSTANT_COLOR",e.ONE_MINUS_CONSTANT_COLOR),this.factorTypes.set("CONSTANT_ALPHA",e.CONSTANT_ALPHA),this.factorTypes.set("ONE_MINUS_CONSTANT_ALPHA",e.ONE_MINUS_CONSTANT_ALPHA),this.equationTypes.set("FUNC_ADD",e.FUNC_ADD),this.equationTypes.set("FUNC_SUBTRACT",e.FUNC_SUBTRACT),this.equationTypes.set("FUNC_REVERSE_SUBTRACT",e.FUNC_REVERSE_SUBTRACT),this.equationTypes.set("MIN",e.MIN||t&&t.MIN_EXT),this.equationTypes.set("MAX",e.MAX||t&&t.MAX_EXT),this._sourceColorFactor.addInterest("set_sourceColorFactor__",this),this._sourceAlphaFactor.addInterest("set_sourceAlphaFactor__",this),this._destinationColorFactor.addInterest("set_destinationColorFactor__",this),this._destinationAlphaFactor.addInterest("set_destinationAlphaFactor__",this),this._colorEquation.addInterest("set_colorEquation__",this),this._alphaEquation.addInterest("set_alphaEquation__",this),this.set_sourceColorFactor__(),this.set_sourceAlphaFactor__(),this.set_destinationColorFactor__(),this.set_destinationAlphaFactor__(),this.set_colorEquation__(),this.set_alphaEquation__()},set_sourceColorFactor__(){this.sourceColorFactorType=this.factorTypes.get(this._sourceColorFactor.getValue()),void 0===this.sourceColorFactorType&&(this.sourceColorFactorType=this.factorTypes.get("SRC_ALPHA"))},set_sourceAlphaFactor__(){this.sourceAlphaFactorType=this.factorTypes.get(this._sourceAlphaFactor.getValue()),void 0===this.sourceAlphaFactorType&&(this.sourceAlphaFactorType=this.factorTypes.get("ONE"))},set_destinationColorFactor__(){this.destinationColorFactorType=this.factorTypes.get(this._destinationColorFactor.getValue()),void 0===this.destinationColorFactorType&&(this.destinationColorFactorType=this.factorTypes.get("ONE_MINUS_SRC_ALPHA"))},set_destinationAlphaFactor__(){this.destinationAlphaFactorType=this.factorTypes.get(this._destinationAlphaFactor.getValue()),void 0===this.destinationAlphaFactorType&&(this.destinationAlphaFactorType=this.factorTypes.get("ONE_MINUS_SRC_ALPHA"))},set_colorEquation__(){this.colorEquationType=this.equationTypes.get(this._colorEquation.getValue()),void 0===this.colorEquationType&&(this.colorEquationType=this.equationTypes.get("FUNC_ADD"))},set_alphaEquation__(){this.alphaEquationType=this.equationTypes.get(this._alphaEquation.getValue()),void 0===this.alphaEquationType&&(this.alphaEquationType=this.equationTypes.get("FUNC_ADD"))},enable(e){const t=this._blendColor.getValue();e.blendColor(t.r,t.g,t.b,t.a),e.blendFuncSeparate(this.sourceColorFactorType,this.destinationColorFactorType,this.sourceAlphaFactorType,this.destinationAlphaFactorType),e.blendEquationSeparate(this.colorEquationType,this.alphaEquationType)},disable(e){e.blendFuncSeparate(e.SRC_ALPHA,e.ONE_MINUS_SRC_ALPHA,e.ONE,e.ONE_MINUS_SRC_ALPHA),e.blendEquationSeparate(e.FUNC_ADD,e.FUNC_ADD)}}),Object.defineProperties(T,{typeName:{value:"BlendMode",enumerable:!0},componentInfo:{value:Object.freeze({name:"X_ITE",level:1}),enumerable:!0},containerField:{value:"blendMode",enumerable:!0},specificationRange:{value:Object.freeze({from:"3.3",to:"Infinity"}),enumerable:!0},fieldDefinitions:{value:new(_())([new(a())(u().inputOutput,"metadata",new(n().SFNode)),new(a())(u().inputOutput,"blendColor",new(n().SFColorRGBA)),new(a())(u().inputOutput,"sourceColorFactor",new(n().SFString)("SRC_ALPHA")),new(a())(u().inputOutput,"sourceAlphaFactor",new(n().SFString)("ONE")),new(a())(u().inputOutput,"destinationColorFactor",new(n().SFString)("ONE_MINUS_SRC_ALPHA")),new(a())(u().inputOutput,"destinationAlphaFactor",new(n().SFString)("ONE_MINUS_SRC_ALPHA")),new(a())(u().inputOutput,"colorEquation",new(n().SFString)("FUNC_ADD")),new(a())(u().inputOutput,"alphaEquation",new(n().SFString)("FUNC_ADD"))]),enumerable:!0}});const S=T;d().add("BlendMode","x_ite/Components/X_ITE/BlendMode",S);const E=S;function A(e){p().call(this,e),this.addType(u().DepthMode),this.addAlias("depthFunc",this._depthFunction)}Object.assign(Object.setPrototypeOf(A.prototype,p().prototype),{initialize(){p().prototype.initialize.call(this),this._depthFunction.addInterest("set_depthFunction__",this),this.set_depthFunction__()},set_depthFunction__:function(){const e=new Map([["NEVER","NEVER"],["LESS","LESS"],["EQUAL","EQUAL"],["LESS_EQUAL","LEQUAL"],["GREATER","GREATER"],["NOT_EQUAL","NOTEQUAL"],["GREATER_EQUAL","GEQUAL"],["ALWAYS","ALWAYS"]]);return function(){const t=this.getBrowser().getContext();this.depthFunction=t[e.get(this._depthFunction.getValue())??"LEQUAL"]}}(),enable(e){this.depthTest=e.isEnabled(e.DEPTH_TEST),this.depthWriteMask=e.getParameter(e.DEPTH_WRITEMASK),e.enable(e.POLYGON_OFFSET_FILL),e.polygonOffset(...this._polygonOffset),this._depthTest.getValue()?e.enable(e.DEPTH_TEST):e.disable(e.DEPTH_TEST),e.depthFunc(this.depthFunction),e.depthRange(...this._depthRange.getValue()),e.depthMask(this._depthMask.getValue())},disable(e){e.disable(e.POLYGON_OFFSET_FILL),this.depthTest?e.enable(e.DEPTH_TEST):e.disable(e.DEPTH_TEST),e.depthFunc(e.LEQUAL),e.depthRange(0,1),e.depthMask(this.depthWriteMask)}}),Object.defineProperties(A,{typeName:{value:"DepthMode",enumerable:!0},componentInfo:{value:Object.freeze({name:"X_ITE",level:1}),enumerable:!0},containerField:{value:"depthMode",enumerable:!0},specificationRange:{value:Object.freeze({from:"4.0",to:"Infinity"}),enumerable:!0},fieldDefinitions:{value:new(_())([new(a())(u().inputOutput,"metadata",new(n().SFNode)),new(a())(u().inputOutput,"polygonOffset",new(n().SFVec2f)),new(a())(u().inputOutput,"depthRange",new(n().SFVec2f)(0,1)),new(a())(u().inputOutput,"depthTest",new(n().SFBool)(!0)),new(a())(u().inputOutput,"depthFunction",new(n().SFString)("LESS_EQUAL")),new(a())(u().inputOutput,"depthMask",new(n().SFBool)(!0))]),enumerable:!0}});const y=A;d().add("DepthMode","x_ite/Components/X_ITE/DepthMode",y);const O=y,N=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Components/Shape/X3DShapeNode");var F=e.n(N);const f=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Rendering/TraverseType");var b=e.n(f);const m=window[Symbol.for("X_ITE.X3D-9.5.2")].require("x_ite/Rendering/VertexArray");var I=e.n(m);const w=window[Symbol.for("X_ITE.X3D-9.5.2")].require("standard/Math/Numbers/Vector3");var g=e.n(w);const C=window[Symbol.for("X_ITE.X3D-9.5.2")].require("standard/Math/Numbers/Matrix4");var R=e.n(C);const L=window[Symbol.for("X_ITE.X3D-9.5.2")].require("standard/Math/Geometry/Box3");var D=e.n(L);function M(e){F().call(this,e),this.addType(u().InstancedShape),this.addChildObjects(u().outputOnly,"matrices",new(n().SFTime)),this.min=new(g()),this.max=new(g()),this.scale=new(g())(1,1,1),this.numInstances=0,this.instancesStride=25*Float32Array.BYTES_PER_ELEMENT,this.matrixOffset=0,this.normalMatrixOffset=16*Float32Array.BYTES_PER_ELEMENT}Object.assign(Object.setPrototypeOf(M.prototype,F().prototype),{initialize(){F().prototype.initialize.call(this);const e=this.getBrowser(),t=e.getContext();e.getContext().getVersion()<2||(this.instances=Object.assign(t.createBuffer(),{vertexArrayObject:new(I())(t),thickLinesVertexArrayObject:new(I())(t),lineTrianglesBuffer:t.createBuffer(),numLines:0}),this._translations.addInterest("set_transform__",this),this._rotations.addInterest("set_transform__",this),this._scales.addInterest("set_transform__",this),this._matrices.addInterest("set_matrices__",this),this.set_transform__())},getShapeKey:()=>3,getNumInstances(){return this.numInstances},getInstances(){return this.instances},set_bbox__:function(){const e=new(g()),t=new(g()),s=new(D());return function(){if(this.numInstances)if(this._bboxSize.getValue().equals(this.getDefaultBBoxSize())){this.getGeometry()?s.assign(this.getGeometry().getBBox()):s.set();const i=s.size.multiply(this.scale.magnitude()/2),n=s.center;e.assign(this.min).add(n).subtract(i),t.assign(this.max).add(n).add(i),this.bbox.setExtents(e,t)}else this.bbox.set(this._bboxSize.getValue(),this._bboxCenter.getValue());else this.bbox.set();this.getBBoxSize().assign(this.bbox.size),this.getBBoxCenter().assign(this.bbox.center)}}(),set_transform__(){this._matrices=this.getBrowser().getCurrentTime()},set_matrices__(){const e=this.getBrowser().getContext(),t=this._translations,s=this._rotations,i=this._scales,n=t.length,o=s.length,a=i.length,r=Math.max(n,o,a),_=this.instancesStride/Float32Array.BYTES_PER_ELEMENT,h=this.instancesStride*r,p=new Float32Array(h),l=new(R());this.numInstances=r;const u=this.min.set(Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY,Number.POSITIVE_INFINITY),c=this.max.set(Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY,Number.NEGATIVE_INFINITY),d=this.scale.assign(a?c:g().One);for(let e=0,h=0;e<r;++e,h+=_)l.set(n?t[Math.min(e,n-1)].getValue():null,o?s[Math.min(e,o-1)].getValue():null,a?i[Math.min(e,a-1)].getValue():null),a&&d.max(i[Math.min(e,a-1)].getValue()),p.set(l,h),p.set(l.submatrix.transpose().inverse(),h+16),u.min(l.origin),c.max(l.origin);e.bindBuffer(e.ARRAY_BUFFER,this.instances),e.bufferData(e.ARRAY_BUFFER,p,e.DYNAMIC_DRAW),this.set_bbox__()},set_geometry__(){F().prototype.set_geometry__.call(this),this.getGeometry()?delete this.traverse:this.traverse=Function.prototype,this.set_transform__()},intersectsBox(e,t,s){},traverse(e,t){if(this.numInstances){switch(e){case b().POINTER:this._pointerEvents.getValue()&&t.addPointingShape(this);break;case b().PICKING:break;case b().COLLISION:t.addCollisionShape(this);break;case b().SHADOW:this._castShadow.getValue()&&t.addShadowShape(this);break;case b().DISPLAY:t.addDisplayShape(this)&&this.getAppearance().traverse(e,t)}this.getGeometry().traverse(e,t)}},displaySimple(e,t,s){this.getGeometry().displaySimpleInstanced(e,s,this)},display(e,t){this.getGeometry().displayInstanced(e,t,this)}}),Object.defineProperties(M,{typeName:{value:"InstancedShape",enumerable:!0},componentInfo:{value:Object.freeze({name:"X_ITE",level:1}),enumerable:!0},containerField:{value:"children",enumerable:!0},specificationRange:{value:Object.freeze({from:"2.0",to:"Infinity"}),enumerable:!0},fieldDefinitions:{value:new(_())([new(a())(u().inputOutput,"metadata",new(n().SFNode)),new(a())(u().inputOutput,"translations",new(n().MFVec3f)),new(a())(u().inputOutput,"rotations",new(n().MFRotation)),new(a())(u().inputOutput,"scales",new(n().MFVec3f)),new(a())(u().inputOutput,"pointerEvents",new(n().SFBool)(!0)),new(a())(u().inputOutput,"castShadow",new(n().SFBool)(!0)),new(a())(u().inputOutput,"visible",new(n().SFBool)(!0)),new(a())(u().inputOutput,"bboxDisplay",new(n().SFBool)),new(a())(u().initializeOnly,"bboxSize",new(n().SFVec3f)(-1,-1,-1)),new(a())(u().initializeOnly,"bboxCenter",new(n().SFVec3f)),new(a())(u().inputOutput,"appearance",new(n().SFNode)),new(a())(u().inputOutput,"geometry",new(n().SFNode))]),enumerable:!0}});const x=M;d().add("InstancedShape","x_ite/Components/X_ITE/InstancedShape",x);const v=x;s().add({name:"X_ITE",concreteNodes:[E,O,v],abstractNodes:[]});const P=void 0;d().add("X_ITE","assets/components/X_ITE",P)})();
|
package/dist/x_ite.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
/* X_ITE v9.5.1 */@import"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;outline:none;margin:0;border:0;border-radius:0;padding:0;width:100%;height:100%;user-select:none;-webkit-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}.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;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{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,.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 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-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,.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-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% - 69px);left:calc(50% - 67px);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:#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 rgba(255,255,255,.5);border-right:2px solid rgba(255,255,255,.5);padding:0 2px;text-align:left}.x_ite-private-progressbar div{width:0%;height:6px;background:rgba(255,255,255,.5)}
|
|
1
|
+
/* X_ITE v9.5.2 */@import"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;outline:none;margin:0;border:0;border-radius:0;padding:0;width:100%;height:100%;user-select:none;-webkit-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}.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;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{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,.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 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-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,.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-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% - 69px);left:calc(50% - 67px);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:#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 rgba(255,255,255,.5);border-right:2px solid rgba(255,255,255,.5);padding:0 2px;text-align:left}.x_ite-private-progressbar div{width:0%;height:6px;background:rgba(255,255,255,.5)}
|
package/dist/x_ite.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/* X_ITE v9.5.
|
|
1
|
+
/* X_ITE v9.5.2 */(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,10 +11,10 @@
|
|
|
11
11
|
return /******/ (() => { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
13
13
|
|
|
14
|
-
/***/
|
|
14
|
+
/***/ 347:
|
|
15
15
|
/***/ ((__unused_webpack_module, __unused_webpack_exports, __webpack_require__) => {
|
|
16
16
|
|
|
17
|
-
/* provided dependency */ var jQuery = __webpack_require__(
|
|
17
|
+
/* provided dependency */ var jQuery = __webpack_require__(575);
|
|
18
18
|
/**
|
|
19
19
|
* @preserve jquery.fullscreen 1.1.5
|
|
20
20
|
* https://github.com/code-lts/jquery-fullscreen-plugin
|
|
@@ -210,7 +210,7 @@ installFullScreenHandlers();
|
|
|
210
210
|
|
|
211
211
|
/***/ }),
|
|
212
212
|
|
|
213
|
-
/***/
|
|
213
|
+
/***/ 431:
|
|
214
214
|
/***/ ((module, exports, __webpack_require__) => {
|
|
215
215
|
|
|
216
216
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -224,7 +224,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
224
224
|
(function (factory) {
|
|
225
225
|
if ( true ) {
|
|
226
226
|
// AMD. Register as an anonymous module.
|
|
227
|
-
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(
|
|
227
|
+
!(__WEBPACK_AMD_DEFINE_ARRAY__ = [__webpack_require__(575)], __WEBPACK_AMD_DEFINE_FACTORY__ = (factory),
|
|
228
228
|
__WEBPACK_AMD_DEFINE_RESULT__ = (typeof __WEBPACK_AMD_DEFINE_FACTORY__ === 'function' ?
|
|
229
229
|
(__WEBPACK_AMD_DEFINE_FACTORY__.apply(exports, __WEBPACK_AMD_DEFINE_ARRAY__)) : __WEBPACK_AMD_DEFINE_FACTORY__),
|
|
230
230
|
__WEBPACK_AMD_DEFINE_RESULT__ !== undefined && (module.exports = __WEBPACK_AMD_DEFINE_RESULT__));
|
|
@@ -435,7 +435,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
|
|
|
435
435
|
|
|
436
436
|
/***/ }),
|
|
437
437
|
|
|
438
|
-
/***/
|
|
438
|
+
/***/ 575:
|
|
439
439
|
/***/ (function(module, exports) {
|
|
440
440
|
|
|
441
441
|
var __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*!
|
|
@@ -11159,7 +11159,7 @@ return jQuery;
|
|
|
11159
11159
|
|
|
11160
11160
|
/***/ }),
|
|
11161
11161
|
|
|
11162
|
-
/***/
|
|
11162
|
+
/***/ 932:
|
|
11163
11163
|
/***/ ((module) => {
|
|
11164
11164
|
|
|
11165
11165
|
/**
|
|
@@ -15938,7 +15938,7 @@ if (true) {
|
|
|
15938
15938
|
|
|
15939
15939
|
/***/ }),
|
|
15940
15940
|
|
|
15941
|
-
/***/
|
|
15941
|
+
/***/ 319:
|
|
15942
15942
|
/***/ (function(__unused_webpack_module, exports) {
|
|
15943
15943
|
|
|
15944
15944
|
|
|
@@ -19183,7 +19183,7 @@ if (true) {
|
|
|
19183
19183
|
|
|
19184
19184
|
/***/ }),
|
|
19185
19185
|
|
|
19186
|
-
/***/
|
|
19186
|
+
/***/ 280:
|
|
19187
19187
|
/***/ (function(module, exports) {
|
|
19188
19188
|
|
|
19189
19189
|
var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;/*
|
|
@@ -20311,7 +20311,7 @@ Object .defineProperty (Namespace, "add",
|
|
|
20311
20311
|
}
|
|
20312
20312
|
else
|
|
20313
20313
|
{
|
|
20314
|
-
const X3D = window [Symbol .for ("X_ITE.X3D-9.5.
|
|
20314
|
+
const X3D = window [Symbol .for ("X_ITE.X3D-9.5.2")];
|
|
20315
20315
|
|
|
20316
20316
|
if (X3D)
|
|
20317
20317
|
X3D [name] = module;
|
|
@@ -34211,7 +34211,7 @@ const X3DBaseNode_default_ = X3DBaseNode;
|
|
|
34211
34211
|
x_ite_Namespace .add ("X3DBaseNode", "x_ite/Base/X3DBaseNode", X3DBaseNode_default_);
|
|
34212
34212
|
/* harmony default export */ const Base_X3DBaseNode = (X3DBaseNode_default_);
|
|
34213
34213
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Legacy.js
|
|
34214
|
-
/* provided dependency */ var $ = __webpack_require__(
|
|
34214
|
+
/* provided dependency */ var $ = __webpack_require__(575);
|
|
34215
34215
|
/*******************************************************************************
|
|
34216
34216
|
*
|
|
34217
34217
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -34348,7 +34348,7 @@ x_ite_Namespace .add ("Legacy", "x_ite/Browser/Legacy", Legacy_default_);
|
|
|
34348
34348
|
*
|
|
34349
34349
|
******************************************************************************/
|
|
34350
34350
|
|
|
34351
|
-
const BROWSER_VERSION_default_ = "9.5.
|
|
34351
|
+
const BROWSER_VERSION_default_ = "9.5.2";
|
|
34352
34352
|
;
|
|
34353
34353
|
|
|
34354
34354
|
x_ite_Namespace .add ("BROWSER_VERSION", "x_ite/BROWSER_VERSION", BROWSER_VERSION_default_);
|
|
@@ -38953,7 +38953,7 @@ const X3DProtoDeclaration_default_ = X3DProtoDeclaration;
|
|
|
38953
38953
|
x_ite_Namespace .add ("X3DProtoDeclaration", "x_ite/Prototype/X3DProtoDeclaration", X3DProtoDeclaration_default_);
|
|
38954
38954
|
/* harmony default export */ const Prototype_X3DProtoDeclaration = (X3DProtoDeclaration_default_);
|
|
38955
38955
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/X3DParser.js
|
|
38956
|
-
/* provided dependency */ var X3DParser_$ = __webpack_require__(
|
|
38956
|
+
/* provided dependency */ var X3DParser_$ = __webpack_require__(575);
|
|
38957
38957
|
/*******************************************************************************
|
|
38958
38958
|
*
|
|
38959
38959
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -39215,7 +39215,7 @@ const Expressions_default_ = Expressions;
|
|
|
39215
39215
|
x_ite_Namespace .add ("Expressions", "x_ite/Parser/Expressions", Expressions_default_);
|
|
39216
39216
|
/* harmony default export */ const Parser_Expressions = (Expressions_default_);
|
|
39217
39217
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/VRMLParser.js
|
|
39218
|
-
/* provided dependency */ var VRMLParser_$ = __webpack_require__(
|
|
39218
|
+
/* provided dependency */ var VRMLParser_$ = __webpack_require__(575);
|
|
39219
39219
|
/*******************************************************************************
|
|
39220
39220
|
*
|
|
39221
39221
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -41915,7 +41915,7 @@ const VRMLParser_default_ = VRMLParser;
|
|
|
41915
41915
|
x_ite_Namespace .add ("VRMLParser", "x_ite/Parser/VRMLParser", VRMLParser_default_);
|
|
41916
41916
|
/* harmony default export */ const Parser_VRMLParser = (VRMLParser_default_);
|
|
41917
41917
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/XMLParser.js
|
|
41918
|
-
/* provided dependency */ var XMLParser_$ = __webpack_require__(
|
|
41918
|
+
/* provided dependency */ var XMLParser_$ = __webpack_require__(575);
|
|
41919
41919
|
/*******************************************************************************
|
|
41920
41920
|
*
|
|
41921
41921
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -44021,7 +44021,7 @@ const URLs_default_ = URLs;
|
|
|
44021
44021
|
x_ite_Namespace .add ("URLs", "x_ite/Browser/Networking/URLs", URLs_default_);
|
|
44022
44022
|
/* harmony default export */ const Networking_URLs = (URLs_default_);
|
|
44023
44023
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLTF2Parser.js
|
|
44024
|
-
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(
|
|
44024
|
+
/* provided dependency */ var GLTF2Parser_$ = __webpack_require__(575);
|
|
44025
44025
|
/*******************************************************************************
|
|
44026
44026
|
*
|
|
44027
44027
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47323,7 +47323,7 @@ const GLTF2Parser_default_ = GLTF2Parser;
|
|
|
47323
47323
|
x_ite_Namespace .add ("GLTF2Parser", "x_ite/Parser/GLTF2Parser", GLTF2Parser_default_);
|
|
47324
47324
|
/* harmony default export */ const Parser_GLTF2Parser = (GLTF2Parser_default_);
|
|
47325
47325
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GLB2Parser.js
|
|
47326
|
-
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(
|
|
47326
|
+
/* provided dependency */ var GLB2Parser_$ = __webpack_require__(575);
|
|
47327
47327
|
/*******************************************************************************
|
|
47328
47328
|
*
|
|
47329
47329
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -47475,7 +47475,7 @@ const GLB2Parser_default_ = GLB2Parser;
|
|
|
47475
47475
|
x_ite_Namespace .add ("GLB2Parser", "x_ite/Parser/GLB2Parser", GLB2Parser_default_);
|
|
47476
47476
|
/* harmony default export */ const Parser_GLB2Parser = (GLB2Parser_default_);
|
|
47477
47477
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/OBJParser.js
|
|
47478
|
-
/* provided dependency */ var OBJParser_$ = __webpack_require__(
|
|
47478
|
+
/* provided dependency */ var OBJParser_$ = __webpack_require__(575);
|
|
47479
47479
|
/*******************************************************************************
|
|
47480
47480
|
*
|
|
47481
47481
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -50833,8 +50833,8 @@ const MatrixStack_default_ = MatrixStack;
|
|
|
50833
50833
|
x_ite_Namespace .add ("MatrixStack", "standard/Math/Utility/MatrixStack", MatrixStack_default_);
|
|
50834
50834
|
/* harmony default export */ const Utility_MatrixStack = (MatrixStack_default_);
|
|
50835
50835
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/SVGParser.js
|
|
50836
|
-
/* provided dependency */ var SVGParser_$ = __webpack_require__(
|
|
50837
|
-
/* provided dependency */ var libtess = __webpack_require__(
|
|
50836
|
+
/* provided dependency */ var SVGParser_$ = __webpack_require__(575);
|
|
50837
|
+
/* provided dependency */ var libtess = __webpack_require__(932);
|
|
50838
50838
|
/*******************************************************************************
|
|
50839
50839
|
*
|
|
50840
50840
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53602,7 +53602,7 @@ const SVGParser_default_ = SVGParser;
|
|
|
53602
53602
|
x_ite_Namespace .add ("SVGParser", "x_ite/Parser/SVGParser", SVGParser_default_);
|
|
53603
53603
|
/* harmony default export */ const Parser_SVGParser = (SVGParser_default_);
|
|
53604
53604
|
;// CONCATENATED MODULE: ./src/x_ite/Parser/GoldenGate.js
|
|
53605
|
-
/* provided dependency */ var GoldenGate_$ = __webpack_require__(
|
|
53605
|
+
/* provided dependency */ var GoldenGate_$ = __webpack_require__(575);
|
|
53606
53606
|
/*******************************************************************************
|
|
53607
53607
|
*
|
|
53608
53608
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -53952,7 +53952,7 @@ const Plane3_default_ = Plane3;
|
|
|
53952
53952
|
x_ite_Namespace .add ("Plane3", "standard/Math/Geometry/Plane3", Plane3_default_);
|
|
53953
53953
|
/* harmony default export */ const Geometry_Plane3 = (Plane3_default_);
|
|
53954
53954
|
;// CONCATENATED MODULE: ./src/standard/Math/Geometry/Triangle3.js
|
|
53955
|
-
/* provided dependency */ var Triangle3_libtess = __webpack_require__(
|
|
53955
|
+
/* provided dependency */ var Triangle3_libtess = __webpack_require__(932);
|
|
53956
53956
|
/*******************************************************************************
|
|
53957
53957
|
*
|
|
53958
53958
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -62481,7 +62481,7 @@ const X3DTexture2DNode_default_ = X3DTexture2DNode;
|
|
|
62481
62481
|
x_ite_Namespace .add ("X3DTexture2DNode", "x_ite/Components/Texturing/X3DTexture2DNode", X3DTexture2DNode_default_);
|
|
62482
62482
|
/* harmony default export */ const Texturing_X3DTexture2DNode = (X3DTexture2DNode_default_);
|
|
62483
62483
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/ImageTexture.js
|
|
62484
|
-
/* provided dependency */ var ImageTexture_$ = __webpack_require__(
|
|
62484
|
+
/* provided dependency */ var ImageTexture_$ = __webpack_require__(575);
|
|
62485
62485
|
/*******************************************************************************
|
|
62486
62486
|
*
|
|
62487
62487
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -66065,7 +66065,7 @@ const X3DWorld_default_ = X3DWorld;
|
|
|
66065
66065
|
x_ite_Namespace .add ("X3DWorld", "x_ite/Execution/X3DWorld", X3DWorld_default_);
|
|
66066
66066
|
/* harmony default export */ const Execution_X3DWorld = (X3DWorld_default_);
|
|
66067
66067
|
;// CONCATENATED MODULE: ./src/x_ite/InputOutput/FileLoader.js
|
|
66068
|
-
/* provided dependency */ var FileLoader_$ = __webpack_require__(
|
|
66068
|
+
/* provided dependency */ var FileLoader_$ = __webpack_require__(575);
|
|
66069
66069
|
/*******************************************************************************
|
|
66070
66070
|
*
|
|
66071
66071
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -67001,7 +67001,7 @@ const ProtoDeclarationArray_default_ = ProtoDeclarationArray;
|
|
|
67001
67001
|
x_ite_Namespace .add ("ProtoDeclarationArray", "x_ite/Prototype/ProtoDeclarationArray", ProtoDeclarationArray_default_);
|
|
67002
67002
|
/* harmony default export */ const Prototype_ProtoDeclarationArray = (ProtoDeclarationArray_default_);
|
|
67003
67003
|
;// CONCATENATED MODULE: ./src/x_ite/Routing/X3DRoute.js
|
|
67004
|
-
/* provided dependency */ var X3DRoute_$ = __webpack_require__(
|
|
67004
|
+
/* provided dependency */ var X3DRoute_$ = __webpack_require__(575);
|
|
67005
67005
|
/*******************************************************************************
|
|
67006
67006
|
*
|
|
67007
67007
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -90124,7 +90124,7 @@ const X3DShaderNode_default_ = X3DShaderNode;
|
|
|
90124
90124
|
x_ite_Namespace .add ("X3DShaderNode", "x_ite/Components/Shaders/X3DShaderNode", X3DShaderNode_default_);
|
|
90125
90125
|
/* harmony default export */ const Shaders_X3DShaderNode = (X3DShaderNode_default_);
|
|
90126
90126
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/X3DProgrammableShaderObject.js
|
|
90127
|
-
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(
|
|
90127
|
+
/* provided dependency */ var X3DProgrammableShaderObject_$ = __webpack_require__(575);
|
|
90128
90128
|
/*******************************************************************************
|
|
90129
90129
|
*
|
|
90130
90130
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -95833,7 +95833,7 @@ const ShaderCompiler_default_ = ShaderCompiler;
|
|
|
95833
95833
|
x_ite_Namespace .add ("ShaderCompiler", "x_ite/Browser/Shaders/ShaderCompiler", ShaderCompiler_default_);
|
|
95834
95834
|
/* harmony default export */ const Shaders_ShaderCompiler = (ShaderCompiler_default_);
|
|
95835
95835
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shaders/ShaderPart.js
|
|
95836
|
-
/* provided dependency */ var ShaderPart_$ = __webpack_require__(
|
|
95836
|
+
/* provided dependency */ var ShaderPart_$ = __webpack_require__(575);
|
|
95837
95837
|
/*******************************************************************************
|
|
95838
95838
|
*
|
|
95839
95839
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -96490,7 +96490,7 @@ const X3DAppearanceNode_default_ = X3DAppearanceNode;
|
|
|
96490
96490
|
x_ite_Namespace .add ("X3DAppearanceNode", "x_ite/Components/Shape/X3DAppearanceNode", X3DAppearanceNode_default_);
|
|
96491
96491
|
/* harmony default export */ const Shape_X3DAppearanceNode = (X3DAppearanceNode_default_);
|
|
96492
96492
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Shape/Appearance.js
|
|
96493
|
-
/* provided dependency */ var Appearance_$ = __webpack_require__(
|
|
96493
|
+
/* provided dependency */ var Appearance_$ = __webpack_require__(575);
|
|
96494
96494
|
/*******************************************************************************
|
|
96495
96495
|
*
|
|
96496
96496
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -105442,8 +105442,8 @@ const GifMedia_default_ = GifMedia;
|
|
|
105442
105442
|
x_ite_Namespace .add ("GifMedia", "x_ite/Browser/Texturing/GifMedia", GifMedia_default_);
|
|
105443
105443
|
/* harmony default export */ const Texturing_GifMedia = (GifMedia_default_);
|
|
105444
105444
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Texturing/MovieTexture.js
|
|
105445
|
-
/* provided dependency */ var MovieTexture_$ = __webpack_require__(
|
|
105446
|
-
/* provided dependency */ var SuperGif = __webpack_require__(
|
|
105445
|
+
/* provided dependency */ var MovieTexture_$ = __webpack_require__(575);
|
|
105446
|
+
/* provided dependency */ var SuperGif = __webpack_require__(280);
|
|
105447
105447
|
/*******************************************************************************
|
|
105448
105448
|
*
|
|
105449
105449
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -108827,7 +108827,7 @@ const gettext_default_ = (string) => locale .get (string) || string;
|
|
|
108827
108827
|
x_ite_Namespace .add ("gettext", "locale/gettext", gettext_default_);
|
|
108828
108828
|
/* harmony default export */ const gettext = (gettext_default_);
|
|
108829
108829
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserTimings.js
|
|
108830
|
-
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(
|
|
108830
|
+
/* provided dependency */ var BrowserTimings_$ = __webpack_require__(575);
|
|
108831
108831
|
/*******************************************************************************
|
|
108832
108832
|
*
|
|
108833
108833
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -109400,7 +109400,7 @@ const TextureQuality_default_ = TextureQuality;
|
|
|
109400
109400
|
x_ite_Namespace .add ("TextureQuality", "x_ite/Browser/Core/TextureQuality", TextureQuality_default_);
|
|
109401
109401
|
/* harmony default export */ const Core_TextureQuality = (TextureQuality_default_);
|
|
109402
109402
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/BrowserOptions.js
|
|
109403
|
-
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(
|
|
109403
|
+
/* provided dependency */ var BrowserOptions_$ = __webpack_require__(575);
|
|
109404
109404
|
/*******************************************************************************
|
|
109405
109405
|
*
|
|
109406
109406
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -109994,7 +109994,7 @@ const RenderingProperties_default_ = RenderingProperties;
|
|
|
109994
109994
|
x_ite_Namespace .add ("RenderingProperties", "x_ite/Browser/Core/RenderingProperties", RenderingProperties_default_);
|
|
109995
109995
|
/* harmony default export */ const Core_RenderingProperties = (RenderingProperties_default_);
|
|
109996
109996
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/Notification.js
|
|
109997
|
-
/* provided dependency */ var Notification_$ = __webpack_require__(
|
|
109997
|
+
/* provided dependency */ var Notification_$ = __webpack_require__(575);
|
|
109998
109998
|
/*******************************************************************************
|
|
109999
109999
|
*
|
|
110000
110000
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -110117,8 +110117,8 @@ const Notification_default_ = Notification;
|
|
|
110117
110117
|
x_ite_Namespace .add ("Notification", "x_ite/Browser/Core/Notification", Notification_default_);
|
|
110118
110118
|
/* harmony default export */ const Core_Notification = (Notification_default_);
|
|
110119
110119
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/ContextMenu.js
|
|
110120
|
-
/* provided dependency */ var jquery_fullscreen = __webpack_require__(
|
|
110121
|
-
/* provided dependency */ var ContextMenu_$ = __webpack_require__(
|
|
110120
|
+
/* provided dependency */ var jquery_fullscreen = __webpack_require__(347);
|
|
110121
|
+
/* provided dependency */ var ContextMenu_$ = __webpack_require__(575);
|
|
110122
110122
|
/*******************************************************************************
|
|
110123
110123
|
*
|
|
110124
110124
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -112879,7 +112879,7 @@ const DataStorage_default_ = DataStorage;
|
|
|
112879
112879
|
x_ite_Namespace .add ("DataStorage", "standard/Utility/DataStorage", DataStorage_default_);
|
|
112880
112880
|
/* harmony default export */ const Utility_DataStorage = (DataStorage_default_);
|
|
112881
112881
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Core/X3DCoreContext.js
|
|
112882
|
-
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(
|
|
112882
|
+
/* provided dependency */ var X3DCoreContext_$ = __webpack_require__(575);
|
|
112883
112883
|
/*******************************************************************************
|
|
112884
112884
|
*
|
|
112885
112885
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -115402,8 +115402,8 @@ const X3DViewer_default_ = X3DViewer;
|
|
|
115402
115402
|
x_ite_Namespace .add ("X3DViewer", "x_ite/Browser/Navigation/X3DViewer", X3DViewer_default_);
|
|
115403
115403
|
/* harmony default export */ const Navigation_X3DViewer = (X3DViewer_default_);
|
|
115404
115404
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/ExamineViewer.js
|
|
115405
|
-
/* provided dependency */ var jquery_mousewheel = __webpack_require__(
|
|
115406
|
-
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(
|
|
115405
|
+
/* provided dependency */ var jquery_mousewheel = __webpack_require__(431);
|
|
115406
|
+
/* provided dependency */ var ExamineViewer_$ = __webpack_require__(575);
|
|
115407
115407
|
/*******************************************************************************
|
|
115408
115408
|
*
|
|
115409
115409
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -116275,8 +116275,8 @@ const ExamineViewer_default_ = ExamineViewer;
|
|
|
116275
116275
|
x_ite_Namespace .add ("ExamineViewer", "x_ite/Browser/Navigation/ExamineViewer", ExamineViewer_default_);
|
|
116276
116276
|
/* harmony default export */ const Navigation_ExamineViewer = (ExamineViewer_default_);
|
|
116277
116277
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/X3DFlyViewer.js
|
|
116278
|
-
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(
|
|
116279
|
-
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(
|
|
116278
|
+
/* provided dependency */ var X3DFlyViewer_jquery_mousewheel = __webpack_require__(431);
|
|
116279
|
+
/* provided dependency */ var X3DFlyViewer_$ = __webpack_require__(575);
|
|
116280
116280
|
/*******************************************************************************
|
|
116281
116281
|
*
|
|
116282
116282
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117285,8 +117285,8 @@ const FlyViewer_default_ = FlyViewer;
|
|
|
117285
117285
|
x_ite_Namespace .add ("FlyViewer", "x_ite/Browser/Navigation/FlyViewer", FlyViewer_default_);
|
|
117286
117286
|
/* harmony default export */ const Navigation_FlyViewer = (FlyViewer_default_);
|
|
117287
117287
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/PlaneViewer.js
|
|
117288
|
-
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(
|
|
117289
|
-
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(
|
|
117288
|
+
/* provided dependency */ var PlaneViewer_jquery_mousewheel = __webpack_require__(431);
|
|
117289
|
+
/* provided dependency */ var PlaneViewer_$ = __webpack_require__(575);
|
|
117290
117290
|
/*******************************************************************************
|
|
117291
117291
|
*
|
|
117292
117292
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -117617,8 +117617,8 @@ const NoneViewer_default_ = NoneViewer;
|
|
|
117617
117617
|
x_ite_Namespace .add ("NoneViewer", "x_ite/Browser/Navigation/NoneViewer", NoneViewer_default_);
|
|
117618
117618
|
/* harmony default export */ const Navigation_NoneViewer = (NoneViewer_default_);
|
|
117619
117619
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Navigation/LookAtViewer.js
|
|
117620
|
-
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(
|
|
117621
|
-
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(
|
|
117620
|
+
/* provided dependency */ var LookAtViewer_jquery_mousewheel = __webpack_require__(431);
|
|
117621
|
+
/* provided dependency */ var LookAtViewer_$ = __webpack_require__(575);
|
|
117622
117622
|
/*******************************************************************************
|
|
117623
117623
|
*
|
|
117624
117624
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -118757,8 +118757,8 @@ const X3DPickingContext_default_ = X3DPickingContext;
|
|
|
118757
118757
|
x_ite_Namespace .add ("X3DPickingContext", "x_ite/Browser/Picking/X3DPickingContext", X3DPickingContext_default_);
|
|
118758
118758
|
/* harmony default export */ const Picking_X3DPickingContext = (X3DPickingContext_default_);
|
|
118759
118759
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/PointingDeviceSensor/PointingDevice.js
|
|
118760
|
-
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(
|
|
118761
|
-
/* provided dependency */ var PointingDevice_$ = __webpack_require__(
|
|
118760
|
+
/* provided dependency */ var PointingDevice_jquery_mousewheel = __webpack_require__(431);
|
|
118761
|
+
/* provided dependency */ var PointingDevice_$ = __webpack_require__(575);
|
|
118762
118762
|
/*******************************************************************************
|
|
118763
118763
|
*
|
|
118764
118764
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -120062,7 +120062,7 @@ const MultiSampleFrameBuffer_default_ = MultiSampleFrameBuffer;
|
|
|
120062
120062
|
x_ite_Namespace .add ("MultiSampleFrameBuffer", "x_ite/Rendering/MultiSampleFrameBuffer", MultiSampleFrameBuffer_default_);
|
|
120063
120063
|
/* harmony default export */ const Rendering_MultiSampleFrameBuffer = (MultiSampleFrameBuffer_default_);
|
|
120064
120064
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Rendering/X3DRenderingContext.js
|
|
120065
|
-
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(
|
|
120065
|
+
/* provided dependency */ var X3DRenderingContext_$ = __webpack_require__(575);
|
|
120066
120066
|
/*******************************************************************************
|
|
120067
120067
|
*
|
|
120068
120068
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -121010,7 +121010,7 @@ const X3DSoundContext_default_ = X3DSoundContext;
|
|
|
121010
121010
|
x_ite_Namespace .add ("X3DSoundContext", "x_ite/Browser/Sound/X3DSoundContext", X3DSoundContext_default_);
|
|
121011
121011
|
/* harmony default export */ const Sound_X3DSoundContext = (X3DSoundContext_default_);
|
|
121012
121012
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/Texturing/KTXDecoder.js
|
|
121013
|
-
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(
|
|
121013
|
+
/* provided dependency */ var KTXDecoder_$ = __webpack_require__(575);
|
|
121014
121014
|
const KTXDecoder_default_ = class KTXDecoder
|
|
121015
121015
|
{
|
|
121016
121016
|
constructor (gl, externalKtxlib, scriptDir)
|
|
@@ -122564,7 +122564,7 @@ const Components_default_ = Components;
|
|
|
122564
122564
|
x_ite_Namespace .add ("Components", "x_ite/Components", Components_default_);
|
|
122565
122565
|
/* harmony default export */ const x_ite_Components = ((/* unused pure expression or super */ null && (Components_default_)));
|
|
122566
122566
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/DOMIntegration.js
|
|
122567
|
-
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(
|
|
122567
|
+
/* provided dependency */ var DOMIntegration_$ = __webpack_require__(575);
|
|
122568
122568
|
/*******************************************************************************
|
|
122569
122569
|
* MIT License
|
|
122570
122570
|
*
|
|
@@ -123697,7 +123697,7 @@ const SupportedProfiles_default_ = SupportedProfiles;
|
|
|
123697
123697
|
x_ite_Namespace .add ("SupportedProfiles", "x_ite/Configuration/SupportedProfiles", SupportedProfiles_default_);
|
|
123698
123698
|
/* harmony default export */ const Configuration_SupportedProfiles = (SupportedProfiles_default_);
|
|
123699
123699
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/X3DBrowser.js
|
|
123700
|
-
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(
|
|
123700
|
+
/* provided dependency */ var X3DBrowser_$ = __webpack_require__(575);
|
|
123701
123701
|
/*******************************************************************************
|
|
123702
123702
|
*
|
|
123703
123703
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124789,7 +124789,7 @@ const X3DBrowser_default_ = X3DBrowser;
|
|
|
124789
124789
|
x_ite_Namespace .add ("X3DBrowser", "x_ite/Browser/X3DBrowser", X3DBrowser_default_);
|
|
124790
124790
|
/* harmony default export */ const Browser_X3DBrowser = (X3DBrowser_default_);
|
|
124791
124791
|
;// CONCATENATED MODULE: ./src/x_ite/X3DCanvasElement.js
|
|
124792
|
-
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(
|
|
124792
|
+
/* provided dependency */ var X3DCanvasElement_$ = __webpack_require__(575);
|
|
124793
124793
|
/*******************************************************************************
|
|
124794
124794
|
*
|
|
124795
124795
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -124926,8 +124926,8 @@ const X3DCanvasElement_default_ = X3DCanvasElement;
|
|
|
124926
124926
|
x_ite_Namespace .add ("X3DCanvasElement", "x_ite/X3DCanvasElement", X3DCanvasElement_default_);
|
|
124927
124927
|
/* harmony default export */ const x_ite_X3DCanvasElement = (X3DCanvasElement_default_);
|
|
124928
124928
|
;// CONCATENATED MODULE: ./src/lib/jquery.js
|
|
124929
|
-
/* provided dependency */ var jquery_$ = __webpack_require__(
|
|
124930
|
-
/* provided dependency */ var pako = __webpack_require__(
|
|
124929
|
+
/* provided dependency */ var jquery_$ = __webpack_require__(575);
|
|
124930
|
+
/* provided dependency */ var pako = __webpack_require__(319);
|
|
124931
124931
|
Object .assign (jquery_$,
|
|
124932
124932
|
{
|
|
124933
124933
|
decodeText (input)
|
|
@@ -125004,14 +125004,14 @@ const jquery_default_ = jquery_$;
|
|
|
125004
125004
|
x_ite_Namespace .add ("jquery", "lib/jquery", jquery_default_);
|
|
125005
125005
|
/* harmony default export */ const jquery = ((/* unused pure expression or super */ null && (jquery_default_)));
|
|
125006
125006
|
;// CONCATENATED MODULE: ./src/lib/libtess.js
|
|
125007
|
-
/* provided dependency */ var libtess_libtess = __webpack_require__(
|
|
125007
|
+
/* provided dependency */ var libtess_libtess = __webpack_require__(932);
|
|
125008
125008
|
const libtess_default_ = libtess_libtess;
|
|
125009
125009
|
;
|
|
125010
125010
|
|
|
125011
125011
|
x_ite_Namespace .add ("libtess", "lib/libtess", libtess_default_);
|
|
125012
125012
|
/* harmony default export */ const lib_libtess = ((/* unused pure expression or super */ null && (libtess_default_)));
|
|
125013
125013
|
;// CONCATENATED MODULE: ./src/x_ite/X3D.js
|
|
125014
|
-
/* provided dependency */ var X3D_$ = __webpack_require__(
|
|
125014
|
+
/* provided dependency */ var X3D_$ = __webpack_require__(575);
|
|
125015
125015
|
/*******************************************************************************
|
|
125016
125016
|
*
|
|
125017
125017
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -125319,7 +125319,7 @@ Object .assign (X3D,
|
|
|
125319
125319
|
|
|
125320
125320
|
// Assign X3D to global namespace.
|
|
125321
125321
|
|
|
125322
|
-
window [Symbol .for ("X_ITE.X3D-9.5.
|
|
125322
|
+
window [Symbol .for ("X_ITE.X3D-9.5.2")] = x_ite_X3D;
|
|
125323
125323
|
|
|
125324
125324
|
customElements .define ("x3d-canvas", x_ite_X3DCanvasElement);
|
|
125325
125325
|
|