@needle-tools/engine 4.11.5-next.d95d573 → 4.11.5-next.dedc70b
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/components.needle.json +1 -1
- package/custom-elements.json +436 -0
- package/dist/generateMeshBVH.worker-mO20N_b8.js +21 -0
- package/dist/{gltf-progressive-GwdQV1Qx.umd.cjs → gltf-progressive-DWcmTMCh.umd.cjs} +1 -1
- package/dist/{gltf-progressive-CftVUJy3.min.js → gltf-progressive-DZrY8VT6.min.js} +2 -2
- package/dist/{gltf-progressive-BvlZQAkt.js → gltf-progressive-DgYz5BYa.js} +19 -19
- package/dist/loader.worker-Dip-PthR.js +23 -0
- package/dist/{needle-engine.bundle-D68OTj0O.min.js → needle-engine.bundle-CJlEyOBM.min.js} +130 -135
- package/dist/{needle-engine.bundle-DYcVfok9.umd.cjs → needle-engine.bundle-DgiVW9bH.umd.cjs} +138 -143
- package/dist/{needle-engine.bundle-By_B1saf.js → needle-engine.bundle-F4gDjlNg.js} +4361 -4238
- package/dist/needle-engine.d.ts +18154 -1
- package/dist/needle-engine.js +336 -335
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.umd.cjs +1 -1
- package/dist/{postprocessing-CJC0Npcd.js → postprocessing-BTW9pD_s.js} +1822 -1723
- package/dist/{postprocessing-DrM4PWU3.umd.cjs → postprocessing-CMgoN5t5.umd.cjs} +229 -158
- package/dist/{postprocessing-l7zsdO_Q.min.js → postprocessing-DYDtB188.min.js} +227 -156
- package/dist/rapier-B3oL1ap-.js +5217 -0
- package/dist/rapier-DJ-luMxr.min.js +1 -0
- package/dist/rapier-DQltNJbN.umd.cjs +1 -0
- package/dist/{three-BDW9I486.min.js → three-B7CT31Bt.min.js} +1 -5
- package/dist/{three-MHVqtJYj.js → three-DfMvBzXi.js} +0 -5
- package/dist/{three-examples-CgwGHSgz.umd.cjs → three-examples-CsW4_6LI.umd.cjs} +2 -7
- package/dist/{three-examples-fvEPSC8L.min.js → three-examples-D1P7eEhn.min.js} +2 -7
- package/dist/{three-examples-C5Ht-QFN.js → three-examples-D1SK93ek.js} +1 -7
- package/dist/{three-mesh-ui-BjWTTk1R.js → three-mesh-ui-C_uSB5dD.js} +1 -1
- package/dist/{three-mesh-ui-Bm32sS2a.umd.cjs → three-mesh-ui-DpATDXwU.umd.cjs} +1 -1
- package/dist/{three-mesh-ui-CLdkp21K.min.js → three-mesh-ui-LQ44s0AL.min.js} +1 -1
- package/dist/{three-iFaDq9U3.umd.cjs → three-qj71I7J3.umd.cjs} +2 -6
- package/dist/{vendor-CsyK1CFs.min.js → vendor-BKGa4GE0.min.js} +34 -39
- package/dist/{vendor-petGQl0N.js → vendor-D0zoswDa.js} +1626 -1605
- package/dist/{vendor-6kAXU6fm.umd.cjs → vendor-UCpFAwt1.umd.cjs} +30 -35
- package/lib/engine/api.d.ts +0 -1
- package/lib/engine/api.js +0 -1
- package/lib/engine/api.js.map +1 -1
- package/lib/engine/debug/debug_spector.d.ts +16 -0
- package/lib/engine/debug/debug_spector.js +28 -0
- package/lib/engine/debug/debug_spector.js.map +1 -0
- package/lib/engine/engine_application.d.ts +7 -0
- package/lib/engine/engine_application.js +8 -1
- package/lib/engine/engine_application.js.map +1 -1
- package/lib/engine/engine_context.js +4 -1
- package/lib/engine/engine_context.js.map +1 -1
- package/lib/engine/engine_physics.js +6 -2
- package/lib/engine/engine_physics.js.map +1 -1
- package/lib/engine/engine_physics_rapier.d.ts +11 -2
- package/lib/engine/engine_physics_rapier.js +9 -0
- package/lib/engine/engine_physics_rapier.js.map +1 -1
- package/lib/engine/engine_texture.d.ts +1 -1
- package/lib/engine/engine_tonemapping.d.ts +1 -1
- package/lib/engine/engine_types.d.ts +16 -0
- package/lib/engine/engine_typestore.d.ts +1 -0
- package/lib/engine/engine_typestore.js +5 -6
- package/lib/engine/engine_typestore.js.map +1 -1
- package/lib/engine/webcomponents/logo-element.d.ts +11 -0
- package/lib/engine/webcomponents/logo-element.js +6 -0
- package/lib/engine/webcomponents/logo-element.js.map +1 -1
- package/lib/engine/webcomponents/needle menu/needle-menu.d.ts +24 -3
- package/lib/engine/webcomponents/needle menu/needle-menu.js +18 -3
- package/lib/engine/webcomponents/needle menu/needle-menu.js.map +1 -1
- package/lib/engine/webcomponents/needle-button.d.ts +5 -0
- package/lib/engine/webcomponents/needle-button.js.map +1 -1
- package/lib/engine/webcomponents/needle-engine.d.ts +210 -8
- package/lib/engine/webcomponents/needle-engine.js +94 -13
- package/lib/engine/webcomponents/needle-engine.js.map +1 -1
- package/lib/engine-components/AlignmentConstraint.d.ts +9 -0
- package/lib/engine-components/AlignmentConstraint.js +9 -0
- package/lib/engine-components/AlignmentConstraint.js.map +1 -1
- package/lib/engine-components/Animator.d.ts +1 -0
- package/lib/engine-components/Animator.js.map +1 -1
- package/lib/engine-components/AudioListener.d.ts +2 -0
- package/lib/engine-components/AudioListener.js +2 -0
- package/lib/engine-components/AudioListener.js.map +1 -1
- package/lib/engine-components/AudioSource.d.ts +1 -0
- package/lib/engine-components/AudioSource.js +1 -0
- package/lib/engine-components/AudioSource.js.map +1 -1
- package/lib/engine-components/AxesHelper.d.ts +2 -0
- package/lib/engine-components/AxesHelper.js +2 -0
- package/lib/engine-components/AxesHelper.js.map +1 -1
- package/lib/engine-components/Camera.d.ts +1 -0
- package/lib/engine-components/Camera.js +1 -0
- package/lib/engine-components/Camera.js.map +1 -1
- package/lib/engine-components/CharacterController.d.ts +4 -1
- package/lib/engine-components/CharacterController.js +4 -1
- package/lib/engine-components/CharacterController.js.map +1 -1
- package/lib/engine-components/Component.d.ts +5 -0
- package/lib/engine-components/Component.js +7 -0
- package/lib/engine-components/Component.js.map +1 -1
- package/lib/engine-components/DeleteBox.d.ts +2 -0
- package/lib/engine-components/DeleteBox.js +2 -0
- package/lib/engine-components/DeleteBox.js.map +1 -1
- package/lib/engine-components/DeviceFlag.d.ts +4 -0
- package/lib/engine-components/DeviceFlag.js +4 -0
- package/lib/engine-components/DeviceFlag.js.map +1 -1
- package/lib/engine-components/DragControls.d.ts +1 -0
- package/lib/engine-components/DragControls.js +1 -0
- package/lib/engine-components/DragControls.js.map +1 -1
- package/lib/engine-components/DropListener.d.ts +1 -0
- package/lib/engine-components/DropListener.js +1 -0
- package/lib/engine-components/DropListener.js.map +1 -1
- package/lib/engine-components/Duplicatable.d.ts +1 -0
- package/lib/engine-components/Duplicatable.js +1 -0
- package/lib/engine-components/Duplicatable.js.map +1 -1
- package/lib/engine-components/EventTrigger.d.ts +2 -0
- package/lib/engine-components/EventTrigger.js +2 -0
- package/lib/engine-components/EventTrigger.js.map +1 -1
- package/lib/engine-components/GridHelper.d.ts +2 -0
- package/lib/engine-components/GridHelper.js +2 -0
- package/lib/engine-components/GridHelper.js.map +1 -1
- package/lib/engine-components/GroundProjection.d.ts +1 -0
- package/lib/engine-components/GroundProjection.js +1 -0
- package/lib/engine-components/GroundProjection.js.map +1 -1
- package/lib/engine-components/LODGroup.d.ts +2 -0
- package/lib/engine-components/LODGroup.js +2 -0
- package/lib/engine-components/LODGroup.js.map +1 -1
- package/lib/engine-components/Light.d.ts +1 -0
- package/lib/engine-components/Light.js +1 -0
- package/lib/engine-components/Light.js.map +1 -1
- package/lib/engine-components/LookAtConstraint.d.ts +1 -0
- package/lib/engine-components/LookAtConstraint.js +1 -0
- package/lib/engine-components/LookAtConstraint.js.map +1 -1
- package/lib/engine-components/NeedleMenu.d.ts +1 -0
- package/lib/engine-components/NeedleMenu.js +1 -0
- package/lib/engine-components/NeedleMenu.js.map +1 -1
- package/lib/engine-components/NestedGltf.d.ts +1 -0
- package/lib/engine-components/NestedGltf.js +1 -0
- package/lib/engine-components/NestedGltf.js.map +1 -1
- package/lib/engine-components/Networking.d.ts +1 -0
- package/lib/engine-components/Networking.js +1 -0
- package/lib/engine-components/Networking.js.map +1 -1
- package/lib/engine-components/OffsetConstraint.d.ts +7 -0
- package/lib/engine-components/OffsetConstraint.js +7 -0
- package/lib/engine-components/OffsetConstraint.js.map +1 -1
- package/lib/engine-components/OrbitControls.d.ts +1 -0
- package/lib/engine-components/OrbitControls.js +1 -0
- package/lib/engine-components/OrbitControls.js.map +1 -1
- package/lib/engine-components/PlayerColor.d.ts +2 -0
- package/lib/engine-components/PlayerColor.js +2 -0
- package/lib/engine-components/PlayerColor.js.map +1 -1
- package/lib/engine-components/ReflectionProbe.d.ts +1 -0
- package/lib/engine-components/ReflectionProbe.js +1 -0
- package/lib/engine-components/ReflectionProbe.js.map +1 -1
- package/lib/engine-components/RendererInstancing.d.ts +5 -3
- package/lib/engine-components/RendererInstancing.js +64 -31
- package/lib/engine-components/RendererInstancing.js.map +1 -1
- package/lib/engine-components/RigidBody.d.ts +1 -0
- package/lib/engine-components/RigidBody.js +1 -0
- package/lib/engine-components/RigidBody.js.map +1 -1
- package/lib/engine-components/SceneSwitcher.d.ts +1 -0
- package/lib/engine-components/SceneSwitcher.js +1 -0
- package/lib/engine-components/SceneSwitcher.js.map +1 -1
- package/lib/engine-components/ScreenCapture.d.ts +1 -0
- package/lib/engine-components/ScreenCapture.js +1 -0
- package/lib/engine-components/ScreenCapture.js.map +1 -1
- package/lib/engine-components/SeeThrough.d.ts +1 -0
- package/lib/engine-components/SeeThrough.js +1 -0
- package/lib/engine-components/SeeThrough.js.map +1 -1
- package/lib/engine-components/ShadowCatcher.d.ts +2 -0
- package/lib/engine-components/ShadowCatcher.js +2 -0
- package/lib/engine-components/ShadowCatcher.js.map +1 -1
- package/lib/engine-components/Skybox.d.ts +16 -5
- package/lib/engine-components/Skybox.js +38 -25
- package/lib/engine-components/Skybox.js.map +1 -1
- package/lib/engine-components/SmoothFollow.d.ts +1 -0
- package/lib/engine-components/SmoothFollow.js +1 -0
- package/lib/engine-components/SmoothFollow.js.map +1 -1
- package/lib/engine-components/SpatialTrigger.d.ts +1 -0
- package/lib/engine-components/SpatialTrigger.js +1 -0
- package/lib/engine-components/SpatialTrigger.js.map +1 -1
- package/lib/engine-components/SpectatorCamera.d.ts +1 -0
- package/lib/engine-components/SpectatorCamera.js +1 -0
- package/lib/engine-components/SpectatorCamera.js.map +1 -1
- package/lib/engine-components/SpriteRenderer.d.ts +1 -0
- package/lib/engine-components/SpriteRenderer.js +1 -0
- package/lib/engine-components/SpriteRenderer.js.map +1 -1
- package/lib/engine-components/SyncedCamera.d.ts +2 -0
- package/lib/engine-components/SyncedCamera.js +2 -0
- package/lib/engine-components/SyncedCamera.js.map +1 -1
- package/lib/engine-components/SyncedRoom.d.ts +1 -0
- package/lib/engine-components/SyncedRoom.js +1 -0
- package/lib/engine-components/SyncedRoom.js.map +1 -1
- package/lib/engine-components/SyncedTransform.d.ts +2 -0
- package/lib/engine-components/SyncedTransform.js +2 -0
- package/lib/engine-components/SyncedTransform.js.map +1 -1
- package/lib/engine-components/TransformGizmo.d.ts +2 -0
- package/lib/engine-components/TransformGizmo.js +2 -0
- package/lib/engine-components/TransformGizmo.js.map +1 -1
- package/lib/engine-components/VideoPlayer.d.ts +1 -0
- package/lib/engine-components/VideoPlayer.js +1 -0
- package/lib/engine-components/VideoPlayer.js.map +1 -1
- package/lib/engine-components/Voip.d.ts +1 -0
- package/lib/engine-components/Voip.js +1 -0
- package/lib/engine-components/Voip.js.map +1 -1
- package/lib/engine-components/export/usdz/USDZExporter.d.ts +24 -3
- package/lib/engine-components/export/usdz/USDZExporter.js +36 -2
- package/lib/engine-components/export/usdz/USDZExporter.js.map +1 -1
- package/lib/engine-components/export/usdz/extensions/behavior/BehaviourComponents.d.ts +18 -0
- package/lib/engine-components/export/usdz/extensions/behavior/BehaviourComponents.js +18 -0
- package/lib/engine-components/export/usdz/extensions/behavior/BehaviourComponents.js.map +1 -1
- package/lib/engine-components/particlesystem/ParticleSystem.d.ts +1 -0
- package/lib/engine-components/particlesystem/ParticleSystem.js +1 -0
- package/lib/engine-components/particlesystem/ParticleSystem.js.map +1 -1
- package/lib/engine-components/physics/Attractor.d.ts +3 -0
- package/lib/engine-components/physics/Attractor.js +3 -0
- package/lib/engine-components/physics/Attractor.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/BloomEffect.d.ts +1 -0
- package/lib/engine-components/postprocessing/Effects/BloomEffect.js +1 -0
- package/lib/engine-components/postprocessing/Effects/BloomEffect.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/ChromaticAberration.d.ts +4 -0
- package/lib/engine-components/postprocessing/Effects/ChromaticAberration.js +4 -0
- package/lib/engine-components/postprocessing/Effects/ChromaticAberration.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/ColorAdjustments.d.ts +3 -0
- package/lib/engine-components/postprocessing/Effects/ColorAdjustments.js +3 -0
- package/lib/engine-components/postprocessing/Effects/ColorAdjustments.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/DepthOfField.d.ts +4 -0
- package/lib/engine-components/postprocessing/Effects/DepthOfField.js +4 -0
- package/lib/engine-components/postprocessing/Effects/DepthOfField.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/EffectWrapper.d.ts +1 -0
- package/lib/engine-components/postprocessing/Effects/EffectWrapper.js +1 -0
- package/lib/engine-components/postprocessing/Effects/EffectWrapper.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/Pixelation.d.ts +3 -0
- package/lib/engine-components/postprocessing/Effects/Pixelation.js +3 -0
- package/lib/engine-components/postprocessing/Effects/Pixelation.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/ScreenspaceAmbientOcclusionN8.d.ts +4 -0
- package/lib/engine-components/postprocessing/Effects/ScreenspaceAmbientOcclusionN8.js +4 -0
- package/lib/engine-components/postprocessing/Effects/ScreenspaceAmbientOcclusionN8.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/Sharpening.d.ts +4 -0
- package/lib/engine-components/postprocessing/Effects/Sharpening.js +4 -0
- package/lib/engine-components/postprocessing/Effects/Sharpening.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/TiltShiftEffect.d.ts +4 -0
- package/lib/engine-components/postprocessing/Effects/TiltShiftEffect.js +4 -0
- package/lib/engine-components/postprocessing/Effects/TiltShiftEffect.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/Tonemapping.d.ts +4 -0
- package/lib/engine-components/postprocessing/Effects/Tonemapping.js +4 -0
- package/lib/engine-components/postprocessing/Effects/Tonemapping.js.map +1 -1
- package/lib/engine-components/postprocessing/Effects/Vignette.d.ts +4 -0
- package/lib/engine-components/postprocessing/Effects/Vignette.js +4 -0
- package/lib/engine-components/postprocessing/Effects/Vignette.js.map +1 -1
- package/lib/engine-components/postprocessing/Volume.d.ts +1 -0
- package/lib/engine-components/postprocessing/Volume.js +1 -0
- package/lib/engine-components/postprocessing/Volume.js.map +1 -1
- package/lib/engine-components/splines/Spline.d.ts +1 -0
- package/lib/engine-components/splines/Spline.js +1 -0
- package/lib/engine-components/splines/Spline.js.map +1 -1
- package/lib/engine-components/splines/SplineWalker.d.ts +1 -0
- package/lib/engine-components/splines/SplineWalker.js +1 -0
- package/lib/engine-components/splines/SplineWalker.js.map +1 -1
- package/lib/engine-components/timeline/PlayableDirector.d.ts +1 -0
- package/lib/engine-components/timeline/PlayableDirector.js +1 -0
- package/lib/engine-components/timeline/PlayableDirector.js.map +1 -1
- package/lib/engine-components/timeline/SignalAsset.d.ts +1 -0
- package/lib/engine-components/timeline/SignalAsset.js +1 -0
- package/lib/engine-components/timeline/SignalAsset.js.map +1 -1
- package/lib/engine-components/ui/Button.d.ts +4 -0
- package/lib/engine-components/ui/Button.js +4 -0
- package/lib/engine-components/ui/Button.js.map +1 -1
- package/lib/engine-components/ui/Canvas.d.ts +5 -0
- package/lib/engine-components/ui/Canvas.js +5 -0
- package/lib/engine-components/ui/Canvas.js.map +1 -1
- package/lib/engine-components/ui/CanvasGroup.d.ts +4 -0
- package/lib/engine-components/ui/CanvasGroup.js +4 -0
- package/lib/engine-components/ui/CanvasGroup.js.map +1 -1
- package/lib/engine-components/ui/EventSystem.d.ts +2 -0
- package/lib/engine-components/ui/EventSystem.js +2 -0
- package/lib/engine-components/ui/EventSystem.js.map +1 -1
- package/lib/engine-components/ui/Image.d.ts +4 -0
- package/lib/engine-components/ui/Image.js +4 -0
- package/lib/engine-components/ui/Image.js.map +1 -1
- package/lib/engine-components/ui/InputField.d.ts +4 -0
- package/lib/engine-components/ui/InputField.js +4 -0
- package/lib/engine-components/ui/InputField.js.map +1 -1
- package/lib/engine-components/ui/Outline.d.ts +7 -0
- package/lib/engine-components/ui/Outline.js +7 -0
- package/lib/engine-components/ui/Outline.js.map +1 -1
- package/lib/engine-components/ui/Text.d.ts +1 -0
- package/lib/engine-components/ui/Text.js +1 -0
- package/lib/engine-components/ui/Text.js.map +1 -1
- package/lib/engine-components/utils/LookAt.d.ts +1 -0
- package/lib/engine-components/utils/LookAt.js +1 -0
- package/lib/engine-components/utils/LookAt.js.map +1 -1
- package/lib/engine-components/web/Clickthrough.d.ts +1 -1
- package/lib/engine-components/web/Clickthrough.js +1 -1
- package/lib/engine-components/web/CursorFollow.d.ts +2 -0
- package/lib/engine-components/web/CursorFollow.js +3 -0
- package/lib/engine-components/web/CursorFollow.js.map +1 -1
- package/lib/engine-components/web/HoverAnimation.d.ts +1 -0
- package/lib/engine-components/web/HoverAnimation.js +1 -0
- package/lib/engine-components/web/HoverAnimation.js.map +1 -1
- package/lib/engine-components/web/ScrollFollow.d.ts +2 -0
- package/lib/engine-components/web/ScrollFollow.js +2 -0
- package/lib/engine-components/web/ScrollFollow.js.map +1 -1
- package/lib/engine-components/web/ViewBox.d.ts +1 -0
- package/lib/engine-components/web/ViewBox.js +1 -0
- package/lib/engine-components/web/ViewBox.js.map +1 -1
- package/lib/engine-components/webxr/Avatar.d.ts +5 -0
- package/lib/engine-components/webxr/Avatar.js +5 -0
- package/lib/engine-components/webxr/Avatar.js.map +1 -1
- package/lib/engine-components/webxr/WebARCameraBackground.d.ts +1 -0
- package/lib/engine-components/webxr/WebARCameraBackground.js +1 -0
- package/lib/engine-components/webxr/WebARCameraBackground.js.map +1 -1
- package/lib/engine-components/webxr/WebARSessionRoot.d.ts +1 -0
- package/lib/engine-components/webxr/WebARSessionRoot.js +1 -0
- package/lib/engine-components/webxr/WebARSessionRoot.js.map +1 -1
- package/lib/engine-components/webxr/WebXR.d.ts +1 -1
- package/lib/engine-components/webxr/WebXR.js +1 -1
- package/lib/engine-components/webxr/controllers/XRControllerFollow.d.ts +1 -0
- package/lib/engine-components/webxr/controllers/XRControllerFollow.js +1 -0
- package/lib/engine-components/webxr/controllers/XRControllerFollow.js.map +1 -1
- package/lib/engine-components/webxr/controllers/XRControllerModel.d.ts +4 -0
- package/lib/engine-components/webxr/controllers/XRControllerModel.js +4 -0
- package/lib/engine-components/webxr/controllers/XRControllerModel.js.map +1 -1
- package/lib/engine-components/webxr/controllers/XRControllerMovement.d.ts +1 -0
- package/lib/engine-components/webxr/controllers/XRControllerMovement.js +1 -0
- package/lib/engine-components/webxr/controllers/XRControllerMovement.js.map +1 -1
- package/lib/engine-components-experimental/networking/PlayerSync.d.ts +2 -0
- package/lib/engine-components-experimental/networking/PlayerSync.js +2 -0
- package/lib/engine-components-experimental/networking/PlayerSync.js.map +1 -1
- package/lib/needle-engine.js +2 -1
- package/lib/needle-engine.js.map +1 -1
- package/package.json +19 -12
- package/plugins/types/needleConfig.d.ts +1 -1
- package/plugins/types/next.d.ts +1 -1
- package/plugins/types/userconfig.d.ts +4 -1
- package/plugins/vite/custom-element-data.js +80 -0
- package/plugins/vite/index.js +4 -0
- package/src/engine/api.ts +0 -1
- package/src/engine/debug/debug_spector.ts +43 -0
- package/src/engine/engine_application.ts +16 -1
- package/src/engine/engine_context.ts +5 -1
- package/src/engine/engine_physics.ts +6 -2
- package/src/engine/engine_physics_rapier.ts +11 -2
- package/src/engine/engine_texture.ts +1 -1
- package/src/engine/engine_tonemapping.ts +1 -1
- package/src/engine/engine_types.ts +17 -0
- package/src/engine/engine_typestore.ts +5 -6
- package/src/engine/webcomponents/logo-element.ts +12 -0
- package/src/engine/webcomponents/needle menu/needle-menu.ts +24 -3
- package/src/engine/webcomponents/needle-button.ts +6 -0
- package/src/engine/webcomponents/needle-engine.ts +321 -22
- package/src/engine-components/AlignmentConstraint.ts +9 -0
- package/src/engine-components/Animator.ts +1 -0
- package/src/engine-components/AudioListener.ts +2 -0
- package/src/engine-components/AudioSource.ts +1 -0
- package/src/engine-components/AxesHelper.ts +2 -0
- package/src/engine-components/Camera.ts +1 -0
- package/src/engine-components/CharacterController.ts +4 -1
- package/src/engine-components/Component.ts +9 -1
- package/src/engine-components/DeleteBox.ts +2 -0
- package/src/engine-components/DeviceFlag.ts +4 -0
- package/src/engine-components/DragControls.ts +1 -0
- package/src/engine-components/DropListener.ts +1 -0
- package/src/engine-components/Duplicatable.ts +1 -0
- package/src/engine-components/EventTrigger.ts +2 -0
- package/src/engine-components/GridHelper.ts +2 -0
- package/src/engine-components/GroundProjection.ts +1 -0
- package/src/engine-components/LODGroup.ts +2 -0
- package/src/engine-components/Light.ts +1 -0
- package/src/engine-components/LookAtConstraint.ts +1 -0
- package/src/engine-components/NeedleMenu.ts +1 -0
- package/src/engine-components/NestedGltf.ts +1 -0
- package/src/engine-components/Networking.ts +1 -0
- package/src/engine-components/OffsetConstraint.ts +7 -0
- package/src/engine-components/OrbitControls.ts +1 -0
- package/src/engine-components/PlayerColor.ts +2 -0
- package/src/engine-components/ReflectionProbe.ts +1 -0
- package/src/engine-components/RendererInstancing.ts +69 -33
- package/src/engine-components/RigidBody.ts +1 -0
- package/src/engine-components/SceneSwitcher.ts +1 -0
- package/src/engine-components/ScreenCapture.ts +1 -0
- package/src/engine-components/SeeThrough.ts +1 -0
- package/src/engine-components/ShadowCatcher.ts +2 -0
- package/src/engine-components/Skybox.ts +48 -36
- package/src/engine-components/SmoothFollow.ts +1 -0
- package/src/engine-components/SpatialTrigger.ts +1 -0
- package/src/engine-components/SpectatorCamera.ts +1 -0
- package/src/engine-components/SpriteRenderer.ts +1 -0
- package/src/engine-components/SyncedCamera.ts +2 -0
- package/src/engine-components/SyncedRoom.ts +1 -0
- package/src/engine-components/SyncedTransform.ts +2 -0
- package/src/engine-components/TransformGizmo.ts +2 -0
- package/src/engine-components/VideoPlayer.ts +1 -0
- package/src/engine-components/Voip.ts +1 -0
- package/src/engine-components/export/usdz/USDZExporter.ts +52 -5
- package/src/engine-components/export/usdz/extensions/behavior/BehaviourComponents.ts +18 -0
- package/src/engine-components/particlesystem/ParticleSystem.ts +1 -0
- package/src/engine-components/physics/Attractor.ts +3 -0
- package/src/engine-components/postprocessing/Effects/BloomEffect.ts +1 -0
- package/src/engine-components/postprocessing/Effects/ChromaticAberration.ts +4 -0
- package/src/engine-components/postprocessing/Effects/ColorAdjustments.ts +3 -0
- package/src/engine-components/postprocessing/Effects/DepthOfField.ts +4 -0
- package/src/engine-components/postprocessing/Effects/EffectWrapper.ts +1 -0
- package/src/engine-components/postprocessing/Effects/Pixelation.ts +3 -0
- package/src/engine-components/postprocessing/Effects/ScreenspaceAmbientOcclusionN8.ts +4 -0
- package/src/engine-components/postprocessing/Effects/Sharpening.ts +4 -0
- package/src/engine-components/postprocessing/Effects/TiltShiftEffect.ts +4 -0
- package/src/engine-components/postprocessing/Effects/Tonemapping.ts +4 -0
- package/src/engine-components/postprocessing/Effects/Vignette.ts +4 -0
- package/src/engine-components/postprocessing/Volume.ts +1 -0
- package/src/engine-components/splines/Spline.ts +1 -0
- package/src/engine-components/splines/SplineWalker.ts +1 -0
- package/src/engine-components/timeline/PlayableDirector.ts +1 -0
- package/src/engine-components/timeline/SignalAsset.ts +1 -0
- package/src/engine-components/ui/Button.ts +4 -0
- package/src/engine-components/ui/Canvas.ts +5 -0
- package/src/engine-components/ui/CanvasGroup.ts +4 -0
- package/src/engine-components/ui/EventSystem.ts +2 -0
- package/src/engine-components/ui/Image.ts +4 -0
- package/src/engine-components/ui/InputField.ts +4 -0
- package/src/engine-components/ui/Outline.ts +7 -0
- package/src/engine-components/ui/Text.ts +1 -0
- package/src/engine-components/utils/LookAt.ts +1 -0
- package/src/engine-components/web/Clickthrough.ts +1 -1
- package/src/engine-components/web/CursorFollow.ts +4 -0
- package/src/engine-components/web/HoverAnimation.ts +1 -0
- package/src/engine-components/web/ScrollFollow.ts +2 -0
- package/src/engine-components/web/ViewBox.ts +1 -0
- package/src/engine-components/webxr/Avatar.ts +5 -0
- package/src/engine-components/webxr/WebARCameraBackground.ts +1 -0
- package/src/engine-components/webxr/WebARSessionRoot.ts +1 -0
- package/src/engine-components/webxr/WebXR.ts +1 -1
- package/src/engine-components/webxr/controllers/XRControllerFollow.ts +1 -0
- package/src/engine-components/webxr/controllers/XRControllerModel.ts +4 -0
- package/src/engine-components/webxr/controllers/XRControllerMovement.ts +1 -0
- package/src/engine-components-experimental/networking/PlayerSync.ts +2 -0
- package/src/needle-engine.ts +4 -2
- package/dist/generateMeshBVH.worker-B9bjdr6J.js +0 -25
- package/dist/loader.worker-CiTwpNPW.js +0 -27
- package/dist/rapier-BqdcSmKY.umd.cjs +0 -1
- package/dist/rapier-Cg3w3nFI.min.js +0 -1
- package/dist/rapier-sU12SWAs.js +0 -5217
- package/lib/engine/webcomponents/needle-engine.attributes.d.ts +0 -70
- package/lib/engine/webcomponents/needle-engine.attributes.js +0 -2
- package/lib/engine/webcomponents/needle-engine.attributes.js.map +0 -1
- package/src/engine/webcomponents/needle-engine.attributes.ts +0 -85
package/dist/needle-engine.js
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
|
-
import { GameObject as r, onClear as i, onDestroy as a, onInitialized as s, onAfterRender as l, onBeforeRender as d, onUpdate as c, onStart as m,
|
|
2
|
-
import { $physicsKey as P, ActionBuilder as T, ActionCollection as A, ActionModel as b, Addressables as M, AlignmentConstraint as I, AmbientMode as D, Animation as O, AnimationCurve as x, AnimationExtension as k, AnimationTrackHandler as L, AnimationUtils as N, Animator as B, AnimatorConditionMode as F, AnimatorController as w, AnimatorControllerParameterType as U, AnimatorStateInfo as G, Antialiasing as W, Application as H, AssetDatabase as X, AssetReference as z, Attractor as V, AudioExtension as _, AudioListener as j, AudioSource as K, AudioTrackHandler as Z, Avatar as Q, AvatarBlink_Simple as Y, AvatarEyeLook_Rotation as $, AvatarLoader as J, AvatarMarker as q, AvatarModel as ee, Avatar_Brain_LookAt as te, Avatar_MouthShapes as oe, Avatar_MustacheShake as re, Avatar_POI as ne, Axes as ie, AxesHelper as ae, BUILD_TIME as se, BaseUIComponent as le, BasicIKConstraint as de, BehaviorExtension as ce, BehaviorModel as me, Component$1 as pe, BlobStorage as ge, BloomEffect as ue, BoxCollider as Se, BoxGizmo as Ce, BoxHelperComponent as ye, Button as Ee, ButtonsFactory as Re, CallDirection as he, CallInfo as fe, Camera as ve, CameraTargetReachedEvent as Pe, Canvas as Te, CanvasGroup as Ae, CapsuleCollider as be, ChangeMaterialOnClick as Me, ChangeTransformOnClick as Ie, CharacterController as De, CharacterControllerInput as Oe, ChromaticAberration as xe, CircularBuffer as ke, ClearFlags as Le, ClickThrough as Ne, ClipExtrapolation as Be, Collider as Fe, Collision as we, CollisionDetectionMode as Ue, ColorAdjustments as Ge, ColorBySpeedModule as We, ColorOverLifetimeModule as He, Component$1 as Xe, ComponentLifecycleEvents as ze, ConnectionEvents as Ve, ContactPoint as _e, ContactShadows as je, ContextArgs as Ke, ContextEvent as Ze, ContextRegistry as Qe, ControlTrackHandler as Ye, CursorFollow as $e, CustomBranding as Je, CustomShader as qe, DefaultReflectionMode as et, Deletable as tt, DeleteBox as ot, DepthOfField as rt, DeviceFlag as nt, DeviceUtilities as it, DocumentExtension as at, DragControls as st, DragMode as lt, DropListener as dt, Duplicatable as ct, EffectWrapper as mt, EmissionModule as pt, EmphasizeOnClick as gt, EngineLoadingView as ut, EnvironmentScene as St, EventList as Ct, EventListEvent as yt, EventSystem as Et, EventTrigger as Rt, FieldWithDefault as ht, FileReference as ft, FileReferenceSerializer as vt, FileSpawnModel as Pt, File_Event as Tt, FixedJoint as At, Fog as bt, FrameEvent as Mt, GENERATOR as It, Gizmos as Dt, GltfExport as Ot, GltfExportBox as xt, Gradient as kt, Graphic as Lt, GraphicRaycaster as Nt, Graphics as Bt, GridHelper as Ft, GridLayoutGroup as wt, GroundProjectedEnv as Ut, GroupActionModel as Gt, HideFlags as Wt, HideOnStart as Ht, HingeJoint as Xt, HorizontalLayoutGroup as zt, HostData as Vt, HoverAnimation as _t, Image as jt, ImageReference as Kt, ImageReferenceSerializer as Zt, InheritVelocityModule as Qt, Input as Yt, InputEventQueue as $t, InputEvents as Jt, InputField as qt, InstanceHandle as eo, InstancingHandler as to, InstancingUtil as oo, InstantiateEvent as ro, InstantiateIdProvider as no, InstantiateOptions as io, Interactable as ao, InternalScreenshotUtils as so, JoinedRoomResponse as lo, KeyEventArgs as co, Keyframe as mo, LODGroup as po, LODModel as go, LeftRoomResponse as uo, Light as So, LightData as Co, LimitVelocityOverLifetimeModule as yo, LoadingElementOptions as Eo, LogStats as Ro, LogType as ho, LookAt as fo, LookAtConstraint as vo, MainModule as Po, MarkerTrackHandler as To, MarkerType as Ao, MaskableGraphic as bo, Mathf as Mo, MeshCollider as Io, MeshRenderer as Do, MinMaxCurve as Oo, MinMaxGradient as xo, NEEDLE_ENGINE_FEATURE_FLAGS as ko, MODULES as Lo, NEKeyboardEvent as No, NEPointerEvent as Bo, NeedleButtonElement as Fo, ContextRegistry as wo, NeedleEngineModelLoader as Uo, NeedleEngineWebComponent as Go, NeedleMenu as Wo, NeedlePatchesKey as Ho, USDZExporter$1 as Xo, NeedleXRController as zo, NeedleXRSync as Vo, NeedleXRUtils as _o, NestedGltf as jo, NetworkConnection as Ko, NetworkedStreamEvents as Zo, NetworkedStreams as Qo, Networking as Yo, NewInstanceModel as $o, NoiseModule as Jo, ObjectRaycaster as qo, ObjectUtils as er, OffsetConstraint as tr, OneEuroFilter as or, OneEuroFilterXYZ as rr, OpenURL as nr, OrbitControls as ir, Outline as ar, OwnershipEvent as sr, OwnershipModel as lr, PUBLIC_KEY as dr, Padding as cr, ParticleBurst as mr, ParticleSubEmitter as pr, ParticleSystem as gr, ParticleSystemBaseBehaviour as ur, ParticleSystemRenderer as Sr, ParticleSystemShapeType as Cr, PeerHandle as yr, PeerNetworking as Er, Physics as Rr, PhysicsExtension as hr, PhysicsMaterialCombine as fr, PixelationEffect as vr, PlayAnimationOnClick as Pr, PlayAudioOnClick as Tr, PlayableDirector as Ar, PlayerColor as br, PlayerState as Mr, PlayerStateEvent as Ir, PlayerSync as Dr, PlayerView as Or, PlayerViewManager as xr, PointerEventData as kr, PointerType as Lr, PostProcessingEffect as Nr, PostProcessingEffectOrder as Br, PostProcessingHandler as Fr, Volume as wr, PreliminaryAction as Ur, PreliminaryTrigger as Gr, PreviewHelper as Wr, PrimitiveType as Hr, Progress as Xr, PromiseAllWithErrors as zr, PromiseErrorResult as Vr, RGBAColor as _r, RapierPhysics as jr, RawImage as Kr, RaycastOptions as Zr, Rect as Qr, RectTransform as Yr, ReflectionProbe as $r, RegisteredAnimationInfo as Jr, RemoteSkybox as qr, RenderTexture as en, RenderTextureSerializer as tn, Renderer as on, RendererData as rn, RendererLightmap as nn, Rigidbody as an, RigidbodyConstraints as sn, RoomEvents as ln, RotationBySpeedModule as dn, RotationOverLifetimeModule as cn, SceneLightSettings as mn, SceneSwitcher as pn, ScreenCapture as gn, ScreenSpaceAmbientOcclusion as un, ScreenSpaceAmbientOcclusionN8 as Sn, ScrollFollow as Cn, SeeThrough as yn, SendQueue as En, SerializationContext as Rn, SetActiveOnClick as hn, ShadowCatcher as fn, ShapeModule as vn, ShapeOverlapResult as Pn, SharpeningEffect as Tn, SignalAsset as An, SignalReceiver as bn, SignalReceiverEvent as Mn, SignalTrackHandler as In, Size as Dn, SizeBySpeedModule as On, SizeOverLifetimeModule as xn, SkinnedMeshRenderer as kn, SmoothFollow as Ln, SpatialGrabRaycaster as Nn, SpatialHtml as Bn, SpatialTrigger as Fn, SpatialTriggerReceiver as wn, SpectatorCamera as Un, SphereCollider as Gn, SphereIntersection as Wn, SplineContainer as Hn, SplineData as Xn, SplineUtils as zn, SplineWalker as Vn, Sprite as _n, SpriteData as jn, SpriteRenderer as Kn, SpriteSheet as Zn, StateMachineBehaviour as Qn, StreamEndedEvent as Yn, StreamReceivedEvent as $n, SubEmitterSystem as Jn, SyncedCamera as qn, SyncedRoom as ei, SyncedTransform as ti, TapGestureTrigger as oi, TeleportTarget as ri, TestRunner as ni, TestSceneUtils as ii, TestSimulateUserData as ai, Text as si, TextBuilder as li, TextExtension as di, TextureSheetAnimationModule as ci, TiltShiftEffect as mi, Time as pi, ToneMappingEffect as gi, TrackHandler as ui, TrackType as Si, TrailModule as Ci, TransformData as yi, TransformGizmo as Ei, TriggerBuilder as Ri, TriggerModel as hi, TypeStore as fi, UIRaycastUtils as vi, UIRootComponent as Pi, USDDocument as Ti, USDObject as Ai, USDWriter as bi, USDZExporter as Mi, USDZText as Ii, USDZUIExtension as Di, UriSerializer as Oi, UsageMarker as xi, UserJoinedOrLeftRoomModel as ki, VariantAction as Li, VelocityOverLifetimeModule as Ni, VerticalLayoutGroup as Bi, VideoPlayer as Fi, ViewBox as wi, ViewDevice as Ui, Vignette as Gi, VisibilityAction as Wi, Voip as Hi, Volume as Xi, VolumeParameter as zi, VolumeProfile as Vi, WaitForFrames as _i, WaitForPromise as ji, WaitForSeconds as Ki, Watch as Zi, WebARCameraBackground as Qi, WebARSessionRoot as Yi, WebXR as $i, WebXRButtonFactory as Ji, WebXRImageTracking as qi, WebXRImageTrackingModel as ea, WebXRPlaneTracking as ta, WebXRTrackedImage as oa, XRControllerFollow as ra, XRControllerModel as na, XRControllerMovement as ia, XRFlag as aa, XRRig as sa, XRState as la, XRStateFlag as da, __Ignore as ca, __internalNotifyObjectDestroyed as ma, activeInHierarchyFieldName as pa, addAttributeChangeCallback as ga, addComponent as ua, addCustomExtensionPlugin as Sa, addNewComponent as Ca, addPatch as ya, apply as Ea, applyHMRChanges as Ra, applyPrototypeExtensions as ha, beginListenDestroy as fa, beginListenInstantiate as va, binaryIdentifierCasts as Pa, build_scene_functions as Ta, builtinComponentKeyName as Aa, calculateProgress01 as ba, clearMessages as Ma, clearMessages as Ia, colorSerializer as Da, compareAssociation as Oa, componentSerializer as xa, copyTexture as ka, createMotion as La, debugNet as Na, debugOwner as Ba, decompressGpuTexture as Fa, deepClone as wa, delay as Ua, delayForFrames as Ga, deserializeObject as Wa, destroy as Ha, destroyComponentInstance as Xa, determineMimeTypeFromExtension as za, disposeObjectResources as Va, disposeStream as _a, editorGuidKeyName as ja, enableSpatialConsole as Ka, euler as Za, eventListSerializer as Qa, exportAsGLTF as Ya, findByGuid as $a, findObjectOfType as Ja, findObjectsOfType as qa, findResourceUsers as es, fitCamera as ts, fitObjectIntoVolume as os, foreachComponent as rs, foreachComponentEnumerator as ns, forward as is, generateQRCode as as, generateSeed as ss, getBoundingBox as ls, getCameraController as ds, getComponent as cs, getComponentInChildren as ms, getComponentInParent as ps, getComponents as gs, getComponentsInChildren as us, getComponentsInParent as Ss, getFormattedDate as Cs, getIconElement as ys, getIconTexture as Es, getLoader as Rs, getOrAddComponent as hs, getParam as fs, getParentHierarchyPath as vs, getPath as Ps, getPeerOptions as Ts, getPeerjsInstance as As, getResourceUserCount as bs, getTempColor as Ms, getTempQuaternion as Is, getTempVector as Ds, getUrlParams as Os, getVisibleInCustomShadowRendering as xs, getWorldDirection as ks, getWorldEuler as Ls, getWorldPosition as Ns, getWorldQuaternion as Bs, getWorldRotation as Fs, getWorldScale as ws, hasCommercialLicense as Us, hasIndieLicense as Gs, hasPointerEventComponent as Ws, hasProLicense as Hs, hideDebugConsole as Xs, imageToCanvas as zs, instantiate as Vs, invokeLoadedImportPluginHooks as _s, invokeXRSessionEnd as js, invokeXRSessionStart as Ks, isActiveInHierarchy as Zs, isActiveSelf as Qs, isAndroidDevice as Ys, isAnimationAction as $s, isComponent as Js, isDebugMode as qs, isDesktop as el, isDestroyed as tl, isDevEnvironment as ol, isDisposed as rl, isExporting as nl, isGLTFModel as il, isHostedOnGlitch as al, isHotReloadEnabled as sl, isHotReloading as ll, isIPad as dl, isIconElement as cl, isLocalNetwork as ml, isMacOS as pl, isMobileDevice as gl, isMozillaXR as ul, isQuest as Sl, isResourceTrackingEnabled as Cl, isSafari as yl, isUsingInstancing as El, isiOS as Rl, isiPad as hl, loadPMREM as fl, loadSync as vl, logHierarchy as Pl, lookAtInverse as Tl, lookAtObject as Al, lookAtScreenPoint as bl, makeId as Ml, makeIdFromRandomWords as Il, makeNameSafe as Dl, markAsInstancedRendered as Ol, microphonePermissionsGranted as xl, nameof as kl, nameofFactory as Ll, objectSerializer as Nl, offXRSessionEnd as Bl, offXRSessionStart as Fl, onXRSessionEnd as wl, onXRSessionStart as Ul, parseSync as Gl, placeOnSurface as Wl, postprocessFBXMaterials as Hl, prefix as Xl, pushState as zl, randomNumber as Vl, registerBinaryType as _l, registerComponent as jl, registerComponentExtension as Kl, registerCustomEffectType as Zl, registerExportExtensions as Ql, registerExtensions as Yl, registerHotReloadType as $l, registerLoader as Jl, registerPrefabProvider as ql, registerPrototypeExtensions as ed, registerType as td, relativePathPrefix as od, removeAttributeChangeCallback as rd, removeComponent as nd, removeCustomImportExtensionType as id, removePatch as ad, resolveUrl as sd, sanitizeString as ld, saveImage as dd, screenshot as cd, screenshot2 as md, sendDestroyed as pd, serializable as gd, serializeObject as ud, serializeable as Sd, setActive as Cd, setAllowBalloonMessages as yd, setAllowOverlayMessages as Ed, setAutoFitEnabled as Rd, setCameraController as hd, setDestroyed as fd, setDevEnvironment as vd, setDisposable as Pd, setDontDestroy as Td, setOrAddParamsToUrl as Ad, setParam as bd, setParamWithoutReload as Md, setPeerOptions as Id, setResourceTrackingEnabled as Dd, setState as Od, setVisibleInCustomShadowRendering as xd, setWorldEuler as kd, setWorldPosition as Ld, setWorldPositionXYZ as Nd, setWorldQuaternion as Bd, setWorldQuaternionXYZW as Fd, setWorldRotation as wd, setWorldRotationXYZ as Ud, setWorldScale as Gd, showBalloonError as Wd, showBalloonMessage as Hd, showBalloonWarning as Xd, showDebugConsole as zd, slerp as Vd, syncDestroy as _d, syncField as jd, syncInstantiate as Kd, textureToCanvas as Zd, toSourceId as Qd, tryCastBinary as Yd, tryDetermineMimetypeFromBinary as $d, tryDetermineMimetypeFromURL as Jd, tryFindObject as qd, tryGetGuid as ec, unregisterHotReloadType as tc, unwatchWrite as oc, useForAutoFit as rc, validate as nc, watchWrite as ic } from "./needle-engine.bundle-By_B1saf.js";
|
|
3
|
-
import { NEEDLE_progressive as sc } from "./gltf-progressive-
|
|
4
|
-
import { THREE as
|
|
1
|
+
import { GameObject as r, onClear as i, onDestroy as a, onInitialized as s, onAfterRender as l, onBeforeRender as d, onUpdate as c, onStart as m, TypeStore as p, loadAsset as g, NeedleXRSession as u, Context as S, VERSION as C, Component as y, Components as E } from "./needle-engine.bundle-F4gDjlNg.js";
|
|
2
|
+
import { $physicsKey as T, ActionBuilder as A, ActionCollection as b, ActionModel as M, Addressables as I, AlignmentConstraint as D, AmbientMode as O, Animation as x, AnimationCurve as k, AnimationExtension as L, AnimationTrackHandler as N, AnimationUtils as B, Animator as F, AnimatorConditionMode as w, AnimatorController as U, AnimatorControllerParameterType as G, AnimatorStateInfo as W, Antialiasing as H, Application as X, AssetDatabase as z, AssetReference as V, Attractor as _, AudioExtension as j, AudioListener as K, AudioSource as Z, AudioTrackHandler as Q, Avatar as Y, AvatarBlink_Simple as $, AvatarEyeLook_Rotation as J, AvatarLoader as q, AvatarMarker as ee, AvatarModel as te, Avatar_Brain_LookAt as oe, Avatar_MouthShapes as re, Avatar_MustacheShake as ne, Avatar_POI as ie, Axes as ae, AxesHelper as se, BUILD_TIME as le, BaseUIComponent as de, BasicIKConstraint as ce, BehaviorExtension as me, BehaviorModel as pe, Component$1 as ge, BlobStorage as ue, BloomEffect as Se, BoxCollider as Ce, BoxGizmo as ye, BoxHelperComponent as Ee, Button as Re, ButtonsFactory as he, CallDirection as fe, CallInfo as ve, Camera as Pe, CameraTargetReachedEvent as Te, Canvas as Ae, CanvasGroup as be, CapsuleCollider as Me, ChangeMaterialOnClick as Ie, ChangeTransformOnClick as De, CharacterController as Oe, CharacterControllerInput as xe, ChromaticAberration as ke, CircularBuffer as Le, ClearFlags as Ne, ClickThrough as Be, ClipExtrapolation as Fe, Collider as we, Collision as Ue, CollisionDetectionMode as Ge, ColorAdjustments as We, ColorBySpeedModule as He, ColorOverLifetimeModule as Xe, Component$1 as ze, ComponentLifecycleEvents as Ve, ConnectionEvents as _e, ContactPoint as je, ContactShadows as Ke, ContextArgs as Ze, ContextEvent as Qe, ContextRegistry as Ye, ControlTrackHandler as $e, CursorFollow as Je, CustomBranding as qe, CustomShader as et, DefaultReflectionMode as tt, Deletable as ot, DeleteBox as rt, DepthOfField as nt, DeviceFlag as it, DeviceUtilities as at, DocumentExtension as st, DragControls as lt, DragMode as dt, DropListener as ct, Duplicatable as mt, EffectWrapper as pt, EmissionModule as gt, EmphasizeOnClick as ut, EngineLoadingView as St, EnvironmentScene as Ct, EventList as yt, EventListEvent as Et, EventSystem as Rt, EventTrigger as ht, FieldWithDefault as ft, FileReference as vt, FileReferenceSerializer as Pt, FileSpawnModel as Tt, File_Event as At, FixedJoint as bt, Fog as Mt, FrameEvent as It, GENERATOR as Dt, Gizmos as Ot, GltfExport as xt, GltfExportBox as kt, Gradient as Lt, Graphic as Nt, GraphicRaycaster as Bt, Graphics as Ft, GridHelper as wt, GridLayoutGroup as Ut, GroundProjectedEnv as Gt, GroupActionModel as Wt, HideFlags as Ht, HideOnStart as Xt, HingeJoint as zt, HorizontalLayoutGroup as Vt, HostData as _t, HoverAnimation as jt, Image as Kt, ImageReference as Zt, ImageReferenceSerializer as Qt, InheritVelocityModule as Yt, Input as $t, InputEventQueue as Jt, InputEvents as qt, InputField as eo, InstanceHandle as to, InstancingHandler as oo, InstancingUtil as ro, InstantiateEvent as no, InstantiateIdProvider as io, InstantiateOptions as ao, Interactable as so, InternalScreenshotUtils as lo, JoinedRoomResponse as co, KeyEventArgs as mo, Keyframe as po, LODGroup as go, LODModel as uo, LeftRoomResponse as So, Light as Co, LightData as yo, LimitVelocityOverLifetimeModule as Eo, LoadingElementOptions as Ro, LogStats as ho, LogType as fo, LookAt as vo, LookAtConstraint as Po, MainModule as To, MarkerTrackHandler as Ao, MarkerType as bo, MaskableGraphic as Mo, Mathf as Io, MeshCollider as Do, MeshRenderer as Oo, MinMaxCurve as xo, MinMaxGradient as ko, NEEDLE_ENGINE_FEATURE_FLAGS as Lo, MODULES as No, NEKeyboardEvent as Bo, NEPointerEvent as Fo, NeedleButtonElement as wo, ContextRegistry as Uo, NeedleEngineModelLoader as Go, NeedleEngineWebComponent as Wo, NeedleMenu as Ho, NeedlePatchesKey as Xo, USDZExporter$1 as zo, NeedleXRController as Vo, NeedleXRSync as _o, NeedleXRUtils as jo, NestedGltf as Ko, NetworkConnection as Zo, NetworkedStreamEvents as Qo, NetworkedStreams as Yo, Networking as $o, NewInstanceModel as Jo, NoiseModule as qo, ObjectRaycaster as er, ObjectUtils as tr, OffsetConstraint as or, OneEuroFilter as rr, OneEuroFilterXYZ as nr, OpenURL as ir, OrbitControls as ar, Outline as sr, OwnershipEvent as lr, OwnershipModel as dr, PUBLIC_KEY as cr, Padding as mr, ParticleBurst as pr, ParticleSubEmitter as gr, ParticleSystem as ur, ParticleSystemBaseBehaviour as Sr, ParticleSystemRenderer as Cr, ParticleSystemShapeType as yr, PeerHandle as Er, PeerNetworking as Rr, Physics as hr, PhysicsExtension as fr, PhysicsMaterialCombine as vr, PixelationEffect as Pr, PlayAnimationOnClick as Tr, PlayAudioOnClick as Ar, PlayableDirector as br, PlayerColor as Mr, PlayerState as Ir, PlayerStateEvent as Dr, PlayerSync as Or, PlayerView as xr, PlayerViewManager as kr, PointerEventData as Lr, PointerType as Nr, PostProcessingEffect as Br, PostProcessingEffectOrder as Fr, PostProcessingHandler as wr, Volume as Ur, PreliminaryAction as Gr, PreliminaryTrigger as Wr, PreviewHelper as Hr, PrimitiveType as Xr, Progress as zr, PromiseAllWithErrors as Vr, PromiseErrorResult as _r, RGBAColor as jr, RapierPhysics as Kr, RawImage as Zr, RaycastOptions as Qr, Rect as Yr, RectTransform as $r, ReflectionProbe as Jr, RegisteredAnimationInfo as qr, RemoteSkybox as en, RenderTexture as tn, RenderTextureSerializer as on, Renderer as rn, RendererData as nn, RendererLightmap as an, Rigidbody as sn, RigidbodyConstraints as ln, RoomEvents as dn, RotationBySpeedModule as cn, RotationOverLifetimeModule as mn, SceneLightSettings as pn, SceneSwitcher as gn, ScreenCapture as un, ScreenSpaceAmbientOcclusion as Sn, ScreenSpaceAmbientOcclusionN8 as Cn, ScrollFollow as yn, SeeThrough as En, SendQueue as Rn, SerializationContext as hn, SetActiveOnClick as fn, ShadowCatcher as vn, ShapeModule as Pn, ShapeOverlapResult as Tn, SharpeningEffect as An, SignalAsset as bn, SignalReceiver as Mn, SignalReceiverEvent as In, SignalTrackHandler as Dn, Size as On, SizeBySpeedModule as xn, SizeOverLifetimeModule as kn, SkinnedMeshRenderer as Ln, SmoothFollow as Nn, SpatialGrabRaycaster as Bn, SpatialHtml as Fn, SpatialTrigger as wn, SpatialTriggerReceiver as Un, SpectatorCamera as Gn, SphereCollider as Wn, SphereIntersection as Hn, SplineContainer as Xn, SplineData as zn, SplineUtils as Vn, SplineWalker as _n, Sprite as jn, SpriteData as Kn, SpriteRenderer as Zn, SpriteSheet as Qn, StateMachineBehaviour as Yn, StreamEndedEvent as $n, StreamReceivedEvent as Jn, SubEmitterSystem as qn, SyncedCamera as ei, SyncedRoom as ti, SyncedTransform as oi, TapGestureTrigger as ri, TeleportTarget as ni, TestRunner as ii, TestSceneUtils as ai, TestSimulateUserData as si, Text as li, TextBuilder as di, TextExtension as ci, TextureSheetAnimationModule as mi, TiltShiftEffect as pi, Time as gi, ToneMappingEffect as ui, TrackHandler as Si, TrackType as Ci, TrailModule as yi, TransformData as Ei, TransformGizmo as Ri, TriggerBuilder as hi, TriggerModel as fi, UIRaycastUtils as vi, UIRootComponent as Pi, USDDocument as Ti, USDObject as Ai, USDWriter as bi, USDZExporter as Mi, USDZText as Ii, USDZUIExtension as Di, UriSerializer as Oi, UsageMarker as xi, UserJoinedOrLeftRoomModel as ki, VariantAction as Li, VelocityOverLifetimeModule as Ni, VerticalLayoutGroup as Bi, VideoPlayer as Fi, ViewBox as wi, ViewDevice as Ui, Vignette as Gi, VisibilityAction as Wi, Voip as Hi, Volume as Xi, VolumeParameter as zi, VolumeProfile as Vi, WaitForFrames as _i, WaitForPromise as ji, WaitForSeconds as Ki, Watch as Zi, WebARCameraBackground as Qi, WebARSessionRoot as Yi, WebXR as $i, WebXRButtonFactory as Ji, WebXRImageTracking as qi, WebXRImageTrackingModel as ea, WebXRPlaneTracking as ta, WebXRTrackedImage as oa, XRControllerFollow as ra, XRControllerModel as na, XRControllerMovement as ia, XRFlag as aa, XRRig as sa, XRState as la, XRStateFlag as da, __Ignore as ca, __internalNotifyObjectDestroyed as ma, activeInHierarchyFieldName as pa, addAttributeChangeCallback as ga, addComponent as ua, addCustomExtensionPlugin as Sa, addNewComponent as Ca, addPatch as ya, apply as Ea, applyHMRChanges as Ra, applyPrototypeExtensions as ha, beginListenDestroy as fa, beginListenInstantiate as va, binaryIdentifierCasts as Pa, build_scene_functions as Ta, builtinComponentKeyName as Aa, calculateProgress01 as ba, clearMessages as Ma, clearMessages as Ia, colorSerializer as Da, compareAssociation as Oa, componentSerializer as xa, copyTexture as ka, createMotion as La, debugNet as Na, debugOwner as Ba, decompressGpuTexture as Fa, deepClone as wa, delay as Ua, delayForFrames as Ga, deserializeObject as Wa, destroy as Ha, destroyComponentInstance as Xa, determineMimeTypeFromExtension as za, disposeObjectResources as Va, disposeStream as _a, editorGuidKeyName as ja, enableSpatialConsole as Ka, euler as Za, eventListSerializer as Qa, exportAsGLTF as Ya, findByGuid as $a, findObjectOfType as Ja, findObjectsOfType as qa, findResourceUsers as es, fitCamera as ts, fitObjectIntoVolume as os, foreachComponent as rs, foreachComponentEnumerator as ns, forward as is, generateQRCode as as, generateSeed as ss, getBoundingBox as ls, getCameraController as ds, getComponent as cs, getComponentInChildren as ms, getComponentInParent as ps, getComponents as gs, getComponentsInChildren as us, getComponentsInParent as Ss, getFormattedDate as Cs, getIconElement as ys, getIconTexture as Es, getLoader as Rs, getOrAddComponent as hs, getParam as fs, getParentHierarchyPath as vs, getPath as Ps, getPeerOptions as Ts, getPeerjsInstance as As, getResourceUserCount as bs, getTempColor as Ms, getTempQuaternion as Is, getTempVector as Ds, getUrlParams as Os, getVisibleInCustomShadowRendering as xs, getWorldDirection as ks, getWorldEuler as Ls, getWorldPosition as Ns, getWorldQuaternion as Bs, getWorldRotation as Fs, getWorldScale as ws, hasCommercialLicense as Us, hasIndieLicense as Gs, hasPointerEventComponent as Ws, hasProLicense as Hs, hideDebugConsole as Xs, imageToCanvas as zs, instantiate as Vs, invokeLoadedImportPluginHooks as _s, invokeXRSessionEnd as js, invokeXRSessionStart as Ks, isActiveInHierarchy as Zs, isActiveSelf as Qs, isAndroidDevice as Ys, isAnimationAction as $s, isComponent as Js, isDebugMode as qs, isDesktop as el, isDestroyed as tl, isDevEnvironment as ol, isDisposed as rl, isExporting as nl, isGLTFModel as il, isHostedOnGlitch as al, isHotReloadEnabled as sl, isHotReloading as ll, isIPad as dl, isIconElement as cl, isLocalNetwork as ml, isMacOS as pl, isMobileDevice as gl, isMozillaXR as ul, isQuest as Sl, isResourceTrackingEnabled as Cl, isSafari as yl, isUsingInstancing as El, isiOS as Rl, isiPad as hl, loadPMREM as fl, loadSync as vl, logHierarchy as Pl, lookAtInverse as Tl, lookAtObject as Al, lookAtScreenPoint as bl, makeId as Ml, makeIdFromRandomWords as Il, makeNameSafe as Dl, markAsInstancedRendered as Ol, microphonePermissionsGranted as xl, nameof as kl, nameofFactory as Ll, objectSerializer as Nl, offXRSessionEnd as Bl, offXRSessionStart as Fl, onXRSessionEnd as wl, onXRSessionStart as Ul, parseSync as Gl, placeOnSurface as Wl, postprocessFBXMaterials as Hl, prefix as Xl, pushState as zl, randomNumber as Vl, registerBinaryType as _l, registerComponent as jl, registerComponentExtension as Kl, registerCustomEffectType as Zl, registerExportExtensions as Ql, registerExtensions as Yl, registerHotReloadType as $l, registerLoader as Jl, registerPrefabProvider as ql, registerPrototypeExtensions as ed, registerType as td, relativePathPrefix as od, removeAttributeChangeCallback as rd, removeComponent as nd, removeCustomImportExtensionType as id, removePatch as ad, resolveUrl as sd, sanitizeString as ld, saveImage as dd, screenshot as cd, screenshot2 as md, sendDestroyed as pd, serializable as gd, serializeObject as ud, serializeable as Sd, setActive as Cd, setAllowBalloonMessages as yd, setAllowOverlayMessages as Ed, setAutoFitEnabled as Rd, setCameraController as hd, setDestroyed as fd, setDevEnvironment as vd, setDisposable as Pd, setDontDestroy as Td, setOrAddParamsToUrl as Ad, setParam as bd, setParamWithoutReload as Md, setPeerOptions as Id, setResourceTrackingEnabled as Dd, setState as Od, setVisibleInCustomShadowRendering as xd, setWorldEuler as kd, setWorldPosition as Ld, setWorldPositionXYZ as Nd, setWorldQuaternion as Bd, setWorldQuaternionXYZW as Fd, setWorldRotation as wd, setWorldRotationXYZ as Ud, setWorldScale as Gd, showBalloonError as Wd, showBalloonMessage as Hd, showBalloonWarning as Xd, showDebugConsole as zd, slerp as Vd, syncDestroy as _d, syncField as jd, syncInstantiate as Kd, textureToCanvas as Zd, toSourceId as Qd, tryCastBinary as Yd, tryDetermineMimetypeFromBinary as $d, tryDetermineMimetypeFromURL as Jd, tryFindObject as qd, tryGetGuid as ec, unregisterHotReloadType as tc, unwatchWrite as oc, useForAutoFit as rc, validate as nc, watchWrite as ic } from "./needle-engine.bundle-F4gDjlNg.js";
|
|
3
|
+
import { NEEDLE_progressive as sc } from "./gltf-progressive-DgYz5BYa.js";
|
|
4
|
+
import { THREE as R } from "./three-DfMvBzXi.js";
|
|
5
5
|
const t = {
|
|
6
|
-
VERSION:
|
|
7
|
-
Context:
|
|
8
|
-
NeedleXRSession:
|
|
6
|
+
VERSION: C,
|
|
7
|
+
Context: S,
|
|
8
|
+
NeedleXRSession: u,
|
|
9
9
|
assets: {
|
|
10
|
-
loadFromURL:
|
|
10
|
+
loadFromURL: g
|
|
11
11
|
},
|
|
12
|
+
types: p,
|
|
12
13
|
onStart: m,
|
|
13
14
|
onUpdate: c,
|
|
14
15
|
onBeforeRender: d,
|
|
@@ -22,8 +23,8 @@ function n(e) {
|
|
|
22
23
|
for (const o in e)
|
|
23
24
|
t[o] = e[o];
|
|
24
25
|
}
|
|
25
|
-
n(C);
|
|
26
26
|
n(y);
|
|
27
|
+
n(E);
|
|
27
28
|
for (const e of Object.getOwnPropertyNames(r))
|
|
28
29
|
switch (e) {
|
|
29
30
|
case "prototype":
|
|
@@ -40,333 +41,333 @@ if (!globalThis.Needle)
|
|
|
40
41
|
else
|
|
41
42
|
for (const e in t)
|
|
42
43
|
globalThis.Needle[e] = t[e];
|
|
43
|
-
globalThis.THREE ? console.warn("Three.js is already imported") : globalThis.THREE =
|
|
44
|
+
globalThis.THREE ? console.warn("Three.js is already imported") : globalThis.THREE = R;
|
|
44
45
|
export {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
46
|
+
T as $physicsKey,
|
|
47
|
+
A as ActionBuilder,
|
|
48
|
+
b as ActionCollection,
|
|
49
|
+
M as ActionModel,
|
|
50
|
+
I as Addressables,
|
|
51
|
+
D as AlignmentConstraint,
|
|
52
|
+
O as AmbientMode,
|
|
53
|
+
x as Animation,
|
|
54
|
+
k as AnimationCurve,
|
|
55
|
+
L as AnimationExtension,
|
|
56
|
+
N as AnimationTrackHandler,
|
|
57
|
+
B as AnimationUtils,
|
|
58
|
+
F as Animator,
|
|
59
|
+
w as AnimatorConditionMode,
|
|
60
|
+
U as AnimatorController,
|
|
61
|
+
G as AnimatorControllerParameterType,
|
|
62
|
+
W as AnimatorStateInfo,
|
|
63
|
+
H as Antialiasing,
|
|
64
|
+
X as Application,
|
|
65
|
+
z as AssetDatabase,
|
|
66
|
+
V as AssetReference,
|
|
67
|
+
_ as Attractor,
|
|
68
|
+
j as AudioExtension,
|
|
69
|
+
K as AudioListener,
|
|
70
|
+
Z as AudioSource,
|
|
71
|
+
Q as AudioTrackHandler,
|
|
72
|
+
Y as Avatar,
|
|
73
|
+
$ as AvatarBlink_Simple,
|
|
74
|
+
J as AvatarEyeLook_Rotation,
|
|
75
|
+
q as AvatarLoader,
|
|
76
|
+
ee as AvatarMarker,
|
|
77
|
+
te as AvatarModel,
|
|
78
|
+
oe as Avatar_Brain_LookAt,
|
|
79
|
+
re as Avatar_MouthShapes,
|
|
80
|
+
ne as Avatar_MustacheShake,
|
|
81
|
+
ie as Avatar_POI,
|
|
82
|
+
ae as Axes,
|
|
83
|
+
se as AxesHelper,
|
|
84
|
+
le as BUILD_TIME,
|
|
85
|
+
de as BaseUIComponent,
|
|
86
|
+
ce as BasicIKConstraint,
|
|
87
|
+
me as BehaviorExtension,
|
|
88
|
+
pe as BehaviorModel,
|
|
89
|
+
ge as Behaviour,
|
|
90
|
+
ue as BlobStorage,
|
|
91
|
+
Se as BloomEffect,
|
|
92
|
+
Ce as BoxCollider,
|
|
93
|
+
ye as BoxGizmo,
|
|
94
|
+
Ee as BoxHelperComponent,
|
|
95
|
+
Re as Button,
|
|
96
|
+
he as ButtonsFactory,
|
|
97
|
+
fe as CallDirection,
|
|
98
|
+
ve as CallInfo,
|
|
99
|
+
Pe as Camera,
|
|
100
|
+
Te as CameraTargetReachedEvent,
|
|
101
|
+
Ae as Canvas,
|
|
102
|
+
be as CanvasGroup,
|
|
103
|
+
Me as CapsuleCollider,
|
|
104
|
+
Ie as ChangeMaterialOnClick,
|
|
105
|
+
De as ChangeTransformOnClick,
|
|
106
|
+
Oe as CharacterController,
|
|
107
|
+
xe as CharacterControllerInput,
|
|
108
|
+
ke as ChromaticAberration,
|
|
109
|
+
Le as CircularBuffer,
|
|
110
|
+
Ne as ClearFlags,
|
|
111
|
+
Be as ClickThrough,
|
|
112
|
+
Fe as ClipExtrapolation,
|
|
113
|
+
we as Collider,
|
|
114
|
+
Ue as Collision,
|
|
115
|
+
Ge as CollisionDetectionMode,
|
|
116
|
+
We as ColorAdjustments,
|
|
117
|
+
He as ColorBySpeedModule,
|
|
118
|
+
Xe as ColorOverLifetimeModule,
|
|
119
|
+
ze as Component,
|
|
120
|
+
Ve as ComponentLifecycleEvents,
|
|
121
|
+
_e as ConnectionEvents,
|
|
122
|
+
je as ContactPoint,
|
|
123
|
+
Ke as ContactShadows,
|
|
124
|
+
S as Context,
|
|
125
|
+
Ze as ContextArgs,
|
|
126
|
+
Qe as ContextEvent,
|
|
127
|
+
Ye as ContextRegistry,
|
|
128
|
+
$e as ControlTrackHandler,
|
|
129
|
+
Je as CursorFollow,
|
|
130
|
+
qe as CustomBranding,
|
|
131
|
+
et as CustomShader,
|
|
132
|
+
tt as DefaultReflectionMode,
|
|
133
|
+
ot as Deletable,
|
|
134
|
+
rt as DeleteBox,
|
|
135
|
+
nt as DepthOfField,
|
|
136
|
+
it as DeviceFlag,
|
|
137
|
+
at as DeviceUtilities,
|
|
138
|
+
st as DocumentExtension,
|
|
139
|
+
lt as DragControls,
|
|
140
|
+
dt as DragMode,
|
|
141
|
+
ct as DropListener,
|
|
142
|
+
mt as Duplicatable,
|
|
143
|
+
pt as EffectWrapper,
|
|
144
|
+
gt as EmissionModule,
|
|
145
|
+
ut as EmphasizeOnClick,
|
|
146
|
+
St as EngineLoadingView,
|
|
147
|
+
Ct as EnvironmentScene,
|
|
148
|
+
yt as EventList,
|
|
149
|
+
Et as EventListEvent,
|
|
150
|
+
Rt as EventSystem,
|
|
151
|
+
ht as EventTrigger,
|
|
152
|
+
ft as FieldWithDefault,
|
|
153
|
+
vt as FileReference,
|
|
154
|
+
Pt as FileReferenceSerializer,
|
|
155
|
+
Tt as FileSpawnModel,
|
|
156
|
+
At as File_Event,
|
|
157
|
+
bt as FixedJoint,
|
|
158
|
+
Mt as Fog,
|
|
159
|
+
It as FrameEvent,
|
|
160
|
+
Dt as GENERATOR,
|
|
160
161
|
r as GameObject,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
162
|
+
Ot as Gizmos,
|
|
163
|
+
xt as GltfExport,
|
|
164
|
+
kt as GltfExportBox,
|
|
165
|
+
Lt as Gradient,
|
|
166
|
+
Nt as Graphic,
|
|
167
|
+
Bt as GraphicRaycaster,
|
|
168
|
+
Ft as Graphics,
|
|
169
|
+
wt as GridHelper,
|
|
170
|
+
Ut as GridLayoutGroup,
|
|
171
|
+
Gt as GroundProjectedEnv,
|
|
172
|
+
Wt as GroupActionModel,
|
|
173
|
+
Ht as HideFlags,
|
|
174
|
+
Xt as HideOnStart,
|
|
175
|
+
zt as HingeJoint,
|
|
176
|
+
Vt as HorizontalLayoutGroup,
|
|
177
|
+
_t as HostData,
|
|
178
|
+
jt as HoverAnimation,
|
|
179
|
+
Kt as Image,
|
|
180
|
+
Zt as ImageReference,
|
|
181
|
+
Qt as ImageReferenceSerializer,
|
|
182
|
+
Yt as InheritVelocityModule,
|
|
183
|
+
$t as Input,
|
|
184
|
+
Jt as InputEventQueue,
|
|
185
|
+
qt as InputEvents,
|
|
186
|
+
eo as InputField,
|
|
187
|
+
to as InstanceHandle,
|
|
188
|
+
oo as InstancingHandler,
|
|
189
|
+
ro as InstancingUtil,
|
|
190
|
+
no as InstantiateEvent,
|
|
191
|
+
io as InstantiateIdProvider,
|
|
192
|
+
ao as InstantiateOptions,
|
|
193
|
+
so as Interactable,
|
|
194
|
+
lo as InternalScreenshotUtils,
|
|
195
|
+
co as JoinedRoomResponse,
|
|
196
|
+
mo as KeyEventArgs,
|
|
197
|
+
po as Keyframe,
|
|
198
|
+
go as LODGroup,
|
|
199
|
+
uo as LODModel,
|
|
200
|
+
So as LeftRoomResponse,
|
|
201
|
+
Co as Light,
|
|
202
|
+
yo as LightData,
|
|
203
|
+
Eo as LimitVelocityOverLifetimeModule,
|
|
204
|
+
Ro as LoadingElementOptions,
|
|
205
|
+
ho as LogStats,
|
|
206
|
+
fo as LogType,
|
|
207
|
+
vo as LookAt,
|
|
208
|
+
Po as LookAtConstraint,
|
|
209
|
+
To as MainModule,
|
|
210
|
+
Ao as MarkerTrackHandler,
|
|
211
|
+
bo as MarkerType,
|
|
212
|
+
Mo as MaskableGraphic,
|
|
213
|
+
Io as Mathf,
|
|
214
|
+
Do as MeshCollider,
|
|
215
|
+
Oo as MeshRenderer,
|
|
216
|
+
xo as MinMaxCurve,
|
|
217
|
+
ko as MinMaxGradient,
|
|
218
|
+
Lo as NEEDLE_ENGINE_FEATURE_FLAGS,
|
|
219
|
+
No as NEEDLE_ENGINE_MODULES,
|
|
219
220
|
sc as NEEDLE_progressive,
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
221
|
+
Bo as NEKeyboardEvent,
|
|
222
|
+
Fo as NEPointerEvent,
|
|
223
|
+
wo as NeedleButtonElement,
|
|
224
|
+
Uo as NeedleEngine,
|
|
225
|
+
Go as NeedleEngineModelLoader,
|
|
226
|
+
Wo as NeedleEngineWebComponent,
|
|
227
|
+
Ho as NeedleMenu,
|
|
228
|
+
Xo as NeedlePatchesKey,
|
|
229
|
+
zo as NeedleUSDZExporter,
|
|
230
|
+
Vo as NeedleXRController,
|
|
231
|
+
u as NeedleXRSession,
|
|
232
|
+
_o as NeedleXRSync,
|
|
233
|
+
jo as NeedleXRUtils,
|
|
234
|
+
Ko as NestedGltf,
|
|
235
|
+
Zo as NetworkConnection,
|
|
236
|
+
Qo as NetworkedStreamEvents,
|
|
237
|
+
Yo as NetworkedStreams,
|
|
238
|
+
$o as Networking,
|
|
239
|
+
Jo as NewInstanceModel,
|
|
240
|
+
qo as NoiseModule,
|
|
241
|
+
er as ObjectRaycaster,
|
|
242
|
+
tr as ObjectUtils,
|
|
243
|
+
or as OffsetConstraint,
|
|
244
|
+
rr as OneEuroFilter,
|
|
245
|
+
nr as OneEuroFilterXYZ,
|
|
246
|
+
ir as OpenURL,
|
|
247
|
+
ar as OrbitControls,
|
|
248
|
+
sr as Outline,
|
|
249
|
+
lr as OwnershipEvent,
|
|
250
|
+
dr as OwnershipModel,
|
|
251
|
+
cr as PUBLIC_KEY,
|
|
252
|
+
mr as Padding,
|
|
253
|
+
pr as ParticleBurst,
|
|
254
|
+
gr as ParticleSubEmitter,
|
|
255
|
+
ur as ParticleSystem,
|
|
256
|
+
Sr as ParticleSystemBaseBehaviour,
|
|
257
|
+
Cr as ParticleSystemRenderer,
|
|
258
|
+
yr as ParticleSystemShapeType,
|
|
259
|
+
Er as PeerHandle,
|
|
260
|
+
Rr as PeerNetworking,
|
|
261
|
+
hr as Physics,
|
|
262
|
+
fr as PhysicsExtension,
|
|
263
|
+
vr as PhysicsMaterialCombine,
|
|
264
|
+
Pr as PixelationEffect,
|
|
265
|
+
Tr as PlayAnimationOnClick,
|
|
266
|
+
Ar as PlayAudioOnClick,
|
|
267
|
+
br as PlayableDirector,
|
|
268
|
+
Mr as PlayerColor,
|
|
269
|
+
Ir as PlayerState,
|
|
270
|
+
Dr as PlayerStateEvent,
|
|
271
|
+
Or as PlayerSync,
|
|
272
|
+
xr as PlayerView,
|
|
273
|
+
kr as PlayerViewManager,
|
|
274
|
+
Lr as PointerEventData,
|
|
275
|
+
Nr as PointerType,
|
|
276
|
+
Br as PostProcessingEffect,
|
|
277
|
+
Fr as PostProcessingEffectOrder,
|
|
278
|
+
wr as PostProcessingHandler,
|
|
279
|
+
Ur as PostProcessingManager,
|
|
280
|
+
Gr as PreliminaryAction,
|
|
281
|
+
Wr as PreliminaryTrigger,
|
|
282
|
+
Hr as PreviewHelper,
|
|
283
|
+
Xr as PrimitiveType,
|
|
284
|
+
zr as Progress,
|
|
285
|
+
Vr as PromiseAllWithErrors,
|
|
286
|
+
_r as PromiseErrorResult,
|
|
287
|
+
jr as RGBAColor,
|
|
288
|
+
Kr as RapierPhysics,
|
|
289
|
+
Zr as RawImage,
|
|
290
|
+
Qr as RaycastOptions,
|
|
291
|
+
Yr as Rect,
|
|
292
|
+
$r as RectTransform,
|
|
293
|
+
Jr as ReflectionProbe,
|
|
294
|
+
qr as RegisteredAnimationInfo,
|
|
295
|
+
en as RemoteSkybox,
|
|
296
|
+
tn as RenderTexture,
|
|
297
|
+
on as RenderTextureSerializer,
|
|
298
|
+
rn as Renderer,
|
|
299
|
+
nn as RendererData,
|
|
300
|
+
an as RendererLightmap,
|
|
301
|
+
sn as Rigidbody,
|
|
302
|
+
ln as RigidbodyConstraints,
|
|
303
|
+
dn as RoomEvents,
|
|
304
|
+
cn as RotationBySpeedModule,
|
|
305
|
+
mn as RotationOverLifetimeModule,
|
|
306
|
+
pn as SceneLightSettings,
|
|
307
|
+
gn as SceneSwitcher,
|
|
308
|
+
un as ScreenCapture,
|
|
309
|
+
Sn as ScreenSpaceAmbientOcclusion,
|
|
310
|
+
Cn as ScreenSpaceAmbientOcclusionN8,
|
|
311
|
+
yn as ScrollFollow,
|
|
312
|
+
En as SeeThrough,
|
|
313
|
+
Rn as SendQueue,
|
|
314
|
+
hn as SerializationContext,
|
|
315
|
+
fn as SetActiveOnClick,
|
|
316
|
+
vn as ShadowCatcher,
|
|
317
|
+
Pn as ShapeModule,
|
|
318
|
+
Tn as ShapeOverlapResult,
|
|
319
|
+
An as SharpeningEffect,
|
|
320
|
+
bn as SignalAsset,
|
|
321
|
+
Mn as SignalReceiver,
|
|
322
|
+
In as SignalReceiverEvent,
|
|
323
|
+
Dn as SignalTrackHandler,
|
|
324
|
+
On as Size,
|
|
325
|
+
xn as SizeBySpeedModule,
|
|
326
|
+
kn as SizeOverLifetimeModule,
|
|
327
|
+
Ln as SkinnedMeshRenderer,
|
|
328
|
+
Nn as SmoothFollow,
|
|
329
|
+
Bn as SpatialGrabRaycaster,
|
|
330
|
+
Fn as SpatialHtml,
|
|
331
|
+
wn as SpatialTrigger,
|
|
332
|
+
Un as SpatialTriggerReceiver,
|
|
333
|
+
Gn as SpectatorCamera,
|
|
334
|
+
Wn as SphereCollider,
|
|
335
|
+
Hn as SphereIntersection,
|
|
336
|
+
Xn as SplineContainer,
|
|
337
|
+
zn as SplineData,
|
|
338
|
+
Vn as SplineUtils,
|
|
339
|
+
_n as SplineWalker,
|
|
340
|
+
jn as Sprite,
|
|
341
|
+
Kn as SpriteData,
|
|
342
|
+
Zn as SpriteRenderer,
|
|
343
|
+
Qn as SpriteSheet,
|
|
344
|
+
Yn as StateMachineBehaviour,
|
|
345
|
+
$n as StreamEndedEvent,
|
|
346
|
+
Jn as StreamReceivedEvent,
|
|
347
|
+
qn as SubEmitterSystem,
|
|
348
|
+
ei as SyncedCamera,
|
|
349
|
+
ti as SyncedRoom,
|
|
350
|
+
oi as SyncedTransform,
|
|
351
|
+
ri as TapGestureTrigger,
|
|
352
|
+
ni as TeleportTarget,
|
|
353
|
+
ii as TestRunner,
|
|
354
|
+
ai as TestSceneUtils,
|
|
355
|
+
si as TestSimulateUserData,
|
|
356
|
+
li as Text,
|
|
357
|
+
di as TextBuilder,
|
|
358
|
+
ci as TextExtension,
|
|
359
|
+
mi as TextureSheetAnimationModule,
|
|
360
|
+
pi as TiltShiftEffect,
|
|
361
|
+
gi as Time,
|
|
362
|
+
ui as ToneMappingEffect,
|
|
363
|
+
Si as TrackHandler,
|
|
364
|
+
Ci as TrackType,
|
|
365
|
+
yi as TrailModule,
|
|
366
|
+
Ei as TransformData,
|
|
367
|
+
Ri as TransformGizmo,
|
|
368
|
+
hi as TriggerBuilder,
|
|
369
|
+
fi as TriggerModel,
|
|
370
|
+
p as TypeStore,
|
|
370
371
|
vi as UIRaycastUtils,
|
|
371
372
|
Pi as UIRootComponent,
|
|
372
373
|
Ti as USDDocument,
|
|
@@ -378,7 +379,7 @@ export {
|
|
|
378
379
|
Oi as UriSerializer,
|
|
379
380
|
xi as UsageMarker,
|
|
380
381
|
ki as UserJoinedOrLeftRoomModel,
|
|
381
|
-
|
|
382
|
+
C as VERSION,
|
|
382
383
|
Li as VariantAction,
|
|
383
384
|
Ni as VelocityOverLifetimeModule,
|
|
384
385
|
Bi as VerticalLayoutGroup,
|
|
@@ -529,7 +530,7 @@ export {
|
|
|
529
530
|
El as isUsingInstancing,
|
|
530
531
|
Rl as isiOS,
|
|
531
532
|
hl as isiPad,
|
|
532
|
-
|
|
533
|
+
g as loadAsset,
|
|
533
534
|
fl as loadPMREM,
|
|
534
535
|
vl as loadSync,
|
|
535
536
|
Pl as logHierarchy,
|