@needle-tools/engine 5.1.0-beta → 5.1.0-beta.2
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 +5 -0
- package/components.needle.json +1 -1
- package/dist/gltf-progressive-BGQ-cjly.umd.cjs +10 -0
- package/dist/gltf-progressive-BvQHrERj.min.js +10 -0
- package/dist/{gltf-progressive-CH7aqHHr.js → gltf-progressive-CtYnVfLc.js} +420 -351
- package/dist/{materialx-jkHmVPez.js → materialx-BCzyAHFr.js} +1 -1
- package/dist/{materialx-B47Bz-xs.umd.cjs → materialx-BdEC3ugB.umd.cjs} +1 -1
- package/dist/{materialx-B85WjP7E.min.js → materialx-DnlAB5wd.min.js} +1 -1
- package/dist/{needle-engine.bundle-CdVr_iIe.umd.cjs → needle-engine.bundle-BcPtAnC9.umd.cjs} +98 -98
- package/dist/{needle-engine.bundle-BvgS8xMP.min.js → needle-engine.bundle-D0UTRn3W.min.js} +112 -112
- package/dist/{needle-engine.bundle-BWkDSRyF.js → needle-engine.bundle-H5HXbUCS.js} +2604 -2607
- package/dist/needle-engine.d.ts +14 -14
- package/dist/needle-engine.js +100 -100
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.umd.cjs +1 -1
- package/dist/three.js +3 -0
- package/dist/three.min.js +22 -22
- package/dist/three.umd.cjs +24 -24
- package/dist/{vendor-1UvpPPSB.umd.cjs → vendor-CsClD1Nd.umd.cjs} +1 -1
- package/dist/{vendor-BQ2Vuntm.min.js → vendor-DQu6PDTB.min.js} +19 -19
- package/dist/{vendor-BslSKZPo.js → vendor-J7NvM88N.js} +342 -342
- 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 +72 -72
- 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.d.ts +2 -2
- package/lib/engine/webcomponents/needle menu/needle-menu.js +9 -9
- 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/NeedleMenu.d.ts +1 -1
- package/lib/engine-components/NeedleMenu.js +1 -1
- package/lib/engine-components/export/usdz/USDZExporter.js +4 -4
- package/lib/engine-components/export/usdz/USDZExporter.js.map +1 -1
- package/lib/engine-components/export/usdz/extensions/behavior/BehaviourComponents.js +9 -5
- package/lib/engine-components/export/usdz/extensions/behavior/BehaviourComponents.js.map +1 -1
- package/lib/engine-components/particlesystem/ParticleSystem.js +4 -0
- package/lib/engine-components/particlesystem/ParticleSystem.js.map +1 -1
- package/lib/engine-components/webxr/WebXRImageTracking.js +3 -0
- package/lib/engine-components/webxr/WebXRImageTracking.js.map +1 -1
- package/package.json +3 -3
- package/plugins/common/license.js +4 -4
- package/plugins/vite/build-pipeline.js +33 -2
- package/plugins/vite/license.js +4 -4
- package/src/engine/api.ts +1 -1
- package/src/engine/engine_init.ts +2 -2
- package/src/engine/engine_license.ts +69 -69
- 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 +10 -10
- 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/NeedleMenu.ts +2 -2
- package/src/engine-components/export/usdz/USDZExporter.ts +4 -4
- package/src/engine-components/export/usdz/extensions/behavior/BehaviourComponents.ts +12 -5
- package/src/engine-components/particlesystem/ParticleSystem.ts +4 -0
- package/src/engine-components/webxr/WebXRImageTracking.ts +1 -0
- package/dist/gltf-progressive-9tlS5iCx.umd.cjs +0 -10
- package/dist/gltf-progressive-CVg80COO.min.js +0 -10
package/dist/needle-engine.d.ts
CHANGED
|
@@ -116,14 +116,14 @@ import { XRControllerModelFactory } from '../../../../node_modules/@types/three/
|
|
|
116
116
|
import { XRHandMeshModel } from '../../../../node_modules/@types/three/examples/jsm/webxr/XRHandMeshModel.js';
|
|
117
117
|
import { XRHandSpace } from 'three';
|
|
118
118
|
|
|
119
|
+
/* Excluded from this release type: $cgOiWi */
|
|
120
|
+
|
|
119
121
|
export declare const $componentName: unique symbol;
|
|
120
122
|
|
|
121
|
-
/* Excluded from this release type: $
|
|
123
|
+
/* Excluded from this release type: _$jDMeEQ */
|
|
122
124
|
|
|
123
125
|
export declare const $physicsKey: unique symbol;
|
|
124
126
|
|
|
125
|
-
/* Excluded from this release type: _$qWUhYZU */
|
|
126
|
-
|
|
127
127
|
export declare class __Ignore {
|
|
128
128
|
}
|
|
129
129
|
|
|
@@ -12363,7 +12363,7 @@ export declare class NeedleMenu extends Component {
|
|
|
12363
12363
|
*/
|
|
12364
12364
|
position: "top" | "bottom";
|
|
12365
12365
|
/**
|
|
12366
|
-
* Controls the visibility of the Needle logo in the menu (requires
|
|
12366
|
+
* Controls the visibility of the Needle logo in the menu (requires a commercial license)
|
|
12367
12367
|
*/
|
|
12368
12368
|
showNeedleLogo: boolean;
|
|
12369
12369
|
/**
|
|
@@ -12462,10 +12462,10 @@ declare class NeedleMenu_2 {
|
|
|
12462
12462
|
setPosition(position: "top" | "bottom"): void;
|
|
12463
12463
|
/**
|
|
12464
12464
|
* Call to show or hide the menu.
|
|
12465
|
-
* NOTE: Hiding the menu
|
|
12465
|
+
* NOTE: Hiding the menu requires a commercial license. Hiding the menu will not work in production without a license.
|
|
12466
12466
|
*/
|
|
12467
12467
|
setVisible(visible: boolean): void;
|
|
12468
|
-
/** When set to false, the Needle Engine logo will be hidden. Hiding the logo requires a
|
|
12468
|
+
/** When set to false, the Needle Engine logo will be hidden. Hiding the logo requires a commercial license */
|
|
12469
12469
|
showNeedleLogo(visible: boolean): void;
|
|
12470
12470
|
/** @returns true if the logo is visible */
|
|
12471
12471
|
get logoIsVisible(): boolean;
|
|
@@ -25152,7 +25152,7 @@ export declare class OrbitControls extends Component implements ICameraControlle
|
|
|
25152
25152
|
All = 4294967295
|
|
25153
25153
|
}
|
|
25154
25154
|
|
|
25155
|
-
/* Excluded from this release type:
|
|
25155
|
+
/* Excluded from this release type: _ZtQVqvkS */
|
|
25156
25156
|
|
|
25157
25157
|
export { }
|
|
25158
25158
|
|
|
@@ -25179,13 +25179,6 @@ declare module 'three' {
|
|
|
25179
25179
|
}
|
|
25180
25180
|
|
|
25181
25181
|
|
|
25182
|
-
declare module 'three' {
|
|
25183
|
-
interface Vector3 {
|
|
25184
|
-
slerp(end: Vector3, t: number): Vector3;
|
|
25185
|
-
}
|
|
25186
|
-
}
|
|
25187
|
-
|
|
25188
|
-
|
|
25189
25182
|
declare module 'three' {
|
|
25190
25183
|
interface Object3D {
|
|
25191
25184
|
get guid(): string | undefined;
|
|
@@ -25324,3 +25317,10 @@ declare module 'three' {
|
|
|
25324
25317
|
contains(object: Object3D | null | undefined): boolean;
|
|
25325
25318
|
}
|
|
25326
25319
|
}
|
|
25320
|
+
|
|
25321
|
+
|
|
25322
|
+
declare module 'three' {
|
|
25323
|
+
interface Vector3 {
|
|
25324
|
+
slerp(end: Vector3, t: number): Vector3;
|
|
25325
|
+
}
|
|
25326
|
+
}
|
package/dist/needle-engine.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { initEngine as i, GameObject as n, onClear as a, onDestroy as s, onInitialized as l, onAfterRender as d, onBeforeRender as c, onUpdate as m, onStart as p, TypeStore as g, loadAsset as S, NeedleXRSession as u, Context as C, VERSION as y, Component as E, Components as R } from "./needle-engine.bundle-
|
|
2
|
-
import { $componentName as b, $fwGZrGe as A, $physicsKey as M, ActionBuilder as D, ActionCollection as I, ActionModel as x, Addressables as O, AlignmentConstraint as k, AmbientMode as B, Animation as L, AnimationBuilder as N, AnimationCurve as F, AnimationExtension as U, AnimationUtils as w, Animator as G, AnimatorConditionMode as W, AnimatorController as H, AnimatorControllerBuilder as X, AnimatorControllerParameterType as z, AnimatorStateInfo as V, Antialiasing as j, Application as _, AssetDatabase as Z, AssetReference as K, Attractor as Q, AudioClip as $, AudioExtension as Y, AudioListener as J, AudioRolloffMode as q, AudioSource as ee, Avatar as te, AvatarMarker as oe, Axes as ne, AxesHelper as re, AxisRotationConstraint as ie, BUILD_TIME as ae, BaseUIComponent as se, BasicIKConstraint as le, BehaviorExtension as de, BehaviorModel as ce, Component$1 as me, BlobStorage as pe, BloomEffect as ge, BoxCollider as Se, BoxGizmo as ue, BoxHelperComponent as Ce, Button as ye, ButtonsFactory as Ee, CallDirection as Re, CallInfo as fe, Camera as he, CameraTargetReachedEvent as Pe, Canvas as Te, CanvasGroup as ve, CapsuleCollider as be, ChangeMaterialOnClick as Ae, ChangeTransformOnClick as Me, CharacterController as De, CharacterControllerInput as Ie, ChromaticAberration as xe, CircularBuffer as Oe, ClearFlags as ke, ClickThrough as Be, ClipExtrapolation as Le, Collider as Ne, Collision as Fe, CollisionDetectionMode as Ue, ColorAdjustments as we, ColorBySpeedModule as Ge, ColorOverLifetimeModule as We, Component$1 as He, ComponentLifecycleEvents as Xe, ConnectionEvents as ze, ContactPoint as Ve, ContactShadows as je, ContextArgs as _e, ContextEvent as Ze, ContextRegistry as Ke, CursorFollow as Qe, CustomBranding as $e, CustomShader as Ye, DefaultReflectionMode as Je, Deletable as qe, DeleteBox as et, DepthOfField as tt, DeviceFlag as ot, DeviceUtilities as nt, DirectorWrapMode as rt, DisposableStore as it, DocumentExtension as at, DragControls as st, DragMode as lt, DragProfile as dt, DropListener as ct, Duplicatable as mt, EffectWrapper as pt, EmissionModule as gt, EmphasizeOnClick as St, EngineLoadingView as ut, EnvironmentScene as Ct, EventBus as yt, EventList as Et, EventListEvent as Rt, EventSystem as ft, EventTrigger as ht, FieldWithDefault as Pt, FileReference as Tt, FileReferenceSerializer as vt, FileSpawnModel as bt, File_Event as At, FixedJoint as Mt, FixedRotationAxesConstraint as Dt, Fog as It, FontStyle as xt, FrameEvent as Ot, GENERATOR as kt, Gizmos as Bt, GltfExport as Lt, GltfExportBox as Nt, GrabPointPlaneConstraint as Ft, Gradient as Ut, Graphic as wt, GraphicRaycaster as Gt, Graphics as Wt, GridHelper as Ht, GridLayoutGroup as Xt, GridSnapConstraint as zt, GroundProjectedEnv as Vt, GroupActionModel as jt, HideFlags as _t, HideOnStart as Zt, HingeJoint as Kt, HorizontalLayoutGroup as Qt, HorizontalWrapMode as $t, HostData as Yt, HoverAnimation as Jt, Image as qt, ImageReference as eo, ImageReferenceSerializer as to, InheritVelocityModule as oo, Input as no, InputEventQueue as ro, InputEvents as io, InputField as ao, InstanceHandle as so, InstancingHandler as lo, InstancingUtil as co, InstantiateEvent as mo, InstantiateIdProvider as po, InstantiateOptions as go, Interactable as So, InternalScreenshotUtils as uo, JoinedRoomResponse as Co, KeepRotationConstraint as yo, KeepScaleConstraint as Eo, KeyEventArgs as Ro, Keyframe as fo, LODGroup as ho, LODModel as Po, LODsManager as To, LeftRoomResponse as vo, Light as bo, LightData as Ao, LimitVelocityOverLifetimeModule as Mo, LoadingElementOptions as Do, LogStats as Io, LogType as xo, LookAt as Oo, LookAtConstraint as ko, MainModule as Bo, MarkerType as Lo, MaskableGraphic as No, MaterialPropertyBlock as Fo, MaterialX as Uo, Mathf as wo, MeshCollider as Go, MeshRenderer as Wo, MinMaxCurve as Ho, MinMaxGradient as Xo, NEEDLE_ENGINE_FEATURE_FLAGS as zo, MODULES as Vo, NEKeyboardEvent as jo, NEPointerEvent as _o, NeedleButtonElement as Zo, ContextRegistry as Ko, NeedleEngineModelLoader as Qo, NeedleEngineWebComponent as $o, NeedleMenu as Yo, NeedlePatchesKey as Jo, USDZExporter as qo, NeedleXRController as en, NeedleXRSync as tn, NeedleXRUtils as on, NestedGltf as nn, NetworkConnection as rn, NetworkedStreamEvents as an, NetworkedStreams as sn, Networking as ln, NewInstanceModel as dn, NoiseModule as cn, ObjectRaycaster as mn, ObjectUtils as pn, OffsetConstraint as gn, OneEuroFilter as Sn, OneEuroFilterXYZ as un, OpenURL as Cn, OrbitControls as yn, Outline as En, OwnershipEvent as Rn, OwnershipModel as fn, PUBLIC_KEY as hn, Padding as Pn, ParticleBurst as Tn, ParticleSubEmitter as vn, ParticleSystem as bn, ParticleSystemBaseBehaviour as An, ParticleSystemRenderer as Mn, ParticleSystemShapeType as Dn, PeerHandle as In, PeerNetworking as xn, Physics as On, PhysicsExtension as kn, PhysicsMaterialCombine as Bn, PixelationEffect as Ln, PlaneHeightLockConstraint as Nn, PlayAnimationOnClick as Fn, PlayAudioOnClick as Un, PlayableDirector as wn, PlayerColor as Gn, PlayerState as Wn, PlayerStateEvent as Hn, PlayerSync as Xn, PlayerView as zn, PlayerViewManager as Vn, PointerEventData as jn, PointerType as _n, PostProcessing as Zn, PostProcessingEffect as Kn, PostProcessingEffectOrder as Qn, PostProcessingHandler as $n, Volume as Yn, Prefabs as Jn, PreliminaryAction as qn, PreliminaryTrigger as er, PreviewHelper as tr, PrimitiveType as or, Progress as nr, PromiseAllWithErrors as rr, PromiseErrorResult as ir, RGBAColor as ar, RapierPhysics as sr, RawImage as lr, RaycastOptions as dr, Rect as cr, RectTransform as mr, ReflectionProbe as pr, ReflectionProbeUsage as gr, RegisteredAnimationInfo as Sr, RemoteSkybox as ur, RenderTexture as Cr, RenderTextureSerializer as yr, Renderer as Er, RendererData as Rr, RendererLightmap as fr, Rigidbody as hr, RigidbodyConstraints as Pr, RoomEvents as Tr, RotationBySpeedModule as vr, RotationOverLifetimeModule as br, ScaleLimitConstraint as Ar, SceneLightSettings as Mr, SceneSwitcher as Dr, ScreenCapture as Ir, ScreenSpaceAmbientOcclusion as xr, ScreenSpaceAmbientOcclusionN8 as Or, ScrollFollow as kr, SeeThrough as Br, SendQueue as Lr, SerializationContext as Nr, SetActiveOnClick as Fr, ShadowCastingMode as Ur, ShadowCatcher as wr, ShapeModule as Gr, ShapeOverlapResult as Wr, SharpeningEffect as Hr, SignalAsset as Xr, SignalReceiver as zr, SignalReceiverEvent as Vr, SignalTrackHandler as jr, Size as _r, SizeBySpeedModule as Zr, SizeOverLifetimeModule as Kr, SkinnedMeshRenderer as Qr, SmoothFollow as $r, SnapToSurfaceConstraint as Yr, SpatialGrabRaycaster as Jr, SpatialHtml as qr, SpatialTrigger as ei, SpatialTriggerReceiver as ti, SpectatorCamera as oi, SphereCollider as ni, SphereIntersection as ri, SplineContainer as ii, SplineData as ai, SplineUtils as si, SplineWalker as li, Sprite as di, SpriteData as ci, SpriteRenderer as mi, SpriteSheet as pi, StateMachineBehaviour as gi, StreamEndedEvent as Si, StreamReceivedEvent as ui, SubEmitterSystem as Ci, SyncedCamera as yi, SyncedRoom as Ei, SyncedTransform as Ri, TapGestureTrigger as fi, TeleportTarget as hi, TestRunner as Pi, TestSimulateUserData as Ti, Text as vi, TextAnchor as bi, TextBuilder as Ai, TextExtension as Mi, TextureSheetAnimationModule as Di, TiltShiftEffect as Ii, Time as xi, TimelineActivationTrack as Oi, TimelineAnimationTrack as ki, TimelineAudioTrack as Bi, TimelineBuilder as Li, TimelineControlTrack as Ni, TimelineMarkerTrack as Fi, TimelineTrackHandler as Ui, ToneMappingEffect as wi, TrackType as Gi, TrailModule as Wi, TransformData as Hi, TransformGizmo as Xi, TriggerBuilder as zi, TriggerModel as Vi, UIRaycastUtils as ji, UIRootComponent as _i, USDDocument as Zi, USDObject as Ki, USDWriter as Qi, USDZExporter$1 as $i, USDZText as Yi, USDZUIExtension as Ji, UriSerializer as qi, UsageMarker as ea, UserJoinedOrLeftRoomModel as ta, VariantAction as oa, VelocityOverLifetimeModule as na, VerticalLayoutGroup as ra, VerticalWrapMode as ia, VideoPlayer as aa, ViewBox as sa, ViewDevice as la, Vignette as da, VisibilityAction as ca, Voip as ma, Volume as pa, VolumeParameter as ga, VolumeProfile as Sa, WaitForFrames as ua, WaitForPromise as Ca, WaitForSeconds as ya, Watch as Ea, WebARCameraBackground as Ra, WebARSessionRoot as fa, WebXR as ha, WebXRButtonFactory as Pa, WebXRImageTracking as Ta, WebXRImageTrackingModel as va, WebXRPlaneTracking as ba, WebXRTrackedImage as Aa, XRControllerFollow as Ma, XRControllerModel as Da, XRControllerMovement as Ia, XRFlag as xa, XRRig as Oa, XRState as ka, XRStateFlag as Ba, _$qWUhYZU as La, _XtEQ as Na, __Ignore as Fa, __internalNotifyObjectDestroyed as Ua, activeInHierarchyFieldName as wa, addAttributeChangeCallback as Ga, addComponent as Wa, addCustomExtensionPlugin as Ha, addNewComponent as Xa, addPatch as za, apply as Va, applyHMRChanges as ja, applyPrototypeExtensions as _a, beginListenDestroy as Za, beginListenInstantiate as Ka, binaryIdentifierCasts as Qa, build_scene_functions as $a, builtinComponentKeyName as Ya, calculateProgress01 as Ja, clearMessages as qa, clearMessages as es, colorSerializer as ts, compareAssociation as os, componentSerializer as ns, copyTexture as rs, createMotion as is, debugNet as as, debugOwner as ss, decompressGpuTexture as ls, deepClone as ds, delay as cs, delayForFrames as ms, deserializeObject as ps, destroy as gs, destroyComponentInstance as Ss, determineMimeTypeFromExtension as us, disposeObjectResources as Cs, disposeStream as ys, editorGuidKeyName as Es, enableSpatialConsole as Rs, eventListSerializer as fs, exportAsGLTF as hs, findByGuid as Ps, findObjectOfType as Ts, findObjectsOfType as vs, findResourceUsers as bs, fitCamera as As, fitObjectIntoVolume as Ms, foreachComponent as Ds, foreachComponentEnumerator as Is, forward as xs, generateQRCode as Os, generateSeed as ks, getBoundingBox as Bs, getCameraController as Ls, getComponent as Ns, getComponentInChildren as Fs, getComponentInParent as Us, getComponents as ws, getComponentsInChildren as Gs, getComponentsInParent as Ws, getFormattedDate as Hs, getIconElement as Xs, getIconTexture as zs, getLoader as Vs, getOrAddComponent as js, getParam as _s, getParentHierarchyPath as Zs, getPath as Ks, getPeerOptions as Qs, getPeerjsInstance as $s, getResourceUserCount as Ys, getSceneData as Js, getTempColor as qs, getTempQuaternion as el, getTempVector as tl, getUrlParams as ol, getVisibleInCustomShadowRendering as nl, getWorldDirection as rl, getWorldEuler as il, getWorldPosition as al, getWorldQuaternion as sl, getWorldRotation as ll, getWorldScale as dl, hasPointerEventComponent as cl, hideDebugConsole as ml, imageToCanvas as pl, initAddressableSerializers as gl, initBuiltinSerializers as Sl, initPhysics as ul, initVolumeParameterSerializer as Cl, instantiate as yl, invokeLoadedImportPluginHooks as El, invokeXRSessionEnd as Rl, invokeXRSessionStart as fl, isActiveInHierarchy as hl, isActiveSelf as Pl, isAndroidDevice as Tl, isAnimationAction as vl, isComponent as bl, isDebugMode as Al, isDesktop as Ml, isDestroyed as Dl, isDevEnvironment as Il, isDisposable as xl, isDisposed as Ol, isExporting as kl, isGLTFModel as Bl, isHostedOnGlitch as Ll, isHotReloadEnabled as Nl, isHotReloading as Fl, isIPad as Ul, isIconElement as wl, isLocalNetwork as Gl, isMacOS as Wl, isMobileDevice as Hl, isMozillaXR as Xl, isQuest as zl, isResourceTrackingEnabled as Vl, isSafari as jl, isTrackModel as _l, isUsingInstancing as Zl, isiOS as Kl, isiPad as Ql, loadPMREM as $l, loadSync as Yl, logHierarchy as Jl, lookAtInverse as ql, lookAtObject as ed, lookAtScreenPoint as td, makeId as od, makeIdFromRandomWords as nd, makeNameSafe as rd, markAsInstancedRendered as id, microphonePermissionsGranted as ad, nameof as sd, nameofFactory as ld, needle as dd, objectSerializer as cd, offBeforeXRSession as md, offXRSessionEnd as pd, offXRSessionStart as gd, on as Sd, onBeforeXRSession as ud, onSyncDestroy as Cd, onSyncInstantiate as yd, onXRSessionEnd as Ed, onXRSessionStart as Rd, parseSync as fd, placeOnSurface as hd, postprocessFBXMaterials as Pd, prefix as Td, pushState as vd, randomNumber as bd, registerBinaryType as Ad, registerComponent as Md, registerComponentExtension as Dd, registerCustomEffectType as Id, registerExportExtensions as xd, registerExtensions as Od, registerHotReloadType as kd, registerLoader as Bd, registerPrefabProvider as Ld, registerPrototypeExtensions as Nd, registerType as Fd, relativePathPrefix as Ud, removeAttributeChangeCallback as wd, removeComponent as Gd, removeCustomImportExtensionType as Wd, removePatch as Hd, resolveUrl as Xd, sanitizeString as zd, saveImage as Vd, screenshot as jd, screenshot2 as _d, sendDestroyed as Zd, serializable as Kd, serializeObject as Qd, serializeable as $d, setActive as Yd, setAllowBalloonMessages as Jd, setAllowOverlayMessages as qd, setAutoFitEnabled as ec, setCameraController as tc, setDestroyed as oc, setDevEnvironment as nc, setDisposable as rc, setDontDestroy as ic, setOrAddParamsToUrl as ac, setParam as sc, setParamWithoutReload as lc, setPeerOptions as dc, setResourceTrackingEnabled as cc, setState as mc, setVisibleInCustomShadowRendering as pc, setWorldEuler as gc, setWorldPosition as Sc, setWorldPositionXYZ as uc, setWorldQuaternion as Cc, setWorldQuaternionXYZW as yc, setWorldRotation as Ec, setWorldRotationXYZ as Rc, setWorldScale as fc, showBalloonError as hc, showBalloonMessage as Pc, showBalloonWarning as Tc, showDebugConsole as vc, slerp as bc, syncDestroy as Ac, syncField as Mc, syncInstantiate as Dc, textureToCanvas as Ic, toSourceId as xc, tryCastBinary as Oc, tryDetermineMimetypeFromBinary as kc, tryDetermineMimetypeFromURL as Bc, tryFindObject as Lc, tryGetGuid as Nc, unregisterHotReloadType as Fc, unregisterPrefabProvider as Uc, unwatchWrite as wc, useForAutoFit as Gc, validate as Wc, watchWrite as Hc } from "./needle-engine.bundle-BWkDSRyF.js";
|
|
1
|
+
import { initEngine as i, GameObject as n, onClear as a, onDestroy as s, onInitialized as l, onAfterRender as d, onBeforeRender as c, onUpdate as m, onStart as p, TypeStore as g, loadAsset as S, NeedleXRSession as u, Context as C, VERSION as y, Component as E, Components as R } from "./needle-engine.bundle-H5HXbUCS.js";
|
|
2
|
+
import { $cgOiWi as b, $componentName as M, $physicsKey as A, ActionBuilder as D, ActionCollection as I, ActionModel as x, Addressables as O, AlignmentConstraint as k, AmbientMode as B, Animation as L, AnimationBuilder as N, AnimationCurve as F, AnimationExtension as w, AnimationUtils as U, Animator as W, AnimatorConditionMode as G, AnimatorController as H, AnimatorControllerBuilder as X, AnimatorControllerParameterType as z, AnimatorStateInfo as V, Antialiasing as j, Application as _, AssetDatabase as K, AssetReference as Z, Attractor as Q, AudioClip as $, AudioExtension as Y, AudioListener as J, AudioRolloffMode as q, AudioSource as ee, Avatar as te, AvatarMarker as oe, Axes as ne, AxesHelper as re, AxisRotationConstraint as ie, BUILD_TIME as ae, BaseUIComponent as se, BasicIKConstraint as le, BehaviorExtension as de, BehaviorModel as ce, Component$1 as me, BlobStorage as pe, BloomEffect as ge, BoxCollider as Se, BoxGizmo as ue, BoxHelperComponent as Ce, Button as ye, ButtonsFactory as Ee, CallDirection as Re, CallInfo as fe, Camera as he, CameraTargetReachedEvent as Pe, Canvas as Te, CanvasGroup as ve, CapsuleCollider as be, ChangeMaterialOnClick as Me, ChangeTransformOnClick as Ae, CharacterController as De, CharacterControllerInput as Ie, ChromaticAberration as xe, CircularBuffer as Oe, ClearFlags as ke, ClickThrough as Be, ClipExtrapolation as Le, Collider as Ne, Collision as Fe, CollisionDetectionMode as we, ColorAdjustments as Ue, ColorBySpeedModule as We, ColorOverLifetimeModule as Ge, Component$1 as He, ComponentLifecycleEvents as Xe, ConnectionEvents as ze, ContactPoint as Ve, ContactShadows as je, ContextArgs as _e, ContextEvent as Ke, ContextRegistry as Ze, CursorFollow as Qe, CustomBranding as $e, CustomShader as Ye, DefaultReflectionMode as Je, Deletable as qe, DeleteBox as et, DepthOfField as tt, DeviceFlag as ot, DeviceUtilities as nt, DirectorWrapMode as rt, DisposableStore as it, DocumentExtension as at, DragControls as st, DragMode as lt, DragProfile as dt, DropListener as ct, Duplicatable as mt, EffectWrapper as pt, EmissionModule as gt, EmphasizeOnClick as St, EngineLoadingView as ut, EnvironmentScene as Ct, EventBus as yt, EventList as Et, EventListEvent as Rt, EventSystem as ft, EventTrigger as ht, FieldWithDefault as Pt, FileReference as Tt, FileReferenceSerializer as vt, FileSpawnModel as bt, File_Event as Mt, FixedJoint as At, FixedRotationAxesConstraint as Dt, Fog as It, FontStyle as xt, FrameEvent as Ot, GENERATOR as kt, Gizmos as Bt, GltfExport as Lt, GltfExportBox as Nt, GrabPointPlaneConstraint as Ft, Gradient as wt, Graphic as Ut, GraphicRaycaster as Wt, Graphics as Gt, GridHelper as Ht, GridLayoutGroup as Xt, GridSnapConstraint as zt, GroundProjectedEnv as Vt, GroupActionModel as jt, HideFlags as _t, HideOnStart as Kt, HingeJoint as Zt, HorizontalLayoutGroup as Qt, HorizontalWrapMode as $t, HostData as Yt, HoverAnimation as Jt, Image as qt, ImageReference as eo, ImageReferenceSerializer as to, InheritVelocityModule as oo, Input as no, InputEventQueue as ro, InputEvents as io, InputField as ao, InstanceHandle as so, InstancingHandler as lo, InstancingUtil as co, InstantiateEvent as mo, InstantiateIdProvider as po, InstantiateOptions as go, Interactable as So, InternalScreenshotUtils as uo, JoinedRoomResponse as Co, KeepRotationConstraint as yo, KeepScaleConstraint as Eo, KeyEventArgs as Ro, Keyframe as fo, LODGroup as ho, LODModel as Po, LODsManager as To, LeftRoomResponse as vo, Light as bo, LightData as Mo, LimitVelocityOverLifetimeModule as Ao, LoadingElementOptions as Do, LogStats as Io, LogType as xo, LookAt as Oo, LookAtConstraint as ko, MainModule as Bo, MarkerType as Lo, MaskableGraphic as No, MaterialPropertyBlock as Fo, MaterialX as wo, Mathf as Uo, MeshCollider as Wo, MeshRenderer as Go, MinMaxCurve as Ho, MinMaxGradient as Xo, NEEDLE_ENGINE_FEATURE_FLAGS as zo, MODULES as Vo, NEKeyboardEvent as jo, NEPointerEvent as _o, NeedleButtonElement as Ko, ContextRegistry as Zo, NeedleEngineModelLoader as Qo, NeedleEngineWebComponent as $o, NeedleMenu as Yo, NeedlePatchesKey as Jo, USDZExporter as qo, NeedleXRController as en, NeedleXRSync as tn, NeedleXRUtils as on, NestedGltf as nn, NetworkConnection as rn, NetworkedStreamEvents as an, NetworkedStreams as sn, Networking as ln, NewInstanceModel as dn, NoiseModule as cn, ObjectRaycaster as mn, ObjectUtils as pn, OffsetConstraint as gn, OneEuroFilter as Sn, OneEuroFilterXYZ as un, OpenURL as Cn, OrbitControls as yn, Outline as En, OwnershipEvent as Rn, OwnershipModel as fn, PUBLIC_KEY as hn, Padding as Pn, ParticleBurst as Tn, ParticleSubEmitter as vn, ParticleSystem as bn, ParticleSystemBaseBehaviour as Mn, ParticleSystemRenderer as An, ParticleSystemShapeType as Dn, PeerHandle as In, PeerNetworking as xn, Physics as On, PhysicsExtension as kn, PhysicsMaterialCombine as Bn, PixelationEffect as Ln, PlaneHeightLockConstraint as Nn, PlayAnimationOnClick as Fn, PlayAudioOnClick as wn, PlayableDirector as Un, PlayerColor as Wn, PlayerState as Gn, PlayerStateEvent as Hn, PlayerSync as Xn, PlayerView as zn, PlayerViewManager as Vn, PointerEventData as jn, PointerType as _n, PostProcessing as Kn, PostProcessingEffect as Zn, PostProcessingEffectOrder as Qn, PostProcessingHandler as $n, Volume as Yn, Prefabs as Jn, PreliminaryAction as qn, PreliminaryTrigger as er, PreviewHelper as tr, PrimitiveType as or, Progress as nr, PromiseAllWithErrors as rr, PromiseErrorResult as ir, RGBAColor as ar, RapierPhysics as sr, RawImage as lr, RaycastOptions as dr, Rect as cr, RectTransform as mr, ReflectionProbe as pr, ReflectionProbeUsage as gr, RegisteredAnimationInfo as Sr, RemoteSkybox as ur, RenderTexture as Cr, RenderTextureSerializer as yr, Renderer as Er, RendererData as Rr, RendererLightmap as fr, Rigidbody as hr, RigidbodyConstraints as Pr, RoomEvents as Tr, RotationBySpeedModule as vr, RotationOverLifetimeModule as br, ScaleLimitConstraint as Mr, SceneLightSettings as Ar, SceneSwitcher as Dr, ScreenCapture as Ir, ScreenSpaceAmbientOcclusion as xr, ScreenSpaceAmbientOcclusionN8 as Or, ScrollFollow as kr, SeeThrough as Br, SendQueue as Lr, SerializationContext as Nr, SetActiveOnClick as Fr, ShadowCastingMode as wr, ShadowCatcher as Ur, ShapeModule as Wr, ShapeOverlapResult as Gr, SharpeningEffect as Hr, SignalAsset as Xr, SignalReceiver as zr, SignalReceiverEvent as Vr, SignalTrackHandler as jr, Size as _r, SizeBySpeedModule as Kr, SizeOverLifetimeModule as Zr, SkinnedMeshRenderer as Qr, SmoothFollow as $r, SnapToSurfaceConstraint as Yr, SpatialGrabRaycaster as Jr, SpatialHtml as qr, SpatialTrigger as ei, SpatialTriggerReceiver as ti, SpectatorCamera as oi, SphereCollider as ni, SphereIntersection as ri, SplineContainer as ii, SplineData as ai, SplineUtils as si, SplineWalker as li, Sprite as di, SpriteData as ci, SpriteRenderer as mi, SpriteSheet as pi, StateMachineBehaviour as gi, StreamEndedEvent as Si, StreamReceivedEvent as ui, SubEmitterSystem as Ci, SyncedCamera as yi, SyncedRoom as Ei, SyncedTransform as Ri, TapGestureTrigger as fi, TeleportTarget as hi, TestRunner as Pi, TestSimulateUserData as Ti, Text as vi, TextAnchor as bi, TextBuilder as Mi, TextExtension as Ai, TextureSheetAnimationModule as Di, TiltShiftEffect as Ii, Time as xi, TimelineActivationTrack as Oi, TimelineAnimationTrack as ki, TimelineAudioTrack as Bi, TimelineBuilder as Li, TimelineControlTrack as Ni, TimelineMarkerTrack as Fi, TimelineTrackHandler as wi, ToneMappingEffect as Ui, TrackType as Wi, TrailModule as Gi, TransformData as Hi, TransformGizmo as Xi, TriggerBuilder as zi, TriggerModel as Vi, UIRaycastUtils as ji, UIRootComponent as _i, USDDocument as Ki, USDObject as Zi, USDWriter as Qi, USDZExporter$1 as $i, USDZText as Yi, USDZUIExtension as Ji, UriSerializer as qi, UsageMarker as ea, UserJoinedOrLeftRoomModel as ta, VariantAction as oa, VelocityOverLifetimeModule as na, VerticalLayoutGroup as ra, VerticalWrapMode as ia, VideoPlayer as aa, ViewBox as sa, ViewDevice as la, Vignette as da, VisibilityAction as ca, Voip as ma, Volume as pa, VolumeParameter as ga, VolumeProfile as Sa, WaitForFrames as ua, WaitForPromise as Ca, WaitForSeconds as ya, Watch as Ea, WebARCameraBackground as Ra, WebARSessionRoot as fa, WebXR as ha, WebXRButtonFactory as Pa, WebXRImageTracking as Ta, WebXRImageTrackingModel as va, WebXRPlaneTracking as ba, WebXRTrackedImage as Ma, XRControllerFollow as Aa, XRControllerModel as Da, XRControllerMovement as Ia, XRFlag as xa, XRRig as Oa, XRState as ka, XRStateFlag as Ba, _$jDMeEQ as La, _ZtQVqvkS as Na, __Ignore as Fa, __internalNotifyObjectDestroyed as wa, activeInHierarchyFieldName as Ua, addAttributeChangeCallback as Wa, addComponent as Ga, addCustomExtensionPlugin as Ha, addNewComponent as Xa, addPatch as za, apply as Va, applyHMRChanges as ja, applyPrototypeExtensions as _a, beginListenDestroy as Ka, beginListenInstantiate as Za, binaryIdentifierCasts as Qa, build_scene_functions as $a, builtinComponentKeyName as Ya, calculateProgress01 as Ja, clearMessages as qa, clearMessages as es, colorSerializer as ts, compareAssociation as os, componentSerializer as ns, copyTexture as rs, createMotion as is, debugNet as as, debugOwner as ss, decompressGpuTexture as ls, deepClone as ds, delay as cs, delayForFrames as ms, deserializeObject as ps, destroy as gs, destroyComponentInstance as Ss, determineMimeTypeFromExtension as us, disposeObjectResources as Cs, disposeStream as ys, editorGuidKeyName as Es, enableSpatialConsole as Rs, eventListSerializer as fs, exportAsGLTF as hs, findByGuid as Ps, findObjectOfType as Ts, findObjectsOfType as vs, findResourceUsers as bs, fitCamera as Ms, fitObjectIntoVolume as As, foreachComponent as Ds, foreachComponentEnumerator as Is, forward as xs, generateQRCode as Os, generateSeed as ks, getBoundingBox as Bs, getCameraController as Ls, getComponent as Ns, getComponentInChildren as Fs, getComponentInParent as ws, getComponents as Us, getComponentsInChildren as Ws, getComponentsInParent as Gs, getFormattedDate as Hs, getIconElement as Xs, getIconTexture as zs, getLoader as Vs, getOrAddComponent as js, getParam as _s, getParentHierarchyPath as Ks, getPath as Zs, getPeerOptions as Qs, getPeerjsInstance as $s, getResourceUserCount as Ys, getSceneData as Js, getTempColor as qs, getTempQuaternion as el, getTempVector as tl, getUrlParams as ol, getVisibleInCustomShadowRendering as nl, getWorldDirection as rl, getWorldEuler as il, getWorldPosition as al, getWorldQuaternion as sl, getWorldRotation as ll, getWorldScale as dl, hasPointerEventComponent as cl, hideDebugConsole as ml, imageToCanvas as pl, initAddressableSerializers as gl, initBuiltinSerializers as Sl, initPhysics as ul, initVolumeParameterSerializer as Cl, instantiate as yl, invokeLoadedImportPluginHooks as El, invokeXRSessionEnd as Rl, invokeXRSessionStart as fl, isActiveInHierarchy as hl, isActiveSelf as Pl, isAndroidDevice as Tl, isAnimationAction as vl, isComponent as bl, isDebugMode as Ml, isDesktop as Al, isDestroyed as Dl, isDevEnvironment as Il, isDisposable as xl, isDisposed as Ol, isExporting as kl, isGLTFModel as Bl, isHostedOnGlitch as Ll, isHotReloadEnabled as Nl, isHotReloading as Fl, isIPad as wl, isIconElement as Ul, isLocalNetwork as Wl, isMacOS as Gl, isMobileDevice as Hl, isMozillaXR as Xl, isQuest as zl, isResourceTrackingEnabled as Vl, isSafari as jl, isTrackModel as _l, isUsingInstancing as Kl, isiOS as Zl, isiPad as Ql, loadPMREM as $l, loadSync as Yl, logHierarchy as Jl, lookAtInverse as ql, lookAtObject as ed, lookAtScreenPoint as td, makeId as od, makeIdFromRandomWords as nd, makeNameSafe as rd, markAsInstancedRendered as id, microphonePermissionsGranted as ad, nameof as sd, nameofFactory as ld, needle as dd, objectSerializer as cd, offBeforeXRSession as md, offXRSessionEnd as pd, offXRSessionStart as gd, on as Sd, onBeforeXRSession as ud, onSyncDestroy as Cd, onSyncInstantiate as yd, onXRSessionEnd as Ed, onXRSessionStart as Rd, parseSync as fd, placeOnSurface as hd, postprocessFBXMaterials as Pd, prefix as Td, pushState as vd, randomNumber as bd, registerBinaryType as Md, registerComponent as Ad, registerComponentExtension as Dd, registerCustomEffectType as Id, registerExportExtensions as xd, registerExtensions as Od, registerHotReloadType as kd, registerLoader as Bd, registerPrefabProvider as Ld, registerPrototypeExtensions as Nd, registerType as Fd, relativePathPrefix as wd, removeAttributeChangeCallback as Ud, removeComponent as Wd, removeCustomImportExtensionType as Gd, removePatch as Hd, resolveUrl as Xd, sanitizeString as zd, saveImage as Vd, screenshot as jd, screenshot2 as _d, sendDestroyed as Kd, serializable as Zd, serializeObject as Qd, serializeable as $d, setActive as Yd, setAllowBalloonMessages as Jd, setAllowOverlayMessages as qd, setAutoFitEnabled as ec, setCameraController as tc, setDestroyed as oc, setDevEnvironment as nc, setDisposable as rc, setDontDestroy as ic, setOrAddParamsToUrl as ac, setParam as sc, setParamWithoutReload as lc, setPeerOptions as dc, setResourceTrackingEnabled as cc, setState as mc, setVisibleInCustomShadowRendering as pc, setWorldEuler as gc, setWorldPosition as Sc, setWorldPositionXYZ as uc, setWorldQuaternion as Cc, setWorldQuaternionXYZW as yc, setWorldRotation as Ec, setWorldRotationXYZ as Rc, setWorldScale as fc, showBalloonError as hc, showBalloonMessage as Pc, showBalloonWarning as Tc, showDebugConsole as vc, slerp as bc, syncDestroy as Mc, syncField as Ac, syncInstantiate as Dc, textureToCanvas as Ic, toSourceId as xc, tryCastBinary as Oc, tryDetermineMimetypeFromBinary as kc, tryDetermineMimetypeFromURL as Bc, tryFindObject as Lc, tryGetGuid as Nc, unregisterHotReloadType as Fc, unregisterPrefabProvider as wc, unwatchWrite as Uc, useForAutoFit as Wc, validate as Gc, watchWrite as Hc } from "./needle-engine.bundle-H5HXbUCS.js";
|
|
3
3
|
import { THREE as f } from "./three.js";
|
|
4
|
-
import { NEEDLE_progressive as zc } from "./gltf-progressive-
|
|
4
|
+
import { NEEDLE_progressive as zc } from "./gltf-progressive-CtYnVfLc.js";
|
|
5
5
|
i();
|
|
6
6
|
const t = {
|
|
7
7
|
VERSION: y,
|
|
@@ -44,9 +44,9 @@ else
|
|
|
44
44
|
globalThis.Needle[e] = t[e];
|
|
45
45
|
globalThis.THREE ? console.warn("Three.js is already imported") : globalThis.THREE = f;
|
|
46
46
|
export {
|
|
47
|
-
b as $
|
|
48
|
-
|
|
49
|
-
|
|
47
|
+
b as $cgOiWi,
|
|
48
|
+
M as $componentName,
|
|
49
|
+
A as $physicsKey,
|
|
50
50
|
D as ActionBuilder,
|
|
51
51
|
I as ActionCollection,
|
|
52
52
|
x as ActionModel,
|
|
@@ -56,18 +56,18 @@ export {
|
|
|
56
56
|
L as Animation,
|
|
57
57
|
N as AnimationBuilder,
|
|
58
58
|
F as AnimationCurve,
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
59
|
+
w as AnimationExtension,
|
|
60
|
+
U as AnimationUtils,
|
|
61
|
+
W as Animator,
|
|
62
|
+
G as AnimatorConditionMode,
|
|
63
63
|
H as AnimatorController,
|
|
64
64
|
X as AnimatorControllerBuilder,
|
|
65
65
|
z as AnimatorControllerParameterType,
|
|
66
66
|
V as AnimatorStateInfo,
|
|
67
67
|
j as Antialiasing,
|
|
68
68
|
_ as Application,
|
|
69
|
-
|
|
70
|
-
|
|
69
|
+
K as AssetDatabase,
|
|
70
|
+
Z as AssetReference,
|
|
71
71
|
Q as Attractor,
|
|
72
72
|
$ as AudioClip,
|
|
73
73
|
Y as AudioExtension,
|
|
@@ -99,8 +99,8 @@ export {
|
|
|
99
99
|
Te as Canvas,
|
|
100
100
|
ve as CanvasGroup,
|
|
101
101
|
be as CapsuleCollider,
|
|
102
|
-
|
|
103
|
-
|
|
102
|
+
Me as ChangeMaterialOnClick,
|
|
103
|
+
Ae as ChangeTransformOnClick,
|
|
104
104
|
De as CharacterController,
|
|
105
105
|
Ie as CharacterControllerInput,
|
|
106
106
|
xe as ChromaticAberration,
|
|
@@ -110,10 +110,10 @@ export {
|
|
|
110
110
|
Le as ClipExtrapolation,
|
|
111
111
|
Ne as Collider,
|
|
112
112
|
Fe as Collision,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
113
|
+
we as CollisionDetectionMode,
|
|
114
|
+
Ue as ColorAdjustments,
|
|
115
|
+
We as ColorBySpeedModule,
|
|
116
|
+
Ge as ColorOverLifetimeModule,
|
|
117
117
|
He as Component,
|
|
118
118
|
Xe as ComponentLifecycleEvents,
|
|
119
119
|
ze as ConnectionEvents,
|
|
@@ -121,8 +121,8 @@ export {
|
|
|
121
121
|
je as ContactShadows,
|
|
122
122
|
C as Context,
|
|
123
123
|
_e as ContextArgs,
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
Ke as ContextEvent,
|
|
125
|
+
Ze as ContextRegistry,
|
|
126
126
|
Qe as CursorFollow,
|
|
127
127
|
$e as CustomBranding,
|
|
128
128
|
Ye as CustomShader,
|
|
@@ -154,8 +154,8 @@ export {
|
|
|
154
154
|
Tt as FileReference,
|
|
155
155
|
vt as FileReferenceSerializer,
|
|
156
156
|
bt as FileSpawnModel,
|
|
157
|
-
|
|
158
|
-
|
|
157
|
+
Mt as File_Event,
|
|
158
|
+
At as FixedJoint,
|
|
159
159
|
Dt as FixedRotationAxesConstraint,
|
|
160
160
|
It as Fog,
|
|
161
161
|
xt as FontStyle,
|
|
@@ -166,18 +166,18 @@ export {
|
|
|
166
166
|
Lt as GltfExport,
|
|
167
167
|
Nt as GltfExportBox,
|
|
168
168
|
Ft as GrabPointPlaneConstraint,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
169
|
+
wt as Gradient,
|
|
170
|
+
Ut as Graphic,
|
|
171
|
+
Wt as GraphicRaycaster,
|
|
172
|
+
Gt as Graphics,
|
|
173
173
|
Ht as GridHelper,
|
|
174
174
|
Xt as GridLayoutGroup,
|
|
175
175
|
zt as GridSnapConstraint,
|
|
176
176
|
Vt as GroundProjectedEnv,
|
|
177
177
|
jt as GroupActionModel,
|
|
178
178
|
_t as HideFlags,
|
|
179
|
-
|
|
180
|
-
|
|
179
|
+
Kt as HideOnStart,
|
|
180
|
+
Zt as HingeJoint,
|
|
181
181
|
Qt as HorizontalLayoutGroup,
|
|
182
182
|
$t as HorizontalWrapMode,
|
|
183
183
|
Yt as HostData,
|
|
@@ -208,8 +208,8 @@ export {
|
|
|
208
208
|
To as LODsManager,
|
|
209
209
|
vo as LeftRoomResponse,
|
|
210
210
|
bo as Light,
|
|
211
|
-
|
|
212
|
-
|
|
211
|
+
Mo as LightData,
|
|
212
|
+
Ao as LimitVelocityOverLifetimeModule,
|
|
213
213
|
Do as LoadingElementOptions,
|
|
214
214
|
Io as LogStats,
|
|
215
215
|
xo as LogType,
|
|
@@ -219,10 +219,10 @@ export {
|
|
|
219
219
|
Lo as MarkerType,
|
|
220
220
|
No as MaskableGraphic,
|
|
221
221
|
Fo as MaterialPropertyBlock,
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
222
|
+
wo as MaterialX,
|
|
223
|
+
Uo as Mathf,
|
|
224
|
+
Wo as MeshCollider,
|
|
225
|
+
Go as MeshRenderer,
|
|
226
226
|
Ho as MinMaxCurve,
|
|
227
227
|
Xo as MinMaxGradient,
|
|
228
228
|
zo as NEEDLE_ENGINE_FEATURE_FLAGS,
|
|
@@ -230,8 +230,8 @@ export {
|
|
|
230
230
|
zc as NEEDLE_progressive,
|
|
231
231
|
jo as NEKeyboardEvent,
|
|
232
232
|
_o as NEPointerEvent,
|
|
233
|
-
|
|
234
|
-
|
|
233
|
+
Ko as NeedleButtonElement,
|
|
234
|
+
Zo as NeedleEngine,
|
|
235
235
|
Qo as NeedleEngineModelLoader,
|
|
236
236
|
$o as NeedleEngineWebComponent,
|
|
237
237
|
Yo as NeedleMenu,
|
|
@@ -263,8 +263,8 @@ export {
|
|
|
263
263
|
Tn as ParticleBurst,
|
|
264
264
|
vn as ParticleSubEmitter,
|
|
265
265
|
bn as ParticleSystem,
|
|
266
|
-
|
|
267
|
-
|
|
266
|
+
Mn as ParticleSystemBaseBehaviour,
|
|
267
|
+
An as ParticleSystemRenderer,
|
|
268
268
|
Dn as ParticleSystemShapeType,
|
|
269
269
|
In as PeerHandle,
|
|
270
270
|
xn as PeerNetworking,
|
|
@@ -274,18 +274,18 @@ export {
|
|
|
274
274
|
Ln as PixelationEffect,
|
|
275
275
|
Nn as PlaneHeightLockConstraint,
|
|
276
276
|
Fn as PlayAnimationOnClick,
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
277
|
+
wn as PlayAudioOnClick,
|
|
278
|
+
Un as PlayableDirector,
|
|
279
|
+
Wn as PlayerColor,
|
|
280
|
+
Gn as PlayerState,
|
|
281
281
|
Hn as PlayerStateEvent,
|
|
282
282
|
Xn as PlayerSync,
|
|
283
283
|
zn as PlayerView,
|
|
284
284
|
Vn as PlayerViewManager,
|
|
285
285
|
jn as PointerEventData,
|
|
286
286
|
_n as PointerType,
|
|
287
|
-
|
|
288
|
-
|
|
287
|
+
Kn as PostProcessing,
|
|
288
|
+
Zn as PostProcessingEffect,
|
|
289
289
|
Qn as PostProcessingEffectOrder,
|
|
290
290
|
$n as PostProcessingHandler,
|
|
291
291
|
Yn as PostProcessingManager,
|
|
@@ -317,8 +317,8 @@ export {
|
|
|
317
317
|
Tr as RoomEvents,
|
|
318
318
|
vr as RotationBySpeedModule,
|
|
319
319
|
br as RotationOverLifetimeModule,
|
|
320
|
-
|
|
321
|
-
|
|
320
|
+
Mr as ScaleLimitConstraint,
|
|
321
|
+
Ar as SceneLightSettings,
|
|
322
322
|
Dr as SceneSwitcher,
|
|
323
323
|
Ir as ScreenCapture,
|
|
324
324
|
xr as ScreenSpaceAmbientOcclusion,
|
|
@@ -328,18 +328,18 @@ export {
|
|
|
328
328
|
Lr as SendQueue,
|
|
329
329
|
Nr as SerializationContext,
|
|
330
330
|
Fr as SetActiveOnClick,
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
331
|
+
wr as ShadowCastingMode,
|
|
332
|
+
Ur as ShadowCatcher,
|
|
333
|
+
Wr as ShapeModule,
|
|
334
|
+
Gr as ShapeOverlapResult,
|
|
335
335
|
Hr as SharpeningEffect,
|
|
336
336
|
Xr as SignalAsset,
|
|
337
337
|
zr as SignalReceiver,
|
|
338
338
|
Vr as SignalReceiverEvent,
|
|
339
339
|
jr as SignalTrackHandler,
|
|
340
340
|
_r as Size,
|
|
341
|
-
|
|
342
|
-
|
|
341
|
+
Kr as SizeBySpeedModule,
|
|
342
|
+
Zr as SizeOverLifetimeModule,
|
|
343
343
|
Qr as SkinnedMeshRenderer,
|
|
344
344
|
$r as SmoothFollow,
|
|
345
345
|
Yr as SnapToSurfaceConstraint,
|
|
@@ -371,8 +371,8 @@ export {
|
|
|
371
371
|
Ti as TestSimulateUserData,
|
|
372
372
|
vi as Text,
|
|
373
373
|
bi as TextAnchor,
|
|
374
|
-
|
|
375
|
-
|
|
374
|
+
Mi as TextBuilder,
|
|
375
|
+
Ai as TextExtension,
|
|
376
376
|
Di as TextureSheetAnimationModule,
|
|
377
377
|
Ii as TiltShiftEffect,
|
|
378
378
|
xi as Time,
|
|
@@ -382,10 +382,10 @@ export {
|
|
|
382
382
|
Li as TimelineBuilder,
|
|
383
383
|
Ni as TimelineControlTrack,
|
|
384
384
|
Fi as TimelineMarkerTrack,
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
385
|
+
wi as TimelineTrackHandler,
|
|
386
|
+
Ui as ToneMappingEffect,
|
|
387
|
+
Wi as TrackType,
|
|
388
|
+
Gi as TrailModule,
|
|
389
389
|
Hi as TransformData,
|
|
390
390
|
Xi as TransformGizmo,
|
|
391
391
|
zi as TriggerBuilder,
|
|
@@ -393,8 +393,8 @@ export {
|
|
|
393
393
|
g as TypeStore,
|
|
394
394
|
ji as UIRaycastUtils,
|
|
395
395
|
_i as UIRootComponent,
|
|
396
|
-
|
|
397
|
-
|
|
396
|
+
Ki as USDDocument,
|
|
397
|
+
Zi as USDObject,
|
|
398
398
|
Qi as USDWriter,
|
|
399
399
|
$i as USDZExporter,
|
|
400
400
|
Yi as USDZText,
|
|
@@ -427,29 +427,29 @@ export {
|
|
|
427
427
|
Ta as WebXRImageTracking,
|
|
428
428
|
va as WebXRImageTrackingModel,
|
|
429
429
|
ba as WebXRPlaneTracking,
|
|
430
|
-
|
|
431
|
-
|
|
430
|
+
Ma as WebXRTrackedImage,
|
|
431
|
+
Aa as XRControllerFollow,
|
|
432
432
|
Da as XRControllerModel,
|
|
433
433
|
Ia as XRControllerMovement,
|
|
434
434
|
xa as XRFlag,
|
|
435
435
|
Oa as XRRig,
|
|
436
436
|
ka as XRState,
|
|
437
437
|
Ba as XRStateFlag,
|
|
438
|
-
La as _$
|
|
439
|
-
Na as
|
|
438
|
+
La as _$jDMeEQ,
|
|
439
|
+
Na as _ZtQVqvkS,
|
|
440
440
|
Fa as __Ignore,
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
441
|
+
wa as __internalNotifyObjectDestroyed,
|
|
442
|
+
Ua as activeInHierarchyFieldName,
|
|
443
|
+
Wa as addAttributeChangeCallback,
|
|
444
|
+
Ga as addComponent,
|
|
445
445
|
Ha as addCustomExtensionPlugin,
|
|
446
446
|
Xa as addNewComponent,
|
|
447
447
|
za as addPatch,
|
|
448
448
|
Va as apply,
|
|
449
449
|
ja as applyHMRChanges,
|
|
450
450
|
_a as applyPrototypeExtensions,
|
|
451
|
-
|
|
452
|
-
|
|
451
|
+
Ka as beginListenDestroy,
|
|
452
|
+
Za as beginListenInstantiate,
|
|
453
453
|
Qa as binaryIdentifierCasts,
|
|
454
454
|
$a as build_scene_functions,
|
|
455
455
|
Ya as builtinComponentKeyName,
|
|
@@ -481,8 +481,8 @@ export {
|
|
|
481
481
|
Ts as findObjectOfType,
|
|
482
482
|
vs as findObjectsOfType,
|
|
483
483
|
bs as findResourceUsers,
|
|
484
|
-
|
|
485
|
-
|
|
484
|
+
Ms as fitCamera,
|
|
485
|
+
As as fitObjectIntoVolume,
|
|
486
486
|
Ds as foreachComponent,
|
|
487
487
|
Is as foreachComponentEnumerator,
|
|
488
488
|
xs as forward,
|
|
@@ -492,18 +492,18 @@ export {
|
|
|
492
492
|
Ls as getCameraController,
|
|
493
493
|
Ns as getComponent,
|
|
494
494
|
Fs as getComponentInChildren,
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
495
|
+
ws as getComponentInParent,
|
|
496
|
+
Us as getComponents,
|
|
497
|
+
Ws as getComponentsInChildren,
|
|
498
|
+
Gs as getComponentsInParent,
|
|
499
499
|
Hs as getFormattedDate,
|
|
500
500
|
Xs as getIconElement,
|
|
501
501
|
zs as getIconTexture,
|
|
502
502
|
Vs as getLoader,
|
|
503
503
|
js as getOrAddComponent,
|
|
504
504
|
_s as getParam,
|
|
505
|
-
|
|
506
|
-
|
|
505
|
+
Ks as getParentHierarchyPath,
|
|
506
|
+
Zs as getPath,
|
|
507
507
|
Qs as getPeerOptions,
|
|
508
508
|
$s as getPeerjsInstance,
|
|
509
509
|
Ys as getResourceUserCount,
|
|
@@ -535,8 +535,8 @@ export {
|
|
|
535
535
|
Tl as isAndroidDevice,
|
|
536
536
|
vl as isAnimationAction,
|
|
537
537
|
bl as isComponent,
|
|
538
|
-
|
|
539
|
-
|
|
538
|
+
Ml as isDebugMode,
|
|
539
|
+
Al as isDesktop,
|
|
540
540
|
Dl as isDestroyed,
|
|
541
541
|
Il as isDevEnvironment,
|
|
542
542
|
xl as isDisposable,
|
|
@@ -546,18 +546,18 @@ export {
|
|
|
546
546
|
Ll as isHostedOnGlitch,
|
|
547
547
|
Nl as isHotReloadEnabled,
|
|
548
548
|
Fl as isHotReloading,
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
549
|
+
wl as isIPad,
|
|
550
|
+
Ul as isIconElement,
|
|
551
|
+
Wl as isLocalNetwork,
|
|
552
|
+
Gl as isMacOS,
|
|
553
553
|
Hl as isMobileDevice,
|
|
554
554
|
Xl as isMozillaXR,
|
|
555
555
|
zl as isQuest,
|
|
556
556
|
Vl as isResourceTrackingEnabled,
|
|
557
557
|
jl as isSafari,
|
|
558
558
|
_l as isTrackModel,
|
|
559
|
-
|
|
560
|
-
|
|
559
|
+
Kl as isUsingInstancing,
|
|
560
|
+
Zl as isiOS,
|
|
561
561
|
Ql as isiPad,
|
|
562
562
|
S as loadAsset,
|
|
563
563
|
$l as loadPMREM,
|
|
@@ -597,8 +597,8 @@ export {
|
|
|
597
597
|
Td as prefix,
|
|
598
598
|
vd as pushState,
|
|
599
599
|
bd as randomNumber,
|
|
600
|
-
|
|
601
|
-
|
|
600
|
+
Md as registerBinaryType,
|
|
601
|
+
Ad as registerComponent,
|
|
602
602
|
Dd as registerComponentExtension,
|
|
603
603
|
Id as registerCustomEffectType,
|
|
604
604
|
xd as registerExportExtensions,
|
|
@@ -608,18 +608,18 @@ export {
|
|
|
608
608
|
Ld as registerPrefabProvider,
|
|
609
609
|
Nd as registerPrototypeExtensions,
|
|
610
610
|
Fd as registerType,
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
611
|
+
wd as relativePathPrefix,
|
|
612
|
+
Ud as removeAttributeChangeCallback,
|
|
613
|
+
Wd as removeComponent,
|
|
614
|
+
Gd as removeCustomImportExtensionType,
|
|
615
615
|
Hd as removePatch,
|
|
616
616
|
Xd as resolveUrl,
|
|
617
617
|
zd as sanitizeString,
|
|
618
618
|
Vd as saveImage,
|
|
619
619
|
jd as screenshot,
|
|
620
620
|
_d as screenshot2,
|
|
621
|
-
|
|
622
|
-
|
|
621
|
+
Kd as sendDestroyed,
|
|
622
|
+
Zd as serializable,
|
|
623
623
|
Qd as serializeObject,
|
|
624
624
|
$d as serializeable,
|
|
625
625
|
Yd as setActive,
|
|
@@ -651,8 +651,8 @@ export {
|
|
|
651
651
|
Tc as showBalloonWarning,
|
|
652
652
|
vc as showDebugConsole,
|
|
653
653
|
bc as slerp,
|
|
654
|
-
|
|
655
|
-
|
|
654
|
+
Mc as syncDestroy,
|
|
655
|
+
Ac as syncField,
|
|
656
656
|
Dc as syncInstantiate,
|
|
657
657
|
Ic as textureToCanvas,
|
|
658
658
|
xc as toSourceId,
|
|
@@ -662,9 +662,9 @@ export {
|
|
|
662
662
|
Lc as tryFindObject,
|
|
663
663
|
Nc as tryGetGuid,
|
|
664
664
|
Fc as unregisterHotReloadType,
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
665
|
+
wc as unregisterPrefabProvider,
|
|
666
|
+
Uc as unwatchWrite,
|
|
667
|
+
Wc as useForAutoFit,
|
|
668
|
+
Gc as validate,
|
|
669
669
|
Hc as watchWrite
|
|
670
670
|
};
|