x_ite 11.5.11 → 11.5.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/dist/assets/components/AnnotationComponent.js +2 -378
- package/dist/assets/components/AnnotationComponent.min.js +2 -2
- package/dist/assets/components/CADGeometryComponent.js +2 -378
- package/dist/assets/components/CADGeometryComponent.min.js +2 -2
- package/dist/assets/components/CubeMapTexturingComponent.js +4 -333
- package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -2
- package/dist/assets/components/DISComponent.js +2 -331
- package/dist/assets/components/DISComponent.min.js +2 -2
- package/dist/assets/components/EventUtilitiesComponent.js +2 -472
- package/dist/assets/components/EventUtilitiesComponent.min.js +2 -2
- package/dist/assets/components/Geometry2DComponent.js +2 -707
- package/dist/assets/components/Geometry2DComponent.min.js +2 -2
- package/dist/assets/components/GeospatialComponent.js +4 -897
- package/dist/assets/components/GeospatialComponent.min.js +2 -2
- package/dist/assets/components/HAnimComponent.js +9 -338
- package/dist/assets/components/HAnimComponent.min.js +2 -2
- package/dist/assets/components/KeyDeviceSensorComponent.js +2 -237
- package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -2
- package/dist/assets/components/LayoutComponent.js +2 -425
- package/dist/assets/components/LayoutComponent.min.js +2 -2
- package/dist/assets/components/NURBSComponent.js +3 -896
- package/dist/assets/components/NURBSComponent.min.js +2 -2
- package/dist/assets/components/ParticleSystemsComponent.js +9 -715
- package/dist/assets/components/ParticleSystemsComponent.min.js +2 -2
- package/dist/assets/components/PickingComponent.js +2 -566
- package/dist/assets/components/PickingComponent.min.js +2 -2
- package/dist/assets/components/RigidBodyPhysicsComponent.js +2 -942
- package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -2
- package/dist/assets/components/ScriptingComponent.js +2 -190
- package/dist/assets/components/ScriptingComponent.min.js +2 -2
- package/dist/assets/components/TextComponent.js +2 -379
- package/dist/assets/components/TextComponent.min.js +2 -2
- package/dist/assets/components/TextureProjectionComponent.js +8 -196
- package/dist/assets/components/TextureProjectionComponent.min.js +2 -2
- package/dist/assets/components/Texturing3DComponent.js +4303 -4867
- package/dist/assets/components/Texturing3DComponent.min.js +2 -2
- package/dist/assets/components/VolumeRenderingComponent.js +5 -900
- package/dist/assets/components/VolumeRenderingComponent.min.js +2 -2
- package/dist/assets/components/WebXRComponent.js +5 -145
- package/dist/assets/components/WebXRComponent.min.js +2 -2
- package/dist/assets/components/X_ITEComponent.js +18 -853
- package/dist/assets/components/X_ITEComponent.min.js +2 -2
- package/dist/assets/fonts/PT_Sans/OFL.txt +94 -94
- package/dist/assets/lib/libktx.js +1 -1
- package/dist/assets/lib/libktx.wasm +0 -0
- package/dist/example.html +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +51129 -70574
- package/dist/x_ite.min.js +2 -2
- package/dist/x_ite.min.mjs +2 -2
- package/dist/x_ite.mjs +51013 -70458
- package/dist/x_ite.zip +0 -0
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/* X_ITE v11.5.
|
|
2
|
-
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-11.5.
|
|
1
|
+
/* X_ITE v11.5.14 */
|
|
2
|
+
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-11.5.14")];
|
|
3
3
|
/******/ (() => { // webpackBootstrap
|
|
4
4
|
/******/ "use strict";
|
|
5
5
|
/******/ var __webpack_modules__ = ({
|
|
@@ -165,53 +165,6 @@ var external_X_ITE_X3D_X3DRoute_default = /*#__PURE__*/__webpack_require__.n(ext
|
|
|
165
165
|
const external_X_ITE_X3D_Namespace_namespaceObject = __X_ITE_X3D__ .Namespace;
|
|
166
166
|
var external_X_ITE_X3D_Namespace_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Namespace_namespaceObject);
|
|
167
167
|
;// ./src/x_ite/Browser/Scripting/evaluate.js
|
|
168
|
-
/*******************************************************************************
|
|
169
|
-
*
|
|
170
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
171
|
-
*
|
|
172
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
173
|
-
*
|
|
174
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
175
|
-
*
|
|
176
|
-
* The copyright notice above does not evidence any actual of intended
|
|
177
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
178
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
179
|
-
* create3000.
|
|
180
|
-
*
|
|
181
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
182
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
183
|
-
* permission of create3000.
|
|
184
|
-
*
|
|
185
|
-
* NON-MILITARY USE ONLY
|
|
186
|
-
*
|
|
187
|
-
* All create3000 software are effectively free software with a non-military use
|
|
188
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
189
|
-
* source in any way you please with the exception anything that uses it must be
|
|
190
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
191
|
-
*
|
|
192
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
193
|
-
*
|
|
194
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
195
|
-
*
|
|
196
|
-
* This file is part of the X_ITE Project.
|
|
197
|
-
*
|
|
198
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
199
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
200
|
-
* Free Software Foundation.
|
|
201
|
-
*
|
|
202
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
203
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
204
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
205
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
206
|
-
*
|
|
207
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
208
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
209
|
-
* copy of the GPLv3 License.
|
|
210
|
-
*
|
|
211
|
-
* For Silvio, Joy and Adi.
|
|
212
|
-
*
|
|
213
|
-
******************************************************************************/
|
|
214
|
-
|
|
215
168
|
function evaluate (thisArg, globalObject, sourceText)
|
|
216
169
|
{
|
|
217
170
|
return new Function (/* js */ `with (arguments [0])
|
|
@@ -249,53 +202,6 @@ var external_X_ITE_X3D_X3DUrlObject_default = /*#__PURE__*/__webpack_require__.n
|
|
|
249
202
|
const external_X_ITE_X3D_X3DConstants_namespaceObject = __X_ITE_X3D__ .X3DConstants;
|
|
250
203
|
var external_X_ITE_X3D_X3DConstants_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DConstants_namespaceObject);
|
|
251
204
|
;// ./src/x_ite/Components/Scripting/X3DScriptNode.js
|
|
252
|
-
/*******************************************************************************
|
|
253
|
-
*
|
|
254
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
255
|
-
*
|
|
256
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
257
|
-
*
|
|
258
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
259
|
-
*
|
|
260
|
-
* The copyright notice above does not evidence any actual of intended
|
|
261
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
262
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
263
|
-
* create3000.
|
|
264
|
-
*
|
|
265
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
266
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
267
|
-
* permission of create3000.
|
|
268
|
-
*
|
|
269
|
-
* NON-MILITARY USE ONLY
|
|
270
|
-
*
|
|
271
|
-
* All create3000 software are effectively free software with a non-military use
|
|
272
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
273
|
-
* source in any way you please with the exception anything that uses it must be
|
|
274
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
275
|
-
*
|
|
276
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
277
|
-
*
|
|
278
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
279
|
-
*
|
|
280
|
-
* This file is part of the X_ITE Project.
|
|
281
|
-
*
|
|
282
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
283
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
284
|
-
* Free Software Foundation.
|
|
285
|
-
*
|
|
286
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
287
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
288
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
289
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
290
|
-
*
|
|
291
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
292
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
293
|
-
* copy of the GPLv3 License.
|
|
294
|
-
*
|
|
295
|
-
* For Silvio, Joy and Adi.
|
|
296
|
-
*
|
|
297
|
-
******************************************************************************/
|
|
298
|
-
|
|
299
205
|
|
|
300
206
|
|
|
301
207
|
|
|
@@ -338,53 +244,6 @@ const external_X_ITE_X3D_SFNodeCache_namespaceObject = __X_ITE_X3D__ .SFNodeCach
|
|
|
338
244
|
var external_X_ITE_X3D_SFNodeCache_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_SFNodeCache_namespaceObject);
|
|
339
245
|
;// ./src/x_ite/Components/Scripting/Script.js
|
|
340
246
|
/* provided dependency */ var $ = __webpack_require__(254);
|
|
341
|
-
/*******************************************************************************
|
|
342
|
-
*
|
|
343
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
344
|
-
*
|
|
345
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
346
|
-
*
|
|
347
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
348
|
-
*
|
|
349
|
-
* The copyright notice above does not evidence any actual of intended
|
|
350
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
351
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
352
|
-
* create3000.
|
|
353
|
-
*
|
|
354
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
355
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
356
|
-
* permission of create3000.
|
|
357
|
-
*
|
|
358
|
-
* NON-MILITARY USE ONLY
|
|
359
|
-
*
|
|
360
|
-
* All create3000 software are effectively free software with a non-military use
|
|
361
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
362
|
-
* source in any way you please with the exception anything that uses it must be
|
|
363
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
364
|
-
*
|
|
365
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
366
|
-
*
|
|
367
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
368
|
-
*
|
|
369
|
-
* This file is part of the X_ITE Project.
|
|
370
|
-
*
|
|
371
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
372
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
373
|
-
* Free Software Foundation.
|
|
374
|
-
*
|
|
375
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
376
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
377
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
378
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
379
|
-
*
|
|
380
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
381
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
382
|
-
* copy of the GPLv3 License.
|
|
383
|
-
*
|
|
384
|
-
* For Silvio, Joy and Adi.
|
|
385
|
-
*
|
|
386
|
-
******************************************************************************/
|
|
387
|
-
|
|
388
247
|
|
|
389
248
|
|
|
390
249
|
|
|
@@ -829,53 +688,6 @@ const Script_default_ = Script;
|
|
|
829
688
|
|
|
830
689
|
/* harmony default export */ const Scripting_Script = (external_X_ITE_X3D_Namespace_default().add ("Script", Script_default_));
|
|
831
690
|
;// ./src/assets/components/ScriptingComponent.js
|
|
832
|
-
/*******************************************************************************
|
|
833
|
-
*
|
|
834
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
835
|
-
*
|
|
836
|
-
* Copyright create3000, Scheffelstraße 31a, Leipzig, Germany 2011 - 2022.
|
|
837
|
-
*
|
|
838
|
-
* All rights reserved. Holger Seelig <holger.seelig@yahoo.de>.
|
|
839
|
-
*
|
|
840
|
-
* The copyright notice above does not evidence any actual of intended
|
|
841
|
-
* publication of such source code, and is an unpublished work by create3000.
|
|
842
|
-
* This material contains CONFIDENTIAL INFORMATION that is the property of
|
|
843
|
-
* create3000.
|
|
844
|
-
*
|
|
845
|
-
* No permission is granted to copy, distribute, or create derivative works from
|
|
846
|
-
* the contents of this software, in whole or in part, without the prior written
|
|
847
|
-
* permission of create3000.
|
|
848
|
-
*
|
|
849
|
-
* NON-MILITARY USE ONLY
|
|
850
|
-
*
|
|
851
|
-
* All create3000 software are effectively free software with a non-military use
|
|
852
|
-
* restriction. It is free. Well commented source is provided. You may reuse the
|
|
853
|
-
* source in any way you please with the exception anything that uses it must be
|
|
854
|
-
* marked to indicate is contains 'non-military use only' components.
|
|
855
|
-
*
|
|
856
|
-
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
857
|
-
*
|
|
858
|
-
* Copyright 2011 - 2022, Holger Seelig <holger.seelig@yahoo.de>.
|
|
859
|
-
*
|
|
860
|
-
* This file is part of the X_ITE Project.
|
|
861
|
-
*
|
|
862
|
-
* X_ITE is free software: you can redistribute it and/or modify it under the
|
|
863
|
-
* terms of the GNU General Public License version 3 only, as published by the
|
|
864
|
-
* Free Software Foundation.
|
|
865
|
-
*
|
|
866
|
-
* X_ITE is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
867
|
-
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
868
|
-
* A PARTICULAR PURPOSE. See the GNU General Public License version 3 for more
|
|
869
|
-
* details (a copy is included in the LICENSE file that accompanied this code).
|
|
870
|
-
*
|
|
871
|
-
* You should have received a copy of the GNU General Public License version 3
|
|
872
|
-
* along with X_ITE. If not, see <https://www.gnu.org/licenses/gpl.html> for a
|
|
873
|
-
* copy of the GPLv3 License.
|
|
874
|
-
*
|
|
875
|
-
* For Silvio, Joy and Adi.
|
|
876
|
-
*
|
|
877
|
-
******************************************************************************/
|
|
878
|
-
|
|
879
691
|
|
|
880
692
|
|
|
881
693
|
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
/* X_ITE v11.5.
|
|
2
|
-
const e=window[Symbol.for("X_ITE.X3D-11.5.
|
|
1
|
+
/* X_ITE v11.5.14 */
|
|
2
|
+
const e=window[Symbol.for("X_ITE.X3D-11.5.14")];(()=>{var t={254:t=>{t.exports=e.jquery}},n={};function o(e){var r=n[e];if(void 0!==r)return r.exports;var a=n[e]={exports:{}};return t[e](a,a.exports,o),a.exports}o.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return o.d(t,{a:t}),t},o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t);const r=e.Components;var a=o.n(r);const i=e.X3DBaseNode;var s=o.n(i);const l=e.X3DFieldDefinition;var c=o.n(l);const u=e.FieldDefinitionArray;var d=o.n(u);const p=e.X3DField;var v=o.n(p);const f=e.X3DArrayField;var F=o.n(f);const h=e.Fields;var g=o.n(h);const S=e.X3DBrowser;var y=o.n(S);const D=e.ComponentInfo;var M=o.n(D);const m=e.ComponentInfoArray;var x=o.n(m);const w=e.ProfileInfo;var _=o.n(w);const N=e.ProfileInfoArray;var A=o.n(N);const O=e.ConcreteNodesArray;var E=o.n(O);const I=e.AbstractNodesArray;var b=o.n(I);const X=e.UnitInfo;var T=o.n(X);const C=e.UnitInfoArray;var V=o.n(C);const P=e.NamedNodesArray;var j=o.n(P);const B=e.ImportedNodesArray;var R=o.n(B);const U=e.X3DImportedNode;var L=o.n(U);const z=e.ExportedNodesArray;var $=o.n(z);const G=e.X3DExportedNode;var q=o.n(G);const k=e.X3DExecutionContext;var W=o.n(k);const H=e.X3DScene;var J=o.n(H);const K=e.ExternProtoDeclarationArray;var Q=o.n(K);const Y=e.ProtoDeclarationArray;var Z=o.n(Y);const ee=e.X3DExternProtoDeclaration;var te=o.n(ee);const ne=e.X3DProtoDeclaration;var oe=o.n(ne);const re=e.X3DProtoDeclarationNode;var ae=o.n(re);const ie=e.RouteArray;var se=o.n(ie);const le=e.X3DRoute;var ce=o.n(le);const ue=e.Namespace;var de=o.n(ue);const pe=function(e,t,n){return new Function("with (arguments [0])\n {\n return eval ((() =>\n {\n const sourceText = arguments [1];\n\n delete arguments [0];\n delete arguments [1];\n\n arguments .length = 0;\n\n return sourceText;\n })\n ());\n }").call(e,t,n)},ve=de().add("evaluate",pe),fe=e.X3DNode;var Fe=o.n(fe);const he=e.X3DChildNode;var ge=o.n(he);const Se=e.X3DUrlObject;var ye=o.n(Se);const De=e.X3DConstants;var Me=o.n(De);function me(e){ge().call(this,e),ye().call(this,e),this.addType(Me().X3DScriptNode)}Object.assign(Object.setPrototypeOf(me.prototype,ge().prototype),ye().prototype,{initialize(){ge().prototype.initialize.call(this),ye().prototype.initialize.call(this)},dispose(){ye().prototype.dispose.call(this),ge().prototype.dispose.call(this)}}),Object.defineProperties(me,Fe().getStaticProperties("X3DScriptNode","Scripting",1));const xe=me,we=de().add("X3DScriptNode",xe),_e=e.FileLoader;var Ne=o.n(_e);const Ae=e.SFNodeCache;var Oe=o.n(Ae),Ee=o(254);function Ie(e){we.call(this,e),this.addType(Me().Script)}Object.assign(Object.setPrototypeOf(Ie.prototype,we.prototype),{initialize(){we.prototype.initialize.call(this),this.requestImmediateLoad().catch(Function.prototype)},getExtendedEventHandling:()=>!1,canUserDefinedFields:()=>!0,addUserDefinedField(e,t,n){we.prototype.addUserDefinedField.call(this,e,t,n),this.isInitialized()&&(this.setLoadState(Me().NOT_STARTED_STATE),this.requestImmediateLoad().catch(Function.prototype))},removeUserDefinedField(e){this.getUserDefinedFields().get(e)?.removeInterest("set_field__",this),we.prototype.removeUserDefinedField.call(this,e),this.isInitialized()&&(this.setLoadState(Me().NOT_STARTED_STATE),this.requestImmediateLoad().catch(Function.prototype))},getSourceText(){return this._url},unloadData(){const e=this.context?.get("shutdown");"function"==typeof e&&this.call__(e,"shutdown"),Ee(window).off(`.Script-${this.getId()}`),this.getBrowser().prepareEvents().removeInterest("call__",this),this.removeInterest("call__",this);for(const e of this.getUserDefinedFields())e.removeInterest("set_field__",this)},async loadData(){await this.unloadData(),new(Ne())(this).loadDocument(this._url,async e=>{null===e?this.setLoadState(Me().FAILED_STATE):(await this.initialize__(Ee.decodeText(e)),this.setLoadState(Me().COMPLETE_STATE))})},createGlobalObject(){const e=()=>this,t={get(t,n){switch(n){case"getScriptNode":return e;case"currentScene":return e().getExecutionContext();default:return t[n]}}},n=new Proxy(this.getBrowser(),t);function o(t){const n=new(g().SFNode);if(n.fromString(t,e().getExecutionContext()),n.getValue())return n;throw new Error("SFNode.new: invalid argument.")}o.prototype=g().SFNode.prototype;const r={NULL:{value:null},FALSE:{value:!1},TRUE:{value:!0},print:{value:n.println.bind(n)},trace:{value:n.println.bind(n)},Browser:{value:n},X3DConstants:{value:Me()},X3DBrowser:{value:y()},X3DExecutionContext:{value:W()},X3DScene:{value:J()},ComponentInfo:{value:M()},ComponentInfoArray:{value:x()},ProfileInfo:{value:_()},ProfileInfoArray:{value:A()},ConcreteNodesArray:{value:E()},AbstractNodesArray:{value:b()},UnitInfo:{value:T()},UnitInfoArray:{value:V()},NamedNodesArray:{value:j()},ImportedNodesArray:{value:R()},X3DImportedNode:{value:L()},ExportedNodesArray:{value:$()},X3DExportedNode:{value:q()},ExternProtoDeclarationArray:{value:Q()},ProtoDeclarationArray:{value:Z()},X3DExternProtoDeclaration:{value:te()},X3DProtoDeclaration:{value:oe()},X3DProtoDeclarationNode:{value:ae()},RouteArray:{value:se()},X3DRoute:{value:ce()},X3DBaseNode:{value:s()},X3DFieldDefinition:{value:c()},FieldDefinitionArray:{value:d()},X3DField:{value:v()},X3DArrayField:{value:F()},SFColor:{value:g().SFColor},SFColorRGBA:{value:g().SFColorRGBA},SFImage:{value:g().SFImage},SFMatrix3d:{value:g().SFMatrix3d},SFMatrix3f:{value:g().SFMatrix3f},SFMatrix4d:{value:g().SFMatrix4d},SFMatrix4f:{value:g().SFMatrix4f},SFNode:{value:o},SFRotation:{value:g().SFRotation},SFString:{value:g().SFString},SFVec2d:{value:g().SFVec2d},SFVec2f:{value:g().SFVec2f},SFVec3d:{value:g().SFVec3d},SFVec3f:{value:g().SFVec3f},SFVec4d:{value:g().SFVec4d},SFVec4f:{value:g().SFVec4f},VrmlMatrix:{value:g().VrmlMatrix},MFBool:{value:g().MFBool},MFColor:{value:g().MFColor},MFColorRGBA:{value:g().MFColorRGBA},MFDouble:{value:g().MFDouble},MFFloat:{value:g().MFFloat},MFImage:{value:g().MFImage},MFInt32:{value:g().MFInt32},MFMatrix3d:{value:g().MFMatrix3d},MFMatrix3f:{value:g().MFMatrix3f},MFMatrix4d:{value:g().MFMatrix4d},MFMatrix4f:{value:g().MFMatrix4f},MFNode:{value:g().MFNode},MFRotation:{value:g().MFRotation},MFString:{value:g().MFString},MFTime:{value:g().MFTime},MFVec2d:{value:g().MFVec2d},MFVec2f:{value:g().MFVec2f},MFVec3d:{value:g().MFVec3d},MFVec3f:{value:g().MFVec3f},MFVec4d:{value:g().MFVec4d},MFVec4f:{value:g().MFVec4f}};for(const e of this.getUserDefinedFields()){if(e.getAccessType()===Me().inputOnly)continue;const t=[e.getName()];e.getAccessType()===Me().inputOutput&&t.push(e.getName()+"_changed");for(const n of t)n in r||(r[n]={get:e.valueOf.bind(e),set:e.setValue.bind(e)})}return Object.create(Object.prototype,r)},createContext(e){const t=["initialize","prepareEvents","eventsProcessed","shutdown"];for(const e of this.getUserDefinedFields())switch(e.getAccessType()){case Me().inputOnly:t.push(e.getName());break;case Me().inputOutput:t.push("set_"+e.getName())}e+=";\n["+t.map(e=>`typeof ${e} !== "undefined" ? ${e} : undefined`).join(",")+"];";const n=this.evaluate(e),o=new Map;for(let e=0;e<t.length;++e)o.set(t[e],n[e]);return o},evaluate(e){return this.globalObject??=this.createGlobalObject(),ve(Oe().get(this),this.globalObject,e)},async initialize__(e){const t=this.getBrowser();this.globalObject=this.createGlobalObject(),this.context=this.createContext(e);const n=this.context.get("shutdown");"function"==typeof n&&Ee(window).on(`unload.Script-${this.getId()}`,()=>this.call__(n,"shutdown"));const o=this.context.get("prepareEvents");"function"==typeof o&&t.prepareEvents().addInterest("call__",this,o,"prepareEvents");const r=this.context.get("eventsProcessed");"function"==typeof r&&this.addInterest("call__",this,r,"eventsProcessed");for(const e of this.getUserDefinedFields())switch(e.getAccessType()){case Me().inputOnly:{const t=this.context.get(e.getName());"function"==typeof t&&e.addInterest("set_field__",this,t,[]);break}case Me().inputOutput:{const t=this.context.get("set_"+e.getName());"function"==typeof t&&e.addInterest("set_field__",this,t,[]);break}}const a=this.context.get("initialize");"function"==typeof a&&await this.call__(a,"initialize")},async call__(e,t){try{await e.call(Oe().get(this),this.getBrowser().getCurrentTime())}catch(e){this.setError(`in function '${t}'`,e)}},async set_field__(e,t,n){const o=t.pop()??n.create();try{o.assign(n),await e.call(Oe().get(this),o.valueOf(),this.getBrowser().getCurrentTime())}catch(e){this.setError(`in function '${n.getName()}'`,e)}finally{t.push(o)}},setError(e,t){const n=this.getExecutionContext().getWorldURL().startsWith("data:")?"data:":this.getExecutionContext().getWorldURL();console.error(`JavaScript Error in Script '${this.getName()}', ${e}\nworld url is '${n}':`),console.error(t)},dispose(){this.unloadData(),we.prototype.dispose.call(this)}}),Object.defineProperties(Ie,{...Fe().getStaticProperties("Script","Scripting",1,"children","2.0"),fieldDefinitions:{value:new(d())([new(c())(Me().inputOutput,"metadata",new(g().SFNode)),new(c())(Me().inputOutput,"description",new(g().SFString)),new(c())(Me().inputOutput,"load",new(g().SFBool)(!0)),new(c())(Me().inputOutput,"url",new(g().MFString)),new(c())(Me().inputOutput,"autoRefresh",new(g().SFTime)(0)),new(c())(Me().inputOutput,"autoRefreshTimeLimit",new(g().SFTime)(3600)),new(c())(Me().initializeOnly,"directOutput",new(g().SFBool)),new(c())(Me().initializeOnly,"mustEvaluate",new(g().SFBool))]),enumerable:!0}});const be=Ie,Xe=de().add("Script",be);a().add({name:"Scripting",concreteNodes:[Xe],abstractNodes:[we]});de().add("ScriptingComponent",undefined)})();
|