@realsee/five 6.8.0-alpha.1 → 6.8.0-alpha.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS_READ_ME.md +4 -0
- package/AI_CONTEXT.md +4 -0
- package/README.md +64 -13
- package/ai_guides/README.md +122 -0
- package/ai_guides/ai-doc-guidelines.md +102 -0
- package/ai_guides/api.md +274 -0
- package/ai_guides/features/3dtile.md +172 -0
- package/ai_guides/features/camera-animation.md +205 -0
- package/ai_guides/features/clipper.md +135 -0
- package/ai_guides/features/coordinate-system.md +128 -0
- package/ai_guides/features/event.md +154 -0
- package/ai_guides/features/five.md +184 -0
- package/ai_guides/features/flowing-light-2d-pass.md +438 -0
- package/ai_guides/features/flowing-light-3d-pass.md +420 -0
- package/ai_guides/features/gaussian-blur-pass.md +202 -0
- package/ai_guides/features/gesture.md +180 -0
- package/ai_guides/features/get-screen-pixels.md +182 -0
- package/ai_guides/features/image-options.md +164 -0
- package/ai_guides/features/load-external-model.md +350 -0
- package/ai_guides/features/load-progress.md +140 -0
- package/ai_guides/features/material.md +151 -0
- package/ai_guides/features/mode.md +269 -0
- package/ai_guides/features/model.md +186 -0
- package/ai_guides/features/move-pano-effect.md +145 -0
- package/ai_guides/features/multi-work.md +146 -0
- package/ai_guides/features/pano-tile.md +132 -0
- package/ai_guides/features/pano-uv.md +131 -0
- package/ai_guides/features/parameter.md +153 -0
- package/ai_guides/features/plugin.md +210 -0
- package/ai_guides/features/postprocessing.md +259 -0
- package/ai_guides/features/raycast.md +175 -0
- package/ai_guides/features/request-proxy.md +112 -0
- package/ai_guides/features/screen-project.md +165 -0
- package/ai_guides/features/state.md +101 -0
- package/ai_guides/features/view-layer.md +187 -0
- package/ai_guides/features/work.md +303 -0
- package/ai_guides/glossary.md +93 -0
- package/ai_guides/intro.md +23 -0
- package/ai_guides/quick-start.md +69 -0
- package/ai_guides/release_notes/6.6.md +86 -0
- package/ai_guides/release_notes/6.7.md +401 -0
- package/ai_guides/release_notes/6.8.md +90 -0
- package/ai_guides/support.md +23 -0
- package/ai_guides/template.md +70 -0
- package/docs/00_FOR_AI_AGENTS.md +11 -0
- package/docs/README.md +11 -0
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/highlight.css +33 -19
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/five.AdaptiveLuminancePass.html +1 -1
- package/docs/classes/five.BoundingMesh.html +1 -1
- package/docs/classes/five.Camera.html +1 -1
- package/docs/classes/five.EyeDomeLightingPass.html +1 -1
- package/docs/classes/five.Five.html +75 -81
- package/docs/classes/five.FivePass.html +1 -1
- package/docs/classes/five.InternalWebGLRenderer.html +1 -1
- package/docs/classes/five.Model.html +32 -32
- package/docs/classes/five.ModelScene.html +1 -1
- package/docs/classes/five.NetworkSubscribe.html +2 -2
- package/docs/classes/five.PBMContainer.html +1 -1
- package/docs/classes/five.PBMGSObject.html +14 -12
- package/docs/classes/five.PBMGroup.html +1 -1
- package/docs/classes/five.PBMMesh.html +1 -1
- package/docs/classes/five.PBMMeshMaterial.html +15 -6
- package/docs/classes/five.PBMPointCloud.html +1 -1
- package/docs/classes/five.PBMPointCloudMaterial.html +1 -1
- package/docs/classes/five.PBMSkinnedMesh.html +1 -1
- package/docs/classes/five.PanoCircleMesh.html +1 -1
- package/docs/classes/five.PanoCircleMeshCustom.html +1 -1
- package/docs/classes/five.PanoCircleMeshSolid.html +1 -1
- package/docs/classes/five.Parameter.html +54 -50
- package/docs/classes/five.Scene.html +1 -1
- package/docs/classes/five.Subscribe.html +2 -2
- package/docs/classes/five.Tile.html +1 -1
- package/docs/classes/five.Tile3D.html +30 -26
- package/docs/classes/five.TileNode.html +1 -1
- package/docs/classes/five.Trajectory.html +1 -1
- package/docs/classes/five.TrajectoryNode.html +1 -1
- package/docs/classes/five.Work.html +16 -16
- package/docs/classes/five.WorkResolvedObserver.html +28 -3
- package/docs/classes/gltf-loader.DDSLoader.html +1 -1
- package/docs/classes/gltf-loader.DRACOLoader.html +1 -1
- package/docs/classes/gltf-loader.GLTFLoader.html +2 -2
- package/docs/classes/gltf-loader.GLTFObject.html +1 -1
- package/docs/classes/gltf-loader.THREEGLTFLoader.html +1 -1
- package/docs/classes/line.Line.html +1 -1
- package/docs/classes/line.LineGeometry.html +1 -1
- package/docs/classes/line.LineMaterial.html +1 -1
- package/docs/classes/line.LineSegmentsGeometry.html +1 -1
- package/docs/classes/line.THREE_Line2.html +1 -1
- package/docs/classes/line.THREE_LineSegments2.html +1 -1
- package/docs/classes/plugins.BasePlugin.Controller.html +1 -1
- package/docs/classes/plugins.RoundedBoxGeometry.html +1 -1
- package/docs/classes/react.Store.html +1 -1
- package/docs/classes/sticker.Sticker.html +2 -2
- package/docs/classes/vfx.Airflow.html +1 -1
- package/docs/classes/vfx.Flame.html +1 -1
- package/docs/classes/vfx.Particle.html +1 -1
- package/docs/classes/vfx.ParticleGPU.html +1 -1
- package/docs/classes/vfx.SpotLight.html +1 -1
- package/docs/documents/README.html +138 -0
- package/docs/documents/ai-doc-guidelines.html +117 -0
- package/docs/documents/api.html +337 -0
- package/docs/documents/features_3dtile.html +216 -0
- package/docs/documents/features_camera-animation.html +157 -0
- package/docs/documents/features_clipper.html +80 -0
- package/docs/documents/features_coordinate-system.html +127 -0
- package/docs/documents/features_event.html +104 -0
- package/docs/documents/features_five.html +147 -0
- package/docs/documents/features_flowing-light-2d-pass.html +356 -0
- package/docs/documents/features_flowing-light-3d-pass.html +351 -0
- package/docs/documents/features_gaussian-blur-pass.html +182 -0
- package/docs/documents/features_gesture.html +120 -0
- package/docs/documents/features_get-screen-pixels.html +88 -0
- package/docs/documents/features_image-options.html +108 -0
- package/docs/documents/features_load-external-model.html +600 -0
- package/docs/documents/features_load-progress.html +110 -0
- package/docs/documents/features_material.html +334 -0
- package/docs/documents/features_mode.html +114 -0
- package/docs/documents/features_model.html +141 -0
- package/docs/documents/features_move-pano-effect.html +110 -0
- package/docs/documents/features_multi-work.html +97 -0
- package/docs/documents/features_pano-tile.html +100 -0
- package/docs/documents/features_pano-uv.html +82 -0
- package/docs/documents/features_parameter.html +101 -0
- package/docs/documents/features_plugin.html +105 -0
- package/docs/documents/features_postprocessing.html +109 -0
- package/docs/documents/features_raycast.html +98 -0
- package/docs/documents/features_request-proxy.html +78 -0
- package/docs/documents/features_screen-project.html +112 -0
- package/docs/documents/features_state.html +71 -0
- package/docs/documents/features_view-layer.html +158 -0
- package/docs/documents/features_work.html +129 -0
- package/docs/documents/glossary.html +94 -0
- package/docs/documents/intro.html +24 -6
- package/docs/documents/quick-start.html +23 -45
- package/docs/documents/release_notes_6.6.html +79 -0
- package/docs/documents/release_notes_6.7.html +14 -14
- package/docs/documents/release_notes_6.8.html +103 -0
- package/docs/documents/support.html +39 -15
- package/docs/documents/template.html +80 -0
- package/docs/functions/five.loadAt3d.html +1 -1
- package/docs/functions/five.loadB3dm.html +1 -1
- package/docs/functions/five.loadDome.html +1 -1
- package/docs/functions/five.loadDomez.html +1 -1
- package/docs/functions/five.loadFbx.html +1 -1
- package/docs/functions/five.loadGltf.html +1 -1
- package/docs/functions/five.loadPbm.html +1 -1
- package/docs/functions/five.loadPly.html +1 -1
- package/docs/functions/five.loadPnts.html +1 -1
- package/docs/functions/five.loadSplat.html +1 -1
- package/docs/functions/five.loadSpz.html +1 -1
- package/docs/functions/five.loadX3p.html +1 -1
- package/docs/functions/five.parseWork.html +1 -1
- package/docs/functions/react.createFiveProvider.html +1 -1
- package/docs/functions/react.useFiveAction.html +6 -6
- package/docs/functions/react.useFiveCurrentObserver.html +1 -1
- package/docs/functions/react.useFiveCurrentState.html +1 -1
- package/docs/functions/react.useFiveEventCallback.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.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 +8 -8
- package/docs/functions/vue.useFiveCurrentObserver.html +1 -1
- package/docs/functions/vue.useFiveCurrentState.html +1 -1
- package/docs/functions/vue.useFiveEventCallback.html +1 -1
- package/docs/functions/vue.useFiveFloor.html +1 -1
- package/docs/functions/vue.useFiveHelper.html +1 -1
- package/docs/functions/vue.useFiveModelIntersectRaycaster.html +2 -2
- package/docs/functions/vue.useFiveProject2d.html +2 -2
- package/docs/functions/vue.useFiveState.html +1 -1
- package/docs/functions/vue.useFiveWorks.html +4 -4
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +135 -34
- package/docs/interfaces/five.AddableObject.html +1 -1
- package/docs/interfaces/five.AjaxOptions.html +1 -1
- package/docs/interfaces/five.BaseEvent.html +2 -2
- package/docs/interfaces/five.EventCallback.html +15 -11
- package/docs/interfaces/five.FiveInitArgs.html +2 -2
- package/docs/interfaces/five.GestureEvent.html +2 -2
- package/docs/interfaces/five.ImageOptions.html +1 -1
- package/docs/interfaces/five.IntersectEvent.html +2 -2
- package/docs/interfaces/five.IntersectMesh.html +1 -1
- package/docs/interfaces/five.IntersectMeshInterface.html +1 -1
- package/docs/interfaces/five.Intersection.html +4 -3
- package/docs/interfaces/five.LooseWorkWithExtrinsics.html +6 -6
- package/docs/interfaces/five.ModeChangeEvent.html +2 -2
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ModelEvent.html +2 -2
- package/docs/interfaces/five.ModelSceneEvent.html +2 -2
- package/docs/interfaces/five.ModelTileEvent.html +8 -0
- package/docs/interfaces/five.MovePanoOptions.html +4 -4
- package/docs/interfaces/five.NetworkAbortError.html +1 -1
- package/docs/interfaces/five.NetworkFirbiddenError.html +1 -1
- package/docs/interfaces/five.NetworkOptions.html +1 -1
- package/docs/interfaces/five.NetworkProxyError.html +1 -1
- package/docs/interfaces/five.NetworkResourceEvent.html +2 -2
- package/docs/interfaces/five.NetworkResponseError.html +1 -1
- package/docs/interfaces/five.NetworkTimeoutError.html +1 -1
- package/docs/interfaces/five.ObjectEvent.html +2 -2
- package/docs/interfaces/five.PBMMaterial.html +1 -1
- package/docs/interfaces/five.PBMMeshMaterialParameters.html +1 -1
- package/docs/interfaces/five.PBMPointCloudMaterialParameters.html +1 -1
- package/docs/interfaces/five.PanoCircleMeshInterface.html +1 -1
- package/docs/interfaces/five.PanoEvent.html +2 -2
- package/docs/interfaces/five.PanoTextureEvent.html +2 -2
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ParameterMaterialValue.html +39 -35
- package/docs/interfaces/five.ParameterTilesetValue.html +15 -15
- package/docs/interfaces/five.ParameterValue.html +53 -49
- package/docs/interfaces/five.Pose.html +6 -7
- package/docs/interfaces/five.RenderEvent.html +2 -2
- package/docs/interfaces/five.ResolvedParameterValue.html +53 -49
- package/docs/interfaces/five.SplatData.html +10 -0
- package/docs/interfaces/five.State.html +6 -6
- package/docs/interfaces/five.StateEvent.html +2 -2
- package/docs/interfaces/five.TextureOptions.html +1 -1
- package/docs/interfaces/five.Tile3DOptions.html +2 -2
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ViewLayer.html +30 -26
- package/docs/interfaces/five.WorkCubeImage.html +1 -1
- package/docs/interfaces/five.WorkImage.html +1 -1
- package/docs/interfaces/five.WorkModel.html +8 -8
- package/docs/interfaces/five.WorkModelLayer.html +6 -6
- package/docs/interfaces/five.WorkObserver.html +28 -3
- package/docs/interfaces/five.WorkTile.html +1 -1
- package/docs/interfaces/five.WorksEvent.html +2 -2
- package/docs/interfaces/five.XRControllerEvent.html +2 -2
- package/docs/interfaces/five.XRGestureEvent.html +2 -2
- package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.XRSessionEvent.html +2 -2
- package/docs/interfaces/plugins.BackgroundPluginController.html +1 -1
- package/docs/interfaces/plugins.BackgroundPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.BasePlugin.State.html +1 -1
- package/docs/interfaces/plugins.DynamicPathLinePluginController.html +1 -1
- package/docs/interfaces/plugins.DynamicPathLinePluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.DynamicPathLinePluginType.State.html +1 -1
- package/docs/interfaces/plugins.ItemMaskController.html +1 -1
- package/docs/interfaces/plugins.ItemMaskPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.ItemMaskPluginType.State.html +1 -1
- package/docs/interfaces/plugins.OrientationPluginController.html +1 -1
- package/docs/interfaces/plugins.OrientationPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.OrientationPluginType.State.html +1 -1
- package/docs/interfaces/plugins.PanoAnimeController.html +1 -1
- package/docs/interfaces/plugins.PanoAnimePluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.PanoAnimePluginType.State.html +1 -1
- package/docs/interfaces/plugins.PluginTemplateType.EventMap.html +1 -1
- package/docs/interfaces/plugins.PluginTemplateType.State.html +1 -1
- package/docs/interfaces/plugins.TrajectoryController.html +1 -1
- package/docs/interfaces/react.FiveInjectionTypes.html +14 -14
- package/docs/modules/five.html +1 -1
- package/docs/modules.html +1 -1
- package/docs/types/five.EventTypes.html +12 -10
- package/docs/types/five.FivePlugin.html +1 -1
- package/docs/types/five.FivePluginInit.html +1 -1
- package/docs/types/five.FivePluginInstance.html +1 -1
- package/docs/types/five.NetworkProgressCallback.html +1 -1
- package/docs/types/five.ParseOptions.html +6 -6
- package/docs/types/plugins.BasePlugin.EventMap.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/five/application/analysis.d.ts +40 -0
- package/five/application/controllers.d.ts +41 -0
- package/five/application/events-legacy.d.ts +454 -0
- package/five/application/events.d.ts +69 -0
- package/five/application/five.d.ts +518 -0
- package/five/application/fiveInitArgs.d.ts +176 -0
- package/five/application/fiveLoadOptions.d.ts +21 -0
- package/five/application/generateDefaultVideoElement.d.ts +2 -0
- package/five/application/getViewportScale.d.ts +2 -0
- package/five/application/initLights.d.ts +3 -0
- package/five/application/mode.d.ts +28 -0
- package/five/application/renderPoweredByRealsee.d.ts +3 -0
- package/five/assets/cardboard-png-data-url.d.ts +2 -0
- package/five/assets/gradient-png-data-url.d.ts +2 -0
- package/five/assets/loading-png-data-url.d.ts +2 -0
- package/five/assets/phone-png-data-url.d.ts +2 -0
- package/five/assets/realsee-pmg-data-url.d.ts +2 -0
- package/five/bvh/bvhMath.d.ts +33 -0
- package/five/bvh/bvhMesh.d.ts +7 -0
- package/five/bvh/bvhNode.d.ts +29 -0
- package/five/bvh/bvhObject.d.ts +18 -0
- package/five/bvh/bvhPoints.d.ts +6 -0
- package/five/bvh/index.d.ts +10 -0
- package/five/bvh/worker.d.ts +35 -0
- package/five/cardboard/helper.d.ts +2 -0
- package/five/cardboard/index.d.ts +13 -0
- package/five/cardboard/sensor.d.ts +158 -0
- package/five/certificates/hardware.d.ts +1 -0
- package/five/controllers/base.d.ts +166 -0
- package/five/controllers/events.d.ts +69 -0
- package/five/controllers/floorplan.d.ts +119 -0
- package/five/controllers/mapview.d.ts +138 -0
- package/five/controllers/model.d.ts +57 -0
- package/five/controllers/panorama.d.ts +143 -0
- package/five/controllers/panoramaLike.d.ts +87 -0
- package/five/controllers/topview.d.ts +42 -0
- package/five/controllers/vrPanorama.d.ts +56 -0
- package/five/controllers/xrPanorama.d.ts +81 -0
- package/five/core/camera.d.ts +65 -0
- package/five/core/internalWebGLRenderer.d.ts +14 -0
- package/five/core/panoVideo.d.ts +18 -0
- package/five/core/scene.d.ts +10 -0
- package/five/core/tiling.d.ts +43 -0
- package/five/declare.d.ts +2 -1
- package/five/gs/util/renderData.d.ts +32 -0
- package/five/gs/wasm/data.d.ts +20 -0
- package/five/gs/wasm/sort.d.ts +18 -0
- package/five/gs/worker/dataWorker.d.ts +1 -0
- package/five/gs/worker/sortWorker.d.ts +1 -0
- package/five/index.d.ts +57 -4644
- package/five/index.js +503 -78
- package/five/index.mjs +6386 -5154
- package/five/meshes/boundingMesh.d.ts +12 -0
- package/five/meshes/intersectMesh.d.ts +8 -0
- package/five/meshes/panoCircleMesh.d.ts +35 -0
- package/five/meshes/panoCircleMeshCustom.d.ts +40 -0
- package/five/meshes/panoCircleMeshSolid.d.ts +34 -0
- package/five/meshes/panoSphereMesh.d.ts +27 -0
- package/five/model/helpers/coordinate-transform.d.ts +3 -0
- package/five/model/helpers/ellipsoid-coordinates.d.ts +14 -0
- package/five/model/helpers/get-edges-by-sphere.d.ts +8 -0
- package/five/model/helpers/get-recommend-tile3d-parameters.d.ts +8 -0
- package/five/model/index.d.ts +70 -0
- package/five/model/intersection.d.ts +18 -0
- package/five/model/loaders/at3d.d.ts +12 -0
- package/five/model/loaders/b3dm.d.ts +9 -0
- package/five/model/loaders/dome.d.ts +22 -0
- package/five/model/loaders/domez.d.ts +11 -0
- package/five/model/loaders/fbx.d.ts +8 -0
- package/five/model/loaders/glTF-helpers/extensions/CESIUM_RTC.d.ts +9 -0
- package/five/model/loaders/glTF-helpers/extensions/EXT_meshopt_compression.d.ts +8 -0
- package/five/model/loaders/glTF-helpers/extensions/EXT_texture_webp.d.ts +11 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_animation_pointer.d.ts +6 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_binary_glTF.d.ts +25 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_draco_mesh_compression.d.ts +11 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_gaussian_splatting_compression_spz.d.ts +9 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_materials_clearcoat.d.ts +10 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_materials_emissive_strength.d.ts +10 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_materials_sheen.d.ts +10 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_materials_transmission.d.ts +10 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_materials_unlit.d.ts +10 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_mesh_quantization.d.ts +6 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_node_visibility.d.ts +10 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_texture_basisu.d.ts +9 -0
- package/five/model/loaders/glTF-helpers/extensions/KHR_texture_transform.d.ts +10 -0
- package/five/model/loaders/glTF-helpers/extensions/REALSEE_materials_lightmap.d.ts +7 -0
- package/five/model/loaders/glTF-helpers/extensions/base.d.ts +24 -0
- package/five/model/loaders/glTF-helpers/glTF.d.ts +713 -0
- package/five/model/loaders/glTF-helpers/index.d.ts +47 -0
- package/five/model/loaders/glTF-helpers/parser.d.ts +114 -0
- package/five/model/loaders/glTF-helpers/type.d.ts +14 -0
- package/five/model/loaders/gltf.d.ts +10 -0
- package/five/model/loaders/obj.d.ts +9 -0
- package/five/model/loaders/pbm.d.ts +26 -0
- package/five/model/loaders/ply.d.ts +24 -0
- package/five/model/loaders/pnts.d.ts +8 -0
- package/five/model/loaders/protobuf/dome.d.ts +540 -0
- package/five/model/loaders/protobuf/pbm.d.ts +203 -0
- package/five/model/loaders/shared.d.ts +16 -0
- package/five/model/loaders/splat.d.ts +8 -0
- package/five/model/loaders/spz.d.ts +14 -0
- package/five/model/loaders/tile3d-helpers/feature-table.d.ts +15 -0
- package/five/model/loaders/tile3d-helpers/gl-type.d.ts +20 -0
- package/five/model/loaders/tile3d-helpers/parse-gltf-array-buffer.d.ts +2 -0
- package/five/model/loaders/tile3d-helpers/parse-header.d.ts +2 -0
- package/five/model/loaders/tile3d-helpers/parse-point-cloud-attributes.d.ts +2 -0
- package/five/model/loaders/tile3d-helpers/parse-point-cloud-attributes.worker.d.ts +6 -0
- package/five/model/loaders/tile3d-helpers/parse-table.d.ts +3 -0
- package/five/model/loaders/tile3d-helpers/tile3d-type.d.ts +35 -0
- package/five/model/loaders/x3p.d.ts +22 -0
- package/five/model/materials/pbmMaterial.d.ts +87 -0
- package/five/model/materials/pbmMeshMaterial.d.ts +124 -0
- package/five/model/materials/pbmPointCloudMaterial.d.ts +72 -0
- package/five/model/model-scene.d.ts +172 -0
- package/five/model/model.d.ts +209 -0
- package/five/model/objects/pbmContainer.d.ts +28 -0
- package/five/model/objects/pbmGSObject.d.ts +40 -0
- package/five/model/objects/pbmGSRenderMesh.d.ts +32 -0
- package/five/model/objects/pbmGroup.d.ts +8 -0
- package/five/model/objects/pbmMesh.d.ts +10 -0
- package/five/model/objects/pbmPointCloud.d.ts +7 -0
- package/five/model/parameter.d.ts +136 -0
- package/five/model/shaders/pbm_gaussian_splatting/fragment.d.ts +2 -0
- package/five/model/shaders/pbm_gaussian_splatting/vertex.d.ts +2 -0
- package/five/model/shaders/pbm_mesh_basic/fragment.d.ts +2 -0
- package/five/model/shaders/pbm_mesh_basic/vertex.d.ts +2 -0
- package/five/model/shaders/pbm_mesh_none/fragment.d.ts +2 -0
- package/five/model/shaders/pbm_mesh_none/vertex.d.ts +2 -0
- package/five/model/shaders/pbm_mesh_phong/fragment.d.ts +2 -0
- package/five/model/shaders/pbm_mesh_phong/vertex.d.ts +2 -0
- package/five/model/shaders/pbm_mesh_standard/fragment.d.ts +2 -0
- package/five/model/shaders/pbm_mesh_standard/vertex.d.ts +2 -0
- package/five/model/shaders/pbm_pointcloud/fragment.d.ts +2 -0
- package/five/model/shaders/pbm_pointcloud/vertex.d.ts +2 -0
- package/five/model/tile3d/header.d.ts +88 -0
- package/five/model/tile3d/index.d.ts +214 -0
- package/five/model/tile3d/tile-cache.d.ts +18 -0
- package/five/model/tile3d/tile-content.d.ts +10 -0
- package/five/model/tile3d/tile-node.d.ts +24 -0
- package/five/model/tile3d/tile-request-scheduler.d.ts +17 -0
- package/five/model/tile3d/tile.d.ts +79 -0
- package/five/model/tile3d/tileset-base-traverser.d.ts +59 -0
- package/five/model/tile3d/tileset-most-detail-traverser.d.ts +14 -0
- package/five/model/tile3d/tileset-normal-traverser.d.ts +15 -0
- package/five/model/tile3d/tileset-skip-traverser.d.ts +60 -0
- package/five/model/tile3d/tileset.d.ts +69 -0
- package/five/model/tile3d/trajectory-content.d.ts +9 -0
- package/five/model/tile3d/trajectory-node.d.ts +15 -0
- package/five/model/tile3d/trajectory.d.ts +30 -0
- package/five/model/tile3d/types.d.ts +33 -0
- package/five/model/view-layer.d.ts +20 -0
- package/five/renderer/five-renderer.d.ts +17 -0
- package/five/renderer/index.d.ts +3 -0
- package/five/renderer/postprocessing/composer.d.ts +37 -0
- package/five/renderer/postprocessing/index.d.ts +7 -0
- package/five/renderer/postprocessing/passes/adaptive-luminance-pass.d.ts +15 -0
- package/five/renderer/postprocessing/passes/eye-dome-lighting-pass.d.ts +14 -0
- package/five/renderer/postprocessing/passes/flowing-light-2d-pass.d.ts +36 -0
- package/five/renderer/postprocessing/passes/flowing-light-3d-pass.d.ts +36 -0
- package/five/renderer/postprocessing/passes/gaussian-blur-pass.d.ts +12 -0
- package/five/renderer/postprocessing/passes/pass.d.ts +38 -0
- package/five/renderer/scene-renderers/point-cloud-high-quality-scene-renderer.d.ts +11 -0
- package/five/renderer/scene-renderers/scene-renderer.d.ts +9 -0
- package/five/renderer/scene-renderers/ssaa-scene-renderer.d.ts +15 -0
- package/five/renderer/tools/full-screen-quad.d.ts +15 -0
- package/five/renderer/tools/render-full-screen-depth.d.ts +2 -0
- package/five/renderer/tools/render-full-screen.d.ts +2 -0
- package/five/texture/imageBitmap.d.ts +13 -0
- package/five/texture/initTexture.d.ts +3 -0
- package/five/texture/loader.d.ts +39 -0
- package/five/thirdparty/fflate.d.ts +1407 -0
- package/five/thirdparty/hammer.d.ts +259 -0
- package/five/thirdparty/jsrsasign.d.ts +768 -0
- package/five/thirdparty/meshopt_decoder.d.ts +15 -0
- package/five/three-version-check.d.ts +1 -0
- package/five/types/addableObject.d.ts +12 -0
- package/five/types/cube.d.ts +1 -0
- package/five/types/gestureInput.d.ts +24 -0
- package/five/types/imageOptions.d.ts +20 -0
- package/five/types/intersectMeshInterface.d.ts +8 -0
- package/five/types/movePanoEffect.d.ts +13 -0
- package/five/types/movePanoOptions.d.ts +35 -0
- package/five/types/panoCircleMeshInterface.d.ts +34 -0
- package/five/types/plugin.d.ts +25 -0
- package/five/types/pose.d.ts +17 -0
- package/five/types/state.d.ts +20 -0
- package/five/types/viewport.d.ts +22 -0
- package/five/utils/ajax.d.ts +66 -0
- package/five/utils/animationFrameLoop.d.ts +45 -0
- package/five/utils/array.d.ts +31 -0
- package/five/utils/asyncTaskQueue.d.ts +8 -0
- package/five/utils/bufferGeometry.d.ts +33 -0
- package/five/utils/calculateProgress.d.ts +39 -0
- package/five/utils/calculateThreeMouse.d.ts +13 -0
- package/five/utils/canplayVideo.d.ts +2 -0
- package/five/utils/clamp.d.ts +2 -0
- package/five/utils/clock.d.ts +17 -0
- package/five/utils/createSymbol.d.ts +5 -0
- package/five/utils/decodeText.d.ts +2 -0
- package/five/utils/deepEqual.d.ts +2 -0
- package/five/utils/deepFreeze.d.ts +2 -0
- package/five/utils/defineProperty.d.ts +9 -0
- package/five/utils/detector.d.ts +14 -0
- package/five/utils/distance.d.ts +10 -0
- package/five/utils/draco.d.ts +26 -0
- package/five/utils/easing.d.ts +63 -0
- package/five/utils/event.d.ts +149 -0
- package/five/utils/formatRad.d.ts +7 -0
- package/five/utils/imageSupport.d.ts +6 -0
- package/five/utils/imageURL.d.ts +42 -0
- package/five/utils/isEmptyObject.d.ts +2 -0
- package/five/utils/isNil.d.ts +6 -0
- package/five/utils/isNumber.d.ts +2 -0
- package/five/utils/isPowerOfTwo.d.ts +2 -0
- package/five/utils/isPromise.d.ts +2 -0
- package/five/utils/isSimilar.d.ts +6 -0
- package/five/utils/json.d.ts +7 -0
- package/five/utils/ktx2.d.ts +30 -0
- package/five/utils/lzma/index.d.ts +2 -0
- package/five/utils/lzma/lzma.d.ts +3 -0
- package/five/utils/lzma/lzmaWASM.d.ts +2 -0
- package/five/utils/lzma/lzmaWorker.d.ts +14 -0
- package/five/utils/memoryUsage.d.ts +29 -0
- package/five/utils/motion.d.ts +38 -0
- package/five/utils/noop.d.ts +6 -0
- package/five/utils/now.d.ts +7 -0
- package/five/utils/pano.d.ts +9 -0
- package/five/utils/pick.d.ts +3 -0
- package/five/utils/poseUtils.d.ts +5 -0
- package/five/utils/renderCubeTextureToCubeRenderTarget.d.ts +3 -0
- package/five/utils/renderDepth.d.ts +2 -0
- package/five/utils/renderTexturesToCubeRenderTarget.d.ts +10 -0
- package/five/utils/requestPermission.d.ts +3 -0
- package/five/utils/shaderContentFix.d.ts +7 -0
- package/five/utils/shaderMaterial.d.ts +20 -0
- package/five/utils/stateUtils.d.ts +5 -0
- package/five/utils/string-pattern.d.ts +8 -0
- package/five/utils/subscribe.d.ts +67 -0
- package/five/utils/tileCube.d.ts +19 -0
- package/five/utils/toFastProperties.d.ts +1 -0
- package/five/utils/typedCache.d.ts +10 -0
- package/five/utils/uniform.d.ts +15 -0
- package/five/utils/url.d.ts +35 -0
- package/five/utils/uuid.d.ts +5 -0
- package/five/utils/values.d.ts +2 -0
- package/five/utils/vectorCoordinates.d.ts +29 -0
- package/five/utils/volume.d.ts +111 -0
- package/five/utils/webglError.d.ts +7 -0
- package/five/utils/worker.d.ts +26 -0
- package/five/webxr/XRControllerModelFactory.d.ts +28 -0
- package/five/webxr/motionHelper.d.ts +68 -0
- package/five/webxr/xrButton.d.ts +4 -0
- package/five/webxr/xrController.d.ts +24 -0
- package/five/webxr/xrManager.d.ts +84 -0
- package/five/work/_ALLOW_HOST.d.ts +2 -0
- package/five/work/index.d.ts +6 -0
- package/five/work/keychain.d.ts +5 -0
- package/five/work/looseWorkType.d.ts +121 -0
- package/five/work/verify.d.ts +7 -0
- package/five/work/work.d.ts +236 -0
- package/five/work/workFetcher.d.ts +4 -0
- package/five/work/workJson.d.ts +3 -0
- package/five/work/workJsonType.d.ts +73 -0
- package/five/work/workObserverUtils.d.ts +36 -0
- package/five/work/workParser.d.ts +6 -0
- package/five/work/workResolvedObserver.d.ts +12 -0
- package/five/work/workVerify.d.ts +2 -0
- package/five/work/works.d.ts +10 -0
- package/gltf-loader/gltf-object.d.ts +17 -0
- package/gltf-loader/index.d.ts +60 -160
- package/gltf-loader/index.js +3 -3
- package/gltf-loader/index.mjs +3 -3
- package/gltf-loader/thirdparty/DDSLoader.d.ts +23 -0
- package/gltf-loader/thirdparty/DRACOLoader.d.ts +18 -0
- package/gltf-loader/thirdparty/GLTFLoader.d.ts +59 -0
- package/line/circle_png.d.ts +1 -0
- package/line/index.d.ts +19 -69
- package/line/index.js +3 -3
- package/line/index.mjs +3 -3
- package/line/utils/Line2.d.ts +7 -0
- package/line/utils/LineGeometry.d.ts +10 -0
- package/line/utils/LineMaterial.d.ts +20 -0
- package/line/utils/LineSegments2.d.ts +11 -0
- package/line/utils/LineSegmentsGeometry.d.ts +15 -0
- package/llms.txt +65 -0
- package/package.json +10 -1
- package/plugins/BackgroundPlugin/Controller.d.ts +20 -0
- package/plugins/BackgroundPlugin/index.d.ts +5 -0
- package/plugins/BackgroundPlugin/typings.d.ts +44 -0
- package/plugins/BasePlugin/index.d.ts +119 -0
- package/plugins/DynamicPathLinePlugin/Controller.d.ts +167 -0
- package/plugins/DynamicPathLinePlugin/index.d.ts +5 -0
- package/plugins/DynamicPathLinePlugin/line2/Line2.d.ts +7 -0
- package/plugins/DynamicPathLinePlugin/line2/LineGeometry.d.ts +10 -0
- package/plugins/DynamicPathLinePlugin/line2/LineMaterial.d.ts +17 -0
- package/plugins/DynamicPathLinePlugin/line2/LineSegments2.d.ts +11 -0
- package/plugins/DynamicPathLinePlugin/line2/LineSegmentsGeometry.d.ts +15 -0
- package/plugins/DynamicPathLinePlugin/typing.d.ts +129 -0
- package/plugins/DynamicPathLinePlugin/typings.d.ts +72 -0
- package/plugins/ItemMaskPlugin/Controller.d.ts +48 -0
- package/plugins/ItemMaskPlugin/index.d.ts +5 -0
- package/plugins/ItemMaskPlugin/typing.d.ts +58 -0
- package/plugins/OrientationPlugin/Controller.d.ts +82 -0
- package/plugins/OrientationPlugin/RoundedBoxGeometry.d.ts +11 -0
- package/plugins/OrientationPlugin/index.d.ts +6 -0
- package/plugins/OrientationPlugin/typing.d.ts +25 -0
- package/plugins/PanoAnimePlugin/Controller.d.ts +46 -0
- package/plugins/PanoAnimePlugin/index.d.ts +5 -0
- package/plugins/PanoAnimePlugin/typing.d.ts +37 -0
- package/plugins/PluginTemplate/Controller.d.ts +27 -0
- package/plugins/PluginTemplate/index.d.ts +5 -0
- package/plugins/PluginTemplate/typing.d.ts +21 -0
- package/plugins/TrajectoryPlugin/Controller.d.ts +85 -0
- package/plugins/TrajectoryPlugin/index.d.ts +6 -0
- package/plugins/TrajectoryPlugin/typing.d.ts +25 -0
- package/plugins/index.d.ts +9 -1102
- package/plugins/index.js +2 -2
- package/plugins/index.mjs +2 -2
- package/plugins/thirdParty/CSS3DRenderer.d.ts +32 -0
- package/plugins/thirdParty/OrbitControls.d.ts +78 -0
- package/plugins/utils/absoluteUrl.d.ts +5 -0
- package/plugins/utils/clamp.d.ts +2 -0
- package/plugins/utils/loadImage.d.ts +1 -0
- package/plugins/utils/motion.d.ts +38 -0
- package/plugins/utils/now.d.ts +6 -0
- package/plugins/utils/uuid.d.ts +5 -0
- package/react/canvas.d.ts +19 -0
- package/react/context.d.ts +11 -0
- package/react/createProvider.d.ts +95 -0
- package/react/createStore.d.ts +144 -0
- package/react/hooks/unsafe__useFiveInstance.d.ts +9 -0
- package/react/hooks/useFiveAction.d.ts +147 -0
- package/react/hooks/useFiveCameraDirection.d.ts +7 -0
- package/react/hooks/useFiveCameraRaycaster.d.ts +7 -0
- package/react/hooks/useFiveCurrentObserver.d.ts +11 -0
- package/react/hooks/useFiveCurrentState.d.ts +15 -0
- package/react/hooks/useFiveEventCallback.d.ts +12 -0
- package/react/hooks/useFiveFloor.d.ts +15 -0
- package/react/hooks/useFiveHelper.d.ts +14 -0
- package/react/hooks/useFiveModelBounding.d.ts +5 -0
- package/react/hooks/useFiveModelEffect.d.ts +14 -0
- package/react/hooks/useFiveModelIntersectRaycaster.d.ts +22 -0
- package/react/hooks/useFiveModelReadyState.d.ts +8 -0
- package/react/hooks/useFiveProject2d.d.ts +20 -0
- package/react/hooks/useFiveSceneEffect.d.ts +21 -0
- package/react/hooks/useFiveState.d.ts +6 -0
- package/react/hooks/useFiveWork.d.ts +29 -0
- package/react/index.d.ts +24 -830
- package/react/index.js +2 -2
- package/react/index.mjs +2 -2
- package/react/rendererPool.d.ts +7 -0
- package/react/withFive.d.ts +213 -0
- package/shader-lib/EvenessPlane/index.d.ts +10 -0
- package/shader-lib/PointCloudExpand/index.d.ts +59 -0
- package/shader-lib/PolygonCuter/index.d.ts +52 -0
- package/shader-lib/PolygonCuter/worker.d.ts +14 -0
- package/shader-lib/ShineModel/index.d.ts +7 -0
- package/shader-lib/SweepModel/index.d.ts +7 -0
- package/shader-lib/index.d.ts +5 -86
- package/shader-lib/index.js +2 -2
- package/shader-lib/index.mjs +2 -2
- package/sticker/geometry.d.ts +3 -0
- package/sticker/index.d.ts +68 -71
- package/sticker/index.js +3 -3
- package/sticker/index.mjs +3 -3
- 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 +503 -78
- package/vfx/airflow/airflow.d.ts +18 -0
- package/vfx/airflow/fragment-shader.d.ts +2 -0
- package/vfx/airflow/vertex-shader.d.ts +2 -0
- package/vfx/common/scale-shader.d.ts +2 -0
- package/vfx/common/simplex-noise-shader.d.ts +2 -0
- package/vfx/frame/fragment-shader.d.ts +2 -0
- package/vfx/frame/frame.d.ts +22 -0
- package/vfx/frame/vertex-shader.d.ts +2 -0
- package/vfx/index.d.ts +7 -363
- package/vfx/index.js +2 -2
- package/vfx/index.mjs +2 -2
- package/vfx/particle/fragment-shader.d.ts +2 -0
- package/vfx/particle/instance.d.ts +36 -0
- package/vfx/particle/particle.d.ts +205 -0
- package/vfx/particle/utils.d.ts +11 -0
- package/vfx/particle/vertex-shader.d.ts +2 -0
- package/vfx/particle-gpu/fragment-shader.d.ts +2 -0
- package/vfx/particle-gpu/instance.d.ts +36 -0
- package/vfx/particle-gpu/particle.d.ts +95 -0
- package/vfx/particle-gpu/utils.d.ts +11 -0
- package/vfx/particle-gpu/vertex-shader.d.ts +2 -0
- package/vfx/spotLight/fragment-shader.d.ts +2 -0
- package/vfx/spotLight/spotLight.d.ts +15 -0
- package/vfx/spotLight/vertex-shader.d.ts +2 -0
- package/vue/context.d.ts +7 -0
- package/vue/hooks/FiveCanvas.d.ts +36 -0
- package/vue/hooks/FiveProvider.d.ts +35 -0
- package/vue/hooks/unsafe__useFiveInject.d.ts +9 -0
- package/vue/hooks/useFiveAction.d.ts +178 -0
- package/vue/hooks/useFiveCameraDirection.d.ts +8 -0
- package/vue/hooks/useFiveCameraRaycaster.d.ts +8 -0
- package/vue/hooks/useFiveCurrentObserver.d.ts +12 -0
- package/vue/hooks/useFiveCurrentState.d.ts +16 -0
- package/vue/hooks/useFiveEventCallback.d.ts +11 -0
- package/vue/hooks/useFiveFloor.d.ts +16 -0
- package/vue/hooks/useFiveHelper.d.ts +15 -0
- package/vue/hooks/useFiveModel.d.ts +7 -0
- package/vue/hooks/useFiveModelBounding.d.ts +7 -0
- package/vue/hooks/useFiveModelIntersectRaycaster.d.ts +23 -0
- package/vue/hooks/useFiveModelReadyState.d.ts +9 -0
- package/vue/hooks/useFiveProject2d.d.ts +26 -0
- package/vue/hooks/useFiveScene.d.ts +6 -0
- package/vue/hooks/useFiveState.d.ts +16 -0
- package/vue/hooks/useFiveWork.d.ts +30 -0
- package/vue/index.d.ts +23 -467
- package/vue/index.js +2 -2
- package/vue/index.mjs +2 -2
- package/vue/rendererPool.d.ts +10 -0
- package/work-downloader/components/model-3d-tile.d.ts +2 -0
- package/work-downloader/components/model.d.ts +3 -0
- package/work-downloader/components/observer.d.ts +7 -0
- package/work-downloader/download.d.ts +16 -0
- package/work-downloader/index.d.ts +2 -33
- package/work-downloader/index.js +2 -2
- package/work-downloader/index.mjs +2 -2
- package/work-downloader/type.d.ts +28 -0
- package/work-downloader/utils/download-to-file.d.ts +1 -0
- package/work-downloader/utils/image-processing.d.ts +7 -0
- package/work-downloader/utils/join-url.d.ts +2 -0
- package/work-downloader/utils/log.d.ts +1 -0
- package/work-downloader/utils/relative-url.d.ts +1 -0
- package/docs/documents/coordinate.html +0 -13
- package/docs/documents/five.FivePlugin.plugins.html +0 -92
- package/docs/documents/five.Pose.coordinate.html +0 -13
- package/docs/documents/mode.html +0 -15
- package/docs/documents/plugins.html +0 -92
- package/docs/documents/state.html +0 -2
- package/docs/documents/work.html +0 -67
- package/docs/media/coordinate.jpg +0 -0
- package/docs_markdown/README.md +0 -33
- package/docs_markdown/_media/coordinate.jpg +0 -0
- package/docs_markdown/documents/coordinate.md +0 -29
- package/docs_markdown/documents/intro.md +0 -15
- package/docs_markdown/documents/mode.md +0 -21
- package/docs_markdown/documents/plugins.md +0 -226
- package/docs_markdown/documents/quick-start.md +0 -105
- package/docs_markdown/documents/release_notes/6.7.md +0 -407
- package/docs_markdown/documents/state.md +0 -7
- package/docs_markdown/documents/support.md +0 -13
- package/docs_markdown/documents/work.md +0 -148
- package/docs_markdown/five/README.md +0 -309
- package/docs_markdown/five/classes/AdaptiveLuminancePass.md +0 -238
- package/docs_markdown/five/classes/AnimationFrameLoop.md +0 -195
- package/docs_markdown/five/classes/BoundingMesh.md +0 -75
- package/docs_markdown/five/classes/Camera.md +0 -527
- package/docs_markdown/five/classes/EffectComposer.md +0 -241
- package/docs_markdown/five/classes/EyeDomeLightingPass.md +0 -232
- package/docs_markdown/five/classes/Fetcher.md +0 -133
- package/docs_markdown/five/classes/Five.md +0 -2231
- package/docs_markdown/five/classes/FivePass.md +0 -193
- package/docs_markdown/five/classes/FiveRenderer.md +0 -107
- package/docs_markdown/five/classes/FullScreenQuad.md +0 -95
- package/docs_markdown/five/classes/InternalWebGLRenderer.md +0 -65
- package/docs_markdown/five/classes/Model.md +0 -1009
- package/docs_markdown/five/classes/ModelScene.md +0 -495
- package/docs_markdown/five/classes/Motion.md +0 -235
- package/docs_markdown/five/classes/NetworkSubscribe.md +0 -289
- package/docs_markdown/five/classes/PBMContainer.md +0 -137
- package/docs_markdown/five/classes/PBMCustomShader.md +0 -171
- package/docs_markdown/five/classes/PBMGSObject.md +0 -257
- package/docs_markdown/five/classes/PBMGroup.md +0 -35
- package/docs_markdown/five/classes/PBMMesh.md +0 -43
- package/docs_markdown/five/classes/PBMMeshMaterial.md +0 -889
- package/docs_markdown/five/classes/PBMPointCloud.md +0 -41
- package/docs_markdown/five/classes/PBMPointCloudMaterial.md +0 -371
- package/docs_markdown/five/classes/PBMSkinnedMesh.md +0 -67
- package/docs_markdown/five/classes/PanoCircleMesh.md +0 -296
- package/docs_markdown/five/classes/PanoCircleMeshCustom.md +0 -296
- package/docs_markdown/five/classes/PanoCircleMeshSolid.md +0 -296
- package/docs_markdown/five/classes/Parameter.md +0 -905
- package/docs_markdown/five/classes/Scene.md +0 -109
- package/docs_markdown/five/classes/Subscribe.md +0 -271
- package/docs_markdown/five/classes/TextureLoader.md +0 -199
- package/docs_markdown/five/classes/Tile.md +0 -517
- package/docs_markdown/five/classes/Tile3D.md +0 -1287
- package/docs_markdown/five/classes/TileCache.md +0 -123
- package/docs_markdown/five/classes/TileNode.md +0 -171
- package/docs_markdown/five/classes/TileRequestScheduler.md +0 -69
- package/docs_markdown/five/classes/Tileset.md +0 -379
- package/docs_markdown/five/classes/Trajectory.md +0 -111
- package/docs_markdown/five/classes/TrajectoryNode.md +0 -129
- package/docs_markdown/five/classes/Work.md +0 -299
- package/docs_markdown/five/classes/WorkResolvedObserver.md +0 -302
- package/docs_markdown/five/classes/XRButton.md +0 -37
- package/docs_markdown/five/enumerations/VolumePlaneIntersect.md +0 -33
- package/docs_markdown/five/functions/coordinatesToVector.md +0 -33
- package/docs_markdown/five/functions/createDebugBoundingMesh.md +0 -25
- package/docs_markdown/five/functions/createWorks.md +0 -21
- package/docs_markdown/five/functions/defaultImageURLTransform.md +0 -33
- package/docs_markdown/five/functions/getViewportScale.md +0 -15
- package/docs_markdown/five/functions/headingToLongitude.md +0 -29
- package/docs_markdown/five/functions/imageSupport.md +0 -15
- package/docs_markdown/five/functions/isBoundingVolume.md +0 -21
- package/docs_markdown/five/functions/isPanoId.md +0 -21
- package/docs_markdown/five/functions/loadAt3d.md +0 -47
- package/docs_markdown/five/functions/loadB3dm.md +0 -39
- package/docs_markdown/five/functions/loadDome.md +0 -43
- package/docs_markdown/five/functions/loadDomez.md +0 -43
- package/docs_markdown/five/functions/loadFbx.md +0 -35
- package/docs_markdown/five/functions/loadGltf.md +0 -39
- package/docs_markdown/five/functions/loadPbm.md +0 -47
- package/docs_markdown/five/functions/loadPly.md +0 -61
- package/docs_markdown/five/functions/loadPnts.md +0 -35
- package/docs_markdown/five/functions/loadSplat.md +0 -35
- package/docs_markdown/five/functions/loadSpz.md +0 -35
- package/docs_markdown/five/functions/loadX3p.md +0 -39
- package/docs_markdown/five/functions/longitudeToHeading.md +0 -29
- package/docs_markdown/five/functions/makeBoundingVolume.md +0 -21
- package/docs_markdown/five/functions/panoEqual.md +0 -25
- package/docs_markdown/five/functions/panoParse.md +0 -21
- package/docs_markdown/five/functions/panoStringify.md +0 -21
- package/docs_markdown/five/functions/parseWork.md +0 -33
- package/docs_markdown/five/functions/vectorToCoordinates.md +0 -31
- package/docs_markdown/five/functions/workToJson.md +0 -21
- package/docs_markdown/five/interfaces/AddableObject.md +0 -77
- package/docs_markdown/five/interfaces/AjaxOptions.md +0 -81
- package/docs_markdown/five/interfaces/AnimationFrame.md +0 -67
- package/docs_markdown/five/interfaces/AnimationFrameContext.md +0 -55
- package/docs_markdown/five/interfaces/BaseEvent.md +0 -60
- package/docs_markdown/five/interfaces/BoundingVolume.md +0 -241
- package/docs_markdown/five/interfaces/BoxBoundingVolume.md +0 -325
- package/docs_markdown/five/interfaces/CameraPose.md +0 -49
- package/docs_markdown/five/interfaces/CullingVolume.md +0 -141
- package/docs_markdown/five/interfaces/Draco.md +0 -219
- package/docs_markdown/five/interfaces/EventCallback.md +0 -3374
- package/docs_markdown/five/interfaces/FiveInitArgs.md +0 -435
- package/docs_markdown/five/interfaces/FiveLoadOptions.md +0 -71
- package/docs_markdown/five/interfaces/FloorplanControllerCustomInitArgs.md +0 -93
- package/docs_markdown/five/interfaces/GestureEvent.md +0 -233
- package/docs_markdown/five/interfaces/ImageOptions.md +0 -147
- package/docs_markdown/five/interfaces/ImageURLMappings.md +0 -13
- package/docs_markdown/five/interfaces/ImageURLOptions.md +0 -89
- package/docs_markdown/five/interfaces/IntersectEvent.md +0 -89
- package/docs_markdown/five/interfaces/IntersectMesh.md +0 -33
- package/docs_markdown/five/interfaces/IntersectMeshInterface.md +0 -27
- package/docs_markdown/five/interfaces/Intersection.md +0 -53
- package/docs_markdown/five/interfaces/KTX2.md +0 -131
- package/docs_markdown/five/interfaces/LoosePanoWork.md +0 -81
- package/docs_markdown/five/interfaces/LooseWork.md +0 -145
- package/docs_markdown/five/interfaces/LooseWorkInitial.md +0 -89
- package/docs_markdown/five/interfaces/LooseWorkModel.md +0 -113
- package/docs_markdown/five/interfaces/LooseWorkObserver.md +0 -153
- package/docs_markdown/five/interfaces/LooseWorkPanorama.md +0 -121
- package/docs_markdown/five/interfaces/LooseWorkVideo.md +0 -33
- package/docs_markdown/five/interfaces/LooseWorkWithExtrinsics.md +0 -93
- package/docs_markdown/five/interfaces/MapviewControllerCustomInitArgs.md +0 -96
- package/docs_markdown/five/interfaces/ModeChangeEvent.md +0 -105
- package/docs_markdown/five/interfaces/ModelControllerCustomInitArgs.md +0 -147
- package/docs_markdown/five/interfaces/ModelEvent.md +0 -89
- package/docs_markdown/five/interfaces/ModelOptions.md +0 -54
- package/docs_markdown/five/interfaces/ModelSceneEvent.md +0 -73
- package/docs_markdown/five/interfaces/MotionKeyframe.md +0 -39
- package/docs_markdown/five/interfaces/MovePanoOptions.md +0 -192
- package/docs_markdown/five/interfaces/NetworkAbortError.md +0 -13
- package/docs_markdown/five/interfaces/NetworkFirbiddenError.md +0 -13
- package/docs_markdown/five/interfaces/NetworkOptions.md +0 -53
- package/docs_markdown/five/interfaces/NetworkProxyError.md +0 -13
- package/docs_markdown/five/interfaces/NetworkResourceEvent.md +0 -97
- package/docs_markdown/five/interfaces/NetworkResponseError.md +0 -21
- package/docs_markdown/five/interfaces/NetworkTimeoutError.md +0 -13
- package/docs_markdown/five/interfaces/ObjectEvent.md +0 -73
- package/docs_markdown/five/interfaces/PBMClipperParameter.md +0 -25
- package/docs_markdown/five/interfaces/PBMCustomShaderInitArgs.md +0 -57
- package/docs_markdown/five/interfaces/PBMCustomShaderSlots.md +0 -53
- package/docs_markdown/five/interfaces/PBMMaterial.md +0 -18
- package/docs_markdown/five/interfaces/PBMMeshMaterialParameters.md +0 -221
- package/docs_markdown/five/interfaces/PBMPanoDepth.md +0 -49
- package/docs_markdown/five/interfaces/PBMPanoPicture.md +0 -59
- package/docs_markdown/five/interfaces/PBMPointCloudMaterialParameters.md +0 -221
- package/docs_markdown/five/interfaces/PBMRefinedScreen.md +0 -49
- package/docs_markdown/five/interfaces/PanoCircleMeshCustomOptions.md +0 -73
- package/docs_markdown/five/interfaces/PanoCircleMeshInterface.md +0 -222
- package/docs_markdown/five/interfaces/PanoCircleMeshOptions.md +0 -25
- package/docs_markdown/five/interfaces/PanoCircleMeshSolidOptions.md +0 -25
- package/docs_markdown/five/interfaces/PanoEvent.md +0 -121
- package/docs_markdown/five/interfaces/PanoTextureEvent.md +0 -97
- package/docs_markdown/five/interfaces/PanoramaControllerCustomInitArgs.md +0 -260
- package/docs_markdown/five/interfaces/PanoramaLikeControllerCustomInitArgs.md +0 -112
- package/docs_markdown/five/interfaces/ParameterMaterialValue.md +0 -363
- package/docs_markdown/five/interfaces/ParameterTilesetValue.md +0 -161
- package/docs_markdown/five/interfaces/ParameterValue.md +0 -715
- package/docs_markdown/five/interfaces/Pass.md +0 -100
- package/docs_markdown/five/interfaces/Pose.md +0 -69
- package/docs_markdown/five/interfaces/RegionBoundingVolume.md +0 -349
- package/docs_markdown/five/interfaces/RenderEvent.md +0 -73
- package/docs_markdown/five/interfaces/ResolvedParameterValue.md +0 -727
- package/docs_markdown/five/interfaces/SphereBoundingVolume.md +0 -317
- package/docs_markdown/five/interfaces/State.md +0 -123
- package/docs_markdown/five/interfaces/StateEvent.md +0 -87
- package/docs_markdown/five/interfaces/TextureOptions.md +0 -157
- package/docs_markdown/five/interfaces/Tile3DOptions.md +0 -83
- package/docs_markdown/five/interfaces/TileCoordinateSystem.md +0 -25
- package/docs_markdown/five/interfaces/TileHeader.md +0 -89
- package/docs_markdown/five/interfaces/TilesetHeader.md +0 -209
- package/docs_markdown/five/interfaces/TilesetOptions.md +0 -205
- package/docs_markdown/five/interfaces/TopviewControllerCustomInitArgs.md +0 -101
- package/docs_markdown/five/interfaces/TrajectoryHeader.md +0 -41
- package/docs_markdown/five/interfaces/VRPanoramaControllerCustomInitArgs.md +0 -264
- package/docs_markdown/five/interfaces/ViewLayer.md +0 -1505
- package/docs_markdown/five/interfaces/Viewport.md +0 -57
- package/docs_markdown/five/interfaces/WebXRAxesParams.md +0 -57
- package/docs_markdown/five/interfaces/WebXRControllerParams.md +0 -25
- package/docs_markdown/five/interfaces/WorkCubeImage.md +0 -86
- package/docs_markdown/five/interfaces/WorkImage.md +0 -117
- package/docs_markdown/five/interfaces/WorkInitial.md +0 -89
- package/docs_markdown/five/interfaces/WorkInitialJson.md +0 -65
- package/docs_markdown/five/interfaces/WorkJson.md +0 -89
- package/docs_markdown/five/interfaces/WorkModel.md +0 -113
- package/docs_markdown/five/interfaces/WorkModelJson.md +0 -49
- package/docs_markdown/five/interfaces/WorkModelLayer.md +0 -59
- package/docs_markdown/five/interfaces/WorkModelLayerJson.md +0 -41
- package/docs_markdown/five/interfaces/WorkObserver.md +0 -184
- package/docs_markdown/five/interfaces/WorkObserverJson.md +0 -97
- package/docs_markdown/five/interfaces/WorkPanoramaJson.md +0 -125
- package/docs_markdown/five/interfaces/WorkPanoramasJson.md +0 -25
- package/docs_markdown/five/interfaces/WorkTile.md +0 -115
- package/docs_markdown/five/interfaces/WorkVideo.md +0 -49
- package/docs_markdown/five/interfaces/WorksEvent.md +0 -89
- package/docs_markdown/five/interfaces/XRControllerEvent.md +0 -177
- package/docs_markdown/five/interfaces/XRGestureEvent.md +0 -125
- package/docs_markdown/five/interfaces/XRPanoramaControllerCustomInitArgs.md +0 -264
- package/docs_markdown/five/interfaces/XRSessionEvent.md +0 -81
- package/docs_markdown/five/interfaces/documents/coordinate.md +0 -29
- package/docs_markdown/five/type-aliases/AjaxResponseType.md +0 -11
- package/docs_markdown/five/type-aliases/AjaxResponseTypeMapping.md +0 -17
- package/docs_markdown/five/type-aliases/AnimationFrameLoopType.md +0 -11
- package/docs_markdown/five/type-aliases/BoundingVolumeJson.md +0 -11
- package/docs_markdown/five/type-aliases/BoxBoundingVolumeJson.md +0 -19
- package/docs_markdown/five/type-aliases/ControllerCustomInitTypes.md +0 -67
- package/docs_markdown/five/type-aliases/ControllerEventTypes.md +0 -669
- package/docs_markdown/five/type-aliases/CubeFace.md +0 -11
- package/docs_markdown/five/type-aliases/EventTypes.md +0 -381
- package/docs_markdown/five/type-aliases/FivePlugin.md +0 -31
- package/docs_markdown/five/type-aliases/FivePluginInit.md +0 -21
- package/docs_markdown/five/type-aliases/FivePluginInstance.md +0 -21
- package/docs_markdown/five/type-aliases/GestureTypes.md +0 -11
- package/docs_markdown/five/type-aliases/LegacyEventType.md +0 -1852
- package/docs_markdown/five/type-aliases/LoadResultType.md +0 -109
- package/docs_markdown/five/type-aliases/Mode.md +0 -19
- package/docs_markdown/five/type-aliases/Models.md +0 -121
- package/docs_markdown/five/type-aliases/MotionCircle.md +0 -13
- package/docs_markdown/five/type-aliases/MotionConfig.md +0 -17
- package/docs_markdown/five/type-aliases/MotionInitalValue.md +0 -17
- package/docs_markdown/five/type-aliases/MotionValue.md +0 -17
- package/docs_markdown/five/type-aliases/MovePanoEffect.md +0 -24
- package/docs_markdown/five/type-aliases/NetWorkMeta.md +0 -71
- package/docs_markdown/five/type-aliases/NetworkError.md +0 -11
- package/docs_markdown/five/type-aliases/NetworkErrorCallback.md +0 -21
- package/docs_markdown/five/type-aliases/NetworkProgressCallback.md +0 -21
- package/docs_markdown/five/type-aliases/NetworkResponse.md +0 -37
- package/docs_markdown/five/type-aliases/NetworkState.md +0 -11
- package/docs_markdown/five/type-aliases/NetworkSuccessCallback.md +0 -27
- package/docs_markdown/five/type-aliases/NetworkType.md +0 -11
- package/docs_markdown/five/type-aliases/PBMAlphaMode.md +0 -11
- package/docs_markdown/five/type-aliases/PBMColorStyle.md +0 -11
- package/docs_markdown/five/type-aliases/PBMFloorStyle.md +0 -11
- package/docs_markdown/five/type-aliases/PBMMeshShaderType.md +0 -11
- package/docs_markdown/five/type-aliases/PBMPointBack.md +0 -11
- package/docs_markdown/five/type-aliases/PBMPointCloudShaderType.md +0 -11
- package/docs_markdown/five/type-aliases/PBMPointShape.md +0 -11
- package/docs_markdown/five/type-aliases/PBMPointSize.md +0 -11
- package/docs_markdown/five/type-aliases/PBMTransition.md +0 -11
- package/docs_markdown/five/type-aliases/Pano.md +0 -27
- package/docs_markdown/five/type-aliases/PanoId.md +0 -11
- package/docs_markdown/five/type-aliases/ParseOptions.md +0 -65
- package/docs_markdown/five/type-aliases/PostProcessingType.md +0 -11
- package/docs_markdown/five/type-aliases/RegionBoundingVolumeJson.md +0 -19
- package/docs_markdown/five/type-aliases/RequestAnimationFrameArgs.md +0 -17
- package/docs_markdown/five/type-aliases/Scissor.md +0 -15
- package/docs_markdown/five/type-aliases/SphereBoundingVolumeJson.md +0 -19
- package/docs_markdown/five/type-aliases/SubscribeEventMap.md +0 -15
- package/docs_markdown/five/type-aliases/TileCacheOptions.md +0 -47
- package/docs_markdown/five/type-aliases/TileContentData.md +0 -51
- package/docs_markdown/five/type-aliases/TileRequestOrder.md +0 -11
- package/docs_markdown/five/type-aliases/TileRequestSchedulerOptions.md +0 -69
- package/docs_markdown/five/type-aliases/TilesetFrameState.md +0 -199
- package/docs_markdown/five/type-aliases/TrajectoryContentData.md +0 -59
- package/docs_markdown/five/type-aliases/WebXRControllerKey.md +0 -11
- package/docs_markdown/five/type-aliases/WebXRControllerType.md +0 -11
- package/docs_markdown/five/type-aliases/Works.md +0 -59
- package/docs_markdown/five/type-aliases/documents/plugins.md +0 -226
- package/docs_markdown/five/variables/PROXY_CONTROLLER_EVENT_NAMES.md +0 -11
- package/docs_markdown/five/variables/controllersDefaultInitArgs.md +0 -41
- package/docs_markdown/five/variables/draco.md +0 -11
- package/docs_markdown/five/variables/ktx2.md +0 -11
- package/docs_markdown/gltf-loader/README.md +0 -23
- package/docs_markdown/gltf-loader/classes/DDSLoader.md +0 -57
- package/docs_markdown/gltf-loader/classes/DRACOLoader.md +0 -143
- package/docs_markdown/gltf-loader/classes/GLTFLoader.md +0 -208
- package/docs_markdown/gltf-loader/classes/GLTFObject.md +0 -76
- package/docs_markdown/gltf-loader/classes/GLTFParser.md +0 -75
- package/docs_markdown/gltf-loader/classes/THREEGLTFLoader.md +0 -151
- package/docs_markdown/gltf-loader/interfaces/DDS.md +0 -57
- package/docs_markdown/gltf-loader/interfaces/GLTF.md +0 -98
- package/docs_markdown/gltf-loader/interfaces/GLTFReference.md +0 -25
- package/docs_markdown/gltf-loader/interfaces/THREEGLTF.md +0 -89
- package/docs_markdown/line/README.md +0 -20
- package/docs_markdown/line/classes/Line.md +0 -151
- package/docs_markdown/line/classes/LineGeometry.md +0 -273
- package/docs_markdown/line/classes/LineMaterial.md +0 -83
- package/docs_markdown/line/classes/LineSegmentsGeometry.md +0 -219
- package/docs_markdown/line/classes/THREE_Line2.md +0 -81
- package/docs_markdown/line/classes/THREE_LineSegments2.md +0 -81
- package/docs_markdown/line/type-aliases/LineMaterialParameters.md +0 -67
- package/docs_markdown/modules.md +0 -28
- package/docs_markdown/plugins/README.md +0 -43
- package/docs_markdown/plugins/classes/CSS3DRenderer.md +0 -93
- package/docs_markdown/plugins/classes/OrbitControls.md +0 -461
- package/docs_markdown/plugins/classes/RoundedBoxGeometry.md +0 -79
- package/docs_markdown/plugins/functions/BackgroundPlugin.md +0 -25
- package/docs_markdown/plugins/functions/DynamicPathLinePlugin.md +0 -25
- package/docs_markdown/plugins/functions/ItemMaskPlugin.md +0 -25
- package/docs_markdown/plugins/functions/OrientationPlugin.md +0 -25
- package/docs_markdown/plugins/functions/PanoAnimePlugin.md +0 -25
- package/docs_markdown/plugins/functions/TrajectoryPlugin.md +0 -25
- package/docs_markdown/plugins/interfaces/BackgroundPluginController.md +0 -313
- package/docs_markdown/plugins/interfaces/DynamicPathLinePluginController.md +0 -755
- package/docs_markdown/plugins/interfaces/ItemMaskController.md +0 -393
- package/docs_markdown/plugins/interfaces/Keyframe.md +0 -25
- package/docs_markdown/plugins/interfaces/OrientationPluginController.md +0 -491
- package/docs_markdown/plugins/interfaces/PanoAnimeController.md +0 -365
- package/docs_markdown/plugins/interfaces/PlayingState.md +0 -25
- package/docs_markdown/plugins/interfaces/TrajectoryController.md +0 -609
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/README.md +0 -25
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/enumerations/WarningCodeType.md +0 -17
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/interfaces/Config.md +0 -9
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/interfaces/EventMap.md +0 -205
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/interfaces/Params.md +0 -25
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/interfaces/PluginDataItem.md +0 -9
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/type-aliases/Mirror.md +0 -17
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/type-aliases/Mode.md +0 -11
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/type-aliases/PluginData.md +0 -11
- package/docs_markdown/plugins/namespaces/BackgroundPluginType/type-aliases/State.md +0 -19
- package/docs_markdown/plugins/namespaces/BasePlugin/README.md +0 -22
- package/docs_markdown/plugins/namespaces/BasePlugin/classes/Controller.md +0 -318
- package/docs_markdown/plugins/namespaces/BasePlugin/interfaces/BaseOptions.md +0 -19
- package/docs_markdown/plugins/namespaces/BasePlugin/interfaces/Config.md +0 -39
- package/docs_markdown/plugins/namespaces/BasePlugin/interfaces/State.md +0 -49
- package/docs_markdown/plugins/namespaces/BasePlugin/interfaces/StateChangeParams.md +0 -45
- package/docs_markdown/plugins/namespaces/BasePlugin/type-aliases/EventMap.md +0 -110
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/README.md +0 -20
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/Config.md +0 -181
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/EventMap.md +0 -261
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/Params.md +0 -37
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/PathConfig.md +0 -141
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/interfaces/State.md +0 -67
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/type-aliases/PluginData.md +0 -21
- package/docs_markdown/plugins/namespaces/DynamicPathLinePluginType/type-aliases/ServerData.md +0 -73
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/README.md +0 -21
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/Config.md +0 -11
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/EventMap.md +0 -109
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/ItemType.md +0 -121
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/MaskType.md +0 -33
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/Params.md +0 -27
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/interfaces/State.md +0 -87
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/type-aliases/PluginData.md +0 -27
- package/docs_markdown/plugins/namespaces/ItemMaskPluginType/type-aliases/ServerData.md +0 -27
- package/docs_markdown/plugins/namespaces/OrientationPluginType/README.md +0 -19
- package/docs_markdown/plugins/namespaces/OrientationPluginType/interfaces/Config.md +0 -27
- package/docs_markdown/plugins/namespaces/OrientationPluginType/interfaces/EventMap.md +0 -109
- package/docs_markdown/plugins/namespaces/OrientationPluginType/interfaces/Params.md +0 -27
- package/docs_markdown/plugins/namespaces/OrientationPluginType/interfaces/State.md +0 -67
- package/docs_markdown/plugins/namespaces/OrientationPluginType/type-aliases/PluginData.md +0 -11
- package/docs_markdown/plugins/namespaces/OrientationPluginType/type-aliases/ServerData.md +0 -11
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/README.md +0 -20
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/Config.md +0 -19
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/ConfigChangeEvent.md +0 -39
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/EventMap.md +0 -157
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/Params.md +0 -27
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/interfaces/State.md +0 -57
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/type-aliases/PluginData.md +0 -11
- package/docs_markdown/plugins/namespaces/PanoAnimePluginType/type-aliases/ServerData.md +0 -11
- package/docs_markdown/plugins/namespaces/PluginTemplateType/README.md +0 -19
- package/docs_markdown/plugins/namespaces/PluginTemplateType/interfaces/Config.md +0 -19
- package/docs_markdown/plugins/namespaces/PluginTemplateType/interfaces/EventMap.md +0 -109
- package/docs_markdown/plugins/namespaces/PluginTemplateType/interfaces/Params.md +0 -27
- package/docs_markdown/plugins/namespaces/PluginTemplateType/interfaces/State.md +0 -57
- package/docs_markdown/plugins/namespaces/PluginTemplateType/type-aliases/PluginData.md +0 -11
- package/docs_markdown/plugins/namespaces/PluginTemplateType/type-aliases/ServerData.md +0 -19
- package/docs_markdown/react/README.md +0 -58
- package/docs_markdown/react/classes/Store.md +0 -184
- package/docs_markdown/react/functions/createFiveFeature.md +0 -27
- package/docs_markdown/react/functions/createFiveProvider.md +0 -42
- package/docs_markdown/react/functions/createStore.md +0 -158
- package/docs_markdown/react/functions/unsafe__useFiveInstance.md +0 -27
- package/docs_markdown/react/functions/useFiveAction.md +0 -82
- package/docs_markdown/react/functions/useFiveCameraDirection.md +0 -19
- package/docs_markdown/react/functions/useFiveCameraRaycaster.md +0 -19
- package/docs_markdown/react/functions/useFiveCurrentObserver.md +0 -25
- package/docs_markdown/react/functions/useFiveCurrentState.md +0 -25
- package/docs_markdown/react/functions/useFiveEventCallback.md +0 -44
- package/docs_markdown/react/functions/useFiveFloor.md +0 -25
- package/docs_markdown/react/functions/useFiveHelper.md +0 -25
- package/docs_markdown/react/functions/useFiveModelIntersectRaycaster.md +0 -45
- package/docs_markdown/react/functions/useFiveModelReadyState.md +0 -20
- package/docs_markdown/react/functions/useFiveProject2d.md +0 -49
- package/docs_markdown/react/functions/useFiveSceneEffect.md +0 -39
- package/docs_markdown/react/functions/useFiveState.md +0 -15
- package/docs_markdown/react/functions/useFiveWork.md +0 -39
- package/docs_markdown/react/functions/withFive.md +0 -47
- package/docs_markdown/react/interfaces/FiveActionReactCallbacks.md +0 -270
- package/docs_markdown/react/interfaces/FiveCanvasProps.md +0 -29
- package/docs_markdown/react/interfaces/FiveInjectionTypes.md +0 -1075
- package/docs_markdown/react/interfaces/PropTypeOfFiveFeatures.md +0 -23
- package/docs_markdown/react/type-aliases/FiveInjectionActionFeature.md +0 -11
- package/docs_markdown/react/type-aliases/FiveInjectionDataFeature.md +0 -11
- package/docs_markdown/react/type-aliases/FiveInjectionFeature.md +0 -11
- package/docs_markdown/react/type-aliases/FiveProviderPropTypes.md +0 -139
- package/docs_markdown/react/type-aliases/FiveProviderType.md +0 -11
- package/docs_markdown/react/type-aliases/StoreActionMapHanlder.md +0 -25
- package/docs_markdown/react/type-aliases/StoreActionMapType.md +0 -15
- package/docs_markdown/react/type-aliases/StoreProviderType.md +0 -11
- package/docs_markdown/react/type-aliases/StoreValueMapType.md +0 -11
- package/docs_markdown/react/variables/FiveCanvas.md +0 -25
- package/docs_markdown/react/variables/INJECTION_PROPNAME.md +0 -11
- package/docs_markdown/react/variables/useFiveScene.md +0 -43
- package/docs_markdown/sticker/README.md +0 -15
- package/docs_markdown/sticker/classes/Sticker.md +0 -208
- package/docs_markdown/sticker/interfaces/IntersectionLike.md +0 -39
- package/docs_markdown/vfx/README.md +0 -27
- package/docs_markdown/vfx/classes/Airflow.md +0 -175
- package/docs_markdown/vfx/classes/Flame.md +0 -241
- package/docs_markdown/vfx/classes/Particle.md +0 -488
- package/docs_markdown/vfx/classes/ParticleGPU.md +0 -195
- package/docs_markdown/vfx/classes/SpotLight.md +0 -159
- package/docs_markdown/vfx/interfaces/ParticleArgs.md +0 -338
- package/docs_markdown/vfx/interfaces/ParticleGPUArgs.md +0 -301
- package/docs_markdown/vfx/interfaces/ParticleGPUTweenKeyframe.md +0 -31
- package/docs_markdown/vfx/interfaces/ParticleTweenKeyframe.md +0 -31
- package/docs_markdown/vfx/type-aliases/ParticleGPUType.md +0 -11
- package/docs_markdown/vfx/type-aliases/ParticleType.md +0 -11
- package/docs_markdown/vue/README.md +0 -42
- package/docs_markdown/vue/functions/unsafe__useFiveInject.md +0 -27
- package/docs_markdown/vue/functions/useFiveAction.md +0 -104
- package/docs_markdown/vue/functions/useFiveCameraDirection.md +0 -19
- package/docs_markdown/vue/functions/useFiveCameraRaycaster.md +0 -19
- package/docs_markdown/vue/functions/useFiveCurrentObserver.md +0 -25
- package/docs_markdown/vue/functions/useFiveCurrentState.md +0 -25
- package/docs_markdown/vue/functions/useFiveEventCallback.md +0 -40
- package/docs_markdown/vue/functions/useFiveFloor.md +0 -25
- package/docs_markdown/vue/functions/useFiveHelper.md +0 -25
- package/docs_markdown/vue/functions/useFiveModel.md +0 -17
- package/docs_markdown/vue/functions/useFiveModelBounding.md +0 -17
- package/docs_markdown/vue/functions/useFiveModelIntersectRaycaster.md +0 -35
- package/docs_markdown/vue/functions/useFiveModelReadyState.md +0 -20
- package/docs_markdown/vue/functions/useFiveProject2d.md +0 -38
- package/docs_markdown/vue/functions/useFiveScene.md +0 -17
- package/docs_markdown/vue/functions/useFiveState.md +0 -25
- package/docs_markdown/vue/functions/useFiveWorks.md +0 -39
- package/docs_markdown/vue/interfaces/FiveActionVueCallbacks.md +0 -301
- package/docs_markdown/vue/type-aliases/FiveModelIntersectRaycaster.md +0 -21
- package/docs_markdown/vue/type-aliases/FiveProviderComponent.md +0 -11
- package/docs_markdown/vue/type-aliases/Project2d.md +0 -25
- package/docs_markdown/vue/variables/FiveCanvas.md +0 -37
- package/docs_markdown/vue/variables/FiveProvider.md +0 -32
|
@@ -1,1852 +0,0 @@
|
|
|
1
|
-
[**如视 Five SDK**](../../README.md)
|
|
2
|
-
|
|
3
|
-
***
|
|
4
|
-
|
|
5
|
-
[如视 Five SDK](../../modules.md) / [five](../README.md) / LegacyEventType
|
|
6
|
-
|
|
7
|
-
# Type Alias: LegacyEventType
|
|
8
|
-
|
|
9
|
-
> **LegacyEventType** = `object`
|
|
10
|
-
|
|
11
|
-
Defined in: lib/five/application/events-legacy.ts:41
|
|
12
|
-
|
|
13
|
-
过时的事件列表
|
|
14
|
-
|
|
15
|
-
## Methods
|
|
16
|
-
|
|
17
|
-
### cameraDirectionUpdate()
|
|
18
|
-
|
|
19
|
-
> **cameraDirectionUpdate**(`coordinates`, `userAction`): `void`
|
|
20
|
-
|
|
21
|
-
Defined in: lib/five/application/events-legacy.ts:226
|
|
22
|
-
|
|
23
|
-
相机姿态中相机方向变化
|
|
24
|
-
|
|
25
|
-
#### Parameters
|
|
26
|
-
|
|
27
|
-
##### coordinates
|
|
28
|
-
|
|
29
|
-
`Pick`\<[`Pose`](../interfaces/Pose.md), `"longitude"` \| `"latitude"`\>
|
|
30
|
-
|
|
31
|
-
相机姿态的俯仰角和偏航角
|
|
32
|
-
|
|
33
|
-
##### userAction
|
|
34
|
-
|
|
35
|
-
`boolean`
|
|
36
|
-
|
|
37
|
-
是否用户触发
|
|
38
|
-
|
|
39
|
-
#### Returns
|
|
40
|
-
|
|
41
|
-
`void`
|
|
42
|
-
|
|
43
|
-
***
|
|
44
|
-
|
|
45
|
-
### cameraFovUpdate()
|
|
46
|
-
|
|
47
|
-
> **cameraFovUpdate**(`fov`, `userAction`): `void`
|
|
48
|
-
|
|
49
|
-
Defined in: lib/five/application/events-legacy.ts:212
|
|
50
|
-
|
|
51
|
-
相机姿态中可视角度变化
|
|
52
|
-
|
|
53
|
-
#### Parameters
|
|
54
|
-
|
|
55
|
-
##### fov
|
|
56
|
-
|
|
57
|
-
`number`
|
|
58
|
-
|
|
59
|
-
相机的可视角度
|
|
60
|
-
|
|
61
|
-
##### userAction
|
|
62
|
-
|
|
63
|
-
`boolean`
|
|
64
|
-
|
|
65
|
-
是否用户触发
|
|
66
|
-
|
|
67
|
-
#### Returns
|
|
68
|
-
|
|
69
|
-
`void`
|
|
70
|
-
|
|
71
|
-
***
|
|
72
|
-
|
|
73
|
-
### cameraPositionUpdate()
|
|
74
|
-
|
|
75
|
-
> **cameraPositionUpdate**(`offset`, `userAction`): `void`
|
|
76
|
-
|
|
77
|
-
Defined in: lib/five/application/events-legacy.ts:219
|
|
78
|
-
|
|
79
|
-
相机姿态中相机位置变化
|
|
80
|
-
|
|
81
|
-
#### Parameters
|
|
82
|
-
|
|
83
|
-
##### offset
|
|
84
|
-
|
|
85
|
-
`Vector3`
|
|
86
|
-
|
|
87
|
-
相机位置
|
|
88
|
-
|
|
89
|
-
##### userAction
|
|
90
|
-
|
|
91
|
-
`boolean`
|
|
92
|
-
|
|
93
|
-
是否用户触发
|
|
94
|
-
|
|
95
|
-
#### Returns
|
|
96
|
-
|
|
97
|
-
`void`
|
|
98
|
-
|
|
99
|
-
***
|
|
100
|
-
|
|
101
|
-
### cameraUpdate()
|
|
102
|
-
|
|
103
|
-
> **cameraUpdate**(`pose`, `userAction`): `void`
|
|
104
|
-
|
|
105
|
-
Defined in: lib/five/application/events-legacy.ts:205
|
|
106
|
-
|
|
107
|
-
相机姿态变化
|
|
108
|
-
|
|
109
|
-
#### Parameters
|
|
110
|
-
|
|
111
|
-
##### pose
|
|
112
|
-
|
|
113
|
-
[`Pose`](../interfaces/Pose.md)
|
|
114
|
-
|
|
115
|
-
相机姿态
|
|
116
|
-
|
|
117
|
-
##### userAction
|
|
118
|
-
|
|
119
|
-
`boolean`
|
|
120
|
-
|
|
121
|
-
是否用户触发
|
|
122
|
-
|
|
123
|
-
#### Returns
|
|
124
|
-
|
|
125
|
-
`void`
|
|
126
|
-
|
|
127
|
-
***
|
|
128
|
-
|
|
129
|
-
### currentStateChange()
|
|
130
|
-
|
|
131
|
-
> **currentStateChange**(`state`, `userAction`): `void`
|
|
132
|
-
|
|
133
|
-
Defined in: lib/five/application/events-legacy.ts:432
|
|
134
|
-
|
|
135
|
-
当前实时 state 变化时
|
|
136
|
-
|
|
137
|
-
#### Parameters
|
|
138
|
-
|
|
139
|
-
##### state
|
|
140
|
-
|
|
141
|
-
[`State`](../interfaces/State.md)
|
|
142
|
-
|
|
143
|
-
当前姿态状态
|
|
144
|
-
|
|
145
|
-
##### userAction
|
|
146
|
-
|
|
147
|
-
`boolean`
|
|
148
|
-
|
|
149
|
-
是否用户触发
|
|
150
|
-
|
|
151
|
-
#### Returns
|
|
152
|
-
|
|
153
|
-
`void`
|
|
154
|
-
|
|
155
|
-
***
|
|
156
|
-
|
|
157
|
-
### dblTapGesture()
|
|
158
|
-
|
|
159
|
-
> **dblTapGesture**(`raycaster`, `tapPosition`, `final`): `void`
|
|
160
|
-
|
|
161
|
-
Defined in: lib/five/application/events-legacy.ts:122
|
|
162
|
-
|
|
163
|
-
dbltap 手势(点击屏幕) 被触发
|
|
164
|
-
|
|
165
|
-
#### Parameters
|
|
166
|
-
|
|
167
|
-
##### raycaster
|
|
168
|
-
|
|
169
|
-
`Raycaster`
|
|
170
|
-
|
|
171
|
-
点击对应的三维射线
|
|
172
|
-
|
|
173
|
-
##### tapPosition
|
|
174
|
-
|
|
175
|
-
`Vector2`
|
|
176
|
-
|
|
177
|
-
点击对应的屏幕位置
|
|
178
|
-
|
|
179
|
-
##### final
|
|
180
|
-
|
|
181
|
-
`boolean`
|
|
182
|
-
|
|
183
|
-
是否手势结束
|
|
184
|
-
|
|
185
|
-
#### Returns
|
|
186
|
-
|
|
187
|
-
`void`
|
|
188
|
-
|
|
189
|
-
***
|
|
190
|
-
|
|
191
|
-
### gesture()
|
|
192
|
-
|
|
193
|
-
> **gesture**(`type`, `pointers`, `final`): `void`
|
|
194
|
-
|
|
195
|
-
Defined in: lib/five/application/events-legacy.ts:73
|
|
196
|
-
|
|
197
|
-
手势 触发
|
|
198
|
-
|
|
199
|
-
#### Parameters
|
|
200
|
-
|
|
201
|
-
##### type
|
|
202
|
-
|
|
203
|
-
[`GestureTypes`](GestureTypes.md)
|
|
204
|
-
|
|
205
|
-
手势类型
|
|
206
|
-
|
|
207
|
-
##### pointers
|
|
208
|
-
|
|
209
|
-
`object`[]
|
|
210
|
-
|
|
211
|
-
手指位置
|
|
212
|
-
|
|
213
|
-
##### final
|
|
214
|
-
|
|
215
|
-
`boolean`
|
|
216
|
-
|
|
217
|
-
是否手势结束
|
|
218
|
-
|
|
219
|
-
#### Returns
|
|
220
|
-
|
|
221
|
-
`void`
|
|
222
|
-
|
|
223
|
-
***
|
|
224
|
-
|
|
225
|
-
### helpersVisibleChange()
|
|
226
|
-
|
|
227
|
-
> **helpersVisibleChange**(`visible`): `void`
|
|
228
|
-
|
|
229
|
-
Defined in: lib/five/application/events-legacy.ts:499
|
|
230
|
-
|
|
231
|
-
帮助元素显应的变换
|
|
232
|
-
|
|
233
|
-
#### Parameters
|
|
234
|
-
|
|
235
|
-
##### visible
|
|
236
|
-
|
|
237
|
-
`boolean`
|
|
238
|
-
|
|
239
|
-
帮助元素的是否开启
|
|
240
|
-
|
|
241
|
-
#### Returns
|
|
242
|
-
|
|
243
|
-
`void`
|
|
244
|
-
|
|
245
|
-
***
|
|
246
|
-
|
|
247
|
-
### initAnimationEnded()
|
|
248
|
-
|
|
249
|
-
> **initAnimationEnded**(`panoIndex`, `pose`, `userAction`): `void`
|
|
250
|
-
|
|
251
|
-
Defined in: lib/five/application/events-legacy.ts:56
|
|
252
|
-
|
|
253
|
-
模态间切换动画结束
|
|
254
|
-
|
|
255
|
-
#### Parameters
|
|
256
|
-
|
|
257
|
-
##### panoIndex
|
|
258
|
-
|
|
259
|
-
`number`
|
|
260
|
-
|
|
261
|
-
当前点位
|
|
262
|
-
|
|
263
|
-
##### pose
|
|
264
|
-
|
|
265
|
-
[`Pose`](../interfaces/Pose.md)
|
|
266
|
-
|
|
267
|
-
相机姿态
|
|
268
|
-
|
|
269
|
-
##### userAction
|
|
270
|
-
|
|
271
|
-
`boolean`
|
|
272
|
-
|
|
273
|
-
是否用户触发
|
|
274
|
-
|
|
275
|
-
#### Returns
|
|
276
|
-
|
|
277
|
-
`void`
|
|
278
|
-
|
|
279
|
-
***
|
|
280
|
-
|
|
281
|
-
### initAnimationWillStart()
|
|
282
|
-
|
|
283
|
-
> **initAnimationWillStart**(`panoIndex`, `pose`, `userAction`): `void`
|
|
284
|
-
|
|
285
|
-
Defined in: lib/five/application/events-legacy.ts:48
|
|
286
|
-
|
|
287
|
-
模态间切换动画开始
|
|
288
|
-
|
|
289
|
-
#### Parameters
|
|
290
|
-
|
|
291
|
-
##### panoIndex
|
|
292
|
-
|
|
293
|
-
`number`
|
|
294
|
-
|
|
295
|
-
当前点位
|
|
296
|
-
|
|
297
|
-
##### pose
|
|
298
|
-
|
|
299
|
-
[`Pose`](../interfaces/Pose.md)
|
|
300
|
-
|
|
301
|
-
相机姿态
|
|
302
|
-
|
|
303
|
-
##### userAction
|
|
304
|
-
|
|
305
|
-
`boolean`
|
|
306
|
-
|
|
307
|
-
是否用户触发
|
|
308
|
-
|
|
309
|
-
#### Returns
|
|
310
|
-
|
|
311
|
-
`void`
|
|
312
|
-
|
|
313
|
-
***
|
|
314
|
-
|
|
315
|
-
### interiaPan()
|
|
316
|
-
|
|
317
|
-
> **interiaPan**(`pose`, `final`): `void`
|
|
318
|
-
|
|
319
|
-
Defined in: lib/five/application/events-legacy.ts:189
|
|
320
|
-
|
|
321
|
-
pan 手势(滑动屏幕) 的惯性运动
|
|
322
|
-
|
|
323
|
-
#### Parameters
|
|
324
|
-
|
|
325
|
-
##### pose
|
|
326
|
-
|
|
327
|
-
[`Pose`](../interfaces/Pose.md)
|
|
328
|
-
|
|
329
|
-
意图的相机姿态
|
|
330
|
-
|
|
331
|
-
##### final
|
|
332
|
-
|
|
333
|
-
`boolean`
|
|
334
|
-
|
|
335
|
-
是否手势结束
|
|
336
|
-
|
|
337
|
-
#### Returns
|
|
338
|
-
|
|
339
|
-
`void`
|
|
340
|
-
|
|
341
|
-
***
|
|
342
|
-
|
|
343
|
-
### intersectionHidden()
|
|
344
|
-
|
|
345
|
-
> **intersectionHidden**(): `void`
|
|
346
|
-
|
|
347
|
-
Defined in: lib/five/application/events-legacy.ts:243
|
|
348
|
-
|
|
349
|
-
鼠标焦点环被隐藏
|
|
350
|
-
|
|
351
|
-
#### Returns
|
|
352
|
-
|
|
353
|
-
`void`
|
|
354
|
-
|
|
355
|
-
***
|
|
356
|
-
|
|
357
|
-
### intersectionOnModelUpdate()
|
|
358
|
-
|
|
359
|
-
> **intersectionOnModelUpdate**(`intersection`, `mesh`): `void`
|
|
360
|
-
|
|
361
|
-
Defined in: lib/five/application/events-legacy.ts:233
|
|
362
|
-
|
|
363
|
-
鼠标焦点环位置被重新计算
|
|
364
|
-
|
|
365
|
-
#### Parameters
|
|
366
|
-
|
|
367
|
-
##### intersection
|
|
368
|
-
|
|
369
|
-
[`Intersection`](../interfaces/Intersection.md)
|
|
370
|
-
|
|
371
|
-
焦点碰撞结果
|
|
372
|
-
|
|
373
|
-
##### mesh
|
|
374
|
-
|
|
375
|
-
`Object3D`
|
|
376
|
-
|
|
377
|
-
焦点环 mesh
|
|
378
|
-
|
|
379
|
-
#### Returns
|
|
380
|
-
|
|
381
|
-
`void`
|
|
382
|
-
|
|
383
|
-
***
|
|
384
|
-
|
|
385
|
-
### load()
|
|
386
|
-
|
|
387
|
-
> **load**(`input`, `work`, `state`): `void`
|
|
388
|
-
|
|
389
|
-
Defined in: lib/five/application/events-legacy.ts:411
|
|
390
|
-
|
|
391
|
-
开始加载 Work 数据
|
|
392
|
-
|
|
393
|
-
#### Parameters
|
|
394
|
-
|
|
395
|
-
##### input
|
|
396
|
-
|
|
397
|
-
`any`
|
|
398
|
-
|
|
399
|
-
输入的 work
|
|
400
|
-
|
|
401
|
-
##### work
|
|
402
|
-
|
|
403
|
-
[`Work`](../classes/Work.md)
|
|
404
|
-
|
|
405
|
-
归一化的标准 work
|
|
406
|
-
|
|
407
|
-
##### state
|
|
408
|
-
|
|
409
|
-
`Partial`\<[`State`](../interfaces/State.md)\>
|
|
410
|
-
|
|
411
|
-
加载时的姿态
|
|
412
|
-
|
|
413
|
-
#### Returns
|
|
414
|
-
|
|
415
|
-
`void`
|
|
416
|
-
|
|
417
|
-
***
|
|
418
|
-
|
|
419
|
-
### loaded()
|
|
420
|
-
|
|
421
|
-
> **loaded**(`input`, `work`): `void`
|
|
422
|
-
|
|
423
|
-
Defined in: lib/five/application/events-legacy.ts:418
|
|
424
|
-
|
|
425
|
-
加载完 Work 数据
|
|
426
|
-
|
|
427
|
-
#### Parameters
|
|
428
|
-
|
|
429
|
-
##### input
|
|
430
|
-
|
|
431
|
-
`any`
|
|
432
|
-
|
|
433
|
-
输入的 work
|
|
434
|
-
|
|
435
|
-
##### work
|
|
436
|
-
|
|
437
|
-
[`Work`](../classes/Work.md)
|
|
438
|
-
|
|
439
|
-
归一化的标准 work
|
|
440
|
-
|
|
441
|
-
#### Returns
|
|
442
|
-
|
|
443
|
-
`void`
|
|
444
|
-
|
|
445
|
-
***
|
|
446
|
-
|
|
447
|
-
### modeChange()
|
|
448
|
-
|
|
449
|
-
> **modeChange**(`mode`, `prevMode`, `panoIndex`, `toPose`, `userAction`): `void`
|
|
450
|
-
|
|
451
|
-
Defined in: lib/five/application/events-legacy.ts:493
|
|
452
|
-
|
|
453
|
-
模态切换完成
|
|
454
|
-
|
|
455
|
-
#### Parameters
|
|
456
|
-
|
|
457
|
-
##### mode
|
|
458
|
-
|
|
459
|
-
[`Mode`](Mode.md)
|
|
460
|
-
|
|
461
|
-
切换到的模态
|
|
462
|
-
|
|
463
|
-
##### prevMode
|
|
464
|
-
|
|
465
|
-
[`Mode`](Mode.md)
|
|
466
|
-
|
|
467
|
-
上本质是一个模态
|
|
468
|
-
|
|
469
|
-
##### panoIndex
|
|
470
|
-
|
|
471
|
-
`number`
|
|
472
|
-
|
|
473
|
-
初始化动画结束后的点位下标
|
|
474
|
-
|
|
475
|
-
##### toPose
|
|
476
|
-
|
|
477
|
-
[`Pose`](../interfaces/Pose.md)
|
|
478
|
-
|
|
479
|
-
初始化动画结束后的状态
|
|
480
|
-
|
|
481
|
-
##### userAction
|
|
482
|
-
|
|
483
|
-
`boolean`
|
|
484
|
-
|
|
485
|
-
是否用户触发
|
|
486
|
-
|
|
487
|
-
#### Returns
|
|
488
|
-
|
|
489
|
-
`void`
|
|
490
|
-
|
|
491
|
-
***
|
|
492
|
-
|
|
493
|
-
### modelLoaded()
|
|
494
|
-
|
|
495
|
-
> **modelLoaded**(`model`): `void`
|
|
496
|
-
|
|
497
|
-
Defined in: lib/five/application/events-legacy.ts:463
|
|
498
|
-
|
|
499
|
-
模型加载完成
|
|
500
|
-
|
|
501
|
-
#### Parameters
|
|
502
|
-
|
|
503
|
-
##### model
|
|
504
|
-
|
|
505
|
-
[`Model`](../classes/Model.md)
|
|
506
|
-
|
|
507
|
-
加载完的 model
|
|
508
|
-
|
|
509
|
-
#### Returns
|
|
510
|
-
|
|
511
|
-
`void`
|
|
512
|
-
|
|
513
|
-
***
|
|
514
|
-
|
|
515
|
-
### modelLoadError()
|
|
516
|
-
|
|
517
|
-
> **modelLoadError**(`error`, `model`): `void`
|
|
518
|
-
|
|
519
|
-
Defined in: lib/five/application/events-legacy.ts:457
|
|
520
|
-
|
|
521
|
-
模型加载错误
|
|
522
|
-
|
|
523
|
-
#### Parameters
|
|
524
|
-
|
|
525
|
-
##### error
|
|
526
|
-
|
|
527
|
-
`Error`
|
|
528
|
-
|
|
529
|
-
错误对象
|
|
530
|
-
|
|
531
|
-
##### model
|
|
532
|
-
|
|
533
|
-
[`Model`](../classes/Model.md)
|
|
534
|
-
|
|
535
|
-
加载完的 model
|
|
536
|
-
|
|
537
|
-
#### Returns
|
|
538
|
-
|
|
539
|
-
`void`
|
|
540
|
-
|
|
541
|
-
***
|
|
542
|
-
|
|
543
|
-
### modelShownFloorChange()
|
|
544
|
-
|
|
545
|
-
> **modelShownFloorChange**(`shownFloor`, `floorLength`): `void`
|
|
546
|
-
|
|
547
|
-
Defined in: lib/five/application/events-legacy.ts:469
|
|
548
|
-
|
|
549
|
-
模型楼层切换
|
|
550
|
-
|
|
551
|
-
#### Parameters
|
|
552
|
-
|
|
553
|
-
##### shownFloor
|
|
554
|
-
|
|
555
|
-
`number`
|
|
556
|
-
|
|
557
|
-
模型楼层
|
|
558
|
-
|
|
559
|
-
##### floorLength
|
|
560
|
-
|
|
561
|
-
`number`
|
|
562
|
-
|
|
563
|
-
#### Returns
|
|
564
|
-
|
|
565
|
-
`void`
|
|
566
|
-
|
|
567
|
-
***
|
|
568
|
-
|
|
569
|
-
### modelWillLoad()
|
|
570
|
-
|
|
571
|
-
> **modelWillLoad**(`workModel`): `void`
|
|
572
|
-
|
|
573
|
-
Defined in: lib/five/application/events-legacy.ts:450
|
|
574
|
-
|
|
575
|
-
模型开始加载
|
|
576
|
-
|
|
577
|
-
#### Parameters
|
|
578
|
-
|
|
579
|
-
##### workModel
|
|
580
|
-
|
|
581
|
-
[`WorkModel`](../interfaces/WorkModel.md)
|
|
582
|
-
|
|
583
|
-
归一化的标准 work 中的 model 值
|
|
584
|
-
|
|
585
|
-
#### Returns
|
|
586
|
-
|
|
587
|
-
`void`
|
|
588
|
-
|
|
589
|
-
***
|
|
590
|
-
|
|
591
|
-
### mouseWheel()
|
|
592
|
-
|
|
593
|
-
> **mouseWheel**(`delta`, `fov`, `final`): `void`
|
|
594
|
-
|
|
595
|
-
Defined in: lib/five/application/events-legacy.ts:175
|
|
596
|
-
|
|
597
|
-
鼠标滚轮被触发
|
|
598
|
-
|
|
599
|
-
#### Parameters
|
|
600
|
-
|
|
601
|
-
##### delta
|
|
602
|
-
|
|
603
|
-
`number`
|
|
604
|
-
|
|
605
|
-
滚轮数值
|
|
606
|
-
|
|
607
|
-
##### fov
|
|
608
|
-
|
|
609
|
-
`number`
|
|
610
|
-
|
|
611
|
-
意图的fov变更
|
|
612
|
-
|
|
613
|
-
##### final
|
|
614
|
-
|
|
615
|
-
`boolean`
|
|
616
|
-
|
|
617
|
-
是否手势结束
|
|
618
|
-
|
|
619
|
-
#### Returns
|
|
620
|
-
|
|
621
|
-
`void`
|
|
622
|
-
|
|
623
|
-
***
|
|
624
|
-
|
|
625
|
-
### moveToPano()
|
|
626
|
-
|
|
627
|
-
> **moveToPano**(`panoIndex`, `userAction`): `void`
|
|
628
|
-
|
|
629
|
-
Defined in: lib/five/application/events-legacy.ts:279
|
|
630
|
-
|
|
631
|
-
开始加载并移动到某个观察点位
|
|
632
|
-
|
|
633
|
-
#### Parameters
|
|
634
|
-
|
|
635
|
-
##### panoIndex
|
|
636
|
-
|
|
637
|
-
`number`
|
|
638
|
-
|
|
639
|
-
移动到的点位
|
|
640
|
-
|
|
641
|
-
##### userAction
|
|
642
|
-
|
|
643
|
-
`boolean`
|
|
644
|
-
|
|
645
|
-
是否用户触发
|
|
646
|
-
|
|
647
|
-
#### Returns
|
|
648
|
-
|
|
649
|
-
`void`
|
|
650
|
-
|
|
651
|
-
#### Description
|
|
652
|
-
|
|
653
|
-
可 panoWillArrive 相比
|
|
654
|
-
- moveToPano 在加载全景图资源前触发
|
|
655
|
-
- panoWillArrive 在加载全景图资源后触发
|
|
656
|
-
|
|
657
|
-
***
|
|
658
|
-
|
|
659
|
-
### moveToPanoCanceled()
|
|
660
|
-
|
|
661
|
-
> **moveToPanoCanceled**(`panoIndex`): `void`
|
|
662
|
-
|
|
663
|
-
Defined in: lib/five/application/events-legacy.ts:337
|
|
664
|
-
|
|
665
|
-
移动到某个观察点位被取消
|
|
666
|
-
|
|
667
|
-
#### Parameters
|
|
668
|
-
|
|
669
|
-
##### panoIndex
|
|
670
|
-
|
|
671
|
-
`number`
|
|
672
|
-
|
|
673
|
-
对应的点位
|
|
674
|
-
|
|
675
|
-
#### Returns
|
|
676
|
-
|
|
677
|
-
`void`
|
|
678
|
-
|
|
679
|
-
#### Description
|
|
680
|
-
|
|
681
|
-
这个有一些情况会导致
|
|
682
|
-
- 移动过程中切换模态
|
|
683
|
-
- 移动过程中 five 被析构
|
|
684
|
-
- 移动过程点击切换到另一个点位
|
|
685
|
-
|
|
686
|
-
***
|
|
687
|
-
|
|
688
|
-
### movingToPano()
|
|
689
|
-
|
|
690
|
-
> **movingToPano**(`panoIndex`, `prevPanoIndex`, `progress`): `void`
|
|
691
|
-
|
|
692
|
-
Defined in: lib/five/application/events-legacy.ts:287
|
|
693
|
-
|
|
694
|
-
移动中, 会告知移动状态(耗时百分比)
|
|
695
|
-
|
|
696
|
-
#### Parameters
|
|
697
|
-
|
|
698
|
-
##### panoIndex
|
|
699
|
-
|
|
700
|
-
`number`
|
|
701
|
-
|
|
702
|
-
将要移动到的点位下标
|
|
703
|
-
|
|
704
|
-
##### prevPanoIndex
|
|
705
|
-
|
|
706
|
-
`number`
|
|
707
|
-
|
|
708
|
-
上一个点位下标
|
|
709
|
-
|
|
710
|
-
##### progress
|
|
711
|
-
|
|
712
|
-
`number`
|
|
713
|
-
|
|
714
|
-
整个过程经度 [0-1]
|
|
715
|
-
|
|
716
|
-
#### Returns
|
|
717
|
-
|
|
718
|
-
`void`
|
|
719
|
-
|
|
720
|
-
***
|
|
721
|
-
|
|
722
|
-
### network()
|
|
723
|
-
|
|
724
|
-
> **network**(`source`, `type`, `state`, `detail`): `void`
|
|
725
|
-
|
|
726
|
-
Defined in: lib/five/application/events-legacy.ts:507
|
|
727
|
-
|
|
728
|
-
网络资源分析
|
|
729
|
-
|
|
730
|
-
#### Parameters
|
|
731
|
-
|
|
732
|
-
##### source
|
|
733
|
-
|
|
734
|
-
`string`
|
|
735
|
-
|
|
736
|
-
资源地址
|
|
737
|
-
|
|
738
|
-
##### type
|
|
739
|
-
|
|
740
|
-
[`NetworkType`](NetworkType.md)
|
|
741
|
-
|
|
742
|
-
##### state
|
|
743
|
-
|
|
744
|
-
[`NetworkState`](NetworkState.md)
|
|
745
|
-
|
|
746
|
-
状态
|
|
747
|
-
|
|
748
|
-
##### detail
|
|
749
|
-
|
|
750
|
-
`string`
|
|
751
|
-
|
|
752
|
-
详情
|
|
753
|
-
|
|
754
|
-
#### Returns
|
|
755
|
-
|
|
756
|
-
`void`
|
|
757
|
-
|
|
758
|
-
***
|
|
759
|
-
|
|
760
|
-
### panGesture()
|
|
761
|
-
|
|
762
|
-
> **panGesture**(`pose`, `final`): `void`
|
|
763
|
-
|
|
764
|
-
Defined in: lib/five/application/events-legacy.ts:88
|
|
765
|
-
|
|
766
|
-
pan 手势(滑动屏幕) 被触发
|
|
767
|
-
|
|
768
|
-
#### Parameters
|
|
769
|
-
|
|
770
|
-
##### pose
|
|
771
|
-
|
|
772
|
-
[`Pose`](../interfaces/Pose.md)
|
|
773
|
-
|
|
774
|
-
相机姿态
|
|
775
|
-
|
|
776
|
-
##### final
|
|
777
|
-
|
|
778
|
-
`boolean`
|
|
779
|
-
|
|
780
|
-
是否手势结束
|
|
781
|
-
|
|
782
|
-
#### Returns
|
|
783
|
-
|
|
784
|
-
`void`
|
|
785
|
-
|
|
786
|
-
***
|
|
787
|
-
|
|
788
|
-
### panoArrived()
|
|
789
|
-
|
|
790
|
-
> **panoArrived**(`panoIndex`, `pose`, `userAction`): `void`
|
|
791
|
-
|
|
792
|
-
Defined in: lib/five/application/events-legacy.ts:319
|
|
793
|
-
|
|
794
|
-
移动到某个观察点位
|
|
795
|
-
|
|
796
|
-
#### Parameters
|
|
797
|
-
|
|
798
|
-
##### panoIndex
|
|
799
|
-
|
|
800
|
-
`number`
|
|
801
|
-
|
|
802
|
-
移动到点位
|
|
803
|
-
|
|
804
|
-
##### pose
|
|
805
|
-
|
|
806
|
-
[`Pose`](../interfaces/Pose.md)
|
|
807
|
-
|
|
808
|
-
相机姿态
|
|
809
|
-
|
|
810
|
-
##### userAction
|
|
811
|
-
|
|
812
|
-
`boolean`
|
|
813
|
-
|
|
814
|
-
是否用户触发
|
|
815
|
-
|
|
816
|
-
#### Returns
|
|
817
|
-
|
|
818
|
-
`void`
|
|
819
|
-
|
|
820
|
-
***
|
|
821
|
-
|
|
822
|
-
### panoLoaded()
|
|
823
|
-
|
|
824
|
-
> **panoLoaded**(`panoIndex`): `void`
|
|
825
|
-
|
|
826
|
-
Defined in: lib/five/application/events-legacy.ts:299
|
|
827
|
-
|
|
828
|
-
某个观察点的全景资源加载完成
|
|
829
|
-
|
|
830
|
-
#### Parameters
|
|
831
|
-
|
|
832
|
-
##### panoIndex
|
|
833
|
-
|
|
834
|
-
`number`
|
|
835
|
-
|
|
836
|
-
对应的点位
|
|
837
|
-
|
|
838
|
-
#### Returns
|
|
839
|
-
|
|
840
|
-
`void`
|
|
841
|
-
|
|
842
|
-
***
|
|
843
|
-
|
|
844
|
-
### panoLoadError()
|
|
845
|
-
|
|
846
|
-
> **panoLoadError**(`error`, `panoIndex`): `void`
|
|
847
|
-
|
|
848
|
-
Defined in: lib/five/application/events-legacy.ts:326
|
|
849
|
-
|
|
850
|
-
某个观察点的全景资源加载失败
|
|
851
|
-
|
|
852
|
-
#### Parameters
|
|
853
|
-
|
|
854
|
-
##### error
|
|
855
|
-
|
|
856
|
-
`Error`
|
|
857
|
-
|
|
858
|
-
错误对象
|
|
859
|
-
|
|
860
|
-
##### panoIndex
|
|
861
|
-
|
|
862
|
-
`number`
|
|
863
|
-
|
|
864
|
-
对应的点位
|
|
865
|
-
|
|
866
|
-
#### Returns
|
|
867
|
-
|
|
868
|
-
`void`
|
|
869
|
-
|
|
870
|
-
***
|
|
871
|
-
|
|
872
|
-
### panoSelected()
|
|
873
|
-
|
|
874
|
-
> **panoSelected**(`panoIndex`): `void`
|
|
875
|
-
|
|
876
|
-
Defined in: lib/five/application/events-legacy.ts:268
|
|
877
|
-
|
|
878
|
-
观察点位被选择
|
|
879
|
-
|
|
880
|
-
#### Parameters
|
|
881
|
-
|
|
882
|
-
##### panoIndex
|
|
883
|
-
|
|
884
|
-
`number`
|
|
885
|
-
|
|
886
|
-
选择的点位
|
|
887
|
-
|
|
888
|
-
#### Returns
|
|
889
|
-
|
|
890
|
-
`void`
|
|
891
|
-
|
|
892
|
-
***
|
|
893
|
-
|
|
894
|
-
### panoWillArrive()
|
|
895
|
-
|
|
896
|
-
> **panoWillArrive**(`panoIndex`, `pose`, `userAction`): `void`
|
|
897
|
-
|
|
898
|
-
Defined in: lib/five/application/events-legacy.ts:311
|
|
899
|
-
|
|
900
|
-
开始移动到某个观察点位
|
|
901
|
-
|
|
902
|
-
#### Parameters
|
|
903
|
-
|
|
904
|
-
##### panoIndex
|
|
905
|
-
|
|
906
|
-
`number`
|
|
907
|
-
|
|
908
|
-
移动到点位
|
|
909
|
-
|
|
910
|
-
##### pose
|
|
911
|
-
|
|
912
|
-
[`Pose`](../interfaces/Pose.md)
|
|
913
|
-
|
|
914
|
-
相机姿态
|
|
915
|
-
|
|
916
|
-
##### userAction
|
|
917
|
-
|
|
918
|
-
`boolean`
|
|
919
|
-
|
|
920
|
-
是否用户触发
|
|
921
|
-
|
|
922
|
-
#### Returns
|
|
923
|
-
|
|
924
|
-
`void`
|
|
925
|
-
|
|
926
|
-
#### Description
|
|
927
|
-
|
|
928
|
-
和 moveToPano 相比
|
|
929
|
-
- moveToPano 在加载全景图资源前触发
|
|
930
|
-
- panoWillArrive 在加载全景图资源后触发
|
|
931
|
-
|
|
932
|
-
***
|
|
933
|
-
|
|
934
|
-
### panoWillLoad()
|
|
935
|
-
|
|
936
|
-
> **panoWillLoad**(`panoIndex`): `void`
|
|
937
|
-
|
|
938
|
-
Defined in: lib/five/application/events-legacy.ts:293
|
|
939
|
-
|
|
940
|
-
开始加载某个观察点的全景资源
|
|
941
|
-
|
|
942
|
-
#### Parameters
|
|
943
|
-
|
|
944
|
-
##### panoIndex
|
|
945
|
-
|
|
946
|
-
`number`
|
|
947
|
-
|
|
948
|
-
移动到的点位
|
|
949
|
-
|
|
950
|
-
#### Returns
|
|
951
|
-
|
|
952
|
-
`void`
|
|
953
|
-
|
|
954
|
-
***
|
|
955
|
-
|
|
956
|
-
### pinchGesture()
|
|
957
|
-
|
|
958
|
-
> **pinchGesture**(`scale`, `fov`, `final`): `void`
|
|
959
|
-
|
|
960
|
-
Defined in: lib/five/application/events-legacy.ts:158
|
|
961
|
-
|
|
962
|
-
pinch 手势(双指缩放) 被触发
|
|
963
|
-
|
|
964
|
-
#### Parameters
|
|
965
|
-
|
|
966
|
-
##### scale
|
|
967
|
-
|
|
968
|
-
`number`
|
|
969
|
-
|
|
970
|
-
缩放数值
|
|
971
|
-
|
|
972
|
-
##### fov
|
|
973
|
-
|
|
974
|
-
`number`
|
|
975
|
-
|
|
976
|
-
意图的fov变更
|
|
977
|
-
|
|
978
|
-
##### final
|
|
979
|
-
|
|
980
|
-
`boolean`
|
|
981
|
-
|
|
982
|
-
是否手势结束
|
|
983
|
-
|
|
984
|
-
#### Returns
|
|
985
|
-
|
|
986
|
-
`void`
|
|
987
|
-
|
|
988
|
-
***
|
|
989
|
-
|
|
990
|
-
### pressGesture()
|
|
991
|
-
|
|
992
|
-
> **pressGesture**(`raycaster`, `tapPosition`, `duration`, `final`): `void`
|
|
993
|
-
|
|
994
|
-
Defined in: lib/five/application/events-legacy.ts:150
|
|
995
|
-
|
|
996
|
-
tap 手势(点击屏幕) 被触发
|
|
997
|
-
|
|
998
|
-
#### Parameters
|
|
999
|
-
|
|
1000
|
-
##### raycaster
|
|
1001
|
-
|
|
1002
|
-
`Raycaster`
|
|
1003
|
-
|
|
1004
|
-
点击对应的三维射线
|
|
1005
|
-
|
|
1006
|
-
##### tapPosition
|
|
1007
|
-
|
|
1008
|
-
`Vector2`
|
|
1009
|
-
|
|
1010
|
-
点击对应的屏幕位置
|
|
1011
|
-
|
|
1012
|
-
##### duration
|
|
1013
|
-
|
|
1014
|
-
`number`
|
|
1015
|
-
|
|
1016
|
-
长按持续时间
|
|
1017
|
-
|
|
1018
|
-
##### final
|
|
1019
|
-
|
|
1020
|
-
`boolean`
|
|
1021
|
-
|
|
1022
|
-
是否手势结束
|
|
1023
|
-
|
|
1024
|
-
#### Returns
|
|
1025
|
-
|
|
1026
|
-
`void`
|
|
1027
|
-
|
|
1028
|
-
***
|
|
1029
|
-
|
|
1030
|
-
### renderFrame()
|
|
1031
|
-
|
|
1032
|
-
> **renderFrame**(`rendered`): `void`
|
|
1033
|
-
|
|
1034
|
-
Defined in: lib/five/application/events-legacy.ts:475
|
|
1035
|
-
|
|
1036
|
-
渲染循环
|
|
1037
|
-
|
|
1038
|
-
#### Parameters
|
|
1039
|
-
|
|
1040
|
-
##### rendered
|
|
1041
|
-
|
|
1042
|
-
`boolean`
|
|
1043
|
-
|
|
1044
|
-
是否渲染了
|
|
1045
|
-
|
|
1046
|
-
#### Returns
|
|
1047
|
-
|
|
1048
|
-
`void`
|
|
1049
|
-
|
|
1050
|
-
***
|
|
1051
|
-
|
|
1052
|
-
### setState()
|
|
1053
|
-
|
|
1054
|
-
> **setState**(`state`): `void`
|
|
1055
|
-
|
|
1056
|
-
Defined in: lib/five/application/events-legacy.ts:438
|
|
1057
|
-
|
|
1058
|
-
当 setState 方法被调用
|
|
1059
|
-
|
|
1060
|
-
#### Parameters
|
|
1061
|
-
|
|
1062
|
-
##### state
|
|
1063
|
-
|
|
1064
|
-
[`State`](../interfaces/State.md)
|
|
1065
|
-
|
|
1066
|
-
当前姿态状态
|
|
1067
|
-
|
|
1068
|
-
#### Returns
|
|
1069
|
-
|
|
1070
|
-
`void`
|
|
1071
|
-
|
|
1072
|
-
***
|
|
1073
|
-
|
|
1074
|
-
### stateChange()
|
|
1075
|
-
|
|
1076
|
-
> **stateChange**(`state`, `userAction`): `void`
|
|
1077
|
-
|
|
1078
|
-
Defined in: lib/five/application/events-legacy.ts:425
|
|
1079
|
-
|
|
1080
|
-
当目标 state 变化时
|
|
1081
|
-
|
|
1082
|
-
#### Parameters
|
|
1083
|
-
|
|
1084
|
-
##### state
|
|
1085
|
-
|
|
1086
|
-
[`State`](../interfaces/State.md)
|
|
1087
|
-
|
|
1088
|
-
当前姿态状态
|
|
1089
|
-
|
|
1090
|
-
##### userAction
|
|
1091
|
-
|
|
1092
|
-
`boolean`
|
|
1093
|
-
|
|
1094
|
-
是否用户触发
|
|
1095
|
-
|
|
1096
|
-
#### Returns
|
|
1097
|
-
|
|
1098
|
-
`void`
|
|
1099
|
-
|
|
1100
|
-
***
|
|
1101
|
-
|
|
1102
|
-
### stateSynced()
|
|
1103
|
-
|
|
1104
|
-
> **stateSynced**(`state`): `void`
|
|
1105
|
-
|
|
1106
|
-
Defined in: lib/five/application/events-legacy.ts:444
|
|
1107
|
-
|
|
1108
|
-
当 state 被同步完成时
|
|
1109
|
-
|
|
1110
|
-
#### Parameters
|
|
1111
|
-
|
|
1112
|
-
##### state
|
|
1113
|
-
|
|
1114
|
-
[`State`](../interfaces/State.md)
|
|
1115
|
-
|
|
1116
|
-
当前姿态状态
|
|
1117
|
-
|
|
1118
|
-
#### Returns
|
|
1119
|
-
|
|
1120
|
-
`void`
|
|
1121
|
-
|
|
1122
|
-
***
|
|
1123
|
-
|
|
1124
|
-
### tapGesture()
|
|
1125
|
-
|
|
1126
|
-
> **tapGesture**(`raycaster`, `tapPosition`, `final`): `void`
|
|
1127
|
-
|
|
1128
|
-
Defined in: lib/five/application/events-legacy.ts:105
|
|
1129
|
-
|
|
1130
|
-
tap 手势(点击屏幕) 被触发
|
|
1131
|
-
|
|
1132
|
-
#### Parameters
|
|
1133
|
-
|
|
1134
|
-
##### raycaster
|
|
1135
|
-
|
|
1136
|
-
`Raycaster`
|
|
1137
|
-
|
|
1138
|
-
点击对应的三维射线
|
|
1139
|
-
|
|
1140
|
-
##### tapPosition
|
|
1141
|
-
|
|
1142
|
-
`Vector2`
|
|
1143
|
-
|
|
1144
|
-
点击对应的屏幕位置
|
|
1145
|
-
|
|
1146
|
-
##### final
|
|
1147
|
-
|
|
1148
|
-
`boolean`
|
|
1149
|
-
|
|
1150
|
-
是否手势结束
|
|
1151
|
-
|
|
1152
|
-
#### Returns
|
|
1153
|
-
|
|
1154
|
-
`void`
|
|
1155
|
-
|
|
1156
|
-
***
|
|
1157
|
-
|
|
1158
|
-
### textureAbort()
|
|
1159
|
-
|
|
1160
|
-
> **textureAbort**(`panoIndex`): `void`
|
|
1161
|
-
|
|
1162
|
-
Defined in: lib/five/application/events-legacy.ts:356
|
|
1163
|
-
|
|
1164
|
-
观察点的全景资源加载被中止
|
|
1165
|
-
|
|
1166
|
-
#### Parameters
|
|
1167
|
-
|
|
1168
|
-
##### panoIndex
|
|
1169
|
-
|
|
1170
|
-
`number`
|
|
1171
|
-
|
|
1172
|
-
加载点位
|
|
1173
|
-
|
|
1174
|
-
#### Returns
|
|
1175
|
-
|
|
1176
|
-
`void`
|
|
1177
|
-
|
|
1178
|
-
***
|
|
1179
|
-
|
|
1180
|
-
### textureError()
|
|
1181
|
-
|
|
1182
|
-
> **textureError**(`error`, `panoIndex`): `void`
|
|
1183
|
-
|
|
1184
|
-
Defined in: lib/five/application/events-legacy.ts:363
|
|
1185
|
-
|
|
1186
|
-
观察点的全景资源加载失败
|
|
1187
|
-
|
|
1188
|
-
#### Parameters
|
|
1189
|
-
|
|
1190
|
-
##### error
|
|
1191
|
-
|
|
1192
|
-
`Error`
|
|
1193
|
-
|
|
1194
|
-
错误对象
|
|
1195
|
-
|
|
1196
|
-
##### panoIndex
|
|
1197
|
-
|
|
1198
|
-
`number`
|
|
1199
|
-
|
|
1200
|
-
加载点位
|
|
1201
|
-
|
|
1202
|
-
#### Returns
|
|
1203
|
-
|
|
1204
|
-
`void`
|
|
1205
|
-
|
|
1206
|
-
***
|
|
1207
|
-
|
|
1208
|
-
### textureLoaded()
|
|
1209
|
-
|
|
1210
|
-
> **textureLoaded**(`panoIndex`, `meta`): `void`
|
|
1211
|
-
|
|
1212
|
-
Defined in: lib/five/application/events-legacy.ts:369
|
|
1213
|
-
|
|
1214
|
-
观察点的全景资源加载完成
|
|
1215
|
-
|
|
1216
|
-
#### Parameters
|
|
1217
|
-
|
|
1218
|
-
##### panoIndex
|
|
1219
|
-
|
|
1220
|
-
`number`
|
|
1221
|
-
|
|
1222
|
-
加载点位
|
|
1223
|
-
|
|
1224
|
-
##### meta
|
|
1225
|
-
|
|
1226
|
-
[`NetWorkMeta`](NetWorkMeta.md)[]
|
|
1227
|
-
|
|
1228
|
-
#### Returns
|
|
1229
|
-
|
|
1230
|
-
`void`
|
|
1231
|
-
|
|
1232
|
-
***
|
|
1233
|
-
|
|
1234
|
-
### textureLoading()
|
|
1235
|
-
|
|
1236
|
-
> **textureLoading**(`progress`, `panoIndex`): `void`
|
|
1237
|
-
|
|
1238
|
-
Defined in: lib/five/application/events-legacy.ts:350
|
|
1239
|
-
|
|
1240
|
-
观察点的全景资源加载中,可获取到进度
|
|
1241
|
-
|
|
1242
|
-
#### Parameters
|
|
1243
|
-
|
|
1244
|
-
##### progress
|
|
1245
|
-
|
|
1246
|
-
`number`
|
|
1247
|
-
|
|
1248
|
-
加载进度 [0-1]
|
|
1249
|
-
|
|
1250
|
-
##### panoIndex
|
|
1251
|
-
|
|
1252
|
-
`number`
|
|
1253
|
-
|
|
1254
|
-
加载点位下标
|
|
1255
|
-
|
|
1256
|
-
#### Returns
|
|
1257
|
-
|
|
1258
|
-
`void`
|
|
1259
|
-
|
|
1260
|
-
***
|
|
1261
|
-
|
|
1262
|
-
### textureStartLoad()
|
|
1263
|
-
|
|
1264
|
-
> **textureStartLoad**(`panoIndex`): `void`
|
|
1265
|
-
|
|
1266
|
-
Defined in: lib/five/application/events-legacy.ts:343
|
|
1267
|
-
|
|
1268
|
-
观察点的全景资源开始加载
|
|
1269
|
-
|
|
1270
|
-
#### Parameters
|
|
1271
|
-
|
|
1272
|
-
##### panoIndex
|
|
1273
|
-
|
|
1274
|
-
`number`
|
|
1275
|
-
|
|
1276
|
-
加载点位
|
|
1277
|
-
|
|
1278
|
-
#### Returns
|
|
1279
|
-
|
|
1280
|
-
`void`
|
|
1281
|
-
|
|
1282
|
-
***
|
|
1283
|
-
|
|
1284
|
-
### ~~wantsChangeCameraFov()~~
|
|
1285
|
-
|
|
1286
|
-
> **wantsChangeCameraFov**(`fov`): `false` \| `void`
|
|
1287
|
-
|
|
1288
|
-
Defined in: lib/five/application/events-legacy.ts:198
|
|
1289
|
-
|
|
1290
|
-
意图要变化相机的可视角度 可以通过 `return false` 阻止
|
|
1291
|
-
|
|
1292
|
-
#### Parameters
|
|
1293
|
-
|
|
1294
|
-
##### fov
|
|
1295
|
-
|
|
1296
|
-
`number`
|
|
1297
|
-
|
|
1298
|
-
意图要变化相机的可视角度
|
|
1299
|
-
|
|
1300
|
-
#### Returns
|
|
1301
|
-
|
|
1302
|
-
`false` \| `void`
|
|
1303
|
-
|
|
1304
|
-
可以通过 `return false` 阻止
|
|
1305
|
-
|
|
1306
|
-
#### Deprecated
|
|
1307
|
-
|
|
1308
|
-
建议通过 初始化设置的 `defaultFov`, `maxFov`, `minFov` 来限制
|
|
1309
|
-
|
|
1310
|
-
***
|
|
1311
|
-
|
|
1312
|
-
### wantsChangeMode()
|
|
1313
|
-
|
|
1314
|
-
> **wantsChangeMode**(`mode`, `prevMode`): `false` \| `void`
|
|
1315
|
-
|
|
1316
|
-
Defined in: lib/five/application/events-legacy.ts:483
|
|
1317
|
-
|
|
1318
|
-
意图要切换到某个模态, 可以通过 return false 阻止
|
|
1319
|
-
|
|
1320
|
-
#### Parameters
|
|
1321
|
-
|
|
1322
|
-
##### mode
|
|
1323
|
-
|
|
1324
|
-
[`Mode`](Mode.md)
|
|
1325
|
-
|
|
1326
|
-
意图要切换到的模态
|
|
1327
|
-
|
|
1328
|
-
##### prevMode
|
|
1329
|
-
|
|
1330
|
-
[`Mode`](Mode.md)
|
|
1331
|
-
|
|
1332
|
-
当前模态
|
|
1333
|
-
|
|
1334
|
-
#### Returns
|
|
1335
|
-
|
|
1336
|
-
`false` \| `void`
|
|
1337
|
-
|
|
1338
|
-
可以通过 return false 阻止
|
|
1339
|
-
|
|
1340
|
-
***
|
|
1341
|
-
|
|
1342
|
-
### wantsDblTapGesture()
|
|
1343
|
-
|
|
1344
|
-
> **wantsDblTapGesture**(`raycaster`, `tapPosition`, `final`): `false` \| `void`
|
|
1345
|
-
|
|
1346
|
-
Defined in: lib/five/application/events-legacy.ts:114
|
|
1347
|
-
|
|
1348
|
-
意图要触发 dlbtap 手势(点击屏幕), 可以通过 `return false` 阻止
|
|
1349
|
-
|
|
1350
|
-
#### Parameters
|
|
1351
|
-
|
|
1352
|
-
##### raycaster
|
|
1353
|
-
|
|
1354
|
-
`Raycaster`
|
|
1355
|
-
|
|
1356
|
-
点击对应的三维射线
|
|
1357
|
-
|
|
1358
|
-
##### tapPosition
|
|
1359
|
-
|
|
1360
|
-
`Vector2`
|
|
1361
|
-
|
|
1362
|
-
点击对应的屏幕位置
|
|
1363
|
-
|
|
1364
|
-
##### final
|
|
1365
|
-
|
|
1366
|
-
`boolean`
|
|
1367
|
-
|
|
1368
|
-
是否手势结束
|
|
1369
|
-
|
|
1370
|
-
#### Returns
|
|
1371
|
-
|
|
1372
|
-
`false` \| `void`
|
|
1373
|
-
|
|
1374
|
-
可以通过 `return false` 阻止
|
|
1375
|
-
|
|
1376
|
-
***
|
|
1377
|
-
|
|
1378
|
-
### wantsGesture()
|
|
1379
|
-
|
|
1380
|
-
> **wantsGesture**(`type`, `pointers`, `final`): `false` \| `void`
|
|
1381
|
-
|
|
1382
|
-
Defined in: lib/five/application/events-legacy.ts:65
|
|
1383
|
-
|
|
1384
|
-
意图要触发手势, 可以通过 `return false` 阻止
|
|
1385
|
-
|
|
1386
|
-
#### Parameters
|
|
1387
|
-
|
|
1388
|
-
##### type
|
|
1389
|
-
|
|
1390
|
-
[`GestureTypes`](GestureTypes.md)
|
|
1391
|
-
|
|
1392
|
-
手势类型
|
|
1393
|
-
|
|
1394
|
-
##### pointers
|
|
1395
|
-
|
|
1396
|
-
`object`[]
|
|
1397
|
-
|
|
1398
|
-
手指位置
|
|
1399
|
-
|
|
1400
|
-
##### final
|
|
1401
|
-
|
|
1402
|
-
`boolean`
|
|
1403
|
-
|
|
1404
|
-
是否手势结束
|
|
1405
|
-
|
|
1406
|
-
#### Returns
|
|
1407
|
-
|
|
1408
|
-
`false` \| `void`
|
|
1409
|
-
|
|
1410
|
-
可以通过 `return false` 阻止
|
|
1411
|
-
|
|
1412
|
-
***
|
|
1413
|
-
|
|
1414
|
-
### wantsInteriaPan()
|
|
1415
|
-
|
|
1416
|
-
> **wantsInteriaPan**(`pose`): `false` \| `void`
|
|
1417
|
-
|
|
1418
|
-
Defined in: lib/five/application/events-legacy.ts:182
|
|
1419
|
-
|
|
1420
|
-
意图要触发 pan 手势(滑动屏幕) 的惯性运动, 可以通过 `return false` 阻止
|
|
1421
|
-
|
|
1422
|
-
#### Parameters
|
|
1423
|
-
|
|
1424
|
-
##### pose
|
|
1425
|
-
|
|
1426
|
-
[`Pose`](../interfaces/Pose.md)
|
|
1427
|
-
|
|
1428
|
-
意图的相机姿态
|
|
1429
|
-
|
|
1430
|
-
#### Returns
|
|
1431
|
-
|
|
1432
|
-
`false` \| `void`
|
|
1433
|
-
|
|
1434
|
-
可以通过 `return false` 阻止
|
|
1435
|
-
|
|
1436
|
-
***
|
|
1437
|
-
|
|
1438
|
-
### wantsMouseWheel()
|
|
1439
|
-
|
|
1440
|
-
> **wantsMouseWheel**(`delta`, `nextFov`, `final`): `false` \| `void`
|
|
1441
|
-
|
|
1442
|
-
Defined in: lib/five/application/events-legacy.ts:167
|
|
1443
|
-
|
|
1444
|
-
意图要触发 鼠标滚轮 可以通过 `return false` 阻止
|
|
1445
|
-
|
|
1446
|
-
#### Parameters
|
|
1447
|
-
|
|
1448
|
-
##### delta
|
|
1449
|
-
|
|
1450
|
-
`number`
|
|
1451
|
-
|
|
1452
|
-
滚轮数值
|
|
1453
|
-
|
|
1454
|
-
##### nextFov
|
|
1455
|
-
|
|
1456
|
-
`number`
|
|
1457
|
-
|
|
1458
|
-
意图的fov变更
|
|
1459
|
-
|
|
1460
|
-
##### final
|
|
1461
|
-
|
|
1462
|
-
`boolean`
|
|
1463
|
-
|
|
1464
|
-
是否手势结束
|
|
1465
|
-
|
|
1466
|
-
#### Returns
|
|
1467
|
-
|
|
1468
|
-
`false` \| `void`
|
|
1469
|
-
|
|
1470
|
-
可以通过 `return false` 阻止
|
|
1471
|
-
|
|
1472
|
-
***
|
|
1473
|
-
|
|
1474
|
-
### wantsMoveToPano()
|
|
1475
|
-
|
|
1476
|
-
> **wantsMoveToPano**(`panoIndex`, `options`, `userAction`): `false` \| `void`
|
|
1477
|
-
|
|
1478
|
-
Defined in: lib/five/application/events-legacy.ts:252
|
|
1479
|
-
|
|
1480
|
-
意图要移动到某个点时, 可以通过 return false 阻止
|
|
1481
|
-
|
|
1482
|
-
#### Parameters
|
|
1483
|
-
|
|
1484
|
-
##### panoIndex
|
|
1485
|
-
|
|
1486
|
-
`number`
|
|
1487
|
-
|
|
1488
|
-
意图要移动到点位
|
|
1489
|
-
|
|
1490
|
-
##### options
|
|
1491
|
-
|
|
1492
|
-
[`MovePanoOptions`](../interfaces/MovePanoOptions.md)
|
|
1493
|
-
|
|
1494
|
-
移动参数
|
|
1495
|
-
|
|
1496
|
-
##### userAction
|
|
1497
|
-
|
|
1498
|
-
`boolean`
|
|
1499
|
-
|
|
1500
|
-
是否用户触发
|
|
1501
|
-
|
|
1502
|
-
#### Returns
|
|
1503
|
-
|
|
1504
|
-
`false` \| `void`
|
|
1505
|
-
|
|
1506
|
-
可以通过 return false 阻止
|
|
1507
|
-
|
|
1508
|
-
***
|
|
1509
|
-
|
|
1510
|
-
### wantsPanGesture()
|
|
1511
|
-
|
|
1512
|
-
> **wantsPanGesture**(`pose`, `final`): `false` \| `void`
|
|
1513
|
-
|
|
1514
|
-
Defined in: lib/five/application/events-legacy.ts:81
|
|
1515
|
-
|
|
1516
|
-
意图要触发 pan 手势(滑动屏幕), 可以通过 `return false` 阻止
|
|
1517
|
-
|
|
1518
|
-
#### Parameters
|
|
1519
|
-
|
|
1520
|
-
##### pose
|
|
1521
|
-
|
|
1522
|
-
[`Pose`](../interfaces/Pose.md)
|
|
1523
|
-
|
|
1524
|
-
意图的相机姿态
|
|
1525
|
-
|
|
1526
|
-
##### final
|
|
1527
|
-
|
|
1528
|
-
`boolean`
|
|
1529
|
-
|
|
1530
|
-
是否手势结束
|
|
1531
|
-
|
|
1532
|
-
#### Returns
|
|
1533
|
-
|
|
1534
|
-
`false` \| `void`
|
|
1535
|
-
|
|
1536
|
-
可以通过 `return false` 阻止
|
|
1537
|
-
|
|
1538
|
-
***
|
|
1539
|
-
|
|
1540
|
-
### wantsPinchGesture()
|
|
1541
|
-
|
|
1542
|
-
> **wantsPinchGesture**(`scale`, `nextFov`, `final`): `false` \| `void`
|
|
1543
|
-
|
|
1544
|
-
Defined in: lib/five/application/events-legacy.ts:131
|
|
1545
|
-
|
|
1546
|
-
意图要触发 pinch 手势(双指缩放),可以通过 `return false` 阻止
|
|
1547
|
-
|
|
1548
|
-
#### Parameters
|
|
1549
|
-
|
|
1550
|
-
##### scale
|
|
1551
|
-
|
|
1552
|
-
`number`
|
|
1553
|
-
|
|
1554
|
-
缩放数值
|
|
1555
|
-
|
|
1556
|
-
##### nextFov
|
|
1557
|
-
|
|
1558
|
-
`number`
|
|
1559
|
-
|
|
1560
|
-
意图的fov变更
|
|
1561
|
-
|
|
1562
|
-
##### final
|
|
1563
|
-
|
|
1564
|
-
`boolean`
|
|
1565
|
-
|
|
1566
|
-
是否手势结束
|
|
1567
|
-
|
|
1568
|
-
#### Returns
|
|
1569
|
-
|
|
1570
|
-
`false` \| `void`
|
|
1571
|
-
|
|
1572
|
-
可以通过 `return false` 阻止
|
|
1573
|
-
|
|
1574
|
-
***
|
|
1575
|
-
|
|
1576
|
-
### wantsPressGesture()
|
|
1577
|
-
|
|
1578
|
-
> **wantsPressGesture**(`raycaster`, `tapPosition`, `duration`, `final`): `false` \| `void`
|
|
1579
|
-
|
|
1580
|
-
Defined in: lib/five/application/events-legacy.ts:141
|
|
1581
|
-
|
|
1582
|
-
意图要触发 press 手势(长按屏幕), 可以通过 `return false` 阻止
|
|
1583
|
-
|
|
1584
|
-
#### Parameters
|
|
1585
|
-
|
|
1586
|
-
##### raycaster
|
|
1587
|
-
|
|
1588
|
-
`Raycaster`
|
|
1589
|
-
|
|
1590
|
-
长按对应的三维射线
|
|
1591
|
-
|
|
1592
|
-
##### tapPosition
|
|
1593
|
-
|
|
1594
|
-
`Vector2`
|
|
1595
|
-
|
|
1596
|
-
长按对应的屏幕位置
|
|
1597
|
-
|
|
1598
|
-
##### duration
|
|
1599
|
-
|
|
1600
|
-
`number`
|
|
1601
|
-
|
|
1602
|
-
长按持续时间
|
|
1603
|
-
|
|
1604
|
-
##### final
|
|
1605
|
-
|
|
1606
|
-
`boolean`
|
|
1607
|
-
|
|
1608
|
-
是否手势结束
|
|
1609
|
-
|
|
1610
|
-
#### Returns
|
|
1611
|
-
|
|
1612
|
-
`false` \| `void`
|
|
1613
|
-
|
|
1614
|
-
可以通过 `return false` 阻止
|
|
1615
|
-
|
|
1616
|
-
***
|
|
1617
|
-
|
|
1618
|
-
### wantsShowIntersectionOnModel()
|
|
1619
|
-
|
|
1620
|
-
> **wantsShowIntersectionOnModel**(`raycaster`): `false` \| `void`
|
|
1621
|
-
|
|
1622
|
-
Defined in: lib/five/application/events-legacy.ts:240
|
|
1623
|
-
|
|
1624
|
-
意图要展示鼠标焦点环,可以通过 `return false` 阻止
|
|
1625
|
-
|
|
1626
|
-
#### Parameters
|
|
1627
|
-
|
|
1628
|
-
##### raycaster
|
|
1629
|
-
|
|
1630
|
-
`Raycaster`
|
|
1631
|
-
|
|
1632
|
-
射线
|
|
1633
|
-
|
|
1634
|
-
#### Returns
|
|
1635
|
-
|
|
1636
|
-
`false` \| `void`
|
|
1637
|
-
|
|
1638
|
-
可以通过 `return false` 阻止
|
|
1639
|
-
|
|
1640
|
-
***
|
|
1641
|
-
|
|
1642
|
-
### wantsTapGesture()
|
|
1643
|
-
|
|
1644
|
-
> **wantsTapGesture**(`raycaster`, `tapPosition`, `final`): `false` \| `void`
|
|
1645
|
-
|
|
1646
|
-
Defined in: lib/five/application/events-legacy.ts:97
|
|
1647
|
-
|
|
1648
|
-
意图要触发 tap 手势(点击屏幕), 可以通过 `return false` 阻止
|
|
1649
|
-
|
|
1650
|
-
#### Parameters
|
|
1651
|
-
|
|
1652
|
-
##### raycaster
|
|
1653
|
-
|
|
1654
|
-
`Raycaster`
|
|
1655
|
-
|
|
1656
|
-
点击对应的三维射线
|
|
1657
|
-
|
|
1658
|
-
##### tapPosition
|
|
1659
|
-
|
|
1660
|
-
`Vector2`
|
|
1661
|
-
|
|
1662
|
-
点击对应的屏幕位置
|
|
1663
|
-
|
|
1664
|
-
##### final
|
|
1665
|
-
|
|
1666
|
-
`boolean`
|
|
1667
|
-
|
|
1668
|
-
是否手势结束
|
|
1669
|
-
|
|
1670
|
-
#### Returns
|
|
1671
|
-
|
|
1672
|
-
`false` \| `void`
|
|
1673
|
-
|
|
1674
|
-
可以通过 `return false` 阻止
|
|
1675
|
-
|
|
1676
|
-
***
|
|
1677
|
-
|
|
1678
|
-
### wantsToMoveToPano()
|
|
1679
|
-
|
|
1680
|
-
> **wantsToMoveToPano**(`panoIndex`, `options`, `userAction`): `void`
|
|
1681
|
-
|
|
1682
|
-
Defined in: lib/five/application/events-legacy.ts:262
|
|
1683
|
-
|
|
1684
|
-
同 wantsMoveToPano
|
|
1685
|
-
|
|
1686
|
-
#### Parameters
|
|
1687
|
-
|
|
1688
|
-
##### panoIndex
|
|
1689
|
-
|
|
1690
|
-
`number`
|
|
1691
|
-
|
|
1692
|
-
意图要移动到点位
|
|
1693
|
-
|
|
1694
|
-
##### options
|
|
1695
|
-
|
|
1696
|
-
[`MovePanoOptions`](../interfaces/MovePanoOptions.md)
|
|
1697
|
-
|
|
1698
|
-
移动参数
|
|
1699
|
-
|
|
1700
|
-
##### userAction
|
|
1701
|
-
|
|
1702
|
-
`boolean`
|
|
1703
|
-
|
|
1704
|
-
是否用户触发
|
|
1705
|
-
|
|
1706
|
-
#### Returns
|
|
1707
|
-
|
|
1708
|
-
`void`
|
|
1709
|
-
|
|
1710
|
-
可以通过 return false 阻止
|
|
1711
|
-
|
|
1712
|
-
#### Description
|
|
1713
|
-
|
|
1714
|
-
***
|
|
1715
|
-
|
|
1716
|
-
### webXRAxesUpdate()
|
|
1717
|
-
|
|
1718
|
-
> **webXRAxesUpdate**(`type`, `param`): `void`
|
|
1719
|
-
|
|
1720
|
-
Defined in: lib/five/application/events-legacy.ts:388
|
|
1721
|
-
|
|
1722
|
-
xr控制器的Axes原始实时数据状态
|
|
1723
|
-
|
|
1724
|
-
#### Parameters
|
|
1725
|
-
|
|
1726
|
-
##### type
|
|
1727
|
-
|
|
1728
|
-
`"left"` | `"right"`
|
|
1729
|
-
|
|
1730
|
-
##### param
|
|
1731
|
-
|
|
1732
|
-
[`WebXRAxesParams`](../interfaces/WebXRAxesParams.md)
|
|
1733
|
-
|
|
1734
|
-
#### Returns
|
|
1735
|
-
|
|
1736
|
-
`void`
|
|
1737
|
-
|
|
1738
|
-
***
|
|
1739
|
-
|
|
1740
|
-
### webXRControllerEvent()
|
|
1741
|
-
|
|
1742
|
-
> **webXRControllerEvent**(`type`, `key`, `params`): `void`
|
|
1743
|
-
|
|
1744
|
-
Defined in: lib/five/application/events-legacy.ts:384
|
|
1745
|
-
|
|
1746
|
-
axes代表控制杆,axes数组的0-1元素分别代表左控制器的左(-1)右(1),左控制器的上(-1)下(1),axes数组的2-3元素同理
|
|
1747
|
-
|
|
1748
|
-
#### Parameters
|
|
1749
|
-
|
|
1750
|
-
##### type
|
|
1751
|
-
|
|
1752
|
-
[`WebXRControllerType`](WebXRControllerType.md)
|
|
1753
|
-
|
|
1754
|
-
##### key
|
|
1755
|
-
|
|
1756
|
-
`"Y"` | `"X"` | `"B"` | `"A"` | `"RightTrigger"` | `"RightPinch"` | `"LeftTrigger"` | `"LeftPinch"` | `"LeftAxesLeft"` | `"LeftAxesRight"` | `"LeftAxesUp"` | `"LeftAxesDown"` | `"RightAxesLeft"` | `"RightAxesRight"` | `"RightAxesUp"` | `"RightAxesDown"`
|
|
1757
|
-
|
|
1758
|
-
##### params
|
|
1759
|
-
|
|
1760
|
-
[`WebXRControllerParams`](../interfaces/WebXRControllerParams.md)
|
|
1761
|
-
|
|
1762
|
-
#### Returns
|
|
1763
|
-
|
|
1764
|
-
`void`
|
|
1765
|
-
|
|
1766
|
-
***
|
|
1767
|
-
|
|
1768
|
-
### webXRControllerRayUpdate()
|
|
1769
|
-
|
|
1770
|
-
> **webXRControllerRayUpdate**(`raycaster`): `void`
|
|
1771
|
-
|
|
1772
|
-
Defined in: lib/five/application/events-legacy.ts:392
|
|
1773
|
-
|
|
1774
|
-
xr控制器的控制器射线更新
|
|
1775
|
-
|
|
1776
|
-
#### Parameters
|
|
1777
|
-
|
|
1778
|
-
##### raycaster
|
|
1779
|
-
|
|
1780
|
-
###### leftRay?
|
|
1781
|
-
|
|
1782
|
-
`THREE.Raycaster`
|
|
1783
|
-
|
|
1784
|
-
###### rightRay?
|
|
1785
|
-
|
|
1786
|
-
`THREE.Raycaster`
|
|
1787
|
-
|
|
1788
|
-
#### Returns
|
|
1789
|
-
|
|
1790
|
-
`void`
|
|
1791
|
-
|
|
1792
|
-
***
|
|
1793
|
-
|
|
1794
|
-
### webXRSessionEnd()
|
|
1795
|
-
|
|
1796
|
-
> **webXRSessionEnd**(): `void`
|
|
1797
|
-
|
|
1798
|
-
Defined in: lib/five/application/events-legacy.ts:379
|
|
1799
|
-
|
|
1800
|
-
webXR模式结束,webxr session销毁
|
|
1801
|
-
|
|
1802
|
-
#### Returns
|
|
1803
|
-
|
|
1804
|
-
`void`
|
|
1805
|
-
|
|
1806
|
-
***
|
|
1807
|
-
|
|
1808
|
-
### webXRSessionStart()
|
|
1809
|
-
|
|
1810
|
-
> **webXRSessionStart**(): `void`
|
|
1811
|
-
|
|
1812
|
-
Defined in: lib/five/application/events-legacy.ts:374
|
|
1813
|
-
|
|
1814
|
-
webXR模式开始,webxr session完成坐标系矫正
|
|
1815
|
-
|
|
1816
|
-
#### Returns
|
|
1817
|
-
|
|
1818
|
-
`void`
|
|
1819
|
-
|
|
1820
|
-
***
|
|
1821
|
-
|
|
1822
|
-
### willLoad()
|
|
1823
|
-
|
|
1824
|
-
> **willLoad**(`input`, `work`, `state`): `void`
|
|
1825
|
-
|
|
1826
|
-
Defined in: lib/five/application/events-legacy.ts:403
|
|
1827
|
-
|
|
1828
|
-
准备加载 Work 数据
|
|
1829
|
-
|
|
1830
|
-
#### Parameters
|
|
1831
|
-
|
|
1832
|
-
##### input
|
|
1833
|
-
|
|
1834
|
-
`any`
|
|
1835
|
-
|
|
1836
|
-
输入的 work
|
|
1837
|
-
|
|
1838
|
-
##### work
|
|
1839
|
-
|
|
1840
|
-
[`Work`](../classes/Work.md)
|
|
1841
|
-
|
|
1842
|
-
归一化的标准 work
|
|
1843
|
-
|
|
1844
|
-
##### state
|
|
1845
|
-
|
|
1846
|
-
`Partial`\<[`State`](../interfaces/State.md)\>
|
|
1847
|
-
|
|
1848
|
-
加载时的姿态
|
|
1849
|
-
|
|
1850
|
-
#### Returns
|
|
1851
|
-
|
|
1852
|
-
`void`
|