@realsee/five 6.8.0-alpha.1 → 6.8.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +61 -13
- package/docs/README.md +14 -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 +14 -20
- package/docs/classes/five.FivePass.html +1 -1
- package/docs/classes/five.InternalWebGLRenderer.html +1 -1
- package/docs/classes/five.Model.html +2 -2
- 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 +1 -1
- 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 +21 -19
- package/docs/classes/five.Scene.html +1 -1
- package/docs/classes/five.Subscribe.html +2 -2
- package/docs/classes/five.Tile3D.html +1 -1
- package/docs/classes/five.TileNode.html +1 -1
- package/docs/classes/five.TrajectoryNode.html +1 -1
- package/docs/classes/five.WorkResolvedObserver.html +2 -2
- 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 +130 -0
- package/docs/documents/ai-doc-guidelines.html +72 -0
- package/docs/documents/api.html +312 -0
- package/docs/documents/features_3dtile.html +119 -0
- package/docs/documents/features_camera-animation.html +100 -0
- package/docs/documents/features_clipper.html +77 -0
- package/docs/documents/features_coordnate-system.html +124 -0
- package/docs/documents/features_event.html +101 -0
- package/docs/documents/features_five.html +143 -0
- package/docs/documents/features_gesture.html +117 -0
- package/docs/documents/features_get-screen-pixels.html +85 -0
- package/docs/documents/features_image-options.html +105 -0
- package/docs/documents/features_load-external-model.html +577 -0
- package/docs/documents/features_mode.html +109 -0
- package/docs/documents/features_model.html +137 -0
- package/docs/documents/features_move-pano-effect.html +107 -0
- package/docs/documents/features_multi-work.html +94 -0
- package/docs/documents/features_pano-tile.html +85 -0
- package/docs/documents/features_parameter.html +81 -0
- package/docs/documents/features_postprocessing.html +92 -0
- package/docs/documents/features_raycast.html +95 -0
- package/docs/documents/features_request-proxy.html +75 -0
- package/docs/documents/features_screen-project.html +109 -0
- package/docs/documents/features_state.html +68 -0
- package/docs/documents/features_work.html +68 -0
- package/docs/documents/five.FivePlugin.plugin.html +60 -0
- package/docs/documents/glossary.html +69 -0
- package/docs/documents/intro.html +24 -6
- package/docs/documents/plugin.html +60 -0
- package/docs/documents/quick-start.html +22 -45
- package/docs/documents/release_notes_6.6.html +79 -0
- package/docs/documents/release_notes_6.7.html +14 -14
- package/docs/documents/support.html +39 -15
- package/docs/documents/template.html +39 -0
- 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 +2 -2
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +127 -34
- package/docs/interfaces/five.AddableObject.html +1 -1
- package/docs/interfaces/five.AjaxOptions.html +1 -1
- package/docs/interfaces/five.BaseEvent.html +1 -1
- package/docs/interfaces/five.EventCallback.html +1 -1
- package/docs/interfaces/five.FiveInitArgs.html +2 -2
- package/docs/interfaces/five.GestureEvent.html +1 -1
- package/docs/interfaces/five.ImageOptions.html +1 -1
- package/docs/interfaces/five.IntersectEvent.html +1 -1
- package/docs/interfaces/five.IntersectMesh.html +1 -1
- package/docs/interfaces/five.IntersectMeshInterface.html +1 -1
- package/docs/interfaces/five.Intersection.html +1 -1
- package/docs/interfaces/five.LooseWorkWithExtrinsics.html +1 -1
- package/docs/interfaces/five.ModeChangeEvent.html +1 -1
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ModelEvent.html +1 -1
- package/docs/interfaces/five.ModelSceneEvent.html +1 -1
- 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 +1 -1
- package/docs/interfaces/five.NetworkResponseError.html +1 -1
- package/docs/interfaces/five.NetworkTimeoutError.html +1 -1
- package/docs/interfaces/five.ObjectEvent.html +1 -1
- package/docs/interfaces/five.PBMMaterial.html +1 -1
- package/docs/interfaces/five.PBMMeshMaterialParameters.html +1 -1
- package/docs/interfaces/five.PBMPointCloudMaterialParameters.html +1 -1
- package/docs/interfaces/five.PanoCircleMeshInterface.html +1 -1
- package/docs/interfaces/five.PanoEvent.html +1 -1
- package/docs/interfaces/five.PanoTextureEvent.html +1 -1
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ParameterMaterialValue.html +5 -3
- package/docs/interfaces/five.ParameterTilesetValue.html +15 -15
- package/docs/interfaces/five.ParameterValue.html +19 -17
- package/docs/interfaces/five.Pose.html +6 -7
- package/docs/interfaces/five.RenderEvent.html +1 -1
- package/docs/interfaces/five.ResolvedParameterValue.html +20 -18
- package/docs/interfaces/five.SplatData.html +10 -0
- package/docs/interfaces/five.State.html +6 -6
- package/docs/interfaces/five.StateEvent.html +1 -1
- package/docs/interfaces/five.TextureOptions.html +1 -1
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ViewLayer.html +1 -1
- package/docs/interfaces/five.WorkCubeImage.html +1 -1
- package/docs/interfaces/five.WorkImage.html +1 -1
- package/docs/interfaces/five.WorkObserver.html +2 -2
- package/docs/interfaces/five.WorkTile.html +1 -1
- package/docs/interfaces/five.WorksEvent.html +1 -1
- package/docs/interfaces/five.XRControllerEvent.html +1 -1
- package/docs/interfaces/five.XRGestureEvent.html +1 -1
- package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.XRSessionEvent.html +1 -1
- 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 +2 -2
- package/docs/media/five.ts +2881 -0
- package/docs/media/pass.ts +64 -0
- package/docs/modules/five.html +1 -1
- package/docs/modules.html +1 -1
- package/docs/types/five.ParseOptions.html +1 -1
- 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/index.d.ts +16 -23
- package/five/index.js +89 -54
- package/five/index.mjs +234 -77
- package/gltf-loader/index.js +3 -3
- package/gltf-loader/index.mjs +3 -3
- package/guides/README.md +113 -0
- package/guides/ai-doc-guidelines.md +72 -0
- package/guides/api.md +251 -0
- package/guides/features/3dtile.md +264 -0
- package/guides/features/camera-animation.md +184 -0
- package/guides/features/clipper.md +133 -0
- package/guides/features/coordnate-system.md +126 -0
- package/guides/features/event.md +152 -0
- package/guides/features/five.md +180 -0
- package/guides/features/gesture.md +178 -0
- package/guides/features/get-screen-pixels.md +180 -0
- package/guides/features/image-options.md +161 -0
- package/guides/features/load-external-model.md +329 -0
- package/guides/features/mode.md +265 -0
- package/guides/features/model.md +183 -0
- package/guides/features/move-pano-effect.md +143 -0
- package/guides/features/multi-work.md +144 -0
- package/guides/features/pano-tile.md +139 -0
- package/guides/features/parameter.md +178 -0
- package/guides/features/postprocessing.md +224 -0
- package/guides/features/raycast.md +164 -0
- package/guides/features/request-proxy.md +110 -0
- package/guides/features/screen-project.md +163 -0
- package/guides/features/state.md +99 -0
- package/guides/features/work.md +242 -0
- package/guides/glossary.md +72 -0
- package/guides/intro.md +23 -0
- package/guides/plugin.md +206 -0
- package/guides/quick-start.md +68 -0
- package/guides/release_notes/6.6.md +86 -0
- package/{docs_markdown/documents → guides}/release_notes/6.7.md +1 -7
- package/guides/support.md +23 -0
- package/guides/template.md +56 -0
- package/line/index.js +3 -3
- package/line/index.mjs +3 -3
- package/llms.txt +54 -0
- package/package.json +1 -1
- package/plugins/index.js +2 -2
- package/plugins/index.mjs +2 -2
- package/react/index.js +2 -2
- package/react/index.mjs +2 -2
- package/shader-lib/index.js +2 -2
- package/shader-lib/index.mjs +2 -2
- package/sticker/index.js +3 -3
- package/sticker/index.mjs +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 +89 -54
- package/vfx/index.js +2 -2
- package/vfx/index.mjs +2 -2
- package/vue/index.js +2 -2
- package/vue/index.mjs +2 -2
- package/work-downloader/index.js +2 -2
- package/work-downloader/index.mjs +2 -2
- package/docs/documents/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/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
package/README.md
CHANGED
|
@@ -4,26 +4,74 @@
|
|
|
4
4
|
|
|
5
5
|
贝壳如视三维渲染框架
|
|
6
6
|
|
|
7
|
-
##
|
|
7
|
+
## Introduction
|
|
8
8
|
|
|
9
|
-
**Five
|
|
9
|
+
**Five** 是 [贝壳如视(realsee.com)](https://realsee.com) 提供的在浏览器中运行的三维空间渲染 Javascript SDK。基于 [Three.js](https://threejs.org/) 开发,帮助开发者在浏览器中构建高质量的 VR 看房与空间交互应用。
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
核心能力包括:
|
|
12
|
+
* **全景浏览**: 高分辨率全景图的高效加载与平滑浏览。
|
|
13
|
+
* **空间漫游**: 在三维模型中自由行走、跳转。
|
|
14
|
+
* **模型渲染**: 内置高效的模型加载策略 (3DTile)。
|
|
15
|
+
* **交互事件**: 完善的手势与射线检测系统。
|
|
12
16
|
|
|
13
|
-
|
|
17
|
+
## Installation
|
|
14
18
|
|
|
15
|
-
|
|
19
|
+
通过 npm 或 yarn 安装:
|
|
16
20
|
|
|
17
|
-
|
|
21
|
+
```bash
|
|
22
|
+
npm install three@^0.117.1 @realsee/five
|
|
23
|
+
# or
|
|
24
|
+
yarn add three@^0.117.1 @realsee/five
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
> **注意**: Five 依赖 `three`,目前推荐版本为 `0.117.1`。
|
|
28
|
+
|
|
29
|
+
## Quick Start
|
|
18
30
|
|
|
19
|
-
|
|
31
|
+
```typescript
|
|
32
|
+
import { Five, parseWork } from "@realsee/five";
|
|
20
33
|
|
|
21
|
-
|
|
22
|
-
|
|
34
|
+
// 1. 初始化
|
|
35
|
+
const five = new Five();
|
|
36
|
+
five.appendTo(document.getElementById('app'));
|
|
37
|
+
|
|
38
|
+
// 2. 加载数据
|
|
39
|
+
const workURL = 'https://raw.githubusercontent.com/realsee-developer/dnalogel/main/open-works/real/80o024DE2xyva3j5BE/work.json';
|
|
40
|
+
fetch(workURL).then(res => res.json()).then(json => {
|
|
41
|
+
five.load(parseWork(json));
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
// 3. 适配窗口
|
|
45
|
+
window.addEventListener('resize', () => five.refresh());
|
|
23
46
|
```
|
|
24
47
|
|
|
25
|
-
##
|
|
48
|
+
## Browser Support
|
|
49
|
+
|
|
50
|
+
| Browser | Version | Note |
|
|
51
|
+
| :--- | :--- | :--- |
|
|
52
|
+
| **Chrome** | >= 69 | |
|
|
53
|
+
| **Safari** | >= 9 | iOS Safari >= 9 |
|
|
54
|
+
| **Firefox** | >= 45 | |
|
|
55
|
+
| **Edge** | >= 13 | |
|
|
56
|
+
| **Android** | >= 93 | Chrome内核 |
|
|
57
|
+
|
|
58
|
+
## Documentation
|
|
59
|
+
|
|
60
|
+
For comprehensive guides and API references, please refer to the documentation included in this package:
|
|
61
|
+
- [Feature Guides](guides/README.md)
|
|
62
|
+
- [API Reference](guides/api.md)
|
|
63
|
+
|
|
64
|
+
**⚠️ Note for AI Agents:**
|
|
65
|
+
|
|
66
|
+
* **For a context-optimized index, read [llms.txt](./llms.txt).**
|
|
67
|
+
|
|
68
|
+
**Do's (推荐):**
|
|
69
|
+
* **Do** Read [Intro](guides/intro.md) first to understand the high-level architecture.
|
|
70
|
+
* **Do** Use [API Reference](guides/api.md) for checking method signatures and property types.
|
|
71
|
+
* **Do** Refer to `guides/*.md` files for feature-specific implementation details.
|
|
72
|
+
* **Do** Prefer Markdown documentation over HTML files or raw code when understanding concepts.
|
|
26
73
|
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
74
|
+
**Don'ts (禁止):**
|
|
75
|
+
* **Don't** Index or read files in the `docs/` directory (auto-generated HTML). They are redundant and hard to parse.
|
|
76
|
+
* **Don't** Hallucinate API methods. Always verify against `api.md` or `.d.ts` files.
|
|
77
|
+
* **Don't** Assume legacy behavior. Check `guides/release_notes/` if you encounter version discrepancies.
|
package/docs/README.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
|
|
2
|
+
# Documentation Directory
|
|
3
|
+
|
|
4
|
+
> **⚠️ Note for AI Agents:**
|
|
5
|
+
>
|
|
6
|
+
> This directory contains auto-generated HTML documentation which is dense and difficult to parse effectively.
|
|
7
|
+
>
|
|
8
|
+
> **PLEASE IGNORE THE CONTENTS OF THIS DIRECTORY.**
|
|
9
|
+
>
|
|
10
|
+
> Instead, refer to the **guides** directory in the package root. It contains high-quality, structured Markdown documentation specifically optimized for comprehension and retrieval.
|
|
11
|
+
>
|
|
12
|
+
> * **Go to Guides**: [../guides/README.md](../guides/README.md)
|
|
13
|
+
> * **Go to API Index**: [../guides/api.md](../guides/api.md)
|
|
14
|
+
|
package/docs/assets/hierarchy.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "
|
|
1
|
+
window.hierarchyData = "eJytWltP20gU/i9+nrKeu80bpbSLBAUB6laq0GpIhuDiC2s7FFTx36tjA5lxnPgM7EsiyPn8fecyZ27+HdVV1TbR7g/KBCc05pIkMaGKakI1F0RTIYmSMaE65oQzpohkTBDJFCNS05hwoRjhnCpClU6I4ETpmGiaJETHXBPBY0Yk5zGRPKGXJKrtdW5nbVaVTbT7OxIMPktT2Gg3+mgae5ovF1kZkeg2K+fRriDRss6j3aio5svcNn/ddb83OyvbnZu2yCMSzXLTNNFu1DbzDwD+AE9t7szMRk8kEtwhOm9Na185mFQvLFnZ2vrazMaJOthGuldsRKJlmf23tF9NYU9NbcsuxoJdkmh2k+Xz2pbR7g+ZakYUZYooEVOipGBEaSoun0iUxI7a/aps6yrPbf0qmbLkRXKnY1zvCrhRdP+Pga5UEUVFQhSH9AvGiJI6JUorDeKodGP55eji81Fl5tvVLfL2+kPeme2sEBOyIG1KO1xfbfurqm/Pl1fNrM6u7DbG6+ze7gwB04SKus7t/TQPJ3d9tW4vl47OMUeUCbDJeN29AEIfgSpNJ9OKcsin0q4IfHCxUfU4hYLeIhjRinWlDl3H7QHVspxn5eJblS+LqTHayfARoTGgNOaEUpESStOkE0Rj7gl6eIumh2BZHbVIHeozu8iqMpx9DIcVkCZuLdzd2NqGCxjDIQUwr1FDMzu4t2WLCvqLcXANsIQTCjMV5ZTCR0IoZ/AhNKFcwocShHINJgmYpAmhIlaXvWY3a19s0y5rvGzXHhukxA3SIfzW2FmLpvQRWNLUnauPq7ndvzHlAu/oAIKk5fGQNg9izIPIKB2Snc9sGeajA0HTJuvTwJltqmU9w3OP4bACmCvg5OpnSDU55lg6r+WfmrJCk70aY6mEHlBd2Ieg8TnEYIml9lp5Obc1mtMxx9IpMVzgotlW1uGdEyZOlkJb5LJrhly74/Wfqr5t0EJW1livE3e8fj8L7b0+AkvqzZHfz85t02RVGUDqIpCkIlYe6WptH8A7AGGp/U3a86x+bJubySWiazy99qZCDvvCflbPcovi8s0RbDKmG9nOqzybB1J2GAyvUBt595dNWxWBxD0Iw5zqsXWDF17MsmFrgP3iUdSjLMzCBuxvXPvg3qR43HUkxd39zXMrDxDhI7B+a7dJnFYNauEMduF+Jv1GSiVrUwC6+yO90t7WyK/CQ0cealIdgQb7LqQkMKAIjOYuCpqLTTUepHAcGSxQpv2Zifaa6Ofsfnp/DUbTg5pTbzHVLUBXfb5vDYdl1u7VC1S1b30Arky4f0IEua5NYd6jauoZSGGMDVsvPPQou7X/h7htzwktHEgrgUBC9cABq6v74zFuRuztQo5nYLLvGIViA0bT2jozOSogK/Ngv0WiCFf9zhr+WPd7TcmE/5NSVmNJxQO+0yor2/28Ws5DWNdRiJNOf6N7keWWf5ok682CDuBknEJs4dvh+5bZX0fm0TnF3ZLfV2PcsJOU+puw2hS2tfU3ky+Rs4WLCC0pSXW3EIBvb0vWVPm9nYfLGUciY8GYGIvFS6GEx8RDhseGdvMT3OiMyYL6amwbrsoFvlkU91ZusDvcX17ZblGI3U6+AoJFcJ4QyfszYfhjoCRIBVZBR+XtaQF9ctXY+h43NF37YJcV47236dBbSCeWHmyRvirGB0QvY2vN500dcAw03W2l8mYWWGqd9q1yek0GhkEXahruTbXsK0nT2BtoDXKJsYVzYzoT1VN6q569ublrs3t7tCyy0pQznOOjKESctXRL6eDRfqoKe5QtbtqsXKCYRzAI3tRbFR+2tjg2zW1/MXrxeLcq5o03zOsY3E0z3Ou+8a55hPJ9d84Qhq4E0lSNhGPkZhknEHGz7N9z+iuAkzqzZWtgPx2SkVEYLilwz/7GpIyzvi8v6nmGg2v2bXEJTtCWJyAzxYV3HWtmt4saTvHeKGjzA7B6Uu+Urs+ALe5y01pc2axjkDUjvAPCkJoZoXxnwfC0O96AtzHcXUJt4O6lqh+DEzMGxb60wNlgF71XZoUNGcojIGRSpHhrdx3jfGdWJO92y/B6zFhEgpMygkTmRHlHLp8eS1Nks1PT3hxlZVBmNkKR+dE09BRymvmdWVLy+T0X72WiUbrgjE08BZc9eFXOHdV/nx0chL9XNYAFHfv0EdKx12zBoS+2KmxbP24TkWel3XGNp9dn8GbhgOncLgrIWBDjEBTiNHjbeU21HEb/X3g4m5Tg2GJ8TpJRnhcnQvheMUEeU90tB+Hdq8Hu57D82b+WCQNuaktSWzNrd9ZhmGp/evoD028Ysg=="
|
|
@@ -1,32 +1,36 @@
|
|
|
1
1
|
:root {
|
|
2
|
-
--light-hl-0: #
|
|
3
|
-
--dark-hl-0: #
|
|
2
|
+
--light-hl-0: #800000;
|
|
3
|
+
--dark-hl-0: #569CD6;
|
|
4
4
|
--light-hl-1: #000000;
|
|
5
5
|
--dark-hl-1: #D4D4D4;
|
|
6
|
-
--light-hl-2: #
|
|
6
|
+
--light-hl-2: #0000FF;
|
|
7
7
|
--dark-hl-2: #CE9178;
|
|
8
|
-
--light-hl-3: #
|
|
9
|
-
--dark-hl-3: #
|
|
10
|
-
--light-hl-4: #
|
|
11
|
-
--dark-hl-4: #
|
|
12
|
-
--light-hl-5: #
|
|
13
|
-
--dark-hl-5: #
|
|
14
|
-
--light-hl-6: #
|
|
15
|
-
--dark-hl-6: #
|
|
8
|
+
--light-hl-3: #0000FF;
|
|
9
|
+
--dark-hl-3: #569CD6;
|
|
10
|
+
--light-hl-4: #0070C1;
|
|
11
|
+
--dark-hl-4: #4FC1FF;
|
|
12
|
+
--light-hl-5: #795E26;
|
|
13
|
+
--dark-hl-5: #DCDCAA;
|
|
14
|
+
--light-hl-6: #001080;
|
|
15
|
+
--dark-hl-6: #9CDCFE;
|
|
16
16
|
--light-hl-7: #267F99;
|
|
17
17
|
--dark-hl-7: #4EC9B0;
|
|
18
18
|
--light-hl-8: #008000;
|
|
19
19
|
--dark-hl-8: #6A9955;
|
|
20
|
-
--light-hl-9: #
|
|
21
|
-
--dark-hl-9: #
|
|
22
|
-
--light-hl-10: #
|
|
23
|
-
--dark-hl-10: #
|
|
24
|
-
--light-hl-11: #
|
|
25
|
-
--dark-hl-11: #
|
|
26
|
-
--light-hl-12: #
|
|
27
|
-
--dark-hl-12: #
|
|
20
|
+
--light-hl-9: #A31515;
|
|
21
|
+
--dark-hl-9: #CE9178;
|
|
22
|
+
--light-hl-10: #AF00DB;
|
|
23
|
+
--dark-hl-10: #C586C0;
|
|
24
|
+
--light-hl-11: #098658;
|
|
25
|
+
--dark-hl-11: #B5CEA8;
|
|
26
|
+
--light-hl-12: #000000FF;
|
|
27
|
+
--dark-hl-12: #D4D4D4;
|
|
28
28
|
--light-hl-13: #000000;
|
|
29
29
|
--dark-hl-13: #C8C8C8;
|
|
30
|
+
--light-hl-14: #0451A5;
|
|
31
|
+
--dark-hl-14: #9CDCFE;
|
|
32
|
+
--light-hl-15: #CD3131;
|
|
33
|
+
--dark-hl-15: #F44747;
|
|
30
34
|
--light-code-background: #FFFFFF;
|
|
31
35
|
--dark-code-background: #1E1E1E;
|
|
32
36
|
}
|
|
@@ -46,6 +50,8 @@
|
|
|
46
50
|
--hl-11: var(--light-hl-11);
|
|
47
51
|
--hl-12: var(--light-hl-12);
|
|
48
52
|
--hl-13: var(--light-hl-13);
|
|
53
|
+
--hl-14: var(--light-hl-14);
|
|
54
|
+
--hl-15: var(--light-hl-15);
|
|
49
55
|
--code-background: var(--light-code-background);
|
|
50
56
|
} }
|
|
51
57
|
|
|
@@ -64,6 +70,8 @@
|
|
|
64
70
|
--hl-11: var(--dark-hl-11);
|
|
65
71
|
--hl-12: var(--dark-hl-12);
|
|
66
72
|
--hl-13: var(--dark-hl-13);
|
|
73
|
+
--hl-14: var(--dark-hl-14);
|
|
74
|
+
--hl-15: var(--dark-hl-15);
|
|
67
75
|
--code-background: var(--dark-code-background);
|
|
68
76
|
} }
|
|
69
77
|
|
|
@@ -82,6 +90,8 @@
|
|
|
82
90
|
--hl-11: var(--light-hl-11);
|
|
83
91
|
--hl-12: var(--light-hl-12);
|
|
84
92
|
--hl-13: var(--light-hl-13);
|
|
93
|
+
--hl-14: var(--light-hl-14);
|
|
94
|
+
--hl-15: var(--light-hl-15);
|
|
85
95
|
--code-background: var(--light-code-background);
|
|
86
96
|
}
|
|
87
97
|
|
|
@@ -100,6 +110,8 @@
|
|
|
100
110
|
--hl-11: var(--dark-hl-11);
|
|
101
111
|
--hl-12: var(--dark-hl-12);
|
|
102
112
|
--hl-13: var(--dark-hl-13);
|
|
113
|
+
--hl-14: var(--dark-hl-14);
|
|
114
|
+
--hl-15: var(--dark-hl-15);
|
|
103
115
|
--code-background: var(--dark-code-background);
|
|
104
116
|
}
|
|
105
117
|
|
|
@@ -117,4 +129,6 @@
|
|
|
117
129
|
.hl-11 { color: var(--hl-11); }
|
|
118
130
|
.hl-12 { color: var(--hl-12); }
|
|
119
131
|
.hl-13 { color: var(--hl-13); }
|
|
132
|
+
.hl-14 { color: var(--hl-14); }
|
|
133
|
+
.hl-15 { color: var(--hl-15); }
|
|
120
134
|
pre, code { background: var(--code-background); }
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "
|
|
1
|
+
window.navigationData = "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"
|