@needle-tools/engine 4.4.0-alpha.3 → 4.4.0-alpha.5
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/CHANGELOG.md +22 -1
- package/dist/gltf-progressive.js +54 -54
- package/dist/gltf-progressive.light.js +54 -54
- package/dist/gltf-progressive.light.min.js +7 -7
- package/dist/gltf-progressive.min.js +7 -7
- package/dist/needle-engine.bundle.js +9120 -8879
- package/dist/needle-engine.bundle.light.js +9124 -8883
- package/dist/needle-engine.bundle.light.min.js +155 -142
- package/dist/needle-engine.bundle.light.umd.cjs +125 -112
- package/dist/needle-engine.bundle.min.js +155 -142
- package/dist/needle-engine.bundle.umd.cjs +127 -114
- package/dist/needle-engine.d.ts +9 -9
- package/dist/needle-engine.js +544 -543
- package/dist/needle-engine.light.js +544 -543
- package/dist/needle-engine.light.min.js +1 -1
- package/dist/needle-engine.light.umd.cjs +1 -1
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.umd.cjs +1 -1
- package/dist/postprocessing.js +38 -38
- package/dist/postprocessing.light.js +38 -38
- package/dist/postprocessing.light.min.js +2 -2
- package/dist/postprocessing.min.js +2 -2
- package/dist/three-examples.js +1205 -1205
- package/dist/three-examples.light.js +1205 -1205
- package/dist/three-examples.light.min.js +15 -15
- package/dist/three-examples.min.js +15 -15
- package/dist/three-mesh-ui.js +9 -9
- package/dist/three-mesh-ui.light.js +9 -9
- package/dist/three-mesh-ui.light.min.js +9 -9
- package/dist/three-mesh-ui.min.js +9 -9
- package/dist/three.js +239 -238
- package/dist/three.light.js +239 -238
- package/dist/three.light.min.js +27 -27
- package/dist/three.light.umd.cjs +15 -15
- package/dist/three.min.js +27 -27
- package/dist/three.umd.cjs +15 -15
- package/dist/vendor.js +24 -24
- package/dist/vendor.light.js +24 -24
- package/dist/vendor.light.min.js +2 -2
- package/dist/vendor.min.js +2 -2
- package/lib/engine/engine_input.d.ts +7 -0
- package/lib/engine/engine_input.js +12 -0
- package/lib/engine/engine_input.js.map +1 -1
- package/lib/engine/engine_serialization_decorator.js +4 -0
- package/lib/engine/engine_serialization_decorator.js.map +1 -1
- package/lib/engine/engine_three_utils.d.ts +26 -1
- package/lib/engine/engine_three_utils.js +43 -0
- package/lib/engine/engine_three_utils.js.map +1 -1
- package/lib/engine/engine_utils_format.js +11 -5
- package/lib/engine/engine_utils_format.js.map +1 -1
- package/lib/engine/webcomponents/needle menu/needle-menu.d.ts +1 -0
- package/lib/engine/webcomponents/needle menu/needle-menu.js +3 -3
- package/lib/engine/webcomponents/needle menu/needle-menu.js.map +1 -1
- package/lib/engine-components/Camera.d.ts +2 -2
- package/lib/engine-components/Camera.js +4 -6
- package/lib/engine-components/Camera.js.map +1 -1
- package/lib/engine-components/CameraUtils.js +32 -13
- package/lib/engine-components/CameraUtils.js.map +1 -1
- package/lib/engine-components/Component.d.ts +4 -1
- package/lib/engine-components/Component.js +4 -1
- package/lib/engine-components/Component.js.map +1 -1
- package/lib/engine-components/ContactShadows.js +8 -2
- package/lib/engine-components/ContactShadows.js.map +1 -1
- package/lib/engine-components/OrbitControls.d.ts +3 -0
- package/lib/engine-components/OrbitControls.js +34 -10
- package/lib/engine-components/OrbitControls.js.map +1 -1
- package/lib/engine-components/SyncedTransform.d.ts +3 -2
- package/lib/engine-components/SyncedTransform.js +28 -18
- package/lib/engine-components/SyncedTransform.js.map +1 -1
- package/lib/engine-components/postprocessing/PostProcessingHandler.js +6 -2
- package/lib/engine-components/postprocessing/PostProcessingHandler.js.map +1 -1
- package/lib/engine-components/utils/EnvironmentScene.d.ts +5 -0
- package/lib/engine-components/utils/EnvironmentScene.js +206 -0
- package/lib/engine-components/utils/EnvironmentScene.js.map +1 -0
- package/package.json +1 -1
- package/src/engine/engine_input.ts +13 -0
- package/src/engine/engine_serialization_decorator.ts +4 -0
- package/src/engine/engine_three_utils.ts +52 -1
- package/src/engine/engine_utils_format.ts +13 -5
- package/src/engine/webcomponents/needle menu/needle-menu.ts +3 -3
- package/src/engine-components/Camera.ts +9 -6
- package/src/engine-components/CameraUtils.ts +35 -13
- package/src/engine-components/Component.ts +5 -2
- package/src/engine-components/ContactShadows.ts +8 -2
- package/src/engine-components/OrbitControls.ts +35 -10
- package/src/engine-components/SyncedTransform.ts +37 -25
- package/src/engine-components/postprocessing/PostProcessingHandler.ts +7 -2
- package/src/engine-components/utils/EnvironmentScene.ts +246 -0
- package/src/engine/webcomponents/needle menu/dist/needle-menu.js +0 -662
package/dist/three-mesh-ui.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var It = Object.defineProperty;
|
|
2
2
|
var Ct = (i, e, t) => e in i ? It(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
3
|
var I = (i, e, t) => (Ct(i, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
-
import {
|
|
4
|
+
import { BackSide as Rt, BufferAttribute as Bt, BufferGeometry as Ut, Color as At, DoubleSide as Tt, EventDispatcher as Mt, FileLoader as Ft, FrontSide as Ot, LinearFilter as Lt, Mesh as zt, MeshBasicMaterial as Wt, Object3D as Et, Plane as Dt, PlaneGeometry as Ht, ShaderMaterial as Gt, Texture as $t, TextureLoader as Nt, Vector2 as Xt, Vector3 as jt, Vector4 as Yt } from "./three.js";
|
|
5
5
|
var V = {};
|
|
6
6
|
V.d = (i, e) => {
|
|
7
7
|
for (var t in e)
|
|
@@ -6232,12 +6232,12 @@ class Tn extends St {
|
|
|
6232
6232
|
}
|
|
6233
6233
|
}
|
|
6234
6234
|
export {
|
|
6235
|
-
Tn as
|
|
6236
|
-
An as
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
|
|
6235
|
+
Tn as SimpleStateBehavior,
|
|
6236
|
+
An as ThreeMeshUI,
|
|
6237
|
+
dn as __webpack_exports__Block,
|
|
6238
|
+
fn as __webpack_exports__FontLibrary,
|
|
6239
|
+
mn as __webpack_exports__Inline,
|
|
6240
|
+
Vn as __webpack_exports__Text,
|
|
6241
|
+
In as __webpack_exports__default,
|
|
6242
|
+
Cn as __webpack_exports__update
|
|
6243
6243
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var It = Object.defineProperty;
|
|
2
2
|
var Ct = (i, e, t) => e in i ? It(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
3
|
var I = (i, e, t) => (Ct(i, typeof e != "symbol" ? e + "" : e, t), t);
|
|
4
|
-
import {
|
|
4
|
+
import { BackSide as Rt, BufferAttribute as Bt, BufferGeometry as Ut, Color as At, DoubleSide as Tt, EventDispatcher as Mt, FileLoader as Ft, FrontSide as Ot, LinearFilter as Lt, Mesh as zt, MeshBasicMaterial as Wt, Object3D as Et, Plane as Dt, PlaneGeometry as Ht, ShaderMaterial as Gt, Texture as $t, TextureLoader as Nt, Vector2 as Xt, Vector3 as jt, Vector4 as Yt } from "./three.light.js";
|
|
5
5
|
var V = {};
|
|
6
6
|
V.d = (i, e) => {
|
|
7
7
|
for (var t in e)
|
|
@@ -6232,12 +6232,12 @@ class Tn extends St {
|
|
|
6232
6232
|
}
|
|
6233
6233
|
}
|
|
6234
6234
|
export {
|
|
6235
|
-
Tn as
|
|
6236
|
-
An as
|
|
6237
|
-
|
|
6238
|
-
|
|
6239
|
-
|
|
6240
|
-
|
|
6241
|
-
|
|
6242
|
-
|
|
6235
|
+
Tn as SimpleStateBehavior,
|
|
6236
|
+
An as ThreeMeshUI,
|
|
6237
|
+
dn as __webpack_exports__Block,
|
|
6238
|
+
fn as __webpack_exports__FontLibrary,
|
|
6239
|
+
mn as __webpack_exports__Inline,
|
|
6240
|
+
Vn as __webpack_exports__Text,
|
|
6241
|
+
In as __webpack_exports__default,
|
|
6242
|
+
Cn as __webpack_exports__update
|
|
6243
6243
|
};
|