@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
|
@@ -0,0 +1,495 @@
|
|
|
1
|
+
[**如视 Five SDK**](../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[如视 Five SDK](../../modules.md) / [five](../README.md) / ModelScene
|
|
6
|
+
|
|
7
|
+
# Class: ModelScene
|
|
8
|
+
|
|
9
|
+
Defined in: lib/five/model/model-scene.ts:102
|
|
10
|
+
|
|
11
|
+
## Extends
|
|
12
|
+
|
|
13
|
+
- `Scene`
|
|
14
|
+
|
|
15
|
+
## Constructors
|
|
16
|
+
|
|
17
|
+
### Constructor
|
|
18
|
+
|
|
19
|
+
> **new ModelScene**(`options`): `ModelScene`
|
|
20
|
+
|
|
21
|
+
Defined in: lib/five/model/model-scene.ts:151
|
|
22
|
+
|
|
23
|
+
#### Parameters
|
|
24
|
+
|
|
25
|
+
##### options
|
|
26
|
+
|
|
27
|
+
###### fiveId
|
|
28
|
+
|
|
29
|
+
`string`
|
|
30
|
+
|
|
31
|
+
#### Returns
|
|
32
|
+
|
|
33
|
+
`ModelScene`
|
|
34
|
+
|
|
35
|
+
## Properties
|
|
36
|
+
|
|
37
|
+
### autoRefine
|
|
38
|
+
|
|
39
|
+
> **autoRefine**: `boolean` = `true`
|
|
40
|
+
|
|
41
|
+
Defined in: lib/five/model/model-scene.ts:125
|
|
42
|
+
|
|
43
|
+
自动细化
|
|
44
|
+
|
|
45
|
+
***
|
|
46
|
+
|
|
47
|
+
### boundingBox
|
|
48
|
+
|
|
49
|
+
> **boundingBox**: `Box3`
|
|
50
|
+
|
|
51
|
+
Defined in: lib/five/model/model-scene.ts:128
|
|
52
|
+
|
|
53
|
+
包围盒
|
|
54
|
+
|
|
55
|
+
***
|
|
56
|
+
|
|
57
|
+
### boundingMesh
|
|
58
|
+
|
|
59
|
+
> **boundingMesh**: [`BoundingMesh`](BoundingMesh.md)
|
|
60
|
+
|
|
61
|
+
Defined in: lib/five/model/model-scene.ts:131
|
|
62
|
+
|
|
63
|
+
包围盒 Mesh
|
|
64
|
+
|
|
65
|
+
***
|
|
66
|
+
|
|
67
|
+
### fiveId
|
|
68
|
+
|
|
69
|
+
> **fiveId**: `string`
|
|
70
|
+
|
|
71
|
+
Defined in: lib/five/model/model-scene.ts:121
|
|
72
|
+
|
|
73
|
+
***
|
|
74
|
+
|
|
75
|
+
### loaded
|
|
76
|
+
|
|
77
|
+
> **loaded**: `boolean` = `false`
|
|
78
|
+
|
|
79
|
+
Defined in: lib/five/model/model-scene.ts:134
|
|
80
|
+
|
|
81
|
+
加载完成
|
|
82
|
+
|
|
83
|
+
***
|
|
84
|
+
|
|
85
|
+
### models
|
|
86
|
+
|
|
87
|
+
> `readonly` **models**: [`Models`](../type-aliases/Models.md)
|
|
88
|
+
|
|
89
|
+
Defined in: lib/five/model/model-scene.ts:146
|
|
90
|
+
|
|
91
|
+
模型列表
|
|
92
|
+
|
|
93
|
+
***
|
|
94
|
+
|
|
95
|
+
### needsRender
|
|
96
|
+
|
|
97
|
+
> **needsRender**: `boolean` = `true`
|
|
98
|
+
|
|
99
|
+
Defined in: lib/five/model/model-scene.ts:122
|
|
100
|
+
|
|
101
|
+
***
|
|
102
|
+
|
|
103
|
+
### parameter
|
|
104
|
+
|
|
105
|
+
> **parameter**: [`Parameter`](Parameter.md)
|
|
106
|
+
|
|
107
|
+
Defined in: lib/five/model/model-scene.ts:143
|
|
108
|
+
|
|
109
|
+
参数
|
|
110
|
+
|
|
111
|
+
***
|
|
112
|
+
|
|
113
|
+
### refined
|
|
114
|
+
|
|
115
|
+
> **refined**: `boolean` = `false`
|
|
116
|
+
|
|
117
|
+
Defined in: lib/five/model/model-scene.ts:137
|
|
118
|
+
|
|
119
|
+
细化完成
|
|
120
|
+
|
|
121
|
+
***
|
|
122
|
+
|
|
123
|
+
### refineProgress
|
|
124
|
+
|
|
125
|
+
> **refineProgress**: \[`number`, `number`\]
|
|
126
|
+
|
|
127
|
+
Defined in: lib/five/model/model-scene.ts:140
|
|
128
|
+
|
|
129
|
+
细化进度
|
|
130
|
+
|
|
131
|
+
## Accessors
|
|
132
|
+
|
|
133
|
+
### bounding
|
|
134
|
+
|
|
135
|
+
#### Get Signature
|
|
136
|
+
|
|
137
|
+
> **get** **bounding**(): `Box3`
|
|
138
|
+
|
|
139
|
+
Defined in: lib/five/model/model-scene.ts:474
|
|
140
|
+
|
|
141
|
+
##### Deprecated
|
|
142
|
+
|
|
143
|
+
Use `.boundingBox` instead
|
|
144
|
+
|
|
145
|
+
##### Returns
|
|
146
|
+
|
|
147
|
+
`Box3`
|
|
148
|
+
|
|
149
|
+
***
|
|
150
|
+
|
|
151
|
+
### empty
|
|
152
|
+
|
|
153
|
+
#### Get Signature
|
|
154
|
+
|
|
155
|
+
> **get** **empty**(): `boolean`
|
|
156
|
+
|
|
157
|
+
Defined in: lib/five/model/model-scene.ts:322
|
|
158
|
+
|
|
159
|
+
##### Returns
|
|
160
|
+
|
|
161
|
+
`boolean`
|
|
162
|
+
|
|
163
|
+
## Methods
|
|
164
|
+
|
|
165
|
+
### addEventListener()
|
|
166
|
+
|
|
167
|
+
#### Call Signature
|
|
168
|
+
|
|
169
|
+
> **addEventListener**(`type`, `listener`): `void`
|
|
170
|
+
|
|
171
|
+
Defined in: lib/five/model/model-scene.ts:108
|
|
172
|
+
|
|
173
|
+
##### Parameters
|
|
174
|
+
|
|
175
|
+
###### type
|
|
176
|
+
|
|
177
|
+
`"model.create"`
|
|
178
|
+
|
|
179
|
+
###### listener
|
|
180
|
+
|
|
181
|
+
(`event`) => `void`
|
|
182
|
+
|
|
183
|
+
##### Returns
|
|
184
|
+
|
|
185
|
+
`void`
|
|
186
|
+
|
|
187
|
+
#### Call Signature
|
|
188
|
+
|
|
189
|
+
> **addEventListener**(`type`, `listener`): `void`
|
|
190
|
+
|
|
191
|
+
Defined in: lib/five/model/model-scene.ts:109
|
|
192
|
+
|
|
193
|
+
##### Parameters
|
|
194
|
+
|
|
195
|
+
###### type
|
|
196
|
+
|
|
197
|
+
`"model.dispose"`
|
|
198
|
+
|
|
199
|
+
###### listener
|
|
200
|
+
|
|
201
|
+
(`event`) => `void`
|
|
202
|
+
|
|
203
|
+
##### Returns
|
|
204
|
+
|
|
205
|
+
`void`
|
|
206
|
+
|
|
207
|
+
#### Call Signature
|
|
208
|
+
|
|
209
|
+
> **addEventListener**(`type`, `listener`): `void`
|
|
210
|
+
|
|
211
|
+
Defined in: lib/five/model/model-scene.ts:110
|
|
212
|
+
|
|
213
|
+
##### Parameters
|
|
214
|
+
|
|
215
|
+
###### type
|
|
216
|
+
|
|
217
|
+
`string`
|
|
218
|
+
|
|
219
|
+
###### listener
|
|
220
|
+
|
|
221
|
+
(`event`) => `void`
|
|
222
|
+
|
|
223
|
+
##### Returns
|
|
224
|
+
|
|
225
|
+
`void`
|
|
226
|
+
|
|
227
|
+
***
|
|
228
|
+
|
|
229
|
+
### dispatchEvent()
|
|
230
|
+
|
|
231
|
+
#### Call Signature
|
|
232
|
+
|
|
233
|
+
> **dispatchEvent**(`event`): `void`
|
|
234
|
+
|
|
235
|
+
Defined in: lib/five/model/model-scene.ts:104
|
|
236
|
+
|
|
237
|
+
##### Parameters
|
|
238
|
+
|
|
239
|
+
###### event
|
|
240
|
+
|
|
241
|
+
###### model
|
|
242
|
+
|
|
243
|
+
[`Model`](Model.md)
|
|
244
|
+
|
|
245
|
+
###### type
|
|
246
|
+
|
|
247
|
+
`"model.create"`
|
|
248
|
+
|
|
249
|
+
##### Returns
|
|
250
|
+
|
|
251
|
+
`void`
|
|
252
|
+
|
|
253
|
+
#### Call Signature
|
|
254
|
+
|
|
255
|
+
> **dispatchEvent**(`event`): `void`
|
|
256
|
+
|
|
257
|
+
Defined in: lib/five/model/model-scene.ts:105
|
|
258
|
+
|
|
259
|
+
##### Parameters
|
|
260
|
+
|
|
261
|
+
###### event
|
|
262
|
+
|
|
263
|
+
###### model
|
|
264
|
+
|
|
265
|
+
[`Model`](Model.md)
|
|
266
|
+
|
|
267
|
+
###### type
|
|
268
|
+
|
|
269
|
+
`"model.dispose"`
|
|
270
|
+
|
|
271
|
+
##### Returns
|
|
272
|
+
|
|
273
|
+
`void`
|
|
274
|
+
|
|
275
|
+
#### Call Signature
|
|
276
|
+
|
|
277
|
+
> **dispatchEvent**(`event`): `void`
|
|
278
|
+
|
|
279
|
+
Defined in: lib/five/model/model-scene.ts:106
|
|
280
|
+
|
|
281
|
+
##### Parameters
|
|
282
|
+
|
|
283
|
+
###### event
|
|
284
|
+
|
|
285
|
+
###### type
|
|
286
|
+
|
|
287
|
+
`string`
|
|
288
|
+
|
|
289
|
+
##### Returns
|
|
290
|
+
|
|
291
|
+
`void`
|
|
292
|
+
|
|
293
|
+
***
|
|
294
|
+
|
|
295
|
+
### dispose()
|
|
296
|
+
|
|
297
|
+
> **dispose**(): `void`
|
|
298
|
+
|
|
299
|
+
Defined in: lib/five/model/model-scene.ts:505
|
|
300
|
+
|
|
301
|
+
#### Returns
|
|
302
|
+
|
|
303
|
+
`void`
|
|
304
|
+
|
|
305
|
+
***
|
|
306
|
+
|
|
307
|
+
### ~~getMaterial()~~
|
|
308
|
+
|
|
309
|
+
> **getMaterial**(): [`ParameterValue`](../interfaces/ParameterValue.md)
|
|
310
|
+
|
|
311
|
+
Defined in: lib/five/model/model-scene.ts:490
|
|
312
|
+
|
|
313
|
+
#### Returns
|
|
314
|
+
|
|
315
|
+
[`ParameterValue`](../interfaces/ParameterValue.md)
|
|
316
|
+
|
|
317
|
+
#### Deprecated
|
|
318
|
+
|
|
319
|
+
Use `.parameter.get` instead
|
|
320
|
+
|
|
321
|
+
***
|
|
322
|
+
|
|
323
|
+
### intersectRaycaster()
|
|
324
|
+
|
|
325
|
+
> **intersectRaycaster**(`raycaster`, `target?`): [`Intersection`](../interfaces/Intersection.md)[]
|
|
326
|
+
|
|
327
|
+
Defined in: lib/five/model/model-scene.ts:332
|
|
328
|
+
|
|
329
|
+
计算模型射线碰撞检测
|
|
330
|
+
|
|
331
|
+
#### Parameters
|
|
332
|
+
|
|
333
|
+
##### raycaster
|
|
334
|
+
|
|
335
|
+
`Raycaster`
|
|
336
|
+
|
|
337
|
+
THREE 射线对象
|
|
338
|
+
|
|
339
|
+
##### target?
|
|
340
|
+
|
|
341
|
+
[`Intersection`](../interfaces/Intersection.md)[]
|
|
342
|
+
|
|
343
|
+
返回碰撞点
|
|
344
|
+
|
|
345
|
+
#### Returns
|
|
346
|
+
|
|
347
|
+
[`Intersection`](../interfaces/Intersection.md)[]
|
|
348
|
+
|
|
349
|
+
返回碰撞点
|
|
350
|
+
|
|
351
|
+
***
|
|
352
|
+
|
|
353
|
+
### removeEventListener()
|
|
354
|
+
|
|
355
|
+
#### Call Signature
|
|
356
|
+
|
|
357
|
+
> **removeEventListener**(`type`, `listener`): `void`
|
|
358
|
+
|
|
359
|
+
Defined in: lib/five/model/model-scene.ts:112
|
|
360
|
+
|
|
361
|
+
##### Parameters
|
|
362
|
+
|
|
363
|
+
###### type
|
|
364
|
+
|
|
365
|
+
`"model.create"`
|
|
366
|
+
|
|
367
|
+
###### listener
|
|
368
|
+
|
|
369
|
+
(`event`) => `void`
|
|
370
|
+
|
|
371
|
+
##### Returns
|
|
372
|
+
|
|
373
|
+
`void`
|
|
374
|
+
|
|
375
|
+
#### Call Signature
|
|
376
|
+
|
|
377
|
+
> **removeEventListener**(`type`, `listener`): `void`
|
|
378
|
+
|
|
379
|
+
Defined in: lib/five/model/model-scene.ts:113
|
|
380
|
+
|
|
381
|
+
##### Parameters
|
|
382
|
+
|
|
383
|
+
###### type
|
|
384
|
+
|
|
385
|
+
`"model.dispose"`
|
|
386
|
+
|
|
387
|
+
###### listener
|
|
388
|
+
|
|
389
|
+
(`event`) => `void`
|
|
390
|
+
|
|
391
|
+
##### Returns
|
|
392
|
+
|
|
393
|
+
`void`
|
|
394
|
+
|
|
395
|
+
#### Call Signature
|
|
396
|
+
|
|
397
|
+
> **removeEventListener**(`type`, `listener`): `void`
|
|
398
|
+
|
|
399
|
+
Defined in: lib/five/model/model-scene.ts:114
|
|
400
|
+
|
|
401
|
+
##### Parameters
|
|
402
|
+
|
|
403
|
+
###### type
|
|
404
|
+
|
|
405
|
+
`string`
|
|
406
|
+
|
|
407
|
+
###### listener
|
|
408
|
+
|
|
409
|
+
(`event`) => `void`
|
|
410
|
+
|
|
411
|
+
##### Returns
|
|
412
|
+
|
|
413
|
+
`void`
|
|
414
|
+
|
|
415
|
+
***
|
|
416
|
+
|
|
417
|
+
### ~~resetBrightness()~~
|
|
418
|
+
|
|
419
|
+
> **resetBrightness**(): `void`
|
|
420
|
+
|
|
421
|
+
Defined in: lib/five/model/model-scene.ts:498
|
|
422
|
+
|
|
423
|
+
#### Returns
|
|
424
|
+
|
|
425
|
+
`void`
|
|
426
|
+
|
|
427
|
+
#### Deprecated
|
|
428
|
+
|
|
429
|
+
Use `.parameter.reset('brightness')` instead
|
|
430
|
+
|
|
431
|
+
***
|
|
432
|
+
|
|
433
|
+
### ~~setMaterial()~~
|
|
434
|
+
|
|
435
|
+
> **setMaterial**(`parameter`): `void`
|
|
436
|
+
|
|
437
|
+
Defined in: lib/five/model/model-scene.ts:482
|
|
438
|
+
|
|
439
|
+
#### Parameters
|
|
440
|
+
|
|
441
|
+
##### parameter
|
|
442
|
+
|
|
443
|
+
`Partial`\<[`ParameterValue`](../interfaces/ParameterValue.md)\>
|
|
444
|
+
|
|
445
|
+
#### Returns
|
|
446
|
+
|
|
447
|
+
`void`
|
|
448
|
+
|
|
449
|
+
#### Deprecated
|
|
450
|
+
|
|
451
|
+
Use `.parameter.set` instead
|
|
452
|
+
|
|
453
|
+
***
|
|
454
|
+
|
|
455
|
+
### setModels()
|
|
456
|
+
|
|
457
|
+
> **setModels**(`works`, `options`): [`Model`](Model.md)[]
|
|
458
|
+
|
|
459
|
+
Defined in: lib/five/model/model-scene.ts:230
|
|
460
|
+
|
|
461
|
+
#### Parameters
|
|
462
|
+
|
|
463
|
+
##### works
|
|
464
|
+
|
|
465
|
+
[`Works`](../type-aliases/Works.md)
|
|
466
|
+
|
|
467
|
+
##### options
|
|
468
|
+
|
|
469
|
+
[`ModelOptions`](../interfaces/ModelOptions.md)
|
|
470
|
+
|
|
471
|
+
#### Returns
|
|
472
|
+
|
|
473
|
+
[`Model`](Model.md)[]
|
|
474
|
+
|
|
475
|
+
***
|
|
476
|
+
|
|
477
|
+
### update()
|
|
478
|
+
|
|
479
|
+
> **update**(`renderer`, `camera`): `boolean`
|
|
480
|
+
|
|
481
|
+
Defined in: lib/five/model/model-scene.ts:351
|
|
482
|
+
|
|
483
|
+
#### Parameters
|
|
484
|
+
|
|
485
|
+
##### renderer
|
|
486
|
+
|
|
487
|
+
`WebGLRenderer`
|
|
488
|
+
|
|
489
|
+
##### camera
|
|
490
|
+
|
|
491
|
+
[`Camera`](Camera.md)
|
|
492
|
+
|
|
493
|
+
#### Returns
|
|
494
|
+
|
|
495
|
+
`boolean`
|
|
@@ -0,0 +1,235 @@
|
|
|
1
|
+
[**如视 Five SDK**](../../README.md)
|
|
2
|
+
|
|
3
|
+
***
|
|
4
|
+
|
|
5
|
+
[如视 Five SDK](../../modules.md) / [five](../README.md) / Motion
|
|
6
|
+
|
|
7
|
+
# Class: Motion\<K\>
|
|
8
|
+
|
|
9
|
+
Defined in: lib/five/utils/motion.ts:76
|
|
10
|
+
|
|
11
|
+
## Type Parameters
|
|
12
|
+
|
|
13
|
+
### K
|
|
14
|
+
|
|
15
|
+
`K` *extends* `string`
|
|
16
|
+
|
|
17
|
+
## Constructors
|
|
18
|
+
|
|
19
|
+
### Constructor
|
|
20
|
+
|
|
21
|
+
> **new Motion**\<`K`\>(`initalValue`): `Motion`\<`K`\>
|
|
22
|
+
|
|
23
|
+
Defined in: lib/five/utils/motion.ts:89
|
|
24
|
+
|
|
25
|
+
#### Parameters
|
|
26
|
+
|
|
27
|
+
##### initalValue
|
|
28
|
+
|
|
29
|
+
[`MotionInitalValue`](../type-aliases/MotionInitalValue.md)\<`K`\>
|
|
30
|
+
|
|
31
|
+
#### Returns
|
|
32
|
+
|
|
33
|
+
`Motion`\<`K`\>
|
|
34
|
+
|
|
35
|
+
## Properties
|
|
36
|
+
|
|
37
|
+
### config
|
|
38
|
+
|
|
39
|
+
> **config**: [`MotionConfig`](../type-aliases/MotionConfig.md)\<`K`\>
|
|
40
|
+
|
|
41
|
+
Defined in: lib/five/utils/motion.ts:78
|
|
42
|
+
|
|
43
|
+
***
|
|
44
|
+
|
|
45
|
+
### duration
|
|
46
|
+
|
|
47
|
+
> **duration**: `number`
|
|
48
|
+
|
|
49
|
+
Defined in: lib/five/utils/motion.ts:85
|
|
50
|
+
|
|
51
|
+
***
|
|
52
|
+
|
|
53
|
+
### ended
|
|
54
|
+
|
|
55
|
+
> **ended**: `boolean`
|
|
56
|
+
|
|
57
|
+
Defined in: lib/five/utils/motion.ts:81
|
|
58
|
+
|
|
59
|
+
***
|
|
60
|
+
|
|
61
|
+
### keyframes
|
|
62
|
+
|
|
63
|
+
> **keyframes**: [`MotionKeyframe`](../interfaces/MotionKeyframe.md)\<`K`\>[]
|
|
64
|
+
|
|
65
|
+
Defined in: lib/five/utils/motion.ts:86
|
|
66
|
+
|
|
67
|
+
***
|
|
68
|
+
|
|
69
|
+
### progress
|
|
70
|
+
|
|
71
|
+
> **progress**: `number`
|
|
72
|
+
|
|
73
|
+
Defined in: lib/five/utils/motion.ts:80
|
|
74
|
+
|
|
75
|
+
***
|
|
76
|
+
|
|
77
|
+
### startTime
|
|
78
|
+
|
|
79
|
+
> **startTime**: `number`
|
|
80
|
+
|
|
81
|
+
Defined in: lib/five/utils/motion.ts:83
|
|
82
|
+
|
|
83
|
+
***
|
|
84
|
+
|
|
85
|
+
### startVelocity
|
|
86
|
+
|
|
87
|
+
> **startVelocity**: `number`
|
|
88
|
+
|
|
89
|
+
Defined in: lib/five/utils/motion.ts:84
|
|
90
|
+
|
|
91
|
+
***
|
|
92
|
+
|
|
93
|
+
### value
|
|
94
|
+
|
|
95
|
+
> **value**: [`MotionValue`](../type-aliases/MotionValue.md)\<`K`\>
|
|
96
|
+
|
|
97
|
+
Defined in: lib/five/utils/motion.ts:79
|
|
98
|
+
|
|
99
|
+
## Methods
|
|
100
|
+
|
|
101
|
+
### dispose()
|
|
102
|
+
|
|
103
|
+
> **dispose**(): `void`
|
|
104
|
+
|
|
105
|
+
Defined in: lib/five/utils/motion.ts:241
|
|
106
|
+
|
|
107
|
+
#### Returns
|
|
108
|
+
|
|
109
|
+
`void`
|
|
110
|
+
|
|
111
|
+
***
|
|
112
|
+
|
|
113
|
+
### getKeyFrameSegment()
|
|
114
|
+
|
|
115
|
+
> **getKeyFrameSegment**(`time`): \[[`MotionKeyframe`](../interfaces/MotionKeyframe.md)\<`K`\>, [`MotionKeyframe`](../interfaces/MotionKeyframe.md)\<`K`\>\]
|
|
116
|
+
|
|
117
|
+
Defined in: lib/five/utils/motion.ts:168
|
|
118
|
+
|
|
119
|
+
#### Parameters
|
|
120
|
+
|
|
121
|
+
##### time
|
|
122
|
+
|
|
123
|
+
`number`
|
|
124
|
+
|
|
125
|
+
#### Returns
|
|
126
|
+
|
|
127
|
+
\[[`MotionKeyframe`](../interfaces/MotionKeyframe.md)\<`K`\>, [`MotionKeyframe`](../interfaces/MotionKeyframe.md)\<`K`\>\]
|
|
128
|
+
|
|
129
|
+
***
|
|
130
|
+
|
|
131
|
+
### getProgressVelocity()
|
|
132
|
+
|
|
133
|
+
> **getProgressVelocity**(`time`): `number`
|
|
134
|
+
|
|
135
|
+
Defined in: lib/five/utils/motion.ts:146
|
|
136
|
+
|
|
137
|
+
#### Parameters
|
|
138
|
+
|
|
139
|
+
##### time
|
|
140
|
+
|
|
141
|
+
`number`
|
|
142
|
+
|
|
143
|
+
#### Returns
|
|
144
|
+
|
|
145
|
+
`number`
|
|
146
|
+
|
|
147
|
+
***
|
|
148
|
+
|
|
149
|
+
### getTargetKeyframe()
|
|
150
|
+
|
|
151
|
+
> **getTargetKeyframe**(): [`MotionKeyframe`](../interfaces/MotionKeyframe.md)\<`K`\>
|
|
152
|
+
|
|
153
|
+
Defined in: lib/five/utils/motion.ts:178
|
|
154
|
+
|
|
155
|
+
#### Returns
|
|
156
|
+
|
|
157
|
+
[`MotionKeyframe`](../interfaces/MotionKeyframe.md)\<`K`\>
|
|
158
|
+
|
|
159
|
+
***
|
|
160
|
+
|
|
161
|
+
### set()
|
|
162
|
+
|
|
163
|
+
> **set**(`value`, `duration`, `startProgressVelocity`, `time?`): `Promise`\<`void`\>
|
|
164
|
+
|
|
165
|
+
Defined in: lib/five/utils/motion.ts:182
|
|
166
|
+
|
|
167
|
+
#### Parameters
|
|
168
|
+
|
|
169
|
+
##### value
|
|
170
|
+
|
|
171
|
+
`Partial`\<[`MotionValue`](../type-aliases/MotionValue.md)\<`K`\>\>
|
|
172
|
+
|
|
173
|
+
##### duration
|
|
174
|
+
|
|
175
|
+
`number`
|
|
176
|
+
|
|
177
|
+
##### startProgressVelocity
|
|
178
|
+
|
|
179
|
+
`number` = `0`
|
|
180
|
+
|
|
181
|
+
##### time?
|
|
182
|
+
|
|
183
|
+
`number`
|
|
184
|
+
|
|
185
|
+
#### Returns
|
|
186
|
+
|
|
187
|
+
`Promise`\<`void`\>
|
|
188
|
+
|
|
189
|
+
***
|
|
190
|
+
|
|
191
|
+
### setKeyframes()
|
|
192
|
+
|
|
193
|
+
> **setKeyframes**(`keyframes`, `duration`, `startProgressVelocity`, `time?`): `Promise`\<`void`\>
|
|
194
|
+
|
|
195
|
+
Defined in: lib/five/utils/motion.ts:206
|
|
196
|
+
|
|
197
|
+
#### Parameters
|
|
198
|
+
|
|
199
|
+
##### keyframes
|
|
200
|
+
|
|
201
|
+
[`MotionKeyframe`](../interfaces/MotionKeyframe.md)\<`K`\>[]
|
|
202
|
+
|
|
203
|
+
##### duration
|
|
204
|
+
|
|
205
|
+
`number`
|
|
206
|
+
|
|
207
|
+
##### startProgressVelocity
|
|
208
|
+
|
|
209
|
+
`number` = `0`
|
|
210
|
+
|
|
211
|
+
##### time?
|
|
212
|
+
|
|
213
|
+
`number`
|
|
214
|
+
|
|
215
|
+
#### Returns
|
|
216
|
+
|
|
217
|
+
`Promise`\<`void`\>
|
|
218
|
+
|
|
219
|
+
***
|
|
220
|
+
|
|
221
|
+
### update()
|
|
222
|
+
|
|
223
|
+
> **update**(`time`): `boolean`
|
|
224
|
+
|
|
225
|
+
Defined in: lib/five/utils/motion.ts:154
|
|
226
|
+
|
|
227
|
+
#### Parameters
|
|
228
|
+
|
|
229
|
+
##### time
|
|
230
|
+
|
|
231
|
+
`number`
|
|
232
|
+
|
|
233
|
+
#### Returns
|
|
234
|
+
|
|
235
|
+
`boolean`
|