x_ite 10.2.0 → 10.3.1
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/LICENSE.md +4 -0
- package/dist/assets/components/{Annotation.js → AnnotationComponent.js} +138 -260
- package/dist/assets/components/AnnotationComponent.min.js +2 -0
- package/dist/assets/components/{CADGeometry.js → CADGeometryComponent.js} +177 -299
- package/dist/assets/components/CADGeometryComponent.min.js +2 -0
- package/dist/assets/components/{CubeMapTexturing.js → CubeMapTexturingComponent.js} +204 -255
- package/dist/assets/components/CubeMapTexturingComponent.min.js +2 -0
- package/dist/assets/components/DISComponent.js +994 -0
- package/dist/assets/components/DISComponent.min.js +2 -0
- package/dist/assets/components/{EventUtilities.js → EventUtilitiesComponent.js} +121 -274
- package/dist/assets/components/EventUtilitiesComponent.min.js +2 -0
- package/dist/assets/components/{Geometry2D.js → Geometry2DComponent.js} +202 -356
- package/dist/assets/components/Geometry2DComponent.min.js +2 -0
- package/dist/assets/components/{Geospatial.js → GeospatialComponent.js} +449 -676
- package/dist/assets/components/GeospatialComponent.min.js +2 -0
- package/dist/assets/components/{HAnim.js → HAnimComponent.js} +277 -387
- package/dist/assets/components/HAnimComponent.min.js +2 -0
- package/dist/assets/components/{KeyDeviceSensor.js → KeyDeviceSensorComponent.js} +71 -114
- package/dist/assets/components/KeyDeviceSensorComponent.min.js +2 -0
- package/dist/assets/components/{Layout.js → LayoutComponent.js} +234 -339
- package/dist/assets/components/LayoutComponent.min.js +2 -0
- package/dist/assets/components/{NURBS.js → NURBSComponent.js} +349 -652
- package/dist/assets/components/NURBSComponent.min.js +2 -0
- package/dist/assets/components/{ParticleSystems.js → ParticleSystemsComponent.js} +345 -674
- package/dist/assets/components/ParticleSystemsComponent.min.js +2 -0
- package/dist/assets/components/{Picking.js → PickingComponent.js} +245 -472
- package/dist/assets/components/PickingComponent.min.js +2 -0
- package/dist/assets/components/{RigidBodyPhysics.js → RigidBodyPhysicsComponent.js} +496 -804
- package/dist/assets/components/RigidBodyPhysicsComponent.min.js +2 -0
- package/dist/assets/components/ScriptingComponent.js +899 -0
- package/dist/assets/components/ScriptingComponent.min.js +2 -0
- package/dist/assets/components/{Text.js → TextComponent.js} +200 -250
- package/dist/assets/components/TextComponent.min.js +2 -0
- package/dist/assets/components/{TextureProjection.js → TextureProjectionComponent.js} +144 -190
- package/dist/assets/components/TextureProjectionComponent.min.js +2 -0
- package/dist/assets/components/{Texturing3D.js → Texturing3DComponent.js} +225 -387
- package/dist/assets/components/Texturing3DComponent.min.js +2 -0
- package/dist/assets/components/{VolumeRendering.js → VolumeRenderingComponent.js} +316 -603
- package/dist/assets/components/VolumeRenderingComponent.min.js +2 -0
- package/dist/assets/components/{X_ITE.js → X_ITEComponent.js} +301 -599
- package/dist/assets/components/X_ITEComponent.min.js +2 -0
- package/dist/assets/images/XR.svg +74 -0
- package/dist/example.html +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.d.ts +68 -11
- package/dist/x_ite.js +2905 -5804
- package/dist/x_ite.min.js +2 -1
- package/dist/x_ite.min.mjs +2 -1
- package/dist/x_ite.mjs +2905 -5804
- package/dist/x_ite.zip +0 -0
- package/package.json +8 -6
- package/dist/assets/components/Annotation.min.js +0 -1
- package/dist/assets/components/CADGeometry.min.js +0 -1
- package/dist/assets/components/CubeMapTexturing.min.js +0 -1
- package/dist/assets/components/DIS.js +0 -1104
- package/dist/assets/components/DIS.min.js +0 -1
- package/dist/assets/components/EventUtilities.min.js +0 -1
- package/dist/assets/components/Geometry2D.min.js +0 -1
- package/dist/assets/components/Geospatial.min.js +0 -1
- package/dist/assets/components/HAnim.min.js +0 -1
- package/dist/assets/components/KeyDeviceSensor.min.js +0 -1
- package/dist/assets/components/Layout.min.js +0 -1
- package/dist/assets/components/NURBS.min.js +0 -1
- package/dist/assets/components/ParticleSystems.min.js +0 -1
- package/dist/assets/components/Picking.min.js +0 -1
- package/dist/assets/components/RigidBodyPhysics.min.js +0 -1
- package/dist/assets/components/Scripting.js +0 -927
- package/dist/assets/components/Scripting.min.js +0 -1
- package/dist/assets/components/Text.min.js +0 -1
- package/dist/assets/components/TextureProjection.min.js +0 -1
- package/dist/assets/components/Texturing3D.min.js +0 -1
- package/dist/assets/components/VolumeRendering.min.js +0 -1
- package/dist/assets/components/X_ITE.min.js +0 -1
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
/* X_ITE v10.
|
|
1
|
+
/* X_ITE v10.3.1 */
|
|
2
|
+
const __X_ITE_X3D__ = window [Symbol .for ("X_ITE.X3D-10.3.1")];
|
|
3
|
+
/******/ (() => { // webpackBootstrap
|
|
2
4
|
/******/ "use strict";
|
|
3
5
|
/******/ // The require scope
|
|
4
6
|
/******/ var __webpack_require__ = {};
|
|
@@ -37,33 +39,36 @@
|
|
|
37
39
|
|
|
38
40
|
// UNUSED EXPORTS: default
|
|
39
41
|
|
|
40
|
-
;// CONCATENATED MODULE: external "
|
|
41
|
-
const
|
|
42
|
-
var
|
|
43
|
-
;// CONCATENATED MODULE: external "
|
|
44
|
-
const
|
|
45
|
-
var
|
|
46
|
-
;// CONCATENATED MODULE: external "
|
|
47
|
-
const
|
|
48
|
-
var
|
|
49
|
-
;// CONCATENATED MODULE: external "
|
|
50
|
-
const
|
|
51
|
-
var
|
|
52
|
-
;// CONCATENATED MODULE: external "
|
|
53
|
-
const
|
|
54
|
-
var
|
|
55
|
-
;// CONCATENATED MODULE: external "
|
|
56
|
-
const
|
|
57
|
-
var
|
|
58
|
-
;// CONCATENATED MODULE: external "
|
|
59
|
-
const
|
|
60
|
-
var
|
|
61
|
-
;// CONCATENATED MODULE: external "
|
|
62
|
-
const
|
|
63
|
-
var
|
|
64
|
-
;// CONCATENATED MODULE: external "
|
|
65
|
-
const
|
|
66
|
-
var
|
|
42
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .Components"
|
|
43
|
+
const external_X_ITE_X3D_Components_namespaceObject = __X_ITE_X3D__ .Components;
|
|
44
|
+
var external_X_ITE_X3D_Components_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Components_namespaceObject);
|
|
45
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .Fields"
|
|
46
|
+
const external_X_ITE_X3D_Fields_namespaceObject = __X_ITE_X3D__ .Fields;
|
|
47
|
+
var external_X_ITE_X3D_Fields_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Fields_namespaceObject);
|
|
48
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .X3DFieldDefinition"
|
|
49
|
+
const external_X_ITE_X3D_X3DFieldDefinition_namespaceObject = __X_ITE_X3D__ .X3DFieldDefinition;
|
|
50
|
+
var external_X_ITE_X3D_X3DFieldDefinition_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DFieldDefinition_namespaceObject);
|
|
51
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .FieldDefinitionArray"
|
|
52
|
+
const external_X_ITE_X3D_FieldDefinitionArray_namespaceObject = __X_ITE_X3D__ .FieldDefinitionArray;
|
|
53
|
+
var external_X_ITE_X3D_FieldDefinitionArray_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_FieldDefinitionArray_namespaceObject);
|
|
54
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .X3DNode"
|
|
55
|
+
const external_X_ITE_X3D_X3DNode_namespaceObject = __X_ITE_X3D__ .X3DNode;
|
|
56
|
+
var external_X_ITE_X3D_X3DNode_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DNode_namespaceObject);
|
|
57
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .X3DLayerNode"
|
|
58
|
+
const external_X_ITE_X3D_X3DLayerNode_namespaceObject = __X_ITE_X3D__ .X3DLayerNode;
|
|
59
|
+
var external_X_ITE_X3D_X3DLayerNode_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DLayerNode_namespaceObject);
|
|
60
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .Viewpoint"
|
|
61
|
+
const external_X_ITE_X3D_Viewpoint_namespaceObject = __X_ITE_X3D__ .Viewpoint;
|
|
62
|
+
var external_X_ITE_X3D_Viewpoint_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Viewpoint_namespaceObject);
|
|
63
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .Group"
|
|
64
|
+
const external_X_ITE_X3D_Group_namespaceObject = __X_ITE_X3D__ .Group;
|
|
65
|
+
var external_X_ITE_X3D_Group_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Group_namespaceObject);
|
|
66
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .X3DConstants"
|
|
67
|
+
const external_X_ITE_X3D_X3DConstants_namespaceObject = __X_ITE_X3D__ .X3DConstants;
|
|
68
|
+
var external_X_ITE_X3D_X3DConstants_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DConstants_namespaceObject);
|
|
69
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .Namespace"
|
|
70
|
+
const external_X_ITE_X3D_Namespace_namespaceObject = __X_ITE_X3D__ .Namespace;
|
|
71
|
+
var external_X_ITE_X3D_Namespace_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_Namespace_namespaceObject);
|
|
67
72
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/AnnotationLayer.js
|
|
68
73
|
/*******************************************************************************
|
|
69
74
|
*
|
|
@@ -120,54 +125,36 @@ var Namespace_default = /*#__PURE__*/__webpack_require__.n(Namespace_namespaceOb
|
|
|
120
125
|
|
|
121
126
|
|
|
122
127
|
|
|
128
|
+
|
|
123
129
|
function AnnotationLayer (executionContext)
|
|
124
130
|
{
|
|
125
|
-
|
|
131
|
+
external_X_ITE_X3D_X3DLayerNode_default().call (this,
|
|
126
132
|
executionContext,
|
|
127
|
-
new (
|
|
128
|
-
new (
|
|
133
|
+
new (external_X_ITE_X3D_Viewpoint_default()) (executionContext),
|
|
134
|
+
new (external_X_ITE_X3D_Group_default()) (executionContext));
|
|
129
135
|
|
|
130
|
-
this .addType ((
|
|
136
|
+
this .addType ((external_X_ITE_X3D_X3DConstants_default()).AnnotationLayer);
|
|
131
137
|
}
|
|
132
138
|
|
|
133
|
-
Object .assign (Object .setPrototypeOf (AnnotationLayer .prototype, (
|
|
139
|
+
Object .assign (Object .setPrototypeOf (AnnotationLayer .prototype, (external_X_ITE_X3D_X3DLayerNode_default()).prototype),
|
|
134
140
|
{
|
|
135
141
|
initialize ()
|
|
136
142
|
{
|
|
137
|
-
|
|
143
|
+
external_X_ITE_X3D_X3DLayerNode_default().prototype .initialize .call (this);
|
|
138
144
|
},
|
|
139
145
|
});
|
|
140
146
|
|
|
141
147
|
Object .defineProperties (AnnotationLayer,
|
|
142
148
|
{
|
|
143
|
-
|
|
144
|
-
{
|
|
145
|
-
value: "AnnotationLayer",
|
|
146
|
-
enumerable: true,
|
|
147
|
-
},
|
|
148
|
-
componentInfo:
|
|
149
|
-
{
|
|
150
|
-
value: Object .freeze ({ name: "Annotation", level: 1 }),
|
|
151
|
-
enumerable: true,
|
|
152
|
-
},
|
|
153
|
-
containerField:
|
|
154
|
-
{
|
|
155
|
-
value: "layers",
|
|
156
|
-
enumerable: true,
|
|
157
|
-
},
|
|
158
|
-
specificationRange:
|
|
159
|
-
{
|
|
160
|
-
value: Object .freeze ({ from: "4.0", to: "Infinity" }),
|
|
161
|
-
enumerable: true,
|
|
162
|
-
},
|
|
149
|
+
... external_X_ITE_X3D_X3DNode_default().getStaticProperties ("AnnotationLayer", "Annotation", 1, "layers", "4.0"),
|
|
163
150
|
fieldDefinitions:
|
|
164
151
|
{
|
|
165
|
-
value: new (
|
|
166
|
-
new (
|
|
167
|
-
new (
|
|
168
|
-
new (
|
|
169
|
-
new (
|
|
170
|
-
new (
|
|
152
|
+
value: new (external_X_ITE_X3D_FieldDefinitionArray_default()) ([
|
|
153
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "metadata", new (external_X_ITE_X3D_Fields_default()).SFNode ()),
|
|
154
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "isPickable", new (external_X_ITE_X3D_Fields_default()).SFBool (true)),
|
|
155
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "layoutPolicy", new (external_X_ITE_X3D_Fields_default()).MFString ()),
|
|
156
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "shownGroupID", new (external_X_ITE_X3D_Fields_default()).MFString ()),
|
|
157
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "viewport", new (external_X_ITE_X3D_Fields_default()).SFNode ()),
|
|
171
158
|
]),
|
|
172
159
|
enumerable: true,
|
|
173
160
|
},
|
|
@@ -176,11 +163,10 @@ Object .defineProperties (AnnotationLayer,
|
|
|
176
163
|
const __default__ = AnnotationLayer;
|
|
177
164
|
;
|
|
178
165
|
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
var X3DChildNode_default = /*#__PURE__*/__webpack_require__.n(X3DChildNode_namespaceObject);
|
|
166
|
+
/* harmony default export */ const Annotation_AnnotationLayer = (external_X_ITE_X3D_Namespace_default().add ("AnnotationLayer", __default__));
|
|
167
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .X3DChildNode"
|
|
168
|
+
const external_X_ITE_X3D_X3DChildNode_namespaceObject = __X_ITE_X3D__ .X3DChildNode;
|
|
169
|
+
var external_X_ITE_X3D_X3DChildNode_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DChildNode_namespaceObject);
|
|
184
170
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/AnnotationTarget.js
|
|
185
171
|
/*******************************************************************************
|
|
186
172
|
*
|
|
@@ -235,51 +221,33 @@ var X3DChildNode_default = /*#__PURE__*/__webpack_require__.n(X3DChildNode_names
|
|
|
235
221
|
|
|
236
222
|
|
|
237
223
|
|
|
224
|
+
|
|
238
225
|
function AnnotationTarget (executionContext)
|
|
239
226
|
{
|
|
240
|
-
|
|
227
|
+
external_X_ITE_X3D_X3DChildNode_default().call (this, executionContext);
|
|
241
228
|
|
|
242
|
-
this .addType ((
|
|
229
|
+
this .addType ((external_X_ITE_X3D_X3DConstants_default()).AnnotationTarget);
|
|
243
230
|
}
|
|
244
231
|
|
|
245
|
-
Object .assign (Object .setPrototypeOf (AnnotationTarget .prototype, (
|
|
232
|
+
Object .assign (Object .setPrototypeOf (AnnotationTarget .prototype, (external_X_ITE_X3D_X3DChildNode_default()).prototype),
|
|
246
233
|
{
|
|
247
234
|
initialize ()
|
|
248
235
|
{
|
|
249
|
-
|
|
236
|
+
external_X_ITE_X3D_X3DChildNode_default().prototype .initialize .call (this);
|
|
250
237
|
},
|
|
251
238
|
});
|
|
252
239
|
|
|
253
240
|
Object .defineProperties (AnnotationTarget,
|
|
254
241
|
{
|
|
255
|
-
|
|
256
|
-
{
|
|
257
|
-
value: "AnnotationTarget",
|
|
258
|
-
enumerable: true,
|
|
259
|
-
},
|
|
260
|
-
componentInfo:
|
|
261
|
-
{
|
|
262
|
-
value: Object .freeze ({ name: "Annotation", level: 1 }),
|
|
263
|
-
enumerable: true,
|
|
264
|
-
},
|
|
265
|
-
containerField:
|
|
266
|
-
{
|
|
267
|
-
value: "children",
|
|
268
|
-
enumerable: true,
|
|
269
|
-
},
|
|
270
|
-
specificationRange:
|
|
271
|
-
{
|
|
272
|
-
value: Object .freeze ({ from: "4.0", to: "Infinity" }),
|
|
273
|
-
enumerable: true,
|
|
274
|
-
},
|
|
242
|
+
... external_X_ITE_X3D_X3DNode_default().getStaticProperties ("AnnotationTarget", "Annotation", 1, "children", "4.0"),
|
|
275
243
|
fieldDefinitions:
|
|
276
244
|
{
|
|
277
|
-
value: new (
|
|
278
|
-
new (
|
|
279
|
-
new (
|
|
280
|
-
new (
|
|
281
|
-
new (
|
|
282
|
-
new (
|
|
245
|
+
value: new (external_X_ITE_X3D_FieldDefinitionArray_default()) ([
|
|
246
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "metadata", new (external_X_ITE_X3D_Fields_default()).SFNode ()),
|
|
247
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "referencePoint", new (external_X_ITE_X3D_Fields_default()).SFVec3f ()),
|
|
248
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "leadLineStyle", new (external_X_ITE_X3D_Fields_default()).SFNode ()),
|
|
249
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "marker", new (external_X_ITE_X3D_Fields_default()).SFNode ()),
|
|
250
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "annotations", new (external_X_ITE_X3D_Fields_default()).MFNode ()),
|
|
283
251
|
]),
|
|
284
252
|
enumerable: true,
|
|
285
253
|
},
|
|
@@ -288,11 +256,10 @@ Object .defineProperties (AnnotationTarget,
|
|
|
288
256
|
const AnnotationTarget_default_ = AnnotationTarget;
|
|
289
257
|
;
|
|
290
258
|
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
var X3DGroupingNode_default = /*#__PURE__*/__webpack_require__.n(X3DGroupingNode_namespaceObject);
|
|
259
|
+
/* harmony default export */ const Annotation_AnnotationTarget = (external_X_ITE_X3D_Namespace_default().add ("AnnotationTarget", AnnotationTarget_default_));
|
|
260
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .X3DGroupingNode"
|
|
261
|
+
const external_X_ITE_X3D_X3DGroupingNode_namespaceObject = __X_ITE_X3D__ .X3DGroupingNode;
|
|
262
|
+
var external_X_ITE_X3D_X3DGroupingNode_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DGroupingNode_namespaceObject);
|
|
296
263
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/X3DAnnotationNode.js
|
|
297
264
|
/*******************************************************************************
|
|
298
265
|
*
|
|
@@ -344,40 +311,28 @@ var X3DGroupingNode_default = /*#__PURE__*/__webpack_require__.n(X3DGroupingNode
|
|
|
344
311
|
|
|
345
312
|
|
|
346
313
|
|
|
314
|
+
|
|
347
315
|
function X3DAnnotationNode (executionContext)
|
|
348
316
|
{
|
|
349
|
-
|
|
317
|
+
external_X_ITE_X3D_X3DChildNode_default().call (this, executionContext);
|
|
350
318
|
|
|
351
|
-
this .addType ((
|
|
319
|
+
this .addType ((external_X_ITE_X3D_X3DConstants_default()).X3DAnnotationNode);
|
|
352
320
|
}
|
|
353
321
|
|
|
354
|
-
Object .assign (Object .setPrototypeOf (X3DAnnotationNode .prototype, (
|
|
322
|
+
Object .assign (Object .setPrototypeOf (X3DAnnotationNode .prototype, (external_X_ITE_X3D_X3DChildNode_default()).prototype),
|
|
355
323
|
{
|
|
356
324
|
initialize ()
|
|
357
325
|
{
|
|
358
|
-
|
|
326
|
+
external_X_ITE_X3D_X3DChildNode_default().prototype .initialize .call (this);
|
|
359
327
|
},
|
|
360
328
|
});
|
|
361
329
|
|
|
362
|
-
Object .defineProperties (X3DAnnotationNode,
|
|
363
|
-
{
|
|
364
|
-
typeName:
|
|
365
|
-
{
|
|
366
|
-
value: "X3DAnnotationNode",
|
|
367
|
-
enumerable: true,
|
|
368
|
-
},
|
|
369
|
-
componentInfo:
|
|
370
|
-
{
|
|
371
|
-
value: Object .freeze ({ name: "Annotation", level: 1 }),
|
|
372
|
-
enumerable: true,
|
|
373
|
-
},
|
|
374
|
-
});
|
|
330
|
+
Object .defineProperties (X3DAnnotationNode, external_X_ITE_X3D_X3DNode_default().getStaticProperties ("X3DAnnotationNode", "Annotation", 1));
|
|
375
331
|
|
|
376
332
|
const X3DAnnotationNode_default_ = X3DAnnotationNode;
|
|
377
333
|
;
|
|
378
334
|
|
|
379
|
-
|
|
380
|
-
/* harmony default export */ const Annotation_X3DAnnotationNode = (X3DAnnotationNode_default_);
|
|
335
|
+
/* harmony default export */ const Annotation_X3DAnnotationNode = (external_X_ITE_X3D_Namespace_default().add ("X3DAnnotationNode", X3DAnnotationNode_default_));
|
|
381
336
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/GroupAnnotation.js
|
|
382
337
|
/*******************************************************************************
|
|
383
338
|
*
|
|
@@ -433,65 +388,47 @@ Namespace_default().add ("X3DAnnotationNode", "x_ite/Components/Annotation/X3DAn
|
|
|
433
388
|
|
|
434
389
|
|
|
435
390
|
|
|
391
|
+
|
|
436
392
|
function GroupAnnotation (executionContext)
|
|
437
393
|
{
|
|
438
|
-
|
|
394
|
+
external_X_ITE_X3D_X3DGroupingNode_default().call (this, executionContext);
|
|
439
395
|
Annotation_X3DAnnotationNode .call (this, executionContext);
|
|
440
396
|
|
|
441
|
-
this .addType ((
|
|
397
|
+
this .addType ((external_X_ITE_X3D_X3DConstants_default()).GroupAnnotation);
|
|
442
398
|
}
|
|
443
399
|
|
|
444
|
-
Object .assign (Object .setPrototypeOf (GroupAnnotation .prototype, (
|
|
400
|
+
Object .assign (Object .setPrototypeOf (GroupAnnotation .prototype, (external_X_ITE_X3D_X3DGroupingNode_default()).prototype),
|
|
445
401
|
Annotation_X3DAnnotationNode .prototype,
|
|
446
402
|
{
|
|
447
403
|
initialize ()
|
|
448
404
|
{
|
|
449
|
-
|
|
405
|
+
external_X_ITE_X3D_X3DGroupingNode_default().prototype .initialize .call (this);
|
|
450
406
|
Annotation_X3DAnnotationNode .prototype .initialize .call (this);
|
|
451
407
|
},
|
|
452
408
|
dispose ()
|
|
453
409
|
{
|
|
454
410
|
Annotation_X3DAnnotationNode .prototype .dispose .call (this);
|
|
455
|
-
|
|
411
|
+
external_X_ITE_X3D_X3DGroupingNode_default().prototype .dispose .call (this);
|
|
456
412
|
},
|
|
457
413
|
});
|
|
458
414
|
|
|
459
415
|
Object .defineProperties (GroupAnnotation,
|
|
460
416
|
{
|
|
461
|
-
|
|
462
|
-
{
|
|
463
|
-
value: "GroupAnnotation",
|
|
464
|
-
enumerable: true,
|
|
465
|
-
},
|
|
466
|
-
componentInfo:
|
|
467
|
-
{
|
|
468
|
-
value: Object .freeze ({ name: "Annotation", level: 1 }),
|
|
469
|
-
enumerable: true,
|
|
470
|
-
},
|
|
471
|
-
containerField:
|
|
472
|
-
{
|
|
473
|
-
value: "children",
|
|
474
|
-
enumerable: true,
|
|
475
|
-
},
|
|
476
|
-
specificationRange:
|
|
477
|
-
{
|
|
478
|
-
value: Object .freeze ({ from: "4.0", to: "Infinity" }),
|
|
479
|
-
enumerable: true,
|
|
480
|
-
},
|
|
417
|
+
... external_X_ITE_X3D_X3DNode_default().getStaticProperties ("GroupAnnotation", "Annotation", 1, "children", "4.0"),
|
|
481
418
|
fieldDefinitions:
|
|
482
419
|
{
|
|
483
|
-
value: new (
|
|
484
|
-
new (
|
|
485
|
-
new (
|
|
486
|
-
new (
|
|
487
|
-
new (
|
|
488
|
-
new (
|
|
489
|
-
new (
|
|
490
|
-
new (
|
|
491
|
-
new (
|
|
492
|
-
new (
|
|
493
|
-
new (
|
|
494
|
-
new (
|
|
420
|
+
value: new (external_X_ITE_X3D_FieldDefinitionArray_default()) ([
|
|
421
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "metadata", new (external_X_ITE_X3D_Fields_default()).SFNode ()),
|
|
422
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "enabled", new (external_X_ITE_X3D_Fields_default()).SFBool (true)),
|
|
423
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "annotationGroupID", new (external_X_ITE_X3D_Fields_default()).SFString ()),
|
|
424
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "displayPolicy", new (external_X_ITE_X3D_Fields_default()).SFString ("NEVER")),
|
|
425
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "visible", new (external_X_ITE_X3D_Fields_default()).SFBool (true)),
|
|
426
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "bboxDisplay", new (external_X_ITE_X3D_Fields_default()).SFBool ()),
|
|
427
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).initializeOnly, "bboxSize", new (external_X_ITE_X3D_Fields_default()).SFVec3f (-1, -1, -1)),
|
|
428
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).initializeOnly, "bboxCenter", new (external_X_ITE_X3D_Fields_default()).SFVec3f ()),
|
|
429
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOnly, "addChildren", new (external_X_ITE_X3D_Fields_default()).MFNode ()),
|
|
430
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOnly, "removeChildren", new (external_X_ITE_X3D_Fields_default()).MFNode ()),
|
|
431
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "children", new (external_X_ITE_X3D_Fields_default()).MFNode ()),
|
|
495
432
|
]),
|
|
496
433
|
enumerable: true,
|
|
497
434
|
},
|
|
@@ -500,11 +437,10 @@ Object .defineProperties (GroupAnnotation,
|
|
|
500
437
|
const GroupAnnotation_default_ = GroupAnnotation;
|
|
501
438
|
;
|
|
502
439
|
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
var X3DUrlObject_default = /*#__PURE__*/__webpack_require__.n(X3DUrlObject_namespaceObject);
|
|
440
|
+
/* harmony default export */ const Annotation_GroupAnnotation = (external_X_ITE_X3D_Namespace_default().add ("GroupAnnotation", GroupAnnotation_default_));
|
|
441
|
+
;// CONCATENATED MODULE: external "__X_ITE_X3D__ .X3DUrlObject"
|
|
442
|
+
const external_X_ITE_X3D_X3DUrlObject_namespaceObject = __X_ITE_X3D__ .X3DUrlObject;
|
|
443
|
+
var external_X_ITE_X3D_X3DUrlObject_default = /*#__PURE__*/__webpack_require__.n(external_X_ITE_X3D_X3DUrlObject_namespaceObject);
|
|
508
444
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/IconAnnotation.js
|
|
509
445
|
/*******************************************************************************
|
|
510
446
|
*
|
|
@@ -560,63 +496,45 @@ var X3DUrlObject_default = /*#__PURE__*/__webpack_require__.n(X3DUrlObject_names
|
|
|
560
496
|
|
|
561
497
|
|
|
562
498
|
|
|
499
|
+
|
|
563
500
|
function IconAnnotation (executionContext)
|
|
564
501
|
{
|
|
565
502
|
Annotation_X3DAnnotationNode .call (this, executionContext);
|
|
566
|
-
|
|
503
|
+
external_X_ITE_X3D_X3DUrlObject_default().call (this, executionContext);
|
|
567
504
|
|
|
568
|
-
this .addType ((
|
|
505
|
+
this .addType ((external_X_ITE_X3D_X3DConstants_default()).IconAnnotation);
|
|
569
506
|
}
|
|
570
507
|
|
|
571
508
|
Object .assign (Object .setPrototypeOf (IconAnnotation .prototype, Annotation_X3DAnnotationNode .prototype),
|
|
572
|
-
(
|
|
509
|
+
(external_X_ITE_X3D_X3DUrlObject_default()).prototype,
|
|
573
510
|
{
|
|
574
511
|
initialize ()
|
|
575
512
|
{
|
|
576
513
|
Annotation_X3DAnnotationNode .prototype .initialize .call (this);
|
|
577
|
-
|
|
514
|
+
external_X_ITE_X3D_X3DUrlObject_default().prototype .initialize .call (this);
|
|
578
515
|
},
|
|
579
516
|
requestImmediateLoad (cache = true)
|
|
580
517
|
{ },
|
|
581
518
|
dispose ()
|
|
582
519
|
{
|
|
583
|
-
|
|
520
|
+
external_X_ITE_X3D_X3DUrlObject_default().prototype .dispose .call (this);
|
|
584
521
|
Annotation_X3DAnnotationNode .prototype .dispose .call (this);
|
|
585
522
|
},
|
|
586
523
|
});
|
|
587
524
|
|
|
588
525
|
Object .defineProperties (IconAnnotation,
|
|
589
526
|
{
|
|
590
|
-
|
|
591
|
-
{
|
|
592
|
-
value: "IconAnnotation",
|
|
593
|
-
enumerable: true,
|
|
594
|
-
},
|
|
595
|
-
componentInfo:
|
|
596
|
-
{
|
|
597
|
-
value: Object .freeze ({ name: "Annotation", level: 1 }),
|
|
598
|
-
enumerable: true,
|
|
599
|
-
},
|
|
600
|
-
containerField:
|
|
601
|
-
{
|
|
602
|
-
value: "children",
|
|
603
|
-
enumerable: true,
|
|
604
|
-
},
|
|
605
|
-
specificationRange:
|
|
606
|
-
{
|
|
607
|
-
value: Object .freeze ({ from: "4.0", to: "Infinity" }),
|
|
608
|
-
enumerable: true,
|
|
609
|
-
},
|
|
527
|
+
... external_X_ITE_X3D_X3DNode_default().getStaticProperties ("IconAnnotation", "Annotation", 1, "children", "4.0"),
|
|
610
528
|
fieldDefinitions:
|
|
611
529
|
{
|
|
612
|
-
value: new (
|
|
613
|
-
new (
|
|
614
|
-
new (
|
|
615
|
-
new (
|
|
616
|
-
new (
|
|
617
|
-
new (
|
|
618
|
-
new (
|
|
619
|
-
new (
|
|
530
|
+
value: new (external_X_ITE_X3D_FieldDefinitionArray_default()) ([
|
|
531
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "metadata", new (external_X_ITE_X3D_Fields_default()).SFNode ()),
|
|
532
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "enabled", new (external_X_ITE_X3D_Fields_default()).SFBool (true)),
|
|
533
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "annotationGroupID", new (external_X_ITE_X3D_Fields_default()).SFString ()),
|
|
534
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "displayPolicy", new (external_X_ITE_X3D_Fields_default()).SFString ("NEVER")),
|
|
535
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "url", new (external_X_ITE_X3D_Fields_default()).MFString ()),
|
|
536
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "autoRefresh", new (external_X_ITE_X3D_Fields_default()).SFTime ()),
|
|
537
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "autoRefreshTimeLimit", new (external_X_ITE_X3D_Fields_default()).SFTime (3600)),
|
|
620
538
|
]),
|
|
621
539
|
enumerable: true,
|
|
622
540
|
},
|
|
@@ -625,8 +543,7 @@ Object .defineProperties (IconAnnotation,
|
|
|
625
543
|
const IconAnnotation_default_ = IconAnnotation;
|
|
626
544
|
;
|
|
627
545
|
|
|
628
|
-
|
|
629
|
-
/* harmony default export */ const Annotation_IconAnnotation = (IconAnnotation_default_);
|
|
546
|
+
/* harmony default export */ const Annotation_IconAnnotation = (external_X_ITE_X3D_Namespace_default().add ("IconAnnotation", IconAnnotation_default_));
|
|
630
547
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/TextAnnotation.js
|
|
631
548
|
/*******************************************************************************
|
|
632
549
|
*
|
|
@@ -681,11 +598,12 @@ Namespace_default().add ("IconAnnotation", "x_ite/Components/Annotation/IconAnno
|
|
|
681
598
|
|
|
682
599
|
|
|
683
600
|
|
|
601
|
+
|
|
684
602
|
function TextAnnotation (executionContext)
|
|
685
603
|
{
|
|
686
604
|
Annotation_X3DAnnotationNode .call (this, executionContext);
|
|
687
605
|
|
|
688
|
-
this .addType ((
|
|
606
|
+
this .addType ((external_X_ITE_X3D_X3DConstants_default()).TextAnnotation);
|
|
689
607
|
}
|
|
690
608
|
|
|
691
609
|
Object .assign (Object .setPrototypeOf (TextAnnotation .prototype, Annotation_X3DAnnotationNode .prototype),
|
|
@@ -698,35 +616,16 @@ Object .assign (Object .setPrototypeOf (TextAnnotation .prototype, Annotation_X3
|
|
|
698
616
|
|
|
699
617
|
Object .defineProperties (TextAnnotation,
|
|
700
618
|
{
|
|
701
|
-
|
|
702
|
-
{
|
|
703
|
-
value: "TextAnnotation",
|
|
704
|
-
enumerable: true,
|
|
705
|
-
},
|
|
706
|
-
componentInfo:
|
|
707
|
-
{
|
|
708
|
-
value: Object .freeze ({ name: "Annotation", level: 1 }),
|
|
709
|
-
enumerable: true,
|
|
710
|
-
},
|
|
711
|
-
containerField:
|
|
712
|
-
{
|
|
713
|
-
value: "children",
|
|
714
|
-
enumerable: true,
|
|
715
|
-
},
|
|
716
|
-
specificationRange:
|
|
717
|
-
{
|
|
718
|
-
value: Object .freeze ({ from: "4.0", to: "Infinity" }),
|
|
719
|
-
enumerable: true,
|
|
720
|
-
},
|
|
619
|
+
... external_X_ITE_X3D_X3DNode_default().getStaticProperties ("TextAnnotation", "Annotation", 1, "children", "4.0"),
|
|
721
620
|
fieldDefinitions:
|
|
722
621
|
{
|
|
723
|
-
value: new (
|
|
724
|
-
new (
|
|
725
|
-
new (
|
|
726
|
-
new (
|
|
727
|
-
new (
|
|
728
|
-
new (
|
|
729
|
-
new (
|
|
622
|
+
value: new (external_X_ITE_X3D_FieldDefinitionArray_default()) ([
|
|
623
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "metadata", new (external_X_ITE_X3D_Fields_default()).SFNode ()),
|
|
624
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "enabled", new (external_X_ITE_X3D_Fields_default()).SFBool (true)),
|
|
625
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "annotationGroupID", new (external_X_ITE_X3D_Fields_default()).SFString ()),
|
|
626
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "displayPolicy", new (external_X_ITE_X3D_Fields_default()).SFString ("NEVER")),
|
|
627
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "contentType", new (external_X_ITE_X3D_Fields_default()).SFString ("text/plain")),
|
|
628
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "text", new (external_X_ITE_X3D_Fields_default()).SFString ()),
|
|
730
629
|
]),
|
|
731
630
|
enumerable: true,
|
|
732
631
|
},
|
|
@@ -735,8 +634,7 @@ Object .defineProperties (TextAnnotation,
|
|
|
735
634
|
const TextAnnotation_default_ = TextAnnotation;
|
|
736
635
|
;
|
|
737
636
|
|
|
738
|
-
|
|
739
|
-
/* harmony default export */ const Annotation_TextAnnotation = (TextAnnotation_default_);
|
|
637
|
+
/* harmony default export */ const Annotation_TextAnnotation = (external_X_ITE_X3D_Namespace_default().add ("TextAnnotation", TextAnnotation_default_));
|
|
740
638
|
;// CONCATENATED MODULE: ./src/x_ite/Components/Annotation/URLAnnotation.js
|
|
741
639
|
/*******************************************************************************
|
|
742
640
|
*
|
|
@@ -791,11 +689,12 @@ Namespace_default().add ("TextAnnotation", "x_ite/Components/Annotation/TextAnno
|
|
|
791
689
|
|
|
792
690
|
|
|
793
691
|
|
|
692
|
+
|
|
794
693
|
function URLAnnotation (executionContext)
|
|
795
694
|
{
|
|
796
695
|
Annotation_X3DAnnotationNode .call (this, executionContext);
|
|
797
696
|
|
|
798
|
-
this .addType ((
|
|
697
|
+
this .addType ((external_X_ITE_X3D_X3DConstants_default()).URLAnnotation);
|
|
799
698
|
}
|
|
800
699
|
|
|
801
700
|
Object .assign (Object .setPrototypeOf (URLAnnotation .prototype, Annotation_X3DAnnotationNode .prototype),
|
|
@@ -808,34 +707,15 @@ Object .assign (Object .setPrototypeOf (URLAnnotation .prototype, Annotation_X3D
|
|
|
808
707
|
|
|
809
708
|
Object .defineProperties (URLAnnotation,
|
|
810
709
|
{
|
|
811
|
-
|
|
812
|
-
{
|
|
813
|
-
value: "URLAnnotation",
|
|
814
|
-
enumerable: true,
|
|
815
|
-
},
|
|
816
|
-
componentInfo:
|
|
817
|
-
{
|
|
818
|
-
value: Object .freeze ({ name: "Annotation", level: 1 }),
|
|
819
|
-
enumerable: true,
|
|
820
|
-
},
|
|
821
|
-
containerField:
|
|
822
|
-
{
|
|
823
|
-
value: "children",
|
|
824
|
-
enumerable: true,
|
|
825
|
-
},
|
|
826
|
-
specificationRange:
|
|
827
|
-
{
|
|
828
|
-
value: Object .freeze ({ from: "4.0", to: "Infinity" }),
|
|
829
|
-
enumerable: true,
|
|
830
|
-
},
|
|
710
|
+
... external_X_ITE_X3D_X3DNode_default().getStaticProperties ("URLAnnotation", "Annotation", 1, "children", "4.0"),
|
|
831
711
|
fieldDefinitions:
|
|
832
712
|
{
|
|
833
|
-
value: new (
|
|
834
|
-
new (
|
|
835
|
-
new (
|
|
836
|
-
new (
|
|
837
|
-
new (
|
|
838
|
-
new (
|
|
713
|
+
value: new (external_X_ITE_X3D_FieldDefinitionArray_default()) ([
|
|
714
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "metadata", new (external_X_ITE_X3D_Fields_default()).SFNode ()),
|
|
715
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "enabled", new (external_X_ITE_X3D_Fields_default()).SFBool (true)),
|
|
716
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "annotationGroupID", new (external_X_ITE_X3D_Fields_default()).SFString ()),
|
|
717
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "displayPolicy", new (external_X_ITE_X3D_Fields_default()).SFString ("NEVER")),
|
|
718
|
+
new (external_X_ITE_X3D_X3DFieldDefinition_default()) ((external_X_ITE_X3D_X3DConstants_default()).inputOutput, "url", new (external_X_ITE_X3D_Fields_default()).MFString ()),
|
|
839
719
|
]),
|
|
840
720
|
enumerable: true,
|
|
841
721
|
},
|
|
@@ -844,9 +724,8 @@ Object .defineProperties (URLAnnotation,
|
|
|
844
724
|
const URLAnnotation_default_ = URLAnnotation;
|
|
845
725
|
;
|
|
846
726
|
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
;// CONCATENATED MODULE: ./src/assets/components/Annotation.js
|
|
727
|
+
/* harmony default export */ const Annotation_URLAnnotation = (external_X_ITE_X3D_Namespace_default().add ("URLAnnotation", URLAnnotation_default_));
|
|
728
|
+
;// CONCATENATED MODULE: ./src/assets/components/AnnotationComponent.js
|
|
850
729
|
/*******************************************************************************
|
|
851
730
|
*
|
|
852
731
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
@@ -903,7 +782,7 @@ Namespace_default().add ("URLAnnotation", "x_ite/Components/Annotation/URLAnnota
|
|
|
903
782
|
|
|
904
783
|
|
|
905
784
|
|
|
906
|
-
|
|
785
|
+
external_X_ITE_X3D_Components_default().add ({
|
|
907
786
|
name: "Annotation",
|
|
908
787
|
concreteNodes:
|
|
909
788
|
[
|
|
@@ -920,10 +799,9 @@ Components_default().add ({
|
|
|
920
799
|
],
|
|
921
800
|
});
|
|
922
801
|
|
|
923
|
-
const
|
|
802
|
+
const AnnotationComponent_default_ = undefined;
|
|
924
803
|
;
|
|
925
804
|
|
|
926
|
-
|
|
927
|
-
/* harmony default export */ const Annotation = ((/* unused pure expression or super */ null && (Annotation_default_)));
|
|
805
|
+
/* harmony default export */ const AnnotationComponent = (external_X_ITE_X3D_Namespace_default().add ("AnnotationComponent", AnnotationComponent_default_));
|
|
928
806
|
/******/ })()
|
|
929
807
|
;
|