@needle-tools/engine 5.1.0-experimental.51576f1 → 5.1.0-experimental.532528f
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-DE1Ha4V9.js → needle-engine.bundle-BHAlHcC2.js} +5589 -5651
- package/dist/{needle-engine.bundle-6Avau8qk.umd.cjs → needle-engine.bundle-DyG_QoKM.umd.cjs} +140 -140
- package/dist/{needle-engine.bundle-CFrGExe0.min.js → needle-engine.bundle-X-25FLmg.min.js} +168 -168
- package/dist/needle-engine.d.ts +6 -6
- package/dist/needle-engine.js +271 -271
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.umd.cjs +1 -1
- package/lib/engine/api.d.ts +1 -1
- package/lib/engine/api.js +1 -1
- package/lib/engine/api.js.map +1 -1
- package/lib/engine/engine_init.js +2 -2
- package/lib/engine/engine_init.js.map +1 -1
- package/lib/engine/engine_license.d.ts +7 -7
- package/lib/engine/engine_license.js +74 -75
- package/lib/engine/engine_license.js.map +1 -1
- package/lib/engine/engine_networking_blob.js +3 -3
- package/lib/engine/engine_networking_blob.js.map +1 -1
- package/lib/engine/engine_utils_qrcode.js +2 -2
- package/lib/engine/engine_utils_qrcode.js.map +1 -1
- package/lib/engine/webcomponents/needle menu/needle-menu-spatial.js +2 -2
- package/lib/engine/webcomponents/needle menu/needle-menu-spatial.js.map +1 -1
- package/lib/engine/webcomponents/needle menu/needle-menu.js +5 -5
- package/lib/engine/webcomponents/needle menu/needle-menu.js.map +1 -1
- package/lib/engine/webcomponents/needle-engine.js +2 -2
- package/lib/engine/webcomponents/needle-engine.js.map +1 -1
- package/lib/engine/webcomponents/needle-engine.loading.js +2 -2
- package/lib/engine/webcomponents/needle-engine.loading.js.map +1 -1
- package/lib/engine/xr/TempXRContext.js +2 -2
- package/lib/engine/xr/TempXRContext.js.map +1 -1
- package/lib/engine-components/export/usdz/USDZExporter.js +4 -4
- package/lib/engine-components/export/usdz/USDZExporter.js.map +1 -1
- package/package.json +1 -1
- package/plugins/common/license.js +4 -4
- package/plugins/vite/license.js +9 -5
- package/src/engine/api.ts +1 -1
- package/src/engine/engine_init.ts +2 -2
- package/src/engine/engine_license.ts +72 -73
- package/src/engine/engine_networking_blob.ts +3 -3
- package/src/engine/engine_utils_qrcode.ts +2 -2
- package/src/engine/webcomponents/needle menu/needle-menu-spatial.ts +2 -2
- package/src/engine/webcomponents/needle menu/needle-menu.ts +5 -5
- package/src/engine/webcomponents/needle-engine.loading.ts +6 -6
- package/src/engine/webcomponents/needle-engine.ts +2 -2
- package/src/engine/xr/TempXRContext.ts +2 -2
- package/src/engine-components/export/usdz/USDZExporter.ts +4 -4
- package/plugins/gltf-packer.mjs +0 -1
package/dist/needle-engine.d.ts
CHANGED
|
@@ -117,10 +117,6 @@ import { XRHandSpace } from 'three';
|
|
|
117
117
|
|
|
118
118
|
export declare const $componentName: unique symbol;
|
|
119
119
|
|
|
120
|
-
/* Excluded from this release type: _$INhtQYuf */
|
|
121
|
-
|
|
122
|
-
/* Excluded from this release type: _$MdP */
|
|
123
|
-
|
|
124
120
|
export declare const $physicsKey: unique symbol;
|
|
125
121
|
|
|
126
122
|
export declare class __Ignore {
|
|
@@ -128,8 +124,6 @@ export declare class __Ignore {
|
|
|
128
124
|
|
|
129
125
|
export declare function __internalNotifyObjectDestroyed(obj: Object3D): void;
|
|
130
126
|
|
|
131
|
-
/* Excluded from this release type: __ZsLuQQSh */
|
|
132
|
-
|
|
133
127
|
/** Data describing the accessible semantics for a 3D object or component. */
|
|
134
128
|
declare type AccessibilityData = {
|
|
135
129
|
/** ARIA role (e.g. `"button"`, `"img"`, `"region"`). */
|
|
@@ -5159,6 +5153,8 @@ export declare function createMotion(name: string, id?: InstantiateIdProvider):
|
|
|
5159
5153
|
|
|
5160
5154
|
/* Excluded from this release type: CreateTrackFunction */
|
|
5161
5155
|
|
|
5156
|
+
/* Excluded from this release type: cSPFM */
|
|
5157
|
+
|
|
5162
5158
|
/**
|
|
5163
5159
|
* [CursorFollow](https://engine.needle.tools/docs/api/CursorFollow) makes an object smoothly follow the cursor or touch position in 3D space.
|
|
5164
5160
|
* The component tracks pointer movement and updates the object's position to follow it, with optional damping for smooth motion.
|
|
@@ -16425,6 +16421,8 @@ export declare class OrbitControls extends Component implements ICameraControlle
|
|
|
16425
16421
|
textureTransform?: TextureTransform;
|
|
16426
16422
|
}
|
|
16427
16423
|
|
|
16424
|
+
/* Excluded from this release type: pRPvw */
|
|
16425
|
+
|
|
16428
16426
|
export declare const PUBLIC_KEY: string;
|
|
16429
16427
|
|
|
16430
16428
|
/** Adds an entry to the browser history. Internally uses `window.history.pushState` */
|
|
@@ -24332,6 +24330,8 @@ export declare class OrbitControls extends Component implements ICameraControlle
|
|
|
24332
24330
|
|
|
24333
24331
|
export declare type WriteCallback = (data: any, prop: string) => void;
|
|
24334
24332
|
|
|
24333
|
+
/* Excluded from this release type: wUbczu */
|
|
24334
|
+
|
|
24335
24335
|
/** Button names as used in the xr profile */
|
|
24336
24336
|
export declare type XRControllerButtonName = "thumbrest" | "xr-standard-trigger" | "xr-standard-squeeze" | "xr-standard-thumbstick" | "xr-standard-touchpad" | "menu" | GamepadButtonName | StylusButtonName;
|
|
24337
24337
|
|