@realsee/five 6.8.0-alpha.9 → 6.8.0
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/AGENTS_READ_ME.md +6 -1
- package/AI_CONTEXT.md +6 -1
- package/README.md +10 -3
- package/ai_guides/README.md +29 -0
- package/ai_guides/api.md +92 -21
- package/ai_guides/features/3dtile.md +1 -1
- package/ai_guides/features/camera-animation.md +18 -1
- package/ai_guides/features/clipper.md +2 -2
- package/ai_guides/features/coordinate-system.md +20 -2
- package/ai_guides/features/event.md +106 -10
- package/ai_guides/features/five.md +17 -17
- package/ai_guides/features/flowing-light-2d-pass.md +11 -7
- package/ai_guides/features/flowing-light-3d-pass.md +12 -7
- package/ai_guides/features/gaussian-blur-pass.md +1 -1
- package/ai_guides/features/gesture.md +2 -1
- package/ai_guides/features/get-screen-pixels.md +2 -2
- package/ai_guides/features/image-options.md +2 -2
- package/ai_guides/features/load-external-model.md +6 -2
- package/ai_guides/features/load-progress.md +1 -1
- package/ai_guides/features/material.md +20 -12
- package/ai_guides/features/mode.md +1 -1
- package/ai_guides/features/model.md +1 -1
- package/ai_guides/features/move-pano-effect.md +1 -1
- package/ai_guides/features/multi-work.md +1 -1
- package/ai_guides/features/pano-filter.md +149 -0
- package/ai_guides/features/pano-tile.md +1 -1
- package/ai_guides/features/pano-uv.md +1 -1
- package/ai_guides/features/parameter.md +26 -2
- package/ai_guides/features/plugin.md +1 -1
- package/ai_guides/features/postprocessing.md +1 -1
- package/ai_guides/features/raycast.md +5 -2
- package/ai_guides/features/request-proxy.md +1 -1
- package/ai_guides/features/screen-project.md +2 -1
- package/ai_guides/features/state.md +23 -3
- package/ai_guides/features/view-layer.md +1 -1
- package/ai_guides/features/work.md +1 -1
- package/ai_guides/glossary.md +4 -4
- package/ai_guides/release_notes/6.8.md +190 -58
- package/ai_guides/template.md +11 -0
- package/docs/00_FOR_AI_AGENTS.md +3 -2
- package/docs/README.md +3 -2
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/main.js +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/five.AdaptiveLuminancePass.html +7 -6
- package/docs/classes/five.AnimationFrameLoop.html +1 -1
- package/docs/classes/five.BoundingMesh.html +2 -2
- package/docs/classes/five.Camera.html +3 -3
- package/docs/classes/five.EyeDomeLightingPass.html +1 -1
- package/docs/classes/five.Five.html +77 -76
- package/docs/classes/five.FivePass.html +1 -1
- package/docs/classes/five.Histogram.html +19 -0
- package/docs/classes/five.InternalWebGLRenderer.html +1 -1
- package/docs/classes/five.Model.html +8 -8
- package/docs/classes/five.ModelScene.html +1 -1
- package/docs/classes/five.NetworkSubscribe.html +5 -5
- package/docs/classes/five.PBMContainer.html +1 -1
- package/docs/classes/five.PBMCustomShader.html +42 -3
- package/docs/classes/five.PBMGSObject.html +5 -3
- package/docs/classes/five.PBMGroup.html +1 -1
- package/docs/classes/five.PBMMesh.html +1 -1
- package/docs/classes/five.PBMMeshMaterial.html +7 -7
- package/docs/classes/five.PBMPanoFilter.html +61 -0
- package/docs/classes/five.PBMPointCloud.html +1 -1
- package/docs/classes/five.PBMPointCloudMaterial.html +5 -6
- package/docs/classes/five.PBMSkinnedMesh.html +1 -1
- package/docs/classes/five.PBMUpdateable.html +41 -0
- package/docs/classes/five.PanoCircleMesh.html +1 -1
- package/docs/classes/five.PanoCircleMeshCustom.html +1 -1
- package/docs/classes/five.PanoCircleMeshSolid.html +1 -1
- package/docs/classes/five.Parameter.html +57 -55
- package/docs/classes/five.Scene.html +1 -1
- package/docs/classes/five.Subscribe.html +5 -5
- package/docs/classes/five.Tile.html +1 -1
- package/docs/classes/five.Tile3D.html +24 -24
- package/docs/classes/five.TileNode.html +1 -1
- package/docs/classes/five.Tileset.html +3 -2
- package/docs/classes/five.TrajectoryNode.html +1 -1
- package/docs/classes/five.Work.html +16 -16
- package/docs/classes/five.WorkResolvedObserver.html +22 -22
- package/docs/classes/gltf-loader.DDSLoader.html +1 -1
- package/docs/classes/gltf-loader.DRACOLoader.html +1 -1
- package/docs/classes/gltf-loader.GLTFLoader.html +2 -2
- package/docs/classes/gltf-loader.GLTFObject.html +1 -1
- package/docs/classes/gltf-loader.GLTFParser.html +1 -1
- package/docs/classes/gltf-loader.THREEGLTFLoader.html +2 -2
- package/docs/classes/line.Line.html +1 -1
- package/docs/classes/line.LineGeometry.html +1 -1
- package/docs/classes/line.LineMaterial.html +1 -1
- package/docs/classes/line.LineSegmentsGeometry.html +1 -1
- package/docs/classes/line.THREE_Line2.html +1 -1
- package/docs/classes/line.THREE_LineSegments2.html +1 -1
- package/docs/classes/plugins.BasePlugin.Controller.html +1 -1
- package/docs/classes/plugins.CSS3DObject.html +9 -0
- package/docs/classes/plugins.CSS3DRenderer.html +4 -2
- package/docs/classes/plugins.CSS3DSprite.html +11 -0
- package/docs/classes/plugins.Object3DHelperController.html +43 -0
- package/docs/classes/plugins.RoundedBoxGeometry.html +1 -1
- package/docs/classes/sticker.Sticker.html +1 -1
- package/docs/classes/vfx.Airflow.html +1 -1
- package/docs/classes/vfx.Flame.html +1 -1
- package/docs/classes/vfx.Particle.html +6 -6
- package/docs/classes/vfx.ParticleGPU.html +3 -3
- package/docs/classes/vfx.SpotLight.html +1 -1
- package/docs/documents/README.html +122 -1
- package/docs/documents/api.html +163 -35
- package/docs/documents/features_3dtile.html +1 -1
- package/docs/documents/features_camera-animation.html +18 -2
- package/docs/documents/features_clipper.html +2 -2
- package/docs/documents/features_coordinate-system.html +52 -3
- package/docs/documents/features_event.html +44 -8
- package/docs/documents/features_five.html +17 -17
- package/docs/documents/features_flowing-light-2d-pass.html +19 -116
- package/docs/documents/features_flowing-light-3d-pass.html +22 -124
- package/docs/documents/features_gaussian-blur-pass.html +6 -6
- package/docs/documents/features_gesture.html +2 -1
- package/docs/documents/features_get-screen-pixels.html +2 -2
- package/docs/documents/features_image-options.html +2 -2
- package/docs/documents/features_load-external-model.html +6 -2
- package/docs/documents/features_load-progress.html +1 -1
- package/docs/documents/features_material.html +11 -4
- package/docs/documents/features_mode.html +1 -1
- package/docs/documents/features_model.html +1 -1
- package/docs/documents/features_move-pano-effect.html +1 -1
- package/docs/documents/features_multi-work.html +1 -1
- package/docs/documents/features_pano-filter.html +123 -0
- package/docs/documents/features_pano-tile.html +1 -1
- package/docs/documents/features_pano-uv.html +1 -1
- package/docs/documents/features_parameter.html +11 -3
- package/docs/documents/features_plugin.html +1 -1
- package/docs/documents/features_postprocessing.html +1 -1
- package/docs/documents/features_raycast.html +5 -2
- package/docs/documents/features_request-proxy.html +1 -1
- package/docs/documents/features_screen-project.html +2 -1
- package/docs/documents/features_state.html +9 -2
- package/docs/documents/features_view-layer.html +1 -1
- package/docs/documents/features_work.html +1 -1
- package/docs/documents/glossary.html +5 -5
- package/docs/documents/release_notes_6.8.html +164 -64
- package/docs/documents/template.html +9 -0
- package/docs/functions/five.createDebugBoundingMesh.html +1 -1
- package/docs/functions/five.parseWork.html +1 -1
- package/docs/functions/plugins.CSS3DPlugin.html +1 -0
- package/docs/functions/plugins.GaussianSplattingEntranceAnimationPlugin.html +1 -0
- package/docs/functions/plugins.Object3DHelperPlugin.html +1 -0
- package/docs/functions/react.useFiveCurrentObserver.html +2 -2
- package/docs/functions/react.useFiveFloor.html +2 -2
- package/docs/functions/react.useFiveProject2d.html +2 -2
- package/docs/functions/vue.useFiveCurrentObserver.html +2 -2
- package/docs/functions/vue.useFiveFloor.html +2 -2
- package/docs/functions/vue.useFiveWorks.html +2 -2
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +122 -1
- package/docs/interfaces/five.AddableObject.html +1 -1
- package/docs/interfaces/five.AjaxOptions.html +1 -1
- package/docs/interfaces/five.BaseEvent.html +7 -2
- package/docs/interfaces/five.BaseExtendableEvent.html +11 -0
- package/docs/interfaces/five.EventCallback.html +58 -54
- package/docs/interfaces/five.FiveInitArgs.html +2 -2
- package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +9 -9
- package/docs/interfaces/five.GestureEvent.html +21 -2
- package/docs/interfaces/five.GesturePointer.html +20 -0
- package/docs/interfaces/five.ImageOptions.html +1 -1
- package/docs/interfaces/five.IntersectEvent.html +10 -2
- package/docs/interfaces/five.IntersectMesh.html +1 -1
- package/docs/interfaces/five.IntersectMeshInterface.html +1 -1
- package/docs/interfaces/five.Intersection.html +1 -1
- package/docs/interfaces/five.LooseWorkObserver.html +2 -2
- package/docs/interfaces/five.LooseWorkPanorama.html +2 -2
- package/docs/interfaces/five.LooseWorkWithExtrinsics.html +6 -6
- package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +10 -10
- package/docs/interfaces/five.ModeChangeEvent.html +9 -2
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ModelEvent.html +7 -2
- package/docs/interfaces/five.ModelSceneEvent.html +7 -2
- package/docs/interfaces/five.ModelTileEvent.html +7 -2
- package/docs/interfaces/five.MovePanoOptions.html +8 -8
- package/docs/interfaces/five.NetworkAbortError.html +1 -1
- package/docs/interfaces/five.NetworkFirbiddenError.html +1 -1
- package/docs/interfaces/five.NetworkOptions.html +1 -1
- package/docs/interfaces/five.NetworkProxyError.html +1 -1
- package/docs/interfaces/five.NetworkResourceEvent.html +7 -2
- package/docs/interfaces/five.NetworkResponseError.html +1 -1
- package/docs/interfaces/five.NetworkTimeoutError.html +1 -1
- package/docs/interfaces/five.ObjectEvent.html +7 -2
- package/docs/interfaces/five.PBMClipperParameter.html +2 -2
- package/docs/interfaces/five.PBMCustomShaderInitArgs.html +2 -2
- package/docs/interfaces/five.PBMCustomShaderSlots.html +2 -2
- package/docs/interfaces/five.PBMMaterial.html +1 -1
- package/docs/interfaces/five.PBMMeshMaterialParameters.html +5 -3
- package/docs/interfaces/five.PBMPanoDepth.html +5 -5
- package/docs/interfaces/five.PBMPanoFilterValue.html +6 -0
- package/docs/interfaces/five.PBMPanoPicture.html +8 -6
- package/docs/interfaces/five.PBMPointCloudMaterialParameters.html +2 -3
- package/docs/interfaces/five.PBMRefinedScreen.html +2 -2
- package/docs/interfaces/five.PanoCircleMeshInterface.html +2 -2
- package/docs/interfaces/five.PanoEvent.html +15 -2
- package/docs/interfaces/five.PanoPrepareEvent.html +15 -0
- package/docs/interfaces/five.PanoTextureEvent.html +11 -2
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ParameterMaterialValue.html +40 -38
- package/docs/interfaces/five.ParameterTilesetValue.html +15 -15
- package/docs/interfaces/five.ParameterValue.html +54 -52
- package/docs/interfaces/five.Pose.html +1 -1
- package/docs/interfaces/five.RenderEvent.html +7 -2
- package/docs/interfaces/five.ResolvedParameterValue.html +55 -54
- package/docs/interfaces/five.RgbaData.html +7 -0
- package/docs/interfaces/five.SplatData.html +2 -2
- package/docs/interfaces/five.State.html +1 -1
- package/docs/interfaces/five.StateEvent.html +9 -2
- package/docs/interfaces/five.TextureOptions.html +1 -1
- package/docs/interfaces/five.Tile3DOptions.html +2 -2
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -7
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ViewLayer.html +24 -24
- package/docs/interfaces/five.WorkCubeImage.html +3 -2
- package/docs/interfaces/five.WorkImage.html +6 -5
- package/docs/interfaces/five.WorkInitial.html +8 -8
- package/docs/interfaces/five.WorkModel.html +8 -8
- package/docs/interfaces/five.WorkModelLayer.html +6 -6
- package/docs/interfaces/five.WorkObserver.html +29 -29
- package/docs/interfaces/five.WorkObserverJson.html +2 -2
- package/docs/interfaces/five.WorkObserverProto.html +26 -0
- package/docs/interfaces/five.WorkPanoramaJson.html +2 -2
- package/docs/interfaces/five.WorkTile.html +6 -5
- package/docs/interfaces/five.WorkVideo.html +4 -4
- package/docs/interfaces/five.WorksEvent.html +7 -2
- package/docs/interfaces/five.XRControllerEvent.html +10 -2
- package/docs/interfaces/five.XRControllerState.html +8 -0
- package/docs/interfaces/five.XRGestureEvent.html +13 -2
- package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.XRSessionEvent.html +9 -2
- package/docs/interfaces/plugins.BackgroundPluginController.html +1 -1
- package/docs/interfaces/plugins.BackgroundPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.BasePlugin.State.html +1 -1
- package/docs/interfaces/plugins.CSS3DPluginController.html +52 -0
- package/docs/interfaces/plugins.CSS3DPluginType.Config.html +2 -0
- package/docs/interfaces/plugins.CSS3DPluginType.CreateCSS3DObjectType.html +10 -0
- package/docs/interfaces/plugins.CSS3DPluginType.EventMap.html +10 -0
- package/docs/interfaces/plugins.CSS3DPluginType.Params.html +4 -0
- package/docs/interfaces/plugins.CSS3DPluginType.State.html +8 -0
- package/docs/interfaces/plugins.CSS3DRendererParameters.html +2 -0
- package/docs/interfaces/plugins.DynamicPathLinePluginController.html +3 -3
- package/docs/interfaces/plugins.DynamicPathLinePluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.DynamicPathLinePluginType.State.html +1 -1
- package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationController.html +44 -0
- package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.BoundingAABB2D.html +3 -0
- package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.Config.html +8 -0
- package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.EventMap.html +10 -0
- package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.Keyframe.html +3 -0
- package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.State.html +8 -0
- package/docs/interfaces/plugins.ItemMaskController.html +1 -1
- package/docs/interfaces/plugins.ItemMaskPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.ItemMaskPluginType.State.html +2 -2
- package/docs/interfaces/plugins.Object3DHelperPluginType.BaseController.html +30 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.BaseHelper.html +22 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.BoundingBoxController.html +30 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.HelperOffset.html +4 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.MoveController.html +36 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.MoveHelperAbstract.html +32 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.Object3DHelper.html +12 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.Object3DHelperPluginState.html +4 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.Object3DHelperState.html +4 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.ObjectHelperControllers.html +4 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.RotateController.html +36 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.RotateHelperAbstract.html +28 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.Scissor.html +5 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.Vector2Position.html +3 -0
- package/docs/interfaces/plugins.Object3DHelperPluginType.Vector3Position.html +4 -0
- package/docs/interfaces/plugins.OrientationPluginController.html +6 -6
- package/docs/interfaces/plugins.OrientationPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.OrientationPluginType.State.html +1 -1
- package/docs/interfaces/plugins.PanoAnimeController.html +1 -1
- package/docs/interfaces/plugins.PanoAnimePluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.PanoAnimePluginType.State.html +1 -1
- package/docs/interfaces/plugins.PlayingState.html +2 -2
- package/docs/interfaces/plugins.PluginTemplateType.EventMap.html +1 -1
- package/docs/interfaces/plugins.PluginTemplateType.State.html +1 -1
- package/docs/interfaces/plugins.TrajectoryController.html +8 -8
- package/docs/interfaces/react.FiveInjectionTypes.html +21 -21
- package/docs/interfaces/sticker.IntersectionLike.html +2 -2
- package/docs/interfaces/vfx.ParticleArgs.html +4 -4
- package/docs/interfaces/vue.FiveActionVueCallbacks.html +3 -3
- package/docs/modules/five.html +1 -1
- package/docs/modules/plugins.CSS3DPluginType.html +1 -0
- package/docs/modules/plugins.GaussianSplattingEntranceAnimationPluginType.html +1 -0
- package/docs/modules/plugins.Object3DHelperPluginType.html +1 -0
- package/docs/modules/plugins.html +1 -1
- package/docs/modules.html +1 -1
- package/docs/types/five.ControllerEventTypes.html +30 -26
- package/docs/types/five.EasingFunction.html +1 -0
- package/docs/types/five.EventTypes.html +26 -26
- package/docs/types/five.LegacyEventType.html +7 -7
- package/docs/types/five.PBMAlphaMode.html +1 -1
- package/docs/types/five.PBMColorStyle.html +1 -1
- package/docs/types/five.PBMFloorStyle.html +1 -1
- package/docs/types/five.PBMMeshShaderType.html +1 -1
- package/docs/types/five.PBMPointBack.html +1 -1
- package/docs/types/five.PBMPointCloudShaderType.html +1 -1
- package/docs/types/five.PBMPointShape.html +1 -1
- package/docs/types/five.PBMPointSize.html +1 -1
- package/docs/types/five.PBMTransition.html +1 -1
- package/docs/types/five.ParseOptions.html +6 -6
- package/docs/types/five.Works.html +1 -1
- package/docs/types/plugins.BasePlugin.EventMap.html +1 -1
- package/docs/types/plugins.CSS3DPluginType.PluginData.html +1 -0
- package/docs/types/plugins.CSS3DPluginType.ServerData.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.AddObject3DHelperConfig.html +13 -0
- package/docs/types/plugins.Object3DHelperPluginType.Circle.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.Color.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.Direction.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.Direction4.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.HelperConfig.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.HelperEventMap.html +17 -0
- package/docs/types/plugins.Object3DHelperPluginType.InternalHelperEventMap.html +8 -0
- package/docs/types/plugins.Object3DHelperPluginType.Object3DHelperEventMap.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.Object3DHelperPluginEventMap.html +7 -0
- package/docs/types/plugins.Object3DHelperPluginType.PositionFrom.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.ScaleCallback.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.ScalePosition.html +4 -0
- package/docs/types/plugins.Object3DHelperPluginType.UseFaceNormalInterface.html +4 -0
- package/docs/types/plugins.Object3DHelperPluginType.Vector2WithArray.html +1 -0
- package/docs/types/plugins.Object3DHelperPluginType.Vector3WithArray.html +1 -0
- package/docs/variables/five.PROXY_CONTROLLER_EVENT_NAMES.html +1 -1
- package/five/application/events.d.ts +1 -1
- package/five/application/five.d.ts +6 -5
- package/five/bvh/bvhObject.d.ts +2 -2
- package/five/controllers/base.d.ts +1 -0
- package/five/controllers/events.d.ts +5 -1
- package/five/controllers/mapview.d.ts +1 -0
- package/five/controllers/model.d.ts +2 -2
- package/five/controllers/panorama.d.ts +3 -2
- package/five/controllers/xrPanorama.d.ts +1 -1
- package/five/core/camera.d.ts +1 -1
- package/five/gaussian-splatting/util/renderData.d.ts +66 -0
- package/five/index.d.ts +4 -1
- package/five/index.js +272 -782
- package/five/index.mjs +26894 -32056
- package/five/meshes/boundingMesh.d.ts +1 -0
- package/five/model/index.d.ts +2 -2
- package/five/model/loaders/glTF-helpers/extensions/KHR_binary_glTF.d.ts +1 -1
- package/five/model/loaders/glTF-helpers/extensions/KHR_gaussian_splatting.d.ts +26 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_gaussian_splatting_compression_spz.d.ts +7 -5
- package/five/model/loaders/glTF-helpers/extensions/KHR_gaussian_splatting_compression_spz_2.d.ts +13 -0
- package/five/model/loaders/glTF-helpers/extensions/base.d.ts +2 -1
- package/five/model/loaders/glTF-helpers/index.d.ts +4 -0
- package/five/model/loaders/glTF-helpers/parser.d.ts +2 -1
- package/five/model/loaders/spz.d.ts +2 -2
- package/five/model/materials/pbmMaterial.d.ts +54 -4
- package/five/model/materials/pbmMeshMaterial.d.ts +5 -3
- package/five/model/materials/pbmPointCloudMaterial.d.ts +0 -2
- package/five/model/objects/{pbmGSObject.d.ts → pbmGaussianSplattingObject.d.ts} +4 -1
- package/five/model/objects/pbmGaussianSplattingRenderMesh.d.ts +59 -0
- package/five/model/objects/pbmGaussianSplattingTestMesh.d.ts +7 -0
- package/five/model/parameter.d.ts +11 -6
- package/five/model/tile3d/index.d.ts +5 -3
- package/five/model/tile3d/tile-node.d.ts +2 -2
- package/five/model/tile3d/tileset.d.ts +1 -0
- package/five/renderer/postprocessing/passes/adaptive-luminance-pass.d.ts +9 -7
- package/five/renderer/tools/render-cube-to-equirectangular.d.ts +7 -0
- package/five/renderer/tools/render-full-screen.d.ts +1 -1
- package/five/texture/histogram.d.ts +54 -0
- package/five/texture/loader.d.ts +1 -1
- package/five/texture/textureData.d.ts +11 -0
- package/five/thirdparty/hammer.d.ts +371 -255
- package/five/thirdparty/jsrsasign.d.ts +5 -20
- package/five/types/movePanoOptions.d.ts +4 -3
- package/five/utils/error.d.ts +1 -0
- package/five/utils/event.d.ts +98 -37
- package/five/utils/imageURL.d.ts +1 -1
- package/five/utils/memoryUsage.d.ts +2 -2
- package/five/utils/subscribe.d.ts +2 -2
- package/five/webxr/motionHelper.d.ts +1 -1
- package/five/work/index.d.ts +1 -0
- package/five/work/looseWorkType.d.ts +2 -2
- package/five/work/work.d.ts +5 -35
- package/five/work/workJsonType.d.ts +2 -2
- package/five/work/workObserverProto.d.ts +39 -0
- package/gltf-loader/index.js +9 -9
- package/gltf-loader/index.mjs +1351 -1451
- package/line/index.js +4 -4
- package/line/index.mjs +334 -513
- package/llms.txt +37 -1
- package/package.json +4 -4
- package/plugins/CSS3DPlugin/Controller.d.ts +64 -0
- package/plugins/CSS3DPlugin/index.d.ts +5 -0
- package/plugins/CSS3DPlugin/typing.d.ts +32 -0
- package/plugins/GaussianSplattingEntranceAnimationPlugin/Controller.d.ts +30 -0
- package/plugins/GaussianSplattingEntranceAnimationPlugin/index.d.ts +5 -0
- package/plugins/GaussianSplattingEntranceAnimationPlugin/typing.d.ts +28 -0
- package/plugins/Object3DHelperPlugin/Controller.d.ts +99 -0
- package/plugins/Object3DHelperPlugin/Controllers/BaseController.d.ts +142 -0
- package/plugins/Object3DHelperPlugin/Controllers/BoundingBoxController.d.ts +16 -0
- package/plugins/Object3DHelperPlugin/Controllers/MoveController.d.ts +66 -0
- package/plugins/Object3DHelperPlugin/Controllers/RotateController.d.ts +61 -0
- package/plugins/Object3DHelperPlugin/FiveControllerWrapper.d.ts +17 -0
- package/plugins/Object3DHelperPlugin/Helper/BaseHelper.d.ts +97 -0
- package/plugins/Object3DHelperPlugin/Helper/BoundingBoxHelper.d.ts +16 -0
- package/plugins/Object3DHelperPlugin/Helper/MoveHelper.d.ts +37 -0
- package/plugins/Object3DHelperPlugin/Helper/RotateHelper.d.ts +93 -0
- package/plugins/Object3DHelperPlugin/constant.d.ts +27 -0
- package/plugins/Object3DHelperPlugin/index.d.ts +6 -0
- package/plugins/Object3DHelperPlugin/typing.d.ts +143 -0
- package/plugins/Object3DHelperPlugin/utils/ArrowGroup.d.ts +22 -0
- package/plugins/Object3DHelperPlugin/utils/CenterHandle.d.ts +23 -0
- package/plugins/Object3DHelperPlugin/utils/PlaneHandle.d.ts +19 -0
- package/plugins/Object3DHelperPlugin/utils/calculateScaleByCamera.d.ts +5 -0
- package/plugins/Object3DHelperPlugin/utils/cameraHooks.d.ts +2 -0
- package/plugins/Object3DHelperPlugin/utils/direction.d.ts +14 -0
- package/plugins/Object3DHelperPlugin/utils/getMouseRaycaster.d.ts +5 -0
- package/plugins/Object3DHelperPlugin/utils/getOrthographicCameraDirection.d.ts +8 -0
- package/plugins/Object3DHelperPlugin/utils/setObjectQuaternion.d.ts +8 -0
- package/plugins/Object3DHelperPlugin/utils/solidGuide.d.ts +27 -0
- package/plugins/Object3DHelperPlugin/utils/tipsDom.d.ts +8 -0
- package/plugins/TrajectoryPlugin/Controller.d.ts +1 -1
- package/plugins/index.d.ts +4 -1
- package/plugins/index.js +35 -21
- package/plugins/index.mjs +5418 -4238
- package/plugins/thirdParty/CSS3DRenderer.d.ts +16 -3
- package/plugins/thirdParty/domevents.d.ts +36 -0
- package/plugins/utils/uuid.d.ts +1 -4
- package/react/context.d.ts +3 -2
- package/react/createProvider.d.ts +4 -4
- package/react/createStore.d.ts +3 -3
- package/react/hooks/useFiveProject2d.d.ts +1 -1
- package/react/index.js +3 -3
- package/react/index.mjs +572 -783
- package/react/rendererPool.d.ts +2 -2
- package/shader-lib/index.js +13 -14
- package/shader-lib/index.mjs +424 -824
- package/sticker/index.js +3 -3
- package/sticker/index.mjs +102 -142
- package/umd/five-gltf-loader.js +9 -9
- package/umd/five-line.js +4 -4
- package/umd/five-plugins.js +35 -21
- package/umd/five-react.js +3 -3
- package/umd/five-shader-lib.js +13 -14
- package/umd/five-sticker.js +3 -3
- package/umd/five-vfx.js +21 -21
- package/umd/five-vue.js +3 -3
- package/umd/five.js +267 -777
- package/vfx/index.js +21 -21
- package/vfx/index.mjs +454 -910
- package/vue/index.js +3 -3
- package/vue/index.mjs +309 -301
- package/vue/rendererPool.d.ts +5 -5
- package/work-downloader/index.js +3 -3
- package/work-downloader/index.mjs +339 -556
- package/five/gs/util/renderData.d.ts +0 -32
- package/five/model/objects/pbmGSRenderMesh.d.ts +0 -29
- package/five/work/workObserverUtils.d.ts +0 -36
- /package/five/assets/{realsee-pmg-data-url.d.ts → realsee-png-data-url.d.ts} +0 -0
- /package/five/{gs → gaussian-splatting}/wasm/data.d.ts +0 -0
- /package/five/{gs → gaussian-splatting}/wasm/sort.d.ts +0 -0
- /package/five/{gs → gaussian-splatting}/worker/dataWorker.d.ts +0 -0
- /package/five/{gs → gaussian-splatting}/worker/sortWorker.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "
|
|
1
|
+
window.navigationData = "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"
|