@realsee/five 6.6.0-alpha.4 → 6.6.0-alpha.6
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/docs/classes/five.Fetcher.html +2 -2
- package/docs/classes/five.NetworkSubscribe.html +1 -1
- package/docs/classes/five.Tile3DModel.html +26 -26
- package/docs/classes/five.Tileset.html +1 -1
- package/docs/classes/five.Work.html +2 -2
- package/docs/classes/plugins.BasePlugin.Controller.html +5 -5
- package/docs/interfaces/five.AddableObject.html +3 -3
- package/docs/interfaces/five.AjaxOptions.html +5 -5
- package/docs/interfaces/five.FiveInitArgs.html +2 -2
- package/docs/interfaces/five.FiveLoadOptions.html +1 -1
- package/docs/interfaces/five.ImageOptions.html +1 -1
- package/docs/interfaces/five.ModelLike.html +2 -2
- package/docs/interfaces/five.NetworkAbortError.html +1 -1
- package/docs/interfaces/five.NetworkFirbiddenError.html +1 -1
- package/docs/interfaces/five.NetworkOptions.html +4 -4
- package/docs/interfaces/five.NetworkProxyError.html +1 -1
- package/docs/interfaces/five.NetworkResponseError.html +2 -2
- package/docs/interfaces/five.NetworkTimeoutError.html +1 -1
- package/docs/interfaces/five.PanoCircleMeshInterface.html +3 -3
- package/docs/interfaces/five.TextureOptions.html +1 -1
- package/docs/interfaces/five.Tile3DModelLoaderOptions.html +2 -2
- package/docs/interfaces/five.TilesetHeader.html +2 -2
- package/docs/interfaces/five.ViewLayer.html +25 -25
- package/docs/interfaces/plugins.BackgroundPluginController.html +4 -4
- package/docs/interfaces/plugins.BackgroundPluginType.EventMap.html +3 -3
- package/docs/interfaces/plugins.ItemMaskController.html +4 -4
- package/docs/interfaces/plugins.OrientationPluginController.html +3 -3
- package/docs/interfaces/plugins.PanoAnimeController.html +4 -4
- package/docs/interfaces/plugins.TrajectoryController.html +5 -5
- package/docs/interfaces/react.FiveInjectionTypes.html +10 -10
- package/docs/types/five.AjaxResponseType.html +1 -1
- package/docs/types/five.AjaxResponseTypeMapping.html +1 -1
- package/docs/types/five.EventTypes.html +1 -1
- package/docs/types/five.Mode.html +1 -1
- package/docs/types/five.Models.html +1 -1
- package/docs/types/five.NetWorkMeta.html +2 -2
- package/docs/types/five.NetworkError.html +1 -1
- package/docs/types/five.NetworkErrorCallback.html +1 -1
- package/docs/types/five.NetworkProgressCallback.html +1 -1
- package/docs/types/five.NetworkResponse.html +2 -2
- package/docs/types/five.NetworkState.html +1 -1
- package/docs/types/five.NetworkSuccessCallback.html +1 -1
- package/docs/types/five.NetworkType.html +1 -1
- package/docs/types/five.SubscribeEventMap.html +1 -1
- package/docs/types/plugins.PanoAnimePluginType.PluginData.html +1 -1
- package/docs/types/plugins.PanoAnimePluginType.ServerData.html +1 -1
- package/docs/types/react.StoreActionMapType.html +1 -1
- package/docs/types/vue.FiveModelIntersectRaycaster.html +1 -1
- package/docs/types/vue.Project2d.html +1 -1
- package/docs/variables/five.controllersDefaultInitArgs.html +1 -1
- package/docs/variables/react.useFiveScene.html +1 -1
- package/five/index.js +41 -41
- package/five/index.mjs +2248 -2151
- package/gltf-loader/index.js +3 -3
- package/gltf-loader/index.mjs +3 -3
- package/line/index.js +3 -3
- package/line/index.mjs +3 -3
- package/package.json +2 -2
- package/plugins/index.js +2 -2
- package/plugins/index.mjs +2 -2
- package/react/index.js +2 -2
- package/react/index.mjs +2 -2
- package/shader-lib/index.js +2 -2
- package/shader-lib/index.mjs +2 -2
- package/sticker/index.js +3 -3
- package/sticker/index.mjs +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 +49 -49
- 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/vfx/index.js
CHANGED
package/vfx/index.mjs
CHANGED
package/vue/index.js
CHANGED
package/vue/index.mjs
CHANGED
package/work-downloader/index.js
CHANGED