@realsee/five 6.7.2 → 6.8.0-alpha.1
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/README.md +1 -391
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/highlight.css +16 -30
- package/docs/assets/icons.js +1 -1
- package/docs/assets/icons.svg +1 -1
- package/docs/assets/main.js +2 -2
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +3 -3
- package/docs/classes/five.AdaptiveLuminancePass.html +2 -2
- package/docs/classes/five.AnimationFrameLoop.html +5 -5
- package/docs/classes/five.BoundingMesh.html +1 -1
- package/docs/classes/five.Camera.html +5 -5
- package/docs/classes/five.EffectComposer.html +1 -1
- package/docs/classes/five.EyeDomeLightingPass.html +2 -2
- package/docs/classes/five.Five.html +125 -119
- package/docs/classes/five.FivePass.html +2 -2
- package/docs/classes/five.FullScreenQuad.html +2 -2
- package/docs/classes/five.InternalWebGLRenderer.html +1 -1
- package/docs/classes/five.Model.html +26 -26
- package/docs/classes/five.ModelScene.html +12 -12
- package/docs/classes/five.Motion.html +1 -1
- package/docs/classes/five.NetworkSubscribe.html +23 -23
- package/docs/classes/five.PBMContainer.html +3 -3
- package/docs/classes/five.PBMGSObject.html +22 -0
- package/docs/classes/five.PBMGroup.html +1 -1
- package/docs/classes/five.PBMMesh.html +1 -1
- package/docs/classes/five.PBMMeshMaterial.html +3 -3
- package/docs/classes/five.PBMPointCloud.html +1 -1
- package/docs/classes/five.PBMPointCloudMaterial.html +3 -3
- package/docs/classes/five.PBMSkinnedMesh.html +1 -1
- package/docs/classes/five.PanoCircleMesh.html +4 -4
- package/docs/classes/five.PanoCircleMeshCustom.html +4 -4
- package/docs/classes/five.PanoCircleMeshSolid.html +4 -4
- package/docs/classes/five.Parameter.html +50 -50
- package/docs/classes/five.Scene.html +3 -3
- package/docs/classes/five.Subscribe.html +26 -25
- package/docs/classes/five.Tile3D.html +26 -26
- package/docs/classes/five.TileNode.html +2 -2
- package/docs/classes/five.Tileset.html +11 -11
- package/docs/classes/five.TrajectoryNode.html +1 -1
- package/docs/classes/five.Work.html +14 -14
- package/docs/classes/five.WorkResolvedObserver.html +15 -15
- 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 +6 -6
- package/docs/classes/gltf-loader.GLTFObject.html +1 -1
- package/docs/classes/gltf-loader.THREEGLTFLoader.html +1 -1
- package/docs/classes/line.Line.html +1 -1
- package/docs/classes/line.LineGeometry.html +4 -4
- package/docs/classes/line.LineMaterial.html +1 -1
- package/docs/classes/line.LineSegmentsGeometry.html +4 -4
- 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 +16 -16
- package/docs/classes/plugins.RoundedBoxGeometry.html +1 -1
- package/docs/classes/react.Store.html +12 -11
- package/docs/classes/sticker.Sticker.html +11 -11
- package/docs/classes/vfx.Airflow.html +1 -1
- package/docs/classes/vfx.Flame.html +1 -1
- package/docs/classes/vfx.Particle.html +31 -31
- package/docs/classes/vfx.ParticleGPU.html +7 -7
- package/docs/classes/vfx.SpotLight.html +1 -1
- package/docs/documents/coordinate.html +7 -3
- package/docs/documents/five.FivePlugin.plugins.html +32 -17
- package/docs/documents/five.Pose.coordinate.html +7 -3
- package/docs/documents/intro.html +6 -0
- package/docs/documents/mode.html +15 -0
- package/docs/documents/plugins.html +32 -17
- package/docs/documents/quick-start.html +54 -0
- package/docs/documents/release_notes_6.7.html +209 -0
- package/docs/documents/state.html +2 -0
- package/docs/documents/support.html +25 -0
- package/docs/documents/work.html +67 -0
- package/docs/functions/five.coordinatesToVector.html +1 -1
- package/docs/functions/five.defaultImageURLTransform.html +3 -3
- package/docs/functions/five.headingToLongitude.html +1 -1
- package/docs/functions/five.loadSplat.html +1 -0
- package/docs/functions/five.loadSpz.html +1 -0
- package/docs/functions/five.longitudeToHeading.html +1 -1
- package/docs/functions/five.parseWork.html +3 -3
- package/docs/functions/five.vectorToCoordinates.html +1 -1
- package/docs/functions/react.createFiveProvider.html +2 -2
- package/docs/functions/react.createStore.html +8 -8
- package/docs/functions/react.useFiveAction.html +5 -5
- package/docs/functions/react.useFiveCameraDirection.html +1 -1
- package/docs/functions/react.useFiveCameraRaycaster.html +1 -1
- package/docs/functions/react.useFiveCurrentObserver.html +1 -1
- package/docs/functions/react.useFiveCurrentState.html +1 -1
- package/docs/functions/react.useFiveFloor.html +1 -1
- package/docs/functions/react.useFiveHelper.html +1 -1
- package/docs/functions/react.useFiveModelIntersectRaycaster.html +2 -2
- package/docs/functions/react.useFiveModelReadyState.html +1 -1
- package/docs/functions/react.useFiveProject2d.html +2 -2
- package/docs/functions/react.useFiveSceneEffect.html +1 -1
- package/docs/functions/react.useFiveWork.html +2 -2
- package/docs/functions/vue.useFiveAction.html +7 -7
- package/docs/functions/vue.useFiveCameraDirection.html +1 -1
- package/docs/functions/vue.useFiveCameraRaycaster.html +1 -1
- package/docs/functions/vue.useFiveCurrentObserver.html +1 -1
- package/docs/functions/vue.useFiveCurrentState.html +1 -1
- package/docs/functions/vue.useFiveFloor.html +1 -1
- package/docs/functions/vue.useFiveHelper.html +1 -1
- package/docs/functions/vue.useFiveModel.html +1 -1
- package/docs/functions/vue.useFiveModelBounding.html +1 -1
- package/docs/functions/vue.useFiveModelIntersectRaycaster.html +2 -2
- package/docs/functions/vue.useFiveModelReadyState.html +1 -1
- package/docs/functions/vue.useFiveProject2d.html +2 -2
- package/docs/functions/vue.useFiveScene.html +1 -1
- package/docs/functions/vue.useFiveState.html +1 -1
- package/docs/functions/vue.useFiveWorks.html +2 -2
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +10 -183
- package/docs/interfaces/five.AddableObject.html +5 -5
- package/docs/interfaces/five.AjaxOptions.html +5 -5
- package/docs/interfaces/five.BaseEvent.html +1 -1
- package/docs/interfaces/five.EventCallback.html +194 -194
- package/docs/interfaces/five.FiveInitArgs.html +18 -18
- package/docs/interfaces/five.FiveLoadOptions.html +3 -3
- package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +8 -8
- package/docs/interfaces/five.GestureEvent.html +1 -1
- package/docs/interfaces/five.ImageOptions.html +11 -11
- package/docs/interfaces/five.ImageURLOptions.html +8 -8
- package/docs/interfaces/five.IntersectEvent.html +1 -1
- package/docs/interfaces/five.IntersectMesh.html +1 -1
- package/docs/interfaces/five.IntersectMeshInterface.html +1 -1
- package/docs/interfaces/five.Intersection.html +2 -2
- package/docs/interfaces/five.LooseWorkWithExtrinsics.html +7 -7
- package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +8 -8
- package/docs/interfaces/five.ModeChangeEvent.html +1 -1
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +9 -9
- package/docs/interfaces/five.ModelEvent.html +1 -1
- package/docs/interfaces/five.ModelOptions.html +3 -3
- package/docs/interfaces/five.ModelSceneEvent.html +1 -1
- package/docs/interfaces/five.MovePanoOptions.html +10 -10
- package/docs/interfaces/five.NetworkAbortError.html +1 -1
- package/docs/interfaces/five.NetworkFirbiddenError.html +1 -1
- package/docs/interfaces/five.NetworkOptions.html +4 -4
- package/docs/interfaces/five.NetworkProxyError.html +1 -1
- package/docs/interfaces/five.NetworkResourceEvent.html +1 -1
- package/docs/interfaces/five.NetworkResponseError.html +1 -1
- package/docs/interfaces/five.NetworkTimeoutError.html +1 -1
- package/docs/interfaces/five.ObjectEvent.html +1 -1
- package/docs/interfaces/five.PBMMaterial.html +1 -1
- package/docs/interfaces/five.PBMMeshMaterialParameters.html +1 -1
- package/docs/interfaces/five.PBMPanoDepth.html +4 -4
- package/docs/interfaces/five.PBMPanoPicture.html +5 -5
- package/docs/interfaces/five.PBMPointCloudMaterialParameters.html +1 -1
- package/docs/interfaces/five.PanoCircleMeshInterface.html +4 -4
- package/docs/interfaces/five.PanoEvent.html +1 -1
- package/docs/interfaces/five.PanoTextureEvent.html +1 -1
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +15 -15
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +9 -9
- package/docs/interfaces/five.ParameterMaterialValue.html +36 -36
- package/docs/interfaces/five.ParameterTilesetValue.html +15 -15
- package/docs/interfaces/five.ParameterValue.html +50 -50
- package/docs/interfaces/five.Pass.html +1 -1
- package/docs/interfaces/five.Pose.html +6 -6
- package/docs/interfaces/five.RenderEvent.html +1 -1
- package/docs/interfaces/five.ResolvedParameterValue.html +50 -50
- package/docs/interfaces/five.State.html +9 -9
- package/docs/interfaces/five.StateEvent.html +1 -1
- package/docs/interfaces/five.TextureOptions.html +12 -12
- package/docs/interfaces/five.Tile3DOptions.html +2 -2
- package/docs/interfaces/five.TileCoordinateSystem.html +2 -2
- package/docs/interfaces/five.TilesetHeader.html +12 -12
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -7
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +13 -13
- package/docs/interfaces/five.ViewLayer.html +26 -26
- package/docs/interfaces/five.Viewport.html +4 -4
- package/docs/interfaces/five.WorkCubeImage.html +1 -1
- package/docs/interfaces/five.WorkImage.html +4 -4
- package/docs/interfaces/five.WorkInitial.html +8 -8
- package/docs/interfaces/five.WorkModel.html +8 -8
- package/docs/interfaces/five.WorkModelLayer.html +5 -5
- package/docs/interfaces/five.WorkObserver.html +15 -15
- package/docs/interfaces/five.WorkTile.html +4 -4
- package/docs/interfaces/five.WorkVideo.html +4 -4
- package/docs/interfaces/five.WorksEvent.html +1 -1
- package/docs/interfaces/five.XRControllerEvent.html +1 -1
- package/docs/interfaces/five.XRGestureEvent.html +1 -1
- package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +13 -13
- package/docs/interfaces/five.XRSessionEvent.html +1 -1
- package/docs/interfaces/plugins.BackgroundPluginController.html +11 -11
- package/docs/interfaces/plugins.BackgroundPluginType.EventMap.html +8 -8
- package/docs/interfaces/plugins.BasePlugin.BaseOptions.html +1 -1
- package/docs/interfaces/plugins.BasePlugin.Config.html +2 -2
- package/docs/interfaces/plugins.BasePlugin.State.html +4 -4
- package/docs/interfaces/plugins.BasePlugin.StateChangeParams.html +3 -3
- package/docs/interfaces/plugins.DynamicPathLinePluginController.html +45 -45
- package/docs/interfaces/plugins.DynamicPathLinePluginType.Config.html +18 -18
- package/docs/interfaces/plugins.DynamicPathLinePluginType.EventMap.html +13 -13
- package/docs/interfaces/plugins.DynamicPathLinePluginType.Params.html +2 -2
- package/docs/interfaces/plugins.DynamicPathLinePluginType.PathConfig.html +14 -14
- package/docs/interfaces/plugins.DynamicPathLinePluginType.State.html +5 -5
- package/docs/interfaces/plugins.ItemMaskController.html +12 -12
- package/docs/interfaces/plugins.ItemMaskPluginType.Config.html +1 -1
- package/docs/interfaces/plugins.ItemMaskPluginType.EventMap.html +5 -5
- package/docs/interfaces/plugins.ItemMaskPluginType.Params.html +1 -1
- package/docs/interfaces/plugins.ItemMaskPluginType.State.html +7 -7
- package/docs/interfaces/plugins.OrientationPluginController.html +12 -12
- package/docs/interfaces/plugins.OrientationPluginType.Config.html +1 -1
- package/docs/interfaces/plugins.OrientationPluginType.EventMap.html +5 -5
- package/docs/interfaces/plugins.OrientationPluginType.Params.html +1 -1
- package/docs/interfaces/plugins.OrientationPluginType.State.html +5 -5
- package/docs/interfaces/plugins.PanoAnimeController.html +14 -14
- package/docs/interfaces/plugins.PanoAnimePluginType.Config.html +1 -1
- package/docs/interfaces/plugins.PanoAnimePluginType.ConfigChangeEvent.html +3 -3
- package/docs/interfaces/plugins.PanoAnimePluginType.EventMap.html +6 -6
- package/docs/interfaces/plugins.PanoAnimePluginType.Params.html +1 -1
- package/docs/interfaces/plugins.PanoAnimePluginType.State.html +4 -4
- package/docs/interfaces/plugins.PluginTemplateType.Config.html +1 -1
- package/docs/interfaces/plugins.PluginTemplateType.EventMap.html +5 -5
- package/docs/interfaces/plugins.PluginTemplateType.Params.html +1 -1
- package/docs/interfaces/plugins.PluginTemplateType.State.html +4 -4
- package/docs/interfaces/plugins.TrajectoryController.html +19 -21
- package/docs/interfaces/react.FiveActionReactCallbacks.html +23 -23
- package/docs/interfaces/react.FiveCanvasProps.html +2 -2
- package/docs/interfaces/react.FiveInjectionTypes.html +70 -70
- package/docs/interfaces/sticker.IntersectionLike.html +2 -2
- package/docs/interfaces/vfx.ParticleArgs.html +26 -26
- package/docs/interfaces/vfx.ParticleGPUArgs.html +30 -30
- package/docs/interfaces/vue.FiveActionVueCallbacks.html +23 -23
- package/docs/modules/five.html +1 -1
- package/docs/modules.html +1 -1
- package/docs/types/five.ControllerEventTypes.html +32 -32
- package/docs/types/five.EventTypes.html +23 -23
- package/docs/types/five.FivePlugin.html +2 -2
- package/docs/types/five.FivePluginInit.html +1 -1
- package/docs/types/five.FivePluginInstance.html +1 -1
- package/docs/types/five.LegacyEventType.html +142 -142
- package/docs/types/five.LoadResultType.html +2 -2
- package/docs/types/five.Mode.html +1 -1
- package/docs/types/five.MotionCircle.html +1 -1
- package/docs/types/five.ParseOptions.html +6 -6
- package/docs/types/plugins.BasePlugin.EventMap.html +5 -5
- package/docs/types/plugins.DynamicPathLinePluginType.PluginData.html +1 -1
- package/docs/types/plugins.DynamicPathLinePluginType.ServerData.html +1 -1
- package/docs/variables/react.FiveCanvas.html +1 -1
- package/docs/variables/react.useFiveScene.html +1 -1
- package/docs/variables/vue.FiveCanvas.html +1 -1
- package/docs/variables/vue.FiveProvider.html +1 -1
- package/docs_markdown/README.md +33 -0
- package/docs_markdown/_media/coordinate.jpg +0 -0
- package/docs_markdown/documents/coordinate.md +29 -0
- package/docs_markdown/documents/intro.md +15 -0
- package/docs_markdown/documents/mode.md +21 -0
- package/docs_markdown/documents/plugins.md +226 -0
- package/docs_markdown/documents/quick-start.md +105 -0
- package/docs_markdown/documents/release_notes/6.7.md +407 -0
- package/docs_markdown/documents/state.md +7 -0
- package/docs_markdown/documents/support.md +13 -0
- package/docs_markdown/documents/work.md +148 -0
- package/docs_markdown/five/README.md +309 -0
- package/docs_markdown/five/classes/AdaptiveLuminancePass.md +238 -0
- package/docs_markdown/five/classes/AnimationFrameLoop.md +195 -0
- package/docs_markdown/five/classes/BoundingMesh.md +75 -0
- package/docs_markdown/five/classes/Camera.md +527 -0
- package/docs_markdown/five/classes/EffectComposer.md +241 -0
- package/docs_markdown/five/classes/EyeDomeLightingPass.md +232 -0
- package/docs_markdown/five/classes/Fetcher.md +133 -0
- package/docs_markdown/five/classes/Five.md +2231 -0
- package/docs_markdown/five/classes/FivePass.md +193 -0
- package/docs_markdown/five/classes/FiveRenderer.md +107 -0
- package/docs_markdown/five/classes/FullScreenQuad.md +95 -0
- package/docs_markdown/five/classes/InternalWebGLRenderer.md +65 -0
- package/docs_markdown/five/classes/Model.md +1009 -0
- package/docs_markdown/five/classes/ModelScene.md +495 -0
- package/docs_markdown/five/classes/Motion.md +235 -0
- package/docs_markdown/five/classes/NetworkSubscribe.md +289 -0
- package/docs_markdown/five/classes/PBMContainer.md +137 -0
- package/docs_markdown/five/classes/PBMCustomShader.md +171 -0
- package/docs_markdown/five/classes/PBMGSObject.md +257 -0
- package/docs_markdown/five/classes/PBMGroup.md +35 -0
- package/docs_markdown/five/classes/PBMMesh.md +43 -0
- package/docs_markdown/five/classes/PBMMeshMaterial.md +889 -0
- package/docs_markdown/five/classes/PBMPointCloud.md +41 -0
- package/docs_markdown/five/classes/PBMPointCloudMaterial.md +371 -0
- package/docs_markdown/five/classes/PBMSkinnedMesh.md +67 -0
- package/docs_markdown/five/classes/PanoCircleMesh.md +296 -0
- package/docs_markdown/five/classes/PanoCircleMeshCustom.md +296 -0
- package/docs_markdown/five/classes/PanoCircleMeshSolid.md +296 -0
- package/docs_markdown/five/classes/Parameter.md +905 -0
- package/docs_markdown/five/classes/Scene.md +109 -0
- package/docs_markdown/five/classes/Subscribe.md +271 -0
- package/docs_markdown/five/classes/TextureLoader.md +199 -0
- package/docs_markdown/five/classes/Tile.md +517 -0
- package/docs_markdown/five/classes/Tile3D.md +1287 -0
- package/docs_markdown/five/classes/TileCache.md +123 -0
- package/docs_markdown/five/classes/TileNode.md +171 -0
- package/docs_markdown/five/classes/TileRequestScheduler.md +69 -0
- package/docs_markdown/five/classes/Tileset.md +379 -0
- package/docs_markdown/five/classes/Trajectory.md +111 -0
- package/docs_markdown/five/classes/TrajectoryNode.md +129 -0
- package/docs_markdown/five/classes/Work.md +299 -0
- package/docs_markdown/five/classes/WorkResolvedObserver.md +302 -0
- package/docs_markdown/five/classes/XRButton.md +37 -0
- package/docs_markdown/five/enumerations/VolumePlaneIntersect.md +33 -0
- package/docs_markdown/five/functions/coordinatesToVector.md +33 -0
- package/docs_markdown/five/functions/createDebugBoundingMesh.md +25 -0
- package/docs_markdown/five/functions/createWorks.md +21 -0
- package/docs_markdown/five/functions/defaultImageURLTransform.md +33 -0
- package/docs_markdown/five/functions/getViewportScale.md +15 -0
- package/docs_markdown/five/functions/headingToLongitude.md +29 -0
- package/docs_markdown/five/functions/imageSupport.md +15 -0
- package/docs_markdown/five/functions/isBoundingVolume.md +21 -0
- package/docs_markdown/five/functions/isPanoId.md +21 -0
- package/docs_markdown/five/functions/loadAt3d.md +47 -0
- package/docs_markdown/five/functions/loadB3dm.md +39 -0
- package/docs_markdown/five/functions/loadDome.md +43 -0
- package/docs_markdown/five/functions/loadDomez.md +43 -0
- package/docs_markdown/five/functions/loadFbx.md +35 -0
- package/docs_markdown/five/functions/loadGltf.md +39 -0
- package/docs_markdown/five/functions/loadPbm.md +47 -0
- package/docs_markdown/five/functions/loadPly.md +61 -0
- package/docs_markdown/five/functions/loadPnts.md +35 -0
- package/docs_markdown/five/functions/loadSplat.md +35 -0
- package/docs_markdown/five/functions/loadSpz.md +35 -0
- package/docs_markdown/five/functions/loadX3p.md +39 -0
- package/docs_markdown/five/functions/longitudeToHeading.md +29 -0
- package/docs_markdown/five/functions/makeBoundingVolume.md +21 -0
- package/docs_markdown/five/functions/panoEqual.md +25 -0
- package/docs_markdown/five/functions/panoParse.md +21 -0
- package/docs_markdown/five/functions/panoStringify.md +21 -0
- package/docs_markdown/five/functions/parseWork.md +33 -0
- package/docs_markdown/five/functions/vectorToCoordinates.md +31 -0
- package/docs_markdown/five/functions/workToJson.md +21 -0
- package/docs_markdown/five/interfaces/AddableObject.md +77 -0
- package/docs_markdown/five/interfaces/AjaxOptions.md +81 -0
- package/docs_markdown/five/interfaces/AnimationFrame.md +67 -0
- package/docs_markdown/five/interfaces/AnimationFrameContext.md +55 -0
- package/docs_markdown/five/interfaces/BaseEvent.md +60 -0
- package/docs_markdown/five/interfaces/BoundingVolume.md +241 -0
- package/docs_markdown/five/interfaces/BoxBoundingVolume.md +325 -0
- package/docs_markdown/five/interfaces/CameraPose.md +49 -0
- package/docs_markdown/five/interfaces/CullingVolume.md +141 -0
- package/docs_markdown/five/interfaces/Draco.md +219 -0
- package/docs_markdown/five/interfaces/EventCallback.md +3374 -0
- package/docs_markdown/five/interfaces/FiveInitArgs.md +435 -0
- package/docs_markdown/five/interfaces/FiveLoadOptions.md +71 -0
- package/docs_markdown/five/interfaces/FloorplanControllerCustomInitArgs.md +93 -0
- package/docs_markdown/five/interfaces/GestureEvent.md +233 -0
- package/docs_markdown/five/interfaces/ImageOptions.md +147 -0
- package/docs_markdown/five/interfaces/ImageURLMappings.md +13 -0
- package/docs_markdown/five/interfaces/ImageURLOptions.md +89 -0
- package/docs_markdown/five/interfaces/IntersectEvent.md +89 -0
- package/docs_markdown/five/interfaces/IntersectMesh.md +33 -0
- package/docs_markdown/five/interfaces/IntersectMeshInterface.md +27 -0
- package/docs_markdown/five/interfaces/Intersection.md +53 -0
- package/docs_markdown/five/interfaces/KTX2.md +131 -0
- package/docs_markdown/five/interfaces/LoosePanoWork.md +81 -0
- package/docs_markdown/five/interfaces/LooseWork.md +145 -0
- package/docs_markdown/five/interfaces/LooseWorkInitial.md +89 -0
- package/docs_markdown/five/interfaces/LooseWorkModel.md +113 -0
- package/docs_markdown/five/interfaces/LooseWorkObserver.md +153 -0
- package/docs_markdown/five/interfaces/LooseWorkPanorama.md +121 -0
- package/docs_markdown/five/interfaces/LooseWorkVideo.md +33 -0
- package/docs_markdown/five/interfaces/LooseWorkWithExtrinsics.md +93 -0
- package/docs_markdown/five/interfaces/MapviewControllerCustomInitArgs.md +96 -0
- package/docs_markdown/five/interfaces/ModeChangeEvent.md +105 -0
- package/docs_markdown/five/interfaces/ModelControllerCustomInitArgs.md +147 -0
- package/docs_markdown/five/interfaces/ModelEvent.md +89 -0
- package/docs_markdown/five/interfaces/ModelOptions.md +54 -0
- package/docs_markdown/five/interfaces/ModelSceneEvent.md +73 -0
- package/docs_markdown/five/interfaces/MotionKeyframe.md +39 -0
- package/docs_markdown/five/interfaces/MovePanoOptions.md +192 -0
- package/docs_markdown/five/interfaces/NetworkAbortError.md +13 -0
- package/docs_markdown/five/interfaces/NetworkFirbiddenError.md +13 -0
- package/docs_markdown/five/interfaces/NetworkOptions.md +53 -0
- package/docs_markdown/five/interfaces/NetworkProxyError.md +13 -0
- package/docs_markdown/five/interfaces/NetworkResourceEvent.md +97 -0
- package/docs_markdown/five/interfaces/NetworkResponseError.md +21 -0
- package/docs_markdown/five/interfaces/NetworkTimeoutError.md +13 -0
- package/docs_markdown/five/interfaces/ObjectEvent.md +73 -0
- package/docs_markdown/five/interfaces/PBMClipperParameter.md +25 -0
- package/docs_markdown/five/interfaces/PBMCustomShaderInitArgs.md +57 -0
- package/docs_markdown/five/interfaces/PBMCustomShaderSlots.md +53 -0
- package/docs_markdown/five/interfaces/PBMMaterial.md +18 -0
- package/docs_markdown/five/interfaces/PBMMeshMaterialParameters.md +221 -0
- package/docs_markdown/five/interfaces/PBMPanoDepth.md +49 -0
- package/docs_markdown/five/interfaces/PBMPanoPicture.md +59 -0
- package/docs_markdown/five/interfaces/PBMPointCloudMaterialParameters.md +221 -0
- package/docs_markdown/five/interfaces/PBMRefinedScreen.md +49 -0
- package/docs_markdown/five/interfaces/PanoCircleMeshCustomOptions.md +73 -0
- package/docs_markdown/five/interfaces/PanoCircleMeshInterface.md +222 -0
- package/docs_markdown/five/interfaces/PanoCircleMeshOptions.md +25 -0
- package/docs_markdown/five/interfaces/PanoCircleMeshSolidOptions.md +25 -0
- package/docs_markdown/five/interfaces/PanoEvent.md +121 -0
- package/docs_markdown/five/interfaces/PanoTextureEvent.md +97 -0
- package/docs_markdown/five/interfaces/PanoramaControllerCustomInitArgs.md +260 -0
- package/docs_markdown/five/interfaces/PanoramaLikeControllerCustomInitArgs.md +112 -0
- package/docs_markdown/five/interfaces/ParameterMaterialValue.md +363 -0
- package/docs_markdown/five/interfaces/ParameterTilesetValue.md +161 -0
- package/docs_markdown/five/interfaces/ParameterValue.md +715 -0
- package/docs_markdown/five/interfaces/Pass.md +100 -0
- package/docs_markdown/five/interfaces/Pose.md +69 -0
- package/docs_markdown/five/interfaces/RegionBoundingVolume.md +349 -0
- package/docs_markdown/five/interfaces/RenderEvent.md +73 -0
- package/docs_markdown/five/interfaces/ResolvedParameterValue.md +727 -0
- package/docs_markdown/five/interfaces/SphereBoundingVolume.md +317 -0
- package/docs_markdown/five/interfaces/State.md +123 -0
- package/docs_markdown/five/interfaces/StateEvent.md +87 -0
- package/docs_markdown/five/interfaces/TextureOptions.md +157 -0
- package/docs_markdown/five/interfaces/Tile3DOptions.md +83 -0
- package/docs_markdown/five/interfaces/TileCoordinateSystem.md +25 -0
- package/docs_markdown/five/interfaces/TileHeader.md +89 -0
- package/docs_markdown/five/interfaces/TilesetHeader.md +209 -0
- package/docs_markdown/five/interfaces/TilesetOptions.md +205 -0
- package/docs_markdown/five/interfaces/TopviewControllerCustomInitArgs.md +101 -0
- package/docs_markdown/five/interfaces/TrajectoryHeader.md +41 -0
- package/docs_markdown/five/interfaces/VRPanoramaControllerCustomInitArgs.md +264 -0
- package/docs_markdown/five/interfaces/ViewLayer.md +1505 -0
- package/docs_markdown/five/interfaces/Viewport.md +57 -0
- package/docs_markdown/five/interfaces/WebXRAxesParams.md +57 -0
- package/docs_markdown/five/interfaces/WebXRControllerParams.md +25 -0
- package/docs_markdown/five/interfaces/WorkCubeImage.md +86 -0
- package/docs_markdown/five/interfaces/WorkImage.md +117 -0
- package/docs_markdown/five/interfaces/WorkInitial.md +89 -0
- package/docs_markdown/five/interfaces/WorkInitialJson.md +65 -0
- package/docs_markdown/five/interfaces/WorkJson.md +89 -0
- package/docs_markdown/five/interfaces/WorkModel.md +113 -0
- package/docs_markdown/five/interfaces/WorkModelJson.md +49 -0
- package/docs_markdown/five/interfaces/WorkModelLayer.md +59 -0
- package/docs_markdown/five/interfaces/WorkModelLayerJson.md +41 -0
- package/docs_markdown/five/interfaces/WorkObserver.md +184 -0
- package/docs_markdown/five/interfaces/WorkObserverJson.md +97 -0
- package/docs_markdown/five/interfaces/WorkPanoramaJson.md +125 -0
- package/docs_markdown/five/interfaces/WorkPanoramasJson.md +25 -0
- package/docs_markdown/five/interfaces/WorkTile.md +115 -0
- package/docs_markdown/five/interfaces/WorkVideo.md +49 -0
- package/docs_markdown/five/interfaces/WorksEvent.md +89 -0
- package/docs_markdown/five/interfaces/XRControllerEvent.md +177 -0
- package/docs_markdown/five/interfaces/XRGestureEvent.md +125 -0
- package/docs_markdown/five/interfaces/XRPanoramaControllerCustomInitArgs.md +264 -0
- package/docs_markdown/five/interfaces/XRSessionEvent.md +81 -0
- package/docs_markdown/five/interfaces/documents/coordinate.md +29 -0
- package/docs_markdown/five/type-aliases/AjaxResponseType.md +11 -0
- package/docs_markdown/five/type-aliases/AjaxResponseTypeMapping.md +17 -0
- package/docs_markdown/five/type-aliases/AnimationFrameLoopType.md +11 -0
- package/docs_markdown/five/type-aliases/BoundingVolumeJson.md +11 -0
- package/docs_markdown/five/type-aliases/BoxBoundingVolumeJson.md +19 -0
- package/docs_markdown/five/type-aliases/ControllerCustomInitTypes.md +67 -0
- package/docs_markdown/five/type-aliases/ControllerEventTypes.md +669 -0
- package/docs_markdown/five/type-aliases/CubeFace.md +11 -0
- package/docs_markdown/five/type-aliases/EventTypes.md +381 -0
- package/docs_markdown/five/type-aliases/FivePlugin.md +31 -0
- package/docs_markdown/five/type-aliases/FivePluginInit.md +21 -0
- package/docs_markdown/five/type-aliases/FivePluginInstance.md +21 -0
- package/docs_markdown/five/type-aliases/GestureTypes.md +11 -0
- package/docs_markdown/five/type-aliases/LegacyEventType.md +1852 -0
- package/docs_markdown/five/type-aliases/LoadResultType.md +109 -0
- package/docs_markdown/five/type-aliases/Mode.md +19 -0
- package/docs_markdown/five/type-aliases/Models.md +121 -0
- package/docs_markdown/five/type-aliases/MotionCircle.md +13 -0
- package/docs_markdown/five/type-aliases/MotionConfig.md +17 -0
- package/docs_markdown/five/type-aliases/MotionInitalValue.md +17 -0
- package/docs_markdown/five/type-aliases/MotionValue.md +17 -0
- package/docs_markdown/five/type-aliases/MovePanoEffect.md +24 -0
- package/docs_markdown/five/type-aliases/NetWorkMeta.md +71 -0
- package/docs_markdown/five/type-aliases/NetworkError.md +11 -0
- package/docs_markdown/five/type-aliases/NetworkErrorCallback.md +21 -0
- package/docs_markdown/five/type-aliases/NetworkProgressCallback.md +21 -0
- package/docs_markdown/five/type-aliases/NetworkResponse.md +37 -0
- package/docs_markdown/five/type-aliases/NetworkState.md +11 -0
- package/docs_markdown/five/type-aliases/NetworkSuccessCallback.md +27 -0
- package/docs_markdown/five/type-aliases/NetworkType.md +11 -0
- package/docs_markdown/five/type-aliases/PBMAlphaMode.md +11 -0
- package/docs_markdown/five/type-aliases/PBMColorStyle.md +11 -0
- package/docs_markdown/five/type-aliases/PBMFloorStyle.md +11 -0
- package/docs_markdown/five/type-aliases/PBMMeshShaderType.md +11 -0
- package/docs_markdown/five/type-aliases/PBMPointBack.md +11 -0
- package/docs_markdown/five/type-aliases/PBMPointCloudShaderType.md +11 -0
- package/docs_markdown/five/type-aliases/PBMPointShape.md +11 -0
- package/docs_markdown/five/type-aliases/PBMPointSize.md +11 -0
- package/docs_markdown/five/type-aliases/PBMTransition.md +11 -0
- package/docs_markdown/five/type-aliases/Pano.md +27 -0
- package/docs_markdown/five/type-aliases/PanoId.md +11 -0
- package/docs_markdown/five/type-aliases/ParseOptions.md +65 -0
- package/docs_markdown/five/type-aliases/PostProcessingType.md +11 -0
- package/docs_markdown/five/type-aliases/RegionBoundingVolumeJson.md +19 -0
- package/docs_markdown/five/type-aliases/RequestAnimationFrameArgs.md +17 -0
- package/docs_markdown/five/type-aliases/Scissor.md +15 -0
- package/docs_markdown/five/type-aliases/SphereBoundingVolumeJson.md +19 -0
- package/docs_markdown/five/type-aliases/SubscribeEventMap.md +15 -0
- package/docs_markdown/five/type-aliases/TileCacheOptions.md +47 -0
- package/docs_markdown/five/type-aliases/TileContentData.md +51 -0
- package/docs_markdown/five/type-aliases/TileRequestOrder.md +11 -0
- package/docs_markdown/five/type-aliases/TileRequestSchedulerOptions.md +69 -0
- package/docs_markdown/five/type-aliases/TilesetFrameState.md +199 -0
- package/docs_markdown/five/type-aliases/TrajectoryContentData.md +59 -0
- package/docs_markdown/five/type-aliases/WebXRControllerKey.md +11 -0
- package/docs_markdown/five/type-aliases/WebXRControllerType.md +11 -0
- package/docs_markdown/five/type-aliases/Works.md +59 -0
- package/docs_markdown/five/type-aliases/documents/plugins.md +226 -0
- package/docs_markdown/five/variables/PROXY_CONTROLLER_EVENT_NAMES.md +11 -0
- package/docs_markdown/five/variables/controllersDefaultInitArgs.md +41 -0
- package/docs_markdown/five/variables/draco.md +11 -0
- package/docs_markdown/five/variables/ktx2.md +11 -0
- package/docs_markdown/gltf-loader/README.md +23 -0
- package/docs_markdown/gltf-loader/classes/DDSLoader.md +57 -0
- package/docs_markdown/gltf-loader/classes/DRACOLoader.md +143 -0
- package/docs_markdown/gltf-loader/classes/GLTFLoader.md +208 -0
- package/docs_markdown/gltf-loader/classes/GLTFObject.md +76 -0
- package/docs_markdown/gltf-loader/classes/GLTFParser.md +75 -0
- package/docs_markdown/gltf-loader/classes/THREEGLTFLoader.md +151 -0
- package/docs_markdown/gltf-loader/interfaces/DDS.md +57 -0
- package/docs_markdown/gltf-loader/interfaces/GLTF.md +98 -0
- package/docs_markdown/gltf-loader/interfaces/GLTFReference.md +25 -0
- package/docs_markdown/gltf-loader/interfaces/THREEGLTF.md +89 -0
- package/docs_markdown/line/README.md +20 -0
- package/docs_markdown/line/classes/Line.md +151 -0
- package/docs_markdown/line/classes/LineGeometry.md +273 -0
- package/docs_markdown/line/classes/LineMaterial.md +83 -0
- package/docs_markdown/line/classes/LineSegmentsGeometry.md +219 -0
- package/docs_markdown/line/classes/THREE_Line2.md +81 -0
- package/docs_markdown/line/classes/THREE_LineSegments2.md +81 -0
- package/docs_markdown/line/type-aliases/LineMaterialParameters.md +67 -0
- package/docs_markdown/modules.md +28 -0
- package/docs_markdown/plugins/README.md +43 -0
- package/docs_markdown/plugins/classes/CSS3DRenderer.md +93 -0
- package/docs_markdown/plugins/classes/OrbitControls.md +461 -0
- package/docs_markdown/plugins/classes/RoundedBoxGeometry.md +79 -0
- package/docs_markdown/plugins/functions/BackgroundPlugin.md +25 -0
- package/docs_markdown/plugins/functions/DynamicPathLinePlugin.md +25 -0
- package/docs_markdown/plugins/functions/ItemMaskPlugin.md +25 -0
- package/docs_markdown/plugins/functions/OrientationPlugin.md +25 -0
- package/docs_markdown/plugins/functions/PanoAnimePlugin.md +25 -0
- package/docs_markdown/plugins/functions/TrajectoryPlugin.md +25 -0
- package/docs_markdown/plugins/interfaces/BackgroundPluginController.md +313 -0
- package/docs_markdown/plugins/interfaces/DynamicPathLinePluginController.md +755 -0
- package/docs_markdown/plugins/interfaces/ItemMaskController.md +393 -0
- package/docs_markdown/plugins/interfaces/Keyframe.md +25 -0
- package/docs_markdown/plugins/interfaces/OrientationPluginController.md +491 -0
- package/docs_markdown/plugins/interfaces/PanoAnimeController.md +365 -0
- package/docs_markdown/plugins/interfaces/PlayingState.md +25 -0
- package/docs_markdown/plugins/interfaces/TrajectoryController.md +609 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/README.md +25 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/enumerations/WarningCodeType.md +17 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/interfaces/Config.md +9 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/interfaces/EventMap.md +205 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/interfaces/Params.md +25 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/interfaces/PluginDataItem.md +9 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/type-aliases/Mirror.md +17 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/type-aliases/Mode.md +11 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/type-aliases/PluginData.md +11 -0
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/type-aliases/State.md +19 -0
- package/docs_markdown/plugins/namespaces/BasePlugin/README.md +22 -0
- package/docs_markdown/plugins/namespaces/BasePlugin/classes/Controller.md +318 -0
- package/docs_markdown/plugins/namespaces/BasePlugin/interfaces/BaseOptions.md +19 -0
- package/docs_markdown/plugins/namespaces/BasePlugin/interfaces/Config.md +39 -0
- package/docs_markdown/plugins/namespaces/BasePlugin/interfaces/State.md +49 -0
- package/docs_markdown/plugins/namespaces/BasePlugin/interfaces/StateChangeParams.md +45 -0
- package/docs_markdown/plugins/namespaces/BasePlugin/type-aliases/EventMap.md +110 -0
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/README.md +20 -0
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/Config.md +181 -0
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/EventMap.md +261 -0
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/Params.md +37 -0
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/PathConfig.md +141 -0
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/State.md +67 -0
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/type-aliases/PluginData.md +21 -0
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/type-aliases/ServerData.md +73 -0
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/README.md +21 -0
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/Config.md +11 -0
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/EventMap.md +109 -0
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/ItemType.md +121 -0
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/MaskType.md +33 -0
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/Params.md +27 -0
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/State.md +87 -0
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/type-aliases/PluginData.md +27 -0
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/type-aliases/ServerData.md +27 -0
- package/docs_markdown/plugins/namespaces/OrientationPluginType/README.md +19 -0
- package/docs_markdown/plugins/namespaces/OrientationPluginType/interfaces/Config.md +27 -0
- package/docs_markdown/plugins/namespaces/OrientationPluginType/interfaces/EventMap.md +109 -0
- package/docs_markdown/plugins/namespaces/OrientationPluginType/interfaces/Params.md +27 -0
- package/docs_markdown/plugins/namespaces/OrientationPluginType/interfaces/State.md +67 -0
- package/docs_markdown/plugins/namespaces/OrientationPluginType/type-aliases/PluginData.md +11 -0
- package/docs_markdown/plugins/namespaces/OrientationPluginType/type-aliases/ServerData.md +11 -0
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/README.md +20 -0
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/Config.md +19 -0
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/ConfigChangeEvent.md +39 -0
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/EventMap.md +157 -0
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/Params.md +27 -0
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/State.md +57 -0
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/type-aliases/PluginData.md +11 -0
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/type-aliases/ServerData.md +11 -0
- package/docs_markdown/plugins/namespaces/PluginTemplateType/README.md +19 -0
- package/docs_markdown/plugins/namespaces/PluginTemplateType/interfaces/Config.md +19 -0
- package/docs_markdown/plugins/namespaces/PluginTemplateType/interfaces/EventMap.md +109 -0
- package/docs_markdown/plugins/namespaces/PluginTemplateType/interfaces/Params.md +27 -0
- package/docs_markdown/plugins/namespaces/PluginTemplateType/interfaces/State.md +57 -0
- package/docs_markdown/plugins/namespaces/PluginTemplateType/type-aliases/PluginData.md +11 -0
- package/docs_markdown/plugins/namespaces/PluginTemplateType/type-aliases/ServerData.md +19 -0
- package/docs_markdown/react/README.md +58 -0
- package/docs_markdown/react/classes/Store.md +184 -0
- package/docs_markdown/react/functions/createFiveFeature.md +27 -0
- package/docs_markdown/react/functions/createFiveProvider.md +42 -0
- package/docs_markdown/react/functions/createStore.md +158 -0
- package/docs_markdown/react/functions/unsafe__useFiveInstance.md +27 -0
- package/docs_markdown/react/functions/useFiveAction.md +82 -0
- package/docs_markdown/react/functions/useFiveCameraDirection.md +19 -0
- package/docs_markdown/react/functions/useFiveCameraRaycaster.md +19 -0
- package/docs_markdown/react/functions/useFiveCurrentObserver.md +25 -0
- package/docs_markdown/react/functions/useFiveCurrentState.md +25 -0
- package/docs_markdown/react/functions/useFiveEventCallback.md +44 -0
- package/docs_markdown/react/functions/useFiveFloor.md +25 -0
- package/docs_markdown/react/functions/useFiveHelper.md +25 -0
- package/docs_markdown/react/functions/useFiveModelIntersectRaycaster.md +45 -0
- package/docs_markdown/react/functions/useFiveModelReadyState.md +20 -0
- package/docs_markdown/react/functions/useFiveProject2d.md +49 -0
- package/docs_markdown/react/functions/useFiveSceneEffect.md +39 -0
- package/docs_markdown/react/functions/useFiveState.md +15 -0
- package/docs_markdown/react/functions/useFiveWork.md +39 -0
- package/docs_markdown/react/functions/withFive.md +47 -0
- package/docs_markdown/react/interfaces/FiveActionReactCallbacks.md +270 -0
- package/docs_markdown/react/interfaces/FiveCanvasProps.md +29 -0
- package/docs_markdown/react/interfaces/FiveInjectionTypes.md +1075 -0
- package/docs_markdown/react/interfaces/PropTypeOfFiveFeatures.md +23 -0
- package/docs_markdown/react/type-aliases/FiveInjectionActionFeature.md +11 -0
- package/docs_markdown/react/type-aliases/FiveInjectionDataFeature.md +11 -0
- package/docs_markdown/react/type-aliases/FiveInjectionFeature.md +11 -0
- package/docs_markdown/react/type-aliases/FiveProviderPropTypes.md +139 -0
- package/docs_markdown/react/type-aliases/FiveProviderType.md +11 -0
- package/docs_markdown/react/type-aliases/StoreActionMapHanlder.md +25 -0
- package/docs_markdown/react/type-aliases/StoreActionMapType.md +15 -0
- package/docs_markdown/react/type-aliases/StoreProviderType.md +11 -0
- package/docs_markdown/react/type-aliases/StoreValueMapType.md +11 -0
- package/docs_markdown/react/variables/FiveCanvas.md +25 -0
- package/docs_markdown/react/variables/INJECTION_PROPNAME.md +11 -0
- package/docs_markdown/react/variables/useFiveScene.md +43 -0
- package/docs_markdown/sticker/README.md +15 -0
- package/docs_markdown/sticker/classes/Sticker.md +208 -0
- package/docs_markdown/sticker/interfaces/IntersectionLike.md +39 -0
- package/docs_markdown/vfx/README.md +27 -0
- package/docs_markdown/vfx/classes/Airflow.md +175 -0
- package/docs_markdown/vfx/classes/Flame.md +241 -0
- package/docs_markdown/vfx/classes/Particle.md +488 -0
- package/docs_markdown/vfx/classes/ParticleGPU.md +195 -0
- package/docs_markdown/vfx/classes/SpotLight.md +159 -0
- package/docs_markdown/vfx/interfaces/ParticleArgs.md +338 -0
- package/docs_markdown/vfx/interfaces/ParticleGPUArgs.md +301 -0
- package/docs_markdown/vfx/interfaces/ParticleGPUTweenKeyframe.md +31 -0
- package/docs_markdown/vfx/interfaces/ParticleTweenKeyframe.md +31 -0
- package/docs_markdown/vfx/type-aliases/ParticleGPUType.md +11 -0
- package/docs_markdown/vfx/type-aliases/ParticleType.md +11 -0
- package/docs_markdown/vue/README.md +42 -0
- package/docs_markdown/vue/functions/unsafe__useFiveInject.md +27 -0
- package/docs_markdown/vue/functions/useFiveAction.md +104 -0
- package/docs_markdown/vue/functions/useFiveCameraDirection.md +19 -0
- package/docs_markdown/vue/functions/useFiveCameraRaycaster.md +19 -0
- package/docs_markdown/vue/functions/useFiveCurrentObserver.md +25 -0
- package/docs_markdown/vue/functions/useFiveCurrentState.md +25 -0
- package/docs_markdown/vue/functions/useFiveEventCallback.md +40 -0
- package/docs_markdown/vue/functions/useFiveFloor.md +25 -0
- package/docs_markdown/vue/functions/useFiveHelper.md +25 -0
- package/docs_markdown/vue/functions/useFiveModel.md +17 -0
- package/docs_markdown/vue/functions/useFiveModelBounding.md +17 -0
- package/docs_markdown/vue/functions/useFiveModelIntersectRaycaster.md +35 -0
- package/docs_markdown/vue/functions/useFiveModelReadyState.md +20 -0
- package/docs_markdown/vue/functions/useFiveProject2d.md +38 -0
- package/docs_markdown/vue/functions/useFiveScene.md +17 -0
- package/docs_markdown/vue/functions/useFiveState.md +25 -0
- package/docs_markdown/vue/functions/useFiveWorks.md +39 -0
- package/docs_markdown/vue/interfaces/FiveActionVueCallbacks.md +301 -0
- package/docs_markdown/vue/type-aliases/FiveModelIntersectRaycaster.md +21 -0
- package/docs_markdown/vue/type-aliases/FiveProviderComponent.md +11 -0
- package/docs_markdown/vue/type-aliases/Project2d.md +25 -0
- package/docs_markdown/vue/variables/FiveCanvas.md +37 -0
- package/docs_markdown/vue/variables/FiveProvider.md +32 -0
- package/five/index.d.ts +64 -2
- package/five/index.js +160 -72
- package/five/index.mjs +7500 -6606
- package/gltf-loader/index.js +3 -3
- package/gltf-loader/index.mjs +146 -146
- package/line/index.js +3 -3
- package/line/index.mjs +10 -10
- package/package.json +1 -1
- package/plugins/index.d.ts +0 -2
- package/plugins/index.js +2 -2
- package/plugins/index.mjs +2 -2
- package/react/index.js +2 -2
- package/react/index.mjs +2 -2
- package/shader-lib/index.js +2 -2
- package/shader-lib/index.mjs +2 -2
- package/sticker/index.js +3 -3
- package/sticker/index.mjs +7 -7
- package/umd/five-gltf-loader.js +3 -3
- package/umd/five-line.js +3 -3
- package/umd/five-plugins.js +2 -2
- package/umd/five-react.js +2 -2
- package/umd/five-shader-lib.js +2 -2
- package/umd/five-sticker.js +3 -3
- package/umd/five-vfx.js +2 -2
- package/umd/five-vue.js +2 -2
- package/umd/five.js +160 -72
- package/vfx/index.js +2 -2
- package/vfx/index.mjs +2 -2
- package/vue/index.js +2 -2
- package/vue/index.mjs +2 -2
- package/work-downloader/index.js +2 -2
- package/work-downloader/index.mjs +2 -2
- package/docs/documents/react-component.html +0 -32
package/README.md
CHANGED
|
@@ -12,408 +12,18 @@
|
|
|
12
12
|
|
|
13
13
|
**Five**通过 [TypeScript](https://www.typescriptlang.org/) 编写,保证开发的质量以及编程体验,推荐通过 [Visual Studio Code](https://code.visualstudio.com)、[WebStorm](https://www.jetbrains.com/webstorm/) 等现代源代码编辑器,您将可以体验到友好的代码提示以及自动补全。
|
|
14
14
|
|
|
15
|
-
**Five**还提供了完善的 [React Hooks API](https://reactjs.org/docs/hooks-intro.html) ,可以方便的通过 [React](https://reactjs.org) 开发复杂的响应式数据应用。当然直接使用**Five**开发也是没有问题的。
|
|
16
|
-
|
|
17
15
|
## 安装**Five**
|
|
18
16
|
|
|
19
17
|
**Five**提供通过 [npm](https://www.npmjs.com) 的方式安装。**Five**基于 [Three.js](https://threejs.org), 所以同时您需要安装相关依赖。
|
|
20
18
|
|
|
21
|
-
目前依赖的**three**版本为
|
|
19
|
+
目前依赖的**three**版本为 117 的版本
|
|
22
20
|
|
|
23
21
|
```shell
|
|
24
22
|
npm install @realsee/five three@0.117.1
|
|
25
23
|
```
|
|
26
24
|
|
|
27
|
-
如果您使用**React Hooks API**,那么也请同时安装**React**的相关依赖。
|
|
28
|
-
|
|
29
|
-
```shell
|
|
30
|
-
npm install @realsee/five three@0.117.1 react react-dom @types/react @types/react-dom
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
接下来便可以在您的项目使用**Five**了。
|
|
34
|
-
|
|
35
|
-
```typescript
|
|
36
|
-
import { Five } from "@realsee/five";
|
|
37
|
-
// 如果您使用 React Hoos API
|
|
38
|
-
import { useFiveState } from "@realsee/five/react";
|
|
39
|
-
|
|
40
|
-
```
|
|
41
|
-
|
|
42
25
|
## 浏览器兼容性
|
|
43
26
|
|
|
44
27
|
| Safari | Safari on iOS | Chrome | Chrome for Android | Edge | Firefox |
|
|
45
28
|
|:------:|:-------------:|--------:|:------------------:|:----:|:-------:|
|
|
46
29
|
| >= 9 | >= 9 | >= 49 | >= 93 | >= 13| >= 45 |
|
|
47
|
-
|
|
48
|
-
## 快速上手
|
|
49
|
-
|
|
50
|
-
**Five**提供了快速上手体验的项目生成工具,您可以通过他熟悉**Five**的功能以及尝试基于**Five**开发功能。
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
1. 先创建一个文件夹`five-quick-start`, 作为项目根目录并且使用 `npm init` 命令初始化一个工程。
|
|
54
|
-
|
|
55
|
-
```shell
|
|
56
|
-
mkdir five-quick-start && cd five-quick-start && npm init -y
|
|
57
|
-
```
|
|
58
|
-
|
|
59
|
-
2. 安装**Five**
|
|
60
|
-
|
|
61
|
-
```shell
|
|
62
|
-
npm install @realsee/five
|
|
63
|
-
```
|
|
64
|
-
|
|
65
|
-
3. 通过**Five**的内置的`five-quick-start-init`脚本来快速补完当前项目
|
|
66
|
-
|
|
67
|
-
```shell
|
|
68
|
-
npx five-quick-start-init
|
|
69
|
-
```
|
|
70
|
-
|
|
71
|
-
项目的文件结构如下
|
|
72
|
-
|
|
73
|
-
```
|
|
74
|
-
.
|
|
75
|
-
├── README.md
|
|
76
|
-
├── assets 静态文件(测试数据)
|
|
77
|
-
│ ├── data0.json
|
|
78
|
-
│ └── data1.json
|
|
79
|
-
├── index.html 页面模版
|
|
80
|
-
├── index.tsx 逻辑代码
|
|
81
|
-
├── package.json npm 包管理描述
|
|
82
|
-
├── tsconfig.json typescript 配置
|
|
83
|
-
├── webpack.config.js webpack 开发环境配置
|
|
84
|
-
└── webpack.production.js webpack 生产配置
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
通**npm script**运行测试环境
|
|
88
|
-
|
|
89
|
-
```shell
|
|
90
|
-
npm run dev
|
|
91
|
-
```
|
|
92
|
-
|
|
93
|
-
默认将会在 `port: 3000` 开启 `webpack dev server`。您也可以在 `webpack.config.js` 中修改配置。
|
|
94
|
-
|
|
95
|
-
4. 现在可以打来浏览器 `http://0.0.0.0:3000` 来看看项目初始化的效果了。您可以修改代码来体验一下如何使用**Five**来二次开发。
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
## 如何使用**Five**
|
|
100
|
-
|
|
101
|
-
**Five**的简单使用样例:
|
|
102
|
-
|
|
103
|
-
```ts
|
|
104
|
-
import { Five } from "@realsee/five";
|
|
105
|
-
|
|
106
|
-
// 构造函数的具体参数见文档
|
|
107
|
-
const five = new Five();
|
|
108
|
-
|
|
109
|
-
// 将渲染视图的 canvas 添加到 DOM 中
|
|
110
|
-
five.appendTo(document.getElementById('app')!);
|
|
111
|
-
|
|
112
|
-
// 如果显示区域需要变动,在变动时请调用 refresh 重置显示参数
|
|
113
|
-
window.addEventListener('resize', () => five.refresh());
|
|
114
|
-
|
|
115
|
-
// 获取三维空间的 Work 数据,加载进来
|
|
116
|
-
// Work 数据可以通过如视开发者中心获取
|
|
117
|
-
fetch(`./work.json`)
|
|
118
|
-
.then(res => res.json())
|
|
119
|
-
.then(work => five.load(work));
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
其他的 Five API 待补充
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
## 在**React**框架中使用**Five**
|
|
126
|
-
|
|
127
|
-
在**React**框架中使用**Five**的简单使用样例:
|
|
128
|
-
|
|
129
|
-
```tsx
|
|
130
|
-
import * as React from "react";
|
|
131
|
-
import * as ReactDOM from "react-dom";
|
|
132
|
-
import {Five, Work, parseWork} from "@realsee/five";
|
|
133
|
-
import {createFiveProvider, FiveCanvas} from "@realsee/five/react";
|
|
134
|
-
|
|
135
|
-
// 创建 Provider, 参数与 new Five 参数类似
|
|
136
|
-
// 构造函数的具体参数见文档
|
|
137
|
-
const FiveProvider = createFiveProvider();
|
|
138
|
-
|
|
139
|
-
const App: React.FC = () => {
|
|
140
|
-
|
|
141
|
-
// 声明 State: Work
|
|
142
|
-
const [work, setWork] = React.useState<Work | null>(null);
|
|
143
|
-
|
|
144
|
-
// 声明 State: Size<{width, height}>
|
|
145
|
-
const [size, setSize] = React.useState({
|
|
146
|
-
width: window.innerWidth,
|
|
147
|
-
height: window.innerHeight
|
|
148
|
-
})
|
|
149
|
-
|
|
150
|
-
// 获取三维空间的 Work 数据,加载进来
|
|
151
|
-
const loadWork = React.useCallback((url: string) => {
|
|
152
|
-
fetch(url)
|
|
153
|
-
.then(res => res.json())
|
|
154
|
-
.then(data => setWork(parseWork(data)));
|
|
155
|
-
}, []);
|
|
156
|
-
|
|
157
|
-
React.useEffect(() => {
|
|
158
|
-
loadWork("./data0.json");
|
|
159
|
-
}, []);
|
|
160
|
-
|
|
161
|
-
// 如果显示区域需要变动,在变动时请调用 FiveCanvas 的 size
|
|
162
|
-
React.useEffect(() => {
|
|
163
|
-
const onResize = () => {
|
|
164
|
-
setSize({
|
|
165
|
-
width: window.innerWidth,
|
|
166
|
-
height: window.innerHeight
|
|
167
|
-
});
|
|
168
|
-
}
|
|
169
|
-
window.addEventListener("resize", onResize, false);
|
|
170
|
-
return () => window.removeEventListener("resize", onResize, false);
|
|
171
|
-
});
|
|
172
|
-
|
|
173
|
-
if (work) {
|
|
174
|
-
{/*
|
|
175
|
-
在 FiveProvider 内承载一个 Five 实例,
|
|
176
|
-
在他内部的组件可以使用 Five React Hook API 来获取/设置/操作 他
|
|
177
|
-
一个页面中也可以有多个 FiveProvider
|
|
178
|
-
*/}
|
|
179
|
-
return <FiveProvider initialWork={work}>
|
|
180
|
-
{/*
|
|
181
|
-
将渲染视图的 canvas 添加到 DOM 中
|
|
182
|
-
FiveCanvas 需要出现在 FiveProvider 内,他将渲染 FiveProvider 的视图
|
|
183
|
-
这样的设计可以实现不同的 DOM 层级结构
|
|
184
|
-
在 FiveProvider 内的其他组件也可以使用 Five React Hook API 来获取/设置/操作 他外部的 FiveProvider
|
|
185
|
-
*/}
|
|
186
|
-
<FiveCanvas width={size.width} height={size.height}/>
|
|
187
|
-
</FiveProvider>
|
|
188
|
-
}
|
|
189
|
-
return null;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
ReactDOM.render(<App></App>, document.getElementById("app"));
|
|
193
|
-
```
|
|
194
|
-
|
|
195
|
-
其他的**Five React Hook API**文档建设中...
|
|
196
|
-
|
|
197
|
-
## **Five API**文档
|
|
198
|
-
|
|
199
|
-
欢迎查看 [Five API 文档](https://unpkg.com/@realsee/five/docs/index.html) 。
|
|
200
|
-
|
|
201
|
-
该文档由 [TypeDoc](https://typedoc.org/) 生成,您可以详细查看 api 使用方式,调用参数,数据结构。
|
|
202
|
-
|
|
203
|
-
## 相关名词解释
|
|
204
|
-
|
|
205
|
-
### 什么是**Work**
|
|
206
|
-
|
|
207
|
-
**Work**是[如视开发者中心](https://developers.realsee.com) 提供的对于一个三维空间的描述。
|
|
208
|
-
是通过如视硬件设备([如视扫描仪](https://realsee.com/website/product/hardware) 、[如视**Lite**全景相机](https://realsee.com/website/product/lite) 、[如视VR App](https://realsee.com/website/mobile) )扫描并处理之后用于三维空间展示的数据。
|
|
209
|
-
|
|
210
|
-
**Work**以`JSON`作为数据格式**Five**框架可以解析**Work**数据并展示。一个**Five**实例每次可以载入并展示一个**Work**。并且也可以在不同的**Work**之间动态切换。
|
|
211
|
-
|
|
212
|
-
**Work**的数据样例如下
|
|
213
|
-
|
|
214
|
-
```json
|
|
215
|
-
{
|
|
216
|
-
"initial": {
|
|
217
|
-
"mode": "Panorama",
|
|
218
|
-
"pano_index": 6,
|
|
219
|
-
"longitude": 2.6869287662553916,
|
|
220
|
-
"latitude": 0,
|
|
221
|
-
"fov": 95
|
|
222
|
-
},
|
|
223
|
-
"model": {
|
|
224
|
-
"file_url": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/model\/auto3d-DJaa08PIzN4JYluXQ1j2VS.at3d",
|
|
225
|
-
"material_textures": [
|
|
226
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_0.jpg",
|
|
227
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_1.jpg",
|
|
228
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_2.jpg",
|
|
229
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_3.jpg",
|
|
230
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_4.jpg",
|
|
231
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_5.jpg",
|
|
232
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_6.jpg",
|
|
233
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_7.jpg",
|
|
234
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_8.jpg",
|
|
235
|
-
"https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/materials\/texture_9.jpg"
|
|
236
|
-
]
|
|
237
|
-
},
|
|
238
|
-
"panorama": {
|
|
239
|
-
"list": [
|
|
240
|
-
{
|
|
241
|
-
"up": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/0\/2257f0f0b29d5b00ff01934ce51aaa35\/0_u.jpg",
|
|
242
|
-
"down": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/0\/2257f0f0b29d5b00ff01934ce51aaa35\/0_d.jpg",
|
|
243
|
-
"left": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/0\/2257f0f0b29d5b00ff01934ce51aaa35\/0_l.jpg",
|
|
244
|
-
"right": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/0\/2257f0f0b29d5b00ff01934ce51aaa35\/0_r.jpg",
|
|
245
|
-
"front": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/0\/2257f0f0b29d5b00ff01934ce51aaa35\/0_f.jpg",
|
|
246
|
-
"back": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/0\/2257f0f0b29d5b00ff01934ce51aaa35\/0_b.jpg"
|
|
247
|
-
},
|
|
248
|
-
{
|
|
249
|
-
"up": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/1\/ecb554bb1c122fa90186d176ccfecde4\/1_u.jpg",
|
|
250
|
-
"down": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/1\/ecb554bb1c122fa90186d176ccfecde4\/1_d.jpg",
|
|
251
|
-
"left": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/1\/ecb554bb1c122fa90186d176ccfecde4\/1_l.jpg",
|
|
252
|
-
"right": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/1\/ecb554bb1c122fa90186d176ccfecde4\/1_r.jpg",
|
|
253
|
-
"front": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/1\/ecb554bb1c122fa90186d176ccfecde4\/1_f.jpg",
|
|
254
|
-
"back": "https:\/\/vrlab-public.ljcdn.com\/release\/auto3dhd\/a62e1ebf7d013f7df117551a14af79fc\/images\/cube_2048\/1\/ecb554bb1c122fa90186d176ccfecde4\/1_b.jpg"
|
|
255
|
-
}
|
|
256
|
-
],
|
|
257
|
-
},
|
|
258
|
-
"observers": [
|
|
259
|
-
{
|
|
260
|
-
"visible_nodes": [ 1 ],
|
|
261
|
-
"accessible_nodes": [ 1 ],
|
|
262
|
-
"quaternion": {
|
|
263
|
-
"w": 0.45076583925142194,
|
|
264
|
-
"x": 0.010070951976936936,
|
|
265
|
-
"y": -0.8925839597148215,
|
|
266
|
-
"z": -0.0016154299986102319
|
|
267
|
-
},
|
|
268
|
-
"standing_position": [
|
|
269
|
-
-6.956049919128418,
|
|
270
|
-
-1.3924440682333898,
|
|
271
|
-
1.6591600179672241
|
|
272
|
-
],
|
|
273
|
-
"position": [
|
|
274
|
-
-6.956049919128418,
|
|
275
|
-
-0.10312400013208389,
|
|
276
|
-
1.6591600179672241
|
|
277
|
-
],
|
|
278
|
-
"floor_index": 0
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"visible_nodes": [ 0 ],
|
|
282
|
-
"accessible_nodes": [ 0 ],
|
|
283
|
-
"index": 1,
|
|
284
|
-
"quaternion": {
|
|
285
|
-
"w": -0.9884643083591809,
|
|
286
|
-
"x": -0.0038900979633806664,
|
|
287
|
-
"y": 0.1512670435365699,
|
|
288
|
-
"z": -0.006439990839033269
|
|
289
|
-
},
|
|
290
|
-
"standing_position": [
|
|
291
|
-
-6.176340103149414,
|
|
292
|
-
-1.380554749576384,
|
|
293
|
-
2.179759979248047
|
|
294
|
-
],
|
|
295
|
-
"position": [
|
|
296
|
-
-6.176340103149414,
|
|
297
|
-
-0.10025200247764587,
|
|
298
|
-
2.179759979248047
|
|
299
|
-
],
|
|
300
|
-
"floor_index": 0,
|
|
301
|
-
}
|
|
302
|
-
]
|
|
303
|
-
}
|
|
304
|
-
```
|
|
305
|
-
|
|
306
|
-
Work 的数据说明
|
|
307
|
-
|
|
308
|
-
- `initial`: 初始化数据,是一个 `State` 数据。描述**Work**被加载初始状态的位姿,也叫做VR的初始视角
|
|
309
|
-
- mode: 模态
|
|
310
|
-
- pano_index: 初始化点位
|
|
311
|
-
- longitude: 相机的水平角
|
|
312
|
-
- latitude: 相机的偏航角
|
|
313
|
-
- fov: 相机垂直方向的可视角度
|
|
314
|
-
|
|
315
|
-
- `model`: 三维模型
|
|
316
|
-
- file_url: 三维模型的资源地址,文件为 `.at3d` 为如视定制的模型格式
|
|
317
|
-
- material_textures: 三维模型的贴图资源地址
|
|
318
|
-
|
|
319
|
-
- `panorama`: 全景彩色信息
|
|
320
|
-
- list:
|
|
321
|
-
- up / down / left / right / front / back: 全景彩色信息以 [cubemap](https://en.wikipedia.org/wiki/Cube_mapping) 方式存储和使用。
|
|
322
|
-
|
|
323
|
-
- `observers`: 采集点信息
|
|
324
|
-
- visible_nodes: 采集点之间的可见性列表
|
|
325
|
-
- accessible_nodes: 采集点之间的连通性列表
|
|
326
|
-
- quaternion: 采集点与模型坐标的旋转偏移量
|
|
327
|
-
- standing_position: 采集点地面坐标
|
|
328
|
-
- position: 采集点坐标
|
|
329
|
-
- floor_index: 采集点楼层
|
|
330
|
-
|
|
331
|
-
### 什么是 Five State
|
|
332
|
-
|
|
333
|
-
**State**是**Five**框架用于描述状态的数据结构。他包含了模态、位于的采集点位、相机的方向、相机可视角度的信息。
|
|
334
|
-
您可以使用**State**来操作**Five**或者获取**Five**当前的状态。
|
|
335
|
-
|
|
336
|
-
```ts
|
|
337
|
-
interface State {
|
|
338
|
-
"mode": Five.Mode,
|
|
339
|
-
"panoIndex": number,
|
|
340
|
-
"longitude": number,
|
|
341
|
-
"latitude": number,
|
|
342
|
-
"fov": number,
|
|
343
|
-
"distanace": number,
|
|
344
|
-
"offset": THREE.Vector3,
|
|
345
|
-
}
|
|
346
|
-
```
|
|
347
|
-
|
|
348
|
-
**State**的数据描述
|
|
349
|
-
|
|
350
|
-
- `mode`: 当前的模态
|
|
351
|
-
Five 常用有 5 种模态,可以使用 `Five.Mode` 获得
|
|
352
|
-
- Panorama: 全景游走模态,该模态下视图将在采集点间游走,手势操作可以旋转/放大视角/切换采集点,适合查看采集的全景信息。
|
|
353
|
-
- Floorplan: 空间总览模态, 该模态下视图以模型为中心,手势操作可以旋转/放大模型/切换楼层,适合查看模型的整体效果。
|
|
354
|
-
- Topview: 户型图模态,该模态下视图以模型为中心,垂直俯视模型,手势操作可以平移/放大模型/切换楼层,适合查看模型平面结构。
|
|
355
|
-
- Model: 模型游走模态,该模态下视图将在模型中自由游走,手势操作可以旋转/放大视角/位移,适合查看模型的细节,做一些定位操作。
|
|
356
|
-
- Mapview: 地图模态, 该模态下视图将类似三维地图,手势操作可以旋转/放大视角/位移,适合查看模型的细节。适合展示小区,工厂等较大的模型。
|
|
357
|
-
- VRPanorama: VR 眼镜模态,该模态下可以使用 [Cardboard 眼镜](https://arvr.google.com/cardboard/) 或者他的第三方衍生产品,实现 VR 虚拟显示效果。
|
|
358
|
-
- XRPanorama: XR 眼镜模态,该模态下可以使用头戴显示设备比如 Pico, Meta Quest 等,实现沉浸式体验。
|
|
359
|
-
|
|
360
|
-
- `panoIndex`: 采集点位
|
|
361
|
-
|
|
362
|
-
- `longitude` / `latitude`: 相机的水平角 / 相机的偏航角(弧度),我们使用类似经纬度的方式描述相机位置。
|
|
363
|
-
|
|
364
|
-
- `fov`: 相机垂直方向的可视角度 (角度)
|
|
365
|
-
|
|
366
|
-
- `distance`: 相机距 offset 的距离
|
|
367
|
-
|
|
368
|
-
- `offset`: 相机看向的目标
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
### 模型坐标的转换说明
|
|
372
|
-
|
|
373
|
-
> 目前涉及到的模型类型 at3d / domez / 3d-tile(b3dm, pnts, glb)
|
|
374
|
-
|
|
375
|
-
#### 枚举说明
|
|
376
|
-
|
|
377
|
-
- `world`: five.scene 场景下的坐标。属于 view 下的绝对坐标。坐标的上方向是 Y 轴,单位米。
|
|
378
|
-
- `local`: 单个模型的相对坐标。坐标的上方向是 Y 轴,单位米。 单个模型受到 `work.transform` 的影响会产生一定的位姿变化进行项目拼接(比如沙盘项目)。这种情况下,会与 `world` 有一定偏转。
|
|
379
|
-
- `enu`: 模型描述坐标(East-North-Up)。坐标的上方向是 Z 轴,单位米。需要在算法模型输入/输出时使用这个坐标系。
|
|
380
|
-
- `ecef`: 模型在地球的坐标系(Earth-centered, Earth-fixed)。坐标的上方向是 Z 轴并且固定是北,单位米。
|
|
381
|
-
- `lla`: 模型在地球的经纬高度 (Latitude-Longitude-Altitude)。 经纬度单位是弧度,高度单位是米。
|
|
382
|
-
|
|
383
|
-
#### 数据来源
|
|
384
|
-
|
|
385
|
-
转换:
|
|
386
|
-
- `local` 与 `world` 的转换依赖 `work.transform`
|
|
387
|
-
- `local` 与 `enu` 的转换是固定的 yUp 转 zUp
|
|
388
|
-
- `enu` 与 `ecef` 依赖 `tileset.json` 中 `rootMeta.coordinate.pose_ecef_to_enu` / `rootMeta.coordinate.pose_enu_to_ecef`。 如果缺损,则使用 `a=6378137.0;invf=298.257223563` 的椭球近似计算
|
|
389
|
-
- `lla` 通过 `a=6378137.0;invf=298.257223563` 的椭球近似计算
|
|
390
|
-
|
|
391
|
-
椭球近似计算: (`enu` + `lla`) 与 `ecef` 可以相互推导。
|
|
392
|
-
|
|
393
|
-
#### 转换关系
|
|
394
|
-
|
|
395
|
-
- 在 five 环境下,通过 viewLayer 对象,即 five.models[number].viewLayer[number].scene 转化。提供对应方法。
|
|
396
|
-
- `localToWorld(vector: THREE.Vector3): THREE.Vector3`
|
|
397
|
-
- `worldToLocal(vector: THREE.Vector3): THREE.Vector3`
|
|
398
|
-
- `localToEnu(vector: THREE.Vector3): THREE.Vector3`
|
|
399
|
-
- `enuToLocal(vector: THREE.Vector3): THREE.Vector3`
|
|
400
|
-
- `localToEcef(vector: THREE.Vector3): THREE.Vector3`
|
|
401
|
-
- `ecefToLocal(vector: THREE.Vector3): THREE.Vector3`
|
|
402
|
-
- `localToLla(vector: THREE.Vector3): THREE.Vector3`
|
|
403
|
-
- `llaToLocal(vector: THREE.Vector3): THREE.Vector3`
|
|
404
|
-
- `worldToEnu(vector: THREE.Vector3): THREE.Vector3`
|
|
405
|
-
- `enuToWorld(vector: THREE.Vector3): THREE.Vector3`
|
|
406
|
-
- `worldToEcef(vector: THREE.Vector3): THREE.Vector3`
|
|
407
|
-
- `ecefToWorld(vector: THREE.Vector3): THREE.Vector3`
|
|
408
|
-
- `worldToLla(vector: THREE.Vector3): THREE.Vector3`
|
|
409
|
-
- `llaToWorld(vector: THREE.Vector3): THREE.Vector3`
|
|
410
|
-
|
|
411
|
-
这些函数均为直接修改传入 `vector`。 如果要保持原先的数据,请实现 `vector.clone()`。
|
|
412
|
-
|
|
413
|
-
#### 位置拾取
|
|
414
|
-
|
|
415
|
-
通过 `intersectRaycaster` 方法得到的 `Intersection` 在 `world` 坐标系下, 并返回对应的 `model` 与 `viewLayer`。
|
|
416
|
-
|
|
417
|
-
#### 与算法数据对接
|
|
418
|
-
|
|
419
|
-
目前约定为,算法的模型输入输出均使用 `enu` 坐标系。
|
package/docs/assets/hierarchy.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "eJytWltP3DgU/
|
|
1
|
+
window.hierarchyData = "eJytWltP3DgU/i95dtn4nvBGKe0iQUGAupUqtDIzZiYlcdhcKKjiv1dOYMbOZCbHsC9TqZwv33cuPr7+jqqybOpo/wcmOEU4xhhxgTBPKcISYyRxHCNBBMIiiRElcYI4TmLECZaIC8ERZQQjSqk14QzhFAkmkMSMIpGmBDEiMOIk4YhTKq5RVOnbXM+arDR1tP87won9NarQ0X70UdX6PG8XmYlQdJeZebTPUNRWebQfFeW8zXX9133393pvbbu3bIo8QtEsV3Ud7UdNPf9gwR/sV+t7NdPRM4pw6hBdNqrRKw7CxStLZhpd3arZOFEH20q3wkYoak32X6u/qkKfq0qbPsbJNYpmyyyfV9pE+z94SiQScYKRoFwgwVKJhBDp9TOKuHDUHpamqco819VKMibJq+ROx7jeNXCr6P4/Bro4RgLHFAlq00+lRIJThoQkxIrDxI3ll5Orzyelmu9Wt8ib2w95Z7a3RkzIekYRY9Th+qqbX2V1d9ne1LMqu9G7GG+zB703BEwT8sR17uCnejy776t1d7l0dI45oEyeUSSI2HQvgNBHgErTzXTSFZtgrgh4cKFR9TgZ63pLiiSXHbvtOm4PKFszz8ziW5m3xdQY7WT4iNAY4FimCGPCEcaS9YJk6gl6fIumx2BZlhoT7lBf6EVWmnD2MRxUgGRuLdwvdaXDBYzhgAKI16htMzt60KYBBf3VOLgGCE8RJjJBmCQSYZIyhGlsfwhFmFL7w2L7kyBMuUSYSvvX5KUfeln7ouumreCyXXtokLgbpGP7t1rPGjClj4CSCneuPi3n+nCpzALu6AACpZVD2jyIMQ8iS+SQ7HKmTZiPDgRKm7LNaeBC12VbzeDcYzigABq7As5ufoZUk2MOpfNa/rkyJZhsZQylInRAdaUfg8bnEAMlptRr5WauKzCnYw6lY/FwgQtmW1uHd047cRJh2yLG170Qd7z+U1Z3NVjI2hrqNXfH6/eL0N7rI6Ck3hz5/eJS13VWmgBSFwElTYhHul7bB/AOQEBq5m/SXmb1U10vJ5eIrvH02hszOuwLh1k1yzWIyzeHsEm5le2yzLN5IGWHAfByQrbyHrZ1UxaBxD0Iwizp2LrBCy9k2bAzwH7x8NSjLNRCB+xvXPvg3iRi0XUkEbv7m5dWHiDCRwD9FtxtEudlDVo4W7twP0XfeYXAwykA3P2hXiXx1tI9duSBJtURaLDvjGJkBxSyo7mLgvTWFl7JBikcRwYL5JK+yHKX7J+zh+n9tTWaHtQU440167rP963h2GTNQbUAVfvOD8DKhGLKB2VSqUK9R9XUN4DCSJyMCDvJ7vT/IW7Xd0ILx6YV2UDa6rEHrK7uj6ewGbG3CzmesZN9x8gIHjCqRleZykEBWZsH+80YR5SL3m/G+KbfG0om/J+Ush5LXAz4zsvMNId52c5DWDdRgJNO4rXvqyzX9NMkWW8WdgAnugzbfx2+b5n+daKenFPcHfldGcOGHY+l3w8qVehGV99U3gJnCxcRfMyJSTc12H+9LVld5g96Hi5nHAmMBR5MoS+feC2U8Jh4yODYxLIbafZGZ0yWra9aN+GqXODbRSV8sJc8bG90tyiEbidXgGARJKWIU057Jd4y1n44SAVUgaXye71Fn93UunqADU3XPthlLrvWYL0eSLDphNJbW6CvXA4PC17H1obP2zrgGAhwzSMYHqzHzvtWOb0ms4ZBF2oiwYhL3FeS8KcYl3TnuNrBuS2dguGeMnF9PZir+yZ70CdtkRllZjDHR1GAOEvsltLRk/5UFvokWyybzCxAzCMY0DWe22aPG12cqvquvxi9erpfF/PWG+ZNDOym2d7rvvGueYTyfXfONgxdCaQcj4Rj5GYZJhBws+zfc8bSPfM4qzJtGmX30yEZGYXBkmLv2d+YlHHW9+XFxqO7esUx3RWX4ATt+AIwUzR2B85HNbtbVPYU742Ctn8Aqse7nX7JgC7uc9VoWNlsYoA1Q71nGCE1M0L5zoKhrDvMsq8x3F1CpezdS1k9BSdmDApMCUuGB6cHJit0yFAeAQGTwtK3dtcxzndmhSXdzsI+jxmLSHBSRpDAnAjvZOPTk1FFNjtXzfIkM0GZ2QoF5keIt7602s78ziyJuFvW2vdLUzEKztjEV4DZS1NX2dXfF0dH4e+qBrCgYx/SvcWRsddsrUNfdFnopnraJSLPjN5zjafXZ/Zl4YDpUi8Km7EgxiEoxGnrbec1pvEw+v/aj5NJCY4txGfvMdsa++pECN8KE+Qxpt1y0L69Gux+js3P/lmmHXBTW5JKq1mztwmDVPvz8x+laxjX"
|
|
@@ -9,28 +9,24 @@
|
|
|
9
9
|
--dark-hl-3: #C586C0;
|
|
10
10
|
--light-hl-4: #001080;
|
|
11
11
|
--dark-hl-4: #9CDCFE;
|
|
12
|
-
--light-hl-5: #
|
|
13
|
-
--dark-hl-5: #
|
|
12
|
+
--light-hl-5: #0070C1;
|
|
13
|
+
--dark-hl-5: #4FC1FF;
|
|
14
14
|
--light-hl-6: #0000FF;
|
|
15
15
|
--dark-hl-6: #569CD6;
|
|
16
|
-
--light-hl-7: #
|
|
17
|
-
--dark-hl-7: #
|
|
18
|
-
--light-hl-8: #
|
|
19
|
-
--dark-hl-8: #
|
|
20
|
-
--light-hl-9: #
|
|
21
|
-
--dark-hl-9: #
|
|
22
|
-
--light-hl-10: #
|
|
23
|
-
--dark-hl-10: #
|
|
24
|
-
--light-hl-11: #
|
|
25
|
-
--dark-hl-11: #
|
|
26
|
-
--light-hl-12: #
|
|
27
|
-
--dark-hl-12: #
|
|
28
|
-
--light-hl-13: #
|
|
29
|
-
--dark-hl-13: #
|
|
30
|
-
--light-hl-14: #EE0000;
|
|
31
|
-
--dark-hl-14: #D7BA7D;
|
|
32
|
-
--light-hl-15: #000000;
|
|
33
|
-
--dark-hl-15: #C8C8C8;
|
|
16
|
+
--light-hl-7: #267F99;
|
|
17
|
+
--dark-hl-7: #4EC9B0;
|
|
18
|
+
--light-hl-8: #008000;
|
|
19
|
+
--dark-hl-8: #6A9955;
|
|
20
|
+
--light-hl-9: #000000FF;
|
|
21
|
+
--dark-hl-9: #D4D4D4;
|
|
22
|
+
--light-hl-10: #098658;
|
|
23
|
+
--dark-hl-10: #B5CEA8;
|
|
24
|
+
--light-hl-11: #0451A5;
|
|
25
|
+
--dark-hl-11: #9CDCFE;
|
|
26
|
+
--light-hl-12: #CD3131;
|
|
27
|
+
--dark-hl-12: #F44747;
|
|
28
|
+
--light-hl-13: #000000;
|
|
29
|
+
--dark-hl-13: #C8C8C8;
|
|
34
30
|
--light-code-background: #FFFFFF;
|
|
35
31
|
--dark-code-background: #1E1E1E;
|
|
36
32
|
}
|
|
@@ -50,8 +46,6 @@
|
|
|
50
46
|
--hl-11: var(--light-hl-11);
|
|
51
47
|
--hl-12: var(--light-hl-12);
|
|
52
48
|
--hl-13: var(--light-hl-13);
|
|
53
|
-
--hl-14: var(--light-hl-14);
|
|
54
|
-
--hl-15: var(--light-hl-15);
|
|
55
49
|
--code-background: var(--light-code-background);
|
|
56
50
|
} }
|
|
57
51
|
|
|
@@ -70,8 +64,6 @@
|
|
|
70
64
|
--hl-11: var(--dark-hl-11);
|
|
71
65
|
--hl-12: var(--dark-hl-12);
|
|
72
66
|
--hl-13: var(--dark-hl-13);
|
|
73
|
-
--hl-14: var(--dark-hl-14);
|
|
74
|
-
--hl-15: var(--dark-hl-15);
|
|
75
67
|
--code-background: var(--dark-code-background);
|
|
76
68
|
} }
|
|
77
69
|
|
|
@@ -90,8 +82,6 @@
|
|
|
90
82
|
--hl-11: var(--light-hl-11);
|
|
91
83
|
--hl-12: var(--light-hl-12);
|
|
92
84
|
--hl-13: var(--light-hl-13);
|
|
93
|
-
--hl-14: var(--light-hl-14);
|
|
94
|
-
--hl-15: var(--light-hl-15);
|
|
95
85
|
--code-background: var(--light-code-background);
|
|
96
86
|
}
|
|
97
87
|
|
|
@@ -110,8 +100,6 @@
|
|
|
110
100
|
--hl-11: var(--dark-hl-11);
|
|
111
101
|
--hl-12: var(--dark-hl-12);
|
|
112
102
|
--hl-13: var(--dark-hl-13);
|
|
113
|
-
--hl-14: var(--dark-hl-14);
|
|
114
|
-
--hl-15: var(--dark-hl-15);
|
|
115
103
|
--code-background: var(--dark-code-background);
|
|
116
104
|
}
|
|
117
105
|
|
|
@@ -129,6 +117,4 @@
|
|
|
129
117
|
.hl-11 { color: var(--hl-11); }
|
|
130
118
|
.hl-12 { color: var(--hl-12); }
|
|
131
119
|
.hl-13 { color: var(--hl-13); }
|
|
132
|
-
.hl-14 { color: var(--hl-14); }
|
|
133
|
-
.hl-15 { color: var(--hl-15); }
|
|
134
120
|
pre, code { background: var(--code-background); }
|
package/docs/assets/icons.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
function addIcons() {
|
|
4
4
|
if (document.readyState === "loading") return document.addEventListener("DOMContentLoaded", addIcons);
|
|
5
5
|
const svg = document.body.appendChild(document.createElementNS("http://www.w3.org/2000/svg", "svg"));
|
|
6
|
-
svg.innerHTML = `<g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dominant-baseline="central" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g><g id="icon-alertNote" class="tsd-no-select"><path fill="var(--color-alert-note)" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g><g id="icon-alertTip" class="tsd-no-select"><path fill="var(--color-alert-tip)" d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></g><g id="icon-alertImportant" class="tsd-no-select"><path fill="var(--color-alert-important)" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertWarning" class="tsd-no-select"><path fill="var(--color-alert-warning)" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertCaution" class="tsd-no-select"><path fill="var(--color-alert-caution)" d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g>`;
|
|
6
|
+
svg.innerHTML = `<g id="icon-1" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">M</text></g><g id="icon-2" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-module)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">M</text></g><g id="icon-4" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-namespace)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">N</text></g><g id="icon-8" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">E</text></g><g id="icon-16" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">P</text></g><g id="icon-32" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">V</text></g><g id="icon-64" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">F</text></g><g id="icon-128" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">C</text></g><g id="icon-256" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">I</text></g><g id="icon-512" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">C</text></g><g id="icon-1024" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">P</text></g><g id="icon-2048" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-method)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">M</text></g><g id="icon-4096" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">F</text></g><g id="icon-8192" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">P</text></g><g id="icon-16384" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-constructor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">C</text></g><g id="icon-32768" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-property)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">P</text></g><g id="icon-65536" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">T</text></g><g id="icon-131072" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">T</text></g><g id="icon-262144" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">A</text></g><g id="icon-524288" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">A</text></g><g id="icon-1048576" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-accessor)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">A</text></g><g id="icon-2097152" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-type-alias)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">T</text></g><g id="icon-4194304" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-reference)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="12"></rect><text fill="var(--color-icon-text)" x="50%" y="50%" dy="0.35em" text-anchor="middle">R</text></g><g id="icon-8388608" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="6,5 6,19 18,19, 18,10 13,5"></polygon><line x1="9" y1="9" x2="13" y2="9"></line><line x1="9" y1="12" x2="15" y2="12"></line><line x1="9" y1="15" x2="15" y2="15"></line></g></g><g id="icon-folder" class="tsd-no-select"><rect fill="var(--color-icon-background)" stroke="var(--color-document)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6"></rect><g stroke="var(--color-icon-text)" fill="none" stroke-width="1.5"><polygon points="5,5 10,5 12,8 19,8 19,18 5,18"></polygon></g></g><g id="icon-chevronDown" class="tsd-no-select"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-icon-text)"></path></g><g id="icon-chevronSmall" class="tsd-no-select"><path d="M1.5 5.50969L8 11.6609L14.5 5.50969L12.5466 3.66086L8 7.96494L3.45341 3.66086L1.5 5.50969Z" fill="var(--color-icon-text)"></path></g><g id="icon-checkbox" class="tsd-no-select"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></g><g id="icon-menu" class="tsd-no-select"><rect x="1" y="3" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-icon-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-icon-text)"></rect></g><g id="icon-search" class="tsd-no-select"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-icon-text)"></path></g><g id="icon-anchor" class="tsd-no-select"><g stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></g></g><g id="icon-alertNote" class="tsd-no-select"><path fill="var(--color-alert-note)" d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g><g id="icon-alertTip" class="tsd-no-select"><path fill="var(--color-alert-tip)" d="M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z"></path></g><g id="icon-alertImportant" class="tsd-no-select"><path fill="var(--color-alert-important)" d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertWarning" class="tsd-no-select"><path fill="var(--color-alert-warning)" d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path></g><g id="icon-alertCaution" class="tsd-no-select"><path fill="var(--color-alert-caution)" d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></g>`;
|
|
7
7
|
svg.style.display = "none";
|
|
8
8
|
if (location.protocol === "file:") updateUseElements();
|
|
9
9
|
}
|