@needle-tools/engine 4.12.0-next.0b39d59 → 4.12.0-next.c6c0281
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{needle-engine.bundle-BktxajaZ.js → needle-engine.bundle-BVdPECIB.js} +9 -10
- package/dist/{needle-engine.bundle-BZJhFSnI.umd.cjs → needle-engine.bundle-Dk2U2sIu.umd.cjs} +9 -10
- package/dist/{needle-engine.bundle-C6Ko3O_C.min.js → needle-engine.bundle-ThW_g39D.min.js} +7 -8
- package/dist/needle-engine.d.ts +44 -21
- package/dist/needle-engine.js +2 -2
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.umd.cjs +1 -1
- package/dist/{postprocessing-BkY94MUG.min.js → postprocessing-B5ksn9-G.min.js} +61 -61
- package/dist/{postprocessing-BWZIqm3N.umd.cjs → postprocessing-DZtb9Nnn.umd.cjs} +5 -5
- package/dist/{postprocessing-CLbPDsD8.js → postprocessing-__7s9wON.js} +426 -435
- package/lib/engine/extensions/extensions.d.ts +29 -7
- package/lib/engine/extensions/extensions.js.map +1 -1
- package/lib/engine/webcomponents/needle menu/needle-menu.js +4 -5
- package/lib/engine/webcomponents/needle menu/needle-menu.js.map +1 -1
- package/package.json +1 -1
- package/src/engine/extensions/extensions.ts +30 -6
- package/src/engine/webcomponents/needle menu/needle-menu.ts +4 -5
|
@@ -3,7 +3,7 @@ import { createLoaders as Vm, getRaycastMesh as n0, LODsManager as Wo, NEEDLE_pr
|
|
|
3
3
|
import { GroundedSkybox as Ra, Font as JS, TextGeometry as e1, FontLoader as t1, GLTFLoader as Ts, TransformControlsGizmo as s0, EXRLoader as Hm, RGBELoader as o0, Stats as i1, nodeFrame as My, OrbitControls as r0, PositionalAudioHelper as n1, HorizontalBlurShader as s1, VerticalBlurShader as o1, GLTFExporter as a0, strToU8 as l0, zipSync as r1, XRControllerModelFactory as a1, XRHandMeshModel as l1, Line2 as c1, LineGeometry as h1, LineMaterial as d1, TransformControls as u1, InteractiveGroup as f1, HTMLMesh as p1, VertexNormalsHelper as m1, OBJLoader as Gm, FBXLoader as c0, mergeVertices as g1 } from "./three-examples-y2GeYlze.js";
|
|
4
4
|
import { fetchProfile as y1, MotionController as _1, $70d766613f57b014$export$2e2bcd8739ae039 as Ry, ByteBuffer as b1, v5 as Ty, md5 as Ey, SIZE_PREFIX_LENGTH as h0, Builder as qm, createNoise4D as v1, Matrix4 as yf, BatchedParticleRenderer as w1, ParticleSystem as x1, RenderMode as ps, ConstantColor as S1, Vector4 as C1, ConstantValue as P1, TrailParticle as Ay, WorkerBase as O1, MeshBVH as k1 } from "./vendor-C_oHRUjX.js";
|
|
5
5
|
import { __webpack_exports__default as Ce, __webpack_exports__Text as d0, __webpack_exports__Block as u0, __webpack_exports__update as M1, SimpleStateBehavior as R1, __webpack_exports__Inline as _f, __webpack_exports__FontLibrary as Iy, ThreeMeshUI as Ly } from "./three-mesh-ui-3nSSizT4.js";
|
|
6
|
-
import { EffectAttribute as T1 } from "./postprocessing-
|
|
6
|
+
import { EffectAttribute as T1 } from "./postprocessing-__7s9wON.js";
|
|
7
7
|
const bf = /* @__PURE__ */ new Map();
|
|
8
8
|
function pn(s = globalThis.location?.hostname) {
|
|
9
9
|
if (bf.has(s)) return bf.get(s);
|
|
@@ -1702,9 +1702,9 @@ wo('if(!globalThis["NEEDLE_PROJECT_BUILD_TIME"]) globalThis["NEEDLE_PROJECT_BUIL
|
|
|
1702
1702
|
wo('if(!globalThis["NEEDLE_PUBLIC_KEY"]) globalThis["NEEDLE_PUBLIC_KEY"] = "unknown";');
|
|
1703
1703
|
wo('globalThis["__NEEDLE_ENGINE_VERSION__"] = "4.12.0-beta.1";');
|
|
1704
1704
|
wo('globalThis["__NEEDLE_ENGINE_GENERATOR__"] = "undefined";');
|
|
1705
|
-
wo('globalThis["__NEEDLE_PROJECT_BUILD_TIME__"] = "
|
|
1705
|
+
wo('globalThis["__NEEDLE_PROJECT_BUILD_TIME__"] = "Wed Jan 07 2026 16:16:18 GMT+0000 (Coordinated Universal Time)";');
|
|
1706
1706
|
wo('globalThis["__NEEDLE_PUBLIC_KEY__"] = "' + NEEDLE_PUBLIC_KEY + '";');
|
|
1707
|
-
const Un = "4.12.0-beta.1", Zm = "undefined", I0 = "
|
|
1707
|
+
const Un = "4.12.0-beta.1", Zm = "undefined", I0 = "Wed Jan 07 2026 16:16:18 GMT+0000 (Coordinated Universal Time)";
|
|
1708
1708
|
A0 && console.log(`Engine version: ${Un} (generator: ${Zm})
|
|
1709
1709
|
Project built at ${I0}`);
|
|
1710
1710
|
const Ul = NEEDLE_PUBLIC_KEY, po = "needle_isActiveInHierarchy", ea = "builtin_components", Zh = "needle_editor_guid";
|
|
@@ -10311,16 +10311,15 @@ class bu extends HTMLElement {
|
|
|
10311
10311
|
bottom: calc(100% + 5px);
|
|
10312
10312
|
z-index: 100;
|
|
10313
10313
|
width: auto;
|
|
10314
|
-
|
|
10315
|
-
|
|
10316
|
-
|
|
10314
|
+
max-width: 90vw;
|
|
10315
|
+
left: 50%;
|
|
10316
|
+
transform: translateX(-50%);
|
|
10317
|
+
padding: .2rem 1em;
|
|
10317
10318
|
|
|
10318
10319
|
}
|
|
10319
10320
|
.compact.logo-hidden .foldout {
|
|
10320
10321
|
/** for when there's no logo we want to center the foldout **/
|
|
10321
10322
|
min-width: 24ch;
|
|
10322
|
-
margin-left: 50%;
|
|
10323
|
-
transform: translateX(calc(-50% - .2rem));
|
|
10324
10323
|
}
|
|
10325
10324
|
|
|
10326
10325
|
.compact.top .foldout {
|
|
@@ -14666,7 +14665,7 @@ var E;
|
|
|
14666
14665
|
e.ready = i;
|
|
14667
14666
|
async function n() {
|
|
14668
14667
|
if (e.MODULE) return e.MODULE;
|
|
14669
|
-
const o = await import("./postprocessing-
|
|
14668
|
+
const o = await import("./postprocessing-__7s9wON.js").then((r) => r.index);
|
|
14670
14669
|
return e.MODULE = o, e.MAYBEMODULE = o, t.forEach((r) => r(o)), t.length = 0, o;
|
|
14671
14670
|
}
|
|
14672
14671
|
e.load = n;
|
|
@@ -14681,7 +14680,7 @@ var E;
|
|
|
14681
14680
|
e.ready = i;
|
|
14682
14681
|
async function n() {
|
|
14683
14682
|
if (e.MODULE) return e.MODULE;
|
|
14684
|
-
const o = await import("./postprocessing-
|
|
14683
|
+
const o = await import("./postprocessing-__7s9wON.js").then((r) => r.N8AO);
|
|
14685
14684
|
return e.MODULE = o, e.MAYBEMODULE = o, t.forEach((r) => r(o)), t.length = 0, o;
|
|
14686
14685
|
}
|
|
14687
14686
|
e.load = n;
|