x_ite 8.11.16 → 8.12.0
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 +5 -3
- package/dist/LICENSE.md +2 -2
- package/dist/assets/components/Annotation.js +21 -21
- package/dist/assets/components/Annotation.min.js +1 -1
- package/dist/assets/components/CADGeometry.js +38 -36
- package/dist/assets/components/CADGeometry.min.js +1 -1
- package/dist/assets/components/CubeMapTexturing.js +31 -31
- package/dist/assets/components/CubeMapTexturing.min.js +1 -1
- package/dist/assets/components/DIS.js +20 -20
- package/dist/assets/components/DIS.min.js +1 -1
- package/dist/assets/components/EventUtilities.js +19 -19
- package/dist/assets/components/EventUtilities.min.js +1 -1
- package/dist/assets/components/Geometry2D.js +34 -34
- package/dist/assets/components/Geometry2D.min.js +1 -1
- package/dist/assets/components/Geospatial.js +86 -85
- package/dist/assets/components/Geospatial.min.js +1 -1
- package/dist/assets/components/HAnim.js +30 -32
- package/dist/assets/components/HAnim.min.js +1 -1
- package/dist/assets/components/KeyDeviceSensor.js +13 -13
- package/dist/assets/components/KeyDeviceSensor.min.js +1 -1
- package/dist/assets/components/Layout.js +46 -42
- package/dist/assets/components/Layout.min.js +1 -1
- package/dist/assets/components/NURBS.js +65 -65
- package/dist/assets/components/NURBS.min.js +1 -1
- package/dist/assets/components/ParticleSystems.js +46 -46
- package/dist/assets/components/ParticleSystems.min.js +1 -1
- package/dist/assets/components/Picking.js +31 -31
- package/dist/assets/components/Picking.min.js +1 -1
- package/dist/assets/components/RigidBodyPhysics.js +48 -48
- package/dist/assets/components/RigidBodyPhysics.min.js +1 -1
- package/dist/assets/components/Scripting.js +108 -101
- package/dist/assets/components/Scripting.min.js +1 -1
- package/dist/assets/components/Text.js +44 -44
- package/dist/assets/components/Text.min.js +1 -1
- package/dist/assets/components/TextureProjector.js +18 -18
- package/dist/assets/components/TextureProjector.min.js +1 -1
- package/dist/assets/components/Texturing3D.js +74 -92
- package/dist/assets/components/Texturing3D.min.js +1 -1
- package/dist/assets/components/VolumeRendering.js +39 -40
- package/dist/assets/components/VolumeRendering.min.js +1 -1
- package/dist/assets/components/X_ITE.js +11 -11
- package/dist/assets/components/X_ITE.min.js +1 -1
- package/dist/x_ite.css +1 -1
- package/dist/x_ite.js +3153 -2347
- package/dist/x_ite.min.js +1 -1
- package/dist/x_ite.min.mjs +1 -0
- package/dist/x_ite.mjs +121582 -0
- package/dist/x_ite.zip +0 -0
- package/package.json +9 -2
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
/* X_ITE v8.
|
|
1
|
+
/* X_ITE v8.12.0 */(() => { // webpackBootstrap
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
5
|
/***/ 355:
|
|
6
6
|
/***/ ((module) => {
|
|
7
7
|
|
|
8
|
-
module.exports = window [Symbol .for ("X_ITE.X3D-8.
|
|
8
|
+
module.exports = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("lib/jquery");
|
|
9
9
|
|
|
10
10
|
/***/ })
|
|
11
11
|
|
|
@@ -73,22 +73,22 @@ var __webpack_exports__ = {};
|
|
|
73
73
|
// UNUSED EXPORTS: default
|
|
74
74
|
|
|
75
75
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components\")"
|
|
76
|
-
const Components_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
76
|
+
const Components_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Components");
|
|
77
77
|
var Components_default = /*#__PURE__*/__webpack_require__.n(Components_namespaceObject);
|
|
78
78
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Fields\")"
|
|
79
|
-
const Fields_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
79
|
+
const Fields_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Fields");
|
|
80
80
|
var Fields_default = /*#__PURE__*/__webpack_require__.n(Fields_namespaceObject);
|
|
81
81
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DFieldDefinition\")"
|
|
82
|
-
const X3DFieldDefinition_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
82
|
+
const X3DFieldDefinition_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Base/X3DFieldDefinition");
|
|
83
83
|
var X3DFieldDefinition_default = /*#__PURE__*/__webpack_require__.n(X3DFieldDefinition_namespaceObject);
|
|
84
84
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/FieldDefinitionArray\")"
|
|
85
|
-
const FieldDefinitionArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
85
|
+
const FieldDefinitionArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Base/FieldDefinitionArray");
|
|
86
86
|
var FieldDefinitionArray_default = /*#__PURE__*/__webpack_require__.n(FieldDefinitionArray_namespaceObject);
|
|
87
87
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Core/X3DNode\")"
|
|
88
|
-
const X3DNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
88
|
+
const X3DNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Components/Core/X3DNode");
|
|
89
89
|
var X3DNode_default = /*#__PURE__*/__webpack_require__.n(X3DNode_namespaceObject);
|
|
90
90
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Namespace\")"
|
|
91
|
-
const Namespace_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
91
|
+
const Namespace_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Namespace");
|
|
92
92
|
var Namespace_default = /*#__PURE__*/__webpack_require__.n(Namespace_namespaceObject);
|
|
93
93
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/ParticleSystems/GeometryTypes.js
|
|
94
94
|
/*******************************************************************************
|
|
@@ -152,31 +152,31 @@ const GeometryTypes = {
|
|
|
152
152
|
const __default__ = GeometryTypes;
|
|
153
153
|
;
|
|
154
154
|
|
|
155
|
-
Namespace_default().
|
|
155
|
+
Namespace_default().add ("GeometryTypes", "x_ite/Browser/ParticleSystems/GeometryTypes", __default__);
|
|
156
156
|
/* harmony default export */ const ParticleSystems_GeometryTypes = (__default__);
|
|
157
157
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DConstants\")"
|
|
158
|
-
const X3DConstants_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
158
|
+
const X3DConstants_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Base/X3DConstants");
|
|
159
159
|
var X3DConstants_default = /*#__PURE__*/__webpack_require__.n(X3DConstants_namespaceObject);
|
|
160
160
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/ParticleSystems/Line3.glsl.js
|
|
161
161
|
const Line3_glsl_default_ = /* glsl */ `struct Line3{vec3 point;vec3 direction;};bool intersects(const in Line3 line,const in vec3 a,const in vec3 b,const in vec3 c,out vec3 r){vec3 edge1=b-a;vec3 edge2=c-a;vec3 pvec=cross(line.direction,edge2);float det=dot(edge1,pvec);if(det==0.0)return false;float inv_det=1.0/det;vec3 tvec=line.point-a;float u=dot(tvec,pvec)*inv_det;if(u<0.0||u>1.0)return false;vec3 qvec=cross(tvec,edge1);float v=dot(line.direction,qvec)*inv_det;if(v<0.0||u+v>1.0)return false;r=vec3(u,v,1.0-u-v);return true;}
|
|
162
162
|
`
|
|
163
163
|
;
|
|
164
164
|
|
|
165
|
-
Namespace_default().
|
|
165
|
+
Namespace_default().add ("Line3.glsl", "x_ite/Browser/ParticleSystems/Line3.glsl", Line3_glsl_default_);
|
|
166
166
|
/* harmony default export */ const Line3_glsl = (Line3_glsl_default_);
|
|
167
167
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/ParticleSystems/Plane3.glsl.js
|
|
168
168
|
const Plane3_glsl_default_ = /* glsl */ `struct Plane3{vec3 normal;float distanceFromOrigin;};Plane3 plane3(const in vec3 point,const in vec3 normal){return Plane3(normal,dot(normal,point));}float plane_distance(const in Plane3 plane,const in vec3 point){return dot(point,plane.normal)-plane.distanceFromOrigin;}bool intersects(const in Plane3 plane,const in Line3 line,out vec3 point){float theta=dot(line.direction,plane.normal);if(theta==0.0)return false;float t=(plane.distanceFromOrigin-dot(plane.normal,line.point))/theta;point=line.point+line.direction*t;return true;}void sort(inout vec4 points[ARRAY_SIZE],const in int count,const in Plane3 plane){const float shrink=1.0/1.3;int gap=count;bool exchanged=true;while(exchanged){gap=int(float(gap)*shrink);if(gap<=1){exchanged=false;gap=1;}for(int i=0,l=count-gap;i<l;++i){int j=gap+i;if(plane_distance(plane,points[i].xyz)>plane_distance(plane,points[j].xyz)){vec4 tmp1=points[i];points[i]=points[j];points[j]=tmp1;exchanged=true;}}}}int min_index(const in vec4 points[ARRAY_SIZE],const in int count,const in float value,const in Plane3 plane){int index=-1;float dist=1000000.0;for(int i=0;i<count;++i){float d=plane_distance(plane,points[i].xyz);if(d>=value&&d<dist){dist=d;index=i;}}return index;}
|
|
169
169
|
`
|
|
170
170
|
;
|
|
171
171
|
|
|
172
|
-
Namespace_default().
|
|
172
|
+
Namespace_default().add ("Plane3.glsl", "x_ite/Browser/ParticleSystems/Plane3.glsl", Plane3_glsl_default_);
|
|
173
173
|
/* harmony default export */ const Plane3_glsl = (Plane3_glsl_default_);
|
|
174
174
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/ParticleSystems/Box3.glsl.js
|
|
175
175
|
const Box3_glsl_default_ = /* glsl */ `bool intersects(const in vec3 min,const in vec3 max,const in Line3 line){vec3 intersection;if(intersects(plane3(max,vec3(0.0,0.0,1.0)),line,intersection)){if(all(greaterThanEqual(vec4(intersection.xy,max.xy),vec4(min.xy,intersection.xy))))return true;}if(intersects(plane3(min,vec3(0.0,0.0,-1.0)),line,intersection)){if(all(greaterThanEqual(vec4(intersection.xy,max.xy),vec4(min.xy,intersection.xy))))return true;}if(intersects(plane3(max,vec3(0.0,1.0,0.0)),line,intersection)){if(all(greaterThanEqual(vec4(intersection.xz,max.xz),vec4(min.xz,intersection.xz))))return true;}if(intersects(plane3(min,vec3(0.0,-1.0,0.0)),line,intersection)){if(all(greaterThanEqual(vec4(intersection.xz,max.xz),vec4(min.xz,intersection.xz))))return true;}if(intersects(plane3(max,vec3(1.0,0.0,0.0)),line,intersection)){if(all(greaterThanEqual(vec4(intersection.yz,max.yz),vec4(min.yz,intersection.yz))))return true;}return false;}
|
|
176
176
|
`
|
|
177
177
|
;
|
|
178
178
|
|
|
179
|
-
Namespace_default().
|
|
179
|
+
Namespace_default().add ("Box3.glsl", "x_ite/Browser/ParticleSystems/Box3.glsl", Box3_glsl_default_);
|
|
180
180
|
/* harmony default export */ const Box3_glsl = (Box3_glsl_default_);
|
|
181
181
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/ParticleSystems/BVH.glsl.js
|
|
182
182
|
const BVH_glsl_default_ = /* glsl */ `#define BVH_NODE 0
|
|
@@ -186,7 +186,7 @@ int bvhNodeIndex=0;void setBVHIndex(const in int index){bvhNodeIndex=index;}int
|
|
|
186
186
|
`
|
|
187
187
|
;
|
|
188
188
|
|
|
189
|
-
Namespace_default().
|
|
189
|
+
Namespace_default().add ("BVH.glsl", "x_ite/Browser/ParticleSystems/BVH.glsl", BVH_glsl_default_);
|
|
190
190
|
/* harmony default export */ const BVH_glsl = (BVH_glsl_default_);
|
|
191
191
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/X3DParticleEmitterNode.js
|
|
192
192
|
/*******************************************************************************
|
|
@@ -620,10 +620,10 @@ Object .defineProperties (X3DParticleEmitterNode,
|
|
|
620
620
|
const X3DParticleEmitterNode_default_ = X3DParticleEmitterNode;
|
|
621
621
|
;
|
|
622
622
|
|
|
623
|
-
Namespace_default().
|
|
623
|
+
Namespace_default().add ("X3DParticleEmitterNode", "x_ite/Components/ParticleSystems/X3DParticleEmitterNode", X3DParticleEmitterNode_default_);
|
|
624
624
|
/* harmony default export */ const ParticleSystems_X3DParticleEmitterNode = (X3DParticleEmitterNode_default_);
|
|
625
625
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Numbers/Vector3\")"
|
|
626
|
-
const Vector3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
626
|
+
const Vector3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("standard/Math/Numbers/Vector3");
|
|
627
627
|
var Vector3_default = /*#__PURE__*/__webpack_require__.n(Vector3_namespaceObject);
|
|
628
628
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/PointEmitter.js
|
|
629
629
|
/*******************************************************************************
|
|
@@ -781,7 +781,7 @@ Object .defineProperties (PointEmitter,
|
|
|
781
781
|
const PointEmitter_default_ = PointEmitter;
|
|
782
782
|
;
|
|
783
783
|
|
|
784
|
-
Namespace_default().
|
|
784
|
+
Namespace_default().add ("PointEmitter", "x_ite/Components/ParticleSystems/PointEmitter", PointEmitter_default_);
|
|
785
785
|
/* harmony default export */ const ParticleSystems_PointEmitter = (PointEmitter_default_);
|
|
786
786
|
;// CONCATENATED MODULE: ./src/x_ite/Browser/ParticleSystems/X3DParticleSystemsContext.js
|
|
787
787
|
/*******************************************************************************
|
|
@@ -858,7 +858,7 @@ Object .assign (X3DParticleSystemsContext .prototype,
|
|
|
858
858
|
const X3DParticleSystemsContext_default_ = X3DParticleSystemsContext;
|
|
859
859
|
;
|
|
860
860
|
|
|
861
|
-
Namespace_default().
|
|
861
|
+
Namespace_default().add ("X3DParticleSystemsContext", "x_ite/Browser/ParticleSystems/X3DParticleSystemsContext", X3DParticleSystemsContext_default_);
|
|
862
862
|
/* harmony default export */ const ParticleSystems_X3DParticleSystemsContext = (X3DParticleSystemsContext_default_);
|
|
863
863
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/X3DParticlePhysicsModelNode.js
|
|
864
864
|
/*******************************************************************************
|
|
@@ -941,10 +941,10 @@ Object .defineProperties (X3DParticlePhysicsModelNode,
|
|
|
941
941
|
const X3DParticlePhysicsModelNode_default_ = X3DParticlePhysicsModelNode;
|
|
942
942
|
;
|
|
943
943
|
|
|
944
|
-
Namespace_default().
|
|
944
|
+
Namespace_default().add ("X3DParticlePhysicsModelNode", "x_ite/Components/ParticleSystems/X3DParticlePhysicsModelNode", X3DParticlePhysicsModelNode_default_);
|
|
945
945
|
/* harmony default export */ const ParticleSystems_X3DParticlePhysicsModelNode = (X3DParticlePhysicsModelNode_default_);
|
|
946
946
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Base/X3DCast\")"
|
|
947
|
-
const X3DCast_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
947
|
+
const X3DCast_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Base/X3DCast");
|
|
948
948
|
var X3DCast_default = /*#__PURE__*/__webpack_require__.n(X3DCast_namespaceObject);
|
|
949
949
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/BoundedPhysicsModel.js
|
|
950
950
|
/*******************************************************************************
|
|
@@ -1081,7 +1081,7 @@ Object .defineProperties (BoundedPhysicsModel,
|
|
|
1081
1081
|
const BoundedPhysicsModel_default_ = BoundedPhysicsModel;
|
|
1082
1082
|
;
|
|
1083
1083
|
|
|
1084
|
-
Namespace_default().
|
|
1084
|
+
Namespace_default().add ("BoundedPhysicsModel", "x_ite/Components/ParticleSystems/BoundedPhysicsModel", BoundedPhysicsModel_default_);
|
|
1085
1085
|
/* harmony default export */ const ParticleSystems_BoundedPhysicsModel = (BoundedPhysicsModel_default_);
|
|
1086
1086
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/ConeEmitter.js
|
|
1087
1087
|
/*******************************************************************************
|
|
@@ -1248,7 +1248,7 @@ Object .defineProperties (ConeEmitter,
|
|
|
1248
1248
|
const ConeEmitter_default_ = ConeEmitter;
|
|
1249
1249
|
;
|
|
1250
1250
|
|
|
1251
|
-
Namespace_default().
|
|
1251
|
+
Namespace_default().add ("ConeEmitter", "x_ite/Components/ParticleSystems/ConeEmitter", ConeEmitter_default_);
|
|
1252
1252
|
/* harmony default export */ const ParticleSystems_ConeEmitter = (ConeEmitter_default_);
|
|
1253
1253
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/ExplosionEmitter.js
|
|
1254
1254
|
/*******************************************************************************
|
|
@@ -1390,7 +1390,7 @@ Object .defineProperties (ExplosionEmitter,
|
|
|
1390
1390
|
const ExplosionEmitter_default_ = ExplosionEmitter;
|
|
1391
1391
|
;
|
|
1392
1392
|
|
|
1393
|
-
Namespace_default().
|
|
1393
|
+
Namespace_default().add ("ExplosionEmitter", "x_ite/Components/ParticleSystems/ExplosionEmitter", ExplosionEmitter_default_);
|
|
1394
1394
|
/* harmony default export */ const ParticleSystems_ExplosionEmitter = (ExplosionEmitter_default_);
|
|
1395
1395
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/ForcePhysicsModel.js
|
|
1396
1396
|
/*******************************************************************************
|
|
@@ -1515,31 +1515,31 @@ Object .defineProperties (ForcePhysicsModel,
|
|
|
1515
1515
|
const ForcePhysicsModel_default_ = ForcePhysicsModel;
|
|
1516
1516
|
;
|
|
1517
1517
|
|
|
1518
|
-
Namespace_default().
|
|
1518
|
+
Namespace_default().add ("ForcePhysicsModel", "x_ite/Components/ParticleSystems/ForcePhysicsModel", ForcePhysicsModel_default_);
|
|
1519
1519
|
/* harmony default export */ const ParticleSystems_ForcePhysicsModel = (ForcePhysicsModel_default_);
|
|
1520
1520
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Shape/X3DShapeNode\")"
|
|
1521
|
-
const X3DShapeNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
1521
|
+
const X3DShapeNode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Components/Shape/X3DShapeNode");
|
|
1522
1522
|
var X3DShapeNode_default = /*#__PURE__*/__webpack_require__.n(X3DShapeNode_namespaceObject);
|
|
1523
1523
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Browser/Rendering/GeometryContext\")"
|
|
1524
|
-
const GeometryContext_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
1524
|
+
const GeometryContext_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Browser/Rendering/GeometryContext");
|
|
1525
1525
|
var GeometryContext_default = /*#__PURE__*/__webpack_require__.n(GeometryContext_namespaceObject);
|
|
1526
1526
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Rendering/VertexArray\")"
|
|
1527
|
-
const VertexArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
1527
|
+
const VertexArray_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Rendering/VertexArray");
|
|
1528
1528
|
var VertexArray_default = /*#__PURE__*/__webpack_require__.n(VertexArray_namespaceObject);
|
|
1529
1529
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Rendering/TraverseType\")"
|
|
1530
|
-
const TraverseType_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
1530
|
+
const TraverseType_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Rendering/TraverseType");
|
|
1531
1531
|
var TraverseType_default = /*#__PURE__*/__webpack_require__.n(TraverseType_namespaceObject);
|
|
1532
1532
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Browser/Shape/AlphaMode\")"
|
|
1533
|
-
const AlphaMode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
1533
|
+
const AlphaMode_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Browser/Shape/AlphaMode");
|
|
1534
1534
|
var AlphaMode_default = /*#__PURE__*/__webpack_require__.n(AlphaMode_namespaceObject);
|
|
1535
1535
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Numbers/Matrix4\")"
|
|
1536
|
-
const Matrix4_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
1536
|
+
const Matrix4_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("standard/Math/Numbers/Matrix4");
|
|
1537
1537
|
var Matrix4_default = /*#__PURE__*/__webpack_require__.n(Matrix4_namespaceObject);
|
|
1538
1538
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Numbers/Matrix3\")"
|
|
1539
|
-
const Matrix3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
1539
|
+
const Matrix3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("standard/Math/Numbers/Matrix3");
|
|
1540
1540
|
var Matrix3_default = /*#__PURE__*/__webpack_require__.n(Matrix3_namespaceObject);
|
|
1541
1541
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Geometry/Plane3\")"
|
|
1542
|
-
const Plane3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
1542
|
+
const Plane3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("standard/Math/Geometry/Plane3");
|
|
1543
1543
|
var Plane3_default = /*#__PURE__*/__webpack_require__.n(Plane3_namespaceObject);
|
|
1544
1544
|
;// CONCATENATED MODULE: ./src/standard/Math/Algorithms/QuickSort.js
|
|
1545
1545
|
/*******************************************************************************
|
|
@@ -1650,7 +1650,7 @@ Object .assign (QuickSort .prototype,
|
|
|
1650
1650
|
const QuickSort_default_ = QuickSort;
|
|
1651
1651
|
;
|
|
1652
1652
|
|
|
1653
|
-
Namespace_default().
|
|
1653
|
+
Namespace_default().add ("QuickSort", "standard/Math/Algorithms/QuickSort", QuickSort_default_);
|
|
1654
1654
|
/* harmony default export */ const Algorithms_QuickSort = (QuickSort_default_);
|
|
1655
1655
|
;// CONCATENATED MODULE: ./src/standard/Math/Utility/BVH.js
|
|
1656
1656
|
/*******************************************************************************
|
|
@@ -2033,7 +2033,7 @@ Object .assign (BVH .prototype,
|
|
|
2033
2033
|
const BVH_default_ = BVH;
|
|
2034
2034
|
;
|
|
2035
2035
|
|
|
2036
|
-
Namespace_default().
|
|
2036
|
+
Namespace_default().add ("BVH", "standard/Math/Utility/BVH", BVH_default_);
|
|
2037
2037
|
/* harmony default export */ const Utility_BVH = (BVH_default_);
|
|
2038
2038
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/ParticleSystem.js
|
|
2039
2039
|
/* provided dependency */ var $ = __webpack_require__(355);
|
|
@@ -2644,7 +2644,7 @@ Object .assign (Object .setPrototypeOf (ParticleSystem .prototype, (X3DShapeNode
|
|
|
2644
2644
|
texCoordRamp [i * 4] = texCoordKey [i];
|
|
2645
2645
|
|
|
2646
2646
|
if (this .texCoordRampNode)
|
|
2647
|
-
texCoordRamp .set (this .texCoordRampNode .
|
|
2647
|
+
texCoordRamp .set (this .texCoordRampNode .addPoints ([ ]) .slice (0, numTexCoords * this .texCoordCount * 4), numTexCoords * 4);
|
|
2648
2648
|
|
|
2649
2649
|
if (textureSize)
|
|
2650
2650
|
{
|
|
@@ -3120,10 +3120,10 @@ Object .defineProperties (ParticleSystem,
|
|
|
3120
3120
|
const ParticleSystem_default_ = ParticleSystem;
|
|
3121
3121
|
;
|
|
3122
3122
|
|
|
3123
|
-
Namespace_default().
|
|
3123
|
+
Namespace_default().add ("ParticleSystem", "x_ite/Components/ParticleSystems/ParticleSystem", ParticleSystem_default_);
|
|
3124
3124
|
/* harmony default export */ const ParticleSystems_ParticleSystem = (ParticleSystem_default_);
|
|
3125
3125
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Rendering/IndexedLineSet\")"
|
|
3126
|
-
const IndexedLineSet_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
3126
|
+
const IndexedLineSet_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Components/Rendering/IndexedLineSet");
|
|
3127
3127
|
var IndexedLineSet_default = /*#__PURE__*/__webpack_require__.n(IndexedLineSet_namespaceObject);
|
|
3128
3128
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/PolylineEmitter.js
|
|
3129
3129
|
/*******************************************************************************
|
|
@@ -3372,10 +3372,10 @@ Object .defineProperties (PolylineEmitter,
|
|
|
3372
3372
|
const PolylineEmitter_default_ = PolylineEmitter;
|
|
3373
3373
|
;
|
|
3374
3374
|
|
|
3375
|
-
Namespace_default().
|
|
3375
|
+
Namespace_default().add ("PolylineEmitter", "x_ite/Components/ParticleSystems/PolylineEmitter", PolylineEmitter_default_);
|
|
3376
3376
|
/* harmony default export */ const ParticleSystems_PolylineEmitter = (PolylineEmitter_default_);
|
|
3377
3377
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Geometry/Triangle3\")"
|
|
3378
|
-
const Triangle3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
3378
|
+
const Triangle3_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("standard/Math/Geometry/Triangle3");
|
|
3379
3379
|
var Triangle3_default = /*#__PURE__*/__webpack_require__.n(Triangle3_namespaceObject);
|
|
3380
3380
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/SurfaceEmitter.js
|
|
3381
3381
|
/*******************************************************************************
|
|
@@ -3632,10 +3632,10 @@ Object .defineProperties (SurfaceEmitter,
|
|
|
3632
3632
|
const SurfaceEmitter_default_ = SurfaceEmitter;
|
|
3633
3633
|
;
|
|
3634
3634
|
|
|
3635
|
-
Namespace_default().
|
|
3635
|
+
Namespace_default().add ("SurfaceEmitter", "x_ite/Components/ParticleSystems/SurfaceEmitter", SurfaceEmitter_default_);
|
|
3636
3636
|
/* harmony default export */ const ParticleSystems_SurfaceEmitter = (SurfaceEmitter_default_);
|
|
3637
3637
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"x_ite/Components/Geometry3D/IndexedFaceSet\")"
|
|
3638
|
-
const IndexedFaceSet_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
3638
|
+
const IndexedFaceSet_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("x_ite/Components/Geometry3D/IndexedFaceSet");
|
|
3639
3639
|
var IndexedFaceSet_default = /*#__PURE__*/__webpack_require__.n(IndexedFaceSet_namespaceObject);
|
|
3640
3640
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/VolumeEmitter.js
|
|
3641
3641
|
/*******************************************************************************
|
|
@@ -3929,10 +3929,10 @@ Object .defineProperties (VolumeEmitter,
|
|
|
3929
3929
|
const VolumeEmitter_default_ = VolumeEmitter;
|
|
3930
3930
|
;
|
|
3931
3931
|
|
|
3932
|
-
Namespace_default().
|
|
3932
|
+
Namespace_default().add ("VolumeEmitter", "x_ite/Components/ParticleSystems/VolumeEmitter", VolumeEmitter_default_);
|
|
3933
3933
|
/* harmony default export */ const ParticleSystems_VolumeEmitter = (VolumeEmitter_default_);
|
|
3934
3934
|
;// CONCATENATED MODULE: external "window [Symbol .for (\"X_ITE.X3D\")] .require (\"standard/Math/Algorithm\")"
|
|
3935
|
-
const Algorithm_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.
|
|
3935
|
+
const Algorithm_namespaceObject = window [Symbol .for ("X_ITE.X3D-8.12.0")] .require ("standard/Math/Algorithm");
|
|
3936
3936
|
var Algorithm_default = /*#__PURE__*/__webpack_require__.n(Algorithm_namespaceObject);
|
|
3937
3937
|
;// CONCATENATED MODULE: ./src/x_ite/Components/ParticleSystems/WindPhysicsModel.js
|
|
3938
3938
|
/*******************************************************************************
|
|
@@ -4020,7 +4020,7 @@ Object .assign (Object .setPrototypeOf (WindPhysicsModel .prototype, ParticleSys
|
|
|
4020
4020
|
const
|
|
4021
4021
|
surfaceArea = emitterNode ._surfaceArea .getValue (),
|
|
4022
4022
|
speed = this .getRandomSpeed (emitterNode),
|
|
4023
|
-
pressure =
|
|
4023
|
+
pressure = 10 ** (2 * Math .log (speed)) * 0.64615;
|
|
4024
4024
|
|
|
4025
4025
|
if (this ._direction .getValue () .equals ((Vector3_default()).Zero))
|
|
4026
4026
|
emitterNode .getRandomNormal (force);
|
|
@@ -4079,7 +4079,7 @@ Object .defineProperties (WindPhysicsModel,
|
|
|
4079
4079
|
const WindPhysicsModel_default_ = WindPhysicsModel;
|
|
4080
4080
|
;
|
|
4081
4081
|
|
|
4082
|
-
Namespace_default().
|
|
4082
|
+
Namespace_default().add ("WindPhysicsModel", "x_ite/Components/ParticleSystems/WindPhysicsModel", WindPhysicsModel_default_);
|
|
4083
4083
|
/* harmony default export */ const ParticleSystems_WindPhysicsModel = (WindPhysicsModel_default_);
|
|
4084
4084
|
;// CONCATENATED MODULE: ./src/assets/components/ParticleSystems.js
|
|
4085
4085
|
/*******************************************************************************
|
|
@@ -4170,7 +4170,7 @@ Components_default().add ({
|
|
|
4170
4170
|
const ParticleSystems_default_ = undefined;
|
|
4171
4171
|
;
|
|
4172
4172
|
|
|
4173
|
-
Namespace_default().
|
|
4173
|
+
Namespace_default().add ("ParticleSystems", "assets/components/ParticleSystems", ParticleSystems_default_);
|
|
4174
4174
|
/* harmony default export */ const ParticleSystems = ((/* unused pure expression or super */ null && (ParticleSystems_default_)));
|
|
4175
4175
|
})();
|
|
4176
4176
|
|