@realsee/five 6.4.0-alpha.4 → 6.4.0-alpha.40
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/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/five.Camera.html +6 -5
- package/docs/classes/five.CustomShader.html +1 -1
- package/docs/classes/five.Draco.html +13 -0
- package/docs/classes/five.Five.html +60 -59
- package/docs/classes/five.KTX2.html +10 -0
- package/docs/classes/five.Model.html +24 -24
- package/docs/classes/five.ModelViewLayer.html +6 -6
- package/docs/classes/five.PBMMesh.html +1 -1
- package/docs/classes/five.PBMMeshMaterial.html +52 -37
- package/docs/classes/five.PBMPointCloudMaterial.html +40 -34
- package/docs/classes/five.PBMSkinnedMesh.html +5 -0
- package/docs/classes/five.TextureLoader.html +2 -2
- package/docs/classes/five.Tile.html +4 -2
- package/docs/classes/five.Tile3DModel.html +12 -4
- package/docs/classes/five.TileCubeTextureTarget.html +4 -3
- package/docs/classes/five.TileNode.html +1 -1
- package/docs/classes/five.TileRequestScheduler.html +2 -2
- package/docs/classes/five.Tileset.html +10 -3
- package/docs/classes/five.Trajectory.html +2 -2
- package/docs/classes/five.Work.html +15 -13
- package/docs/functions/five.defaultImageURLTransform.html +1 -1
- package/docs/functions/five.imageSupport.html +1 -1
- 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 -0
- 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.loadX3p.html +1 -1
- package/docs/functions/five.parseWork.html +1 -1
- package/docs/interfaces/five.CustomShaderInitArgs.html +2 -2
- package/docs/interfaces/five.FiveInitArgs.html +5 -3
- package/docs/interfaces/five.FiveLoadOptions.html +10 -24
- package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +3 -7
- package/docs/interfaces/five.ImageOptions.html +2 -2
- package/docs/interfaces/five.ImageURLMappings.html +1 -1
- package/docs/interfaces/five.ImageURLOptions.html +8 -8
- package/docs/interfaces/five.LoosePanoWork.html +9 -0
- package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +11 -13
- package/docs/interfaces/five.PBMParameters.html +12 -6
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +6 -4
- package/docs/interfaces/five.TextureOptions.html +2 -2
- package/docs/interfaces/five.Tile3DModelLoaderOptions.html +3 -2
- package/docs/interfaces/five.Tile3dLayerOptions.html +31 -0
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +3 -7
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +6 -4
- package/docs/interfaces/five.WorkCubeImage.html +8 -8
- package/docs/interfaces/five.WorkImage.html +10 -10
- package/docs/interfaces/five.WorkInitial.html +8 -8
- package/docs/interfaces/five.WorkModel.html +6 -6
- package/docs/interfaces/five.WorkModelLayer.html +2 -2
- package/docs/interfaces/five.WorkObserver.html +20 -20
- package/docs/interfaces/five.WorkResolvedObserver.html +20 -20
- package/docs/interfaces/five.WorkTile.html +2 -2
- package/docs/interfaces/five.WorkVideo.html +4 -4
- package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +6 -4
- package/docs/modules/five.html +10 -1
- package/docs/types/five.ControllerCustomInitTypes.html +1 -1
- package/docs/types/five.LooseWorkPanorama.html +1 -1
- package/docs/types/five.Mirror.html +1 -1
- package/docs/types/five.ModelMaterialValues.html +1 -1
- package/docs/types/five.Models.html +5 -5
- package/docs/types/five.ParseWorkOptions.html +1 -1
- package/docs/types/five.ParsedResultType.html +1 -1
- package/docs/types/five.Tile3dOptions.html +1 -0
- package/docs/types/five.TileContentData.html +1 -1
- package/docs/types/five.TileRequestOrder.html +1 -1
- package/docs/types/five.TileRequestSchedulerOptions.html +1 -1
- package/docs/types/five.TilesetFrameState.html +1 -1
- package/docs/types/five.TrajectoryContentData.html +1 -1
- package/docs/types/five.Works.html +1 -1
- package/docs/variables/five.controllersDefaultInitArgs.html +1 -0
- package/docs/variables/five.defaultPbmParameters.html +1 -1
- package/docs/variables/five.draco-1.html +1 -0
- package/docs/variables/five.ktx2-1.html +1 -0
- package/five/index.d.ts +198 -66
- package/five/index.js +110 -110
- package/five/index.mjs +13718 -12187
- package/gltf-loader/index.js +4 -4
- package/gltf-loader/index.mjs +4 -4
- package/line/index.js +3 -3
- package/line/index.mjs +3 -3
- package/package.json +9 -2
- package/plugins/index.js +2 -2
- package/plugins/index.mjs +2 -2
- package/react/index.d.ts +1 -1
- package/react/index.js +2 -2
- package/react/index.mjs +2 -2
- package/shader-lib/index.d.ts +38 -0
- package/shader-lib/index.js +99 -12
- package/shader-lib/index.mjs +335 -78
- package/sticker/index.js +3 -3
- package/sticker/index.mjs +3 -3
- package/umd/five-gltf-loader.js +5 -5
- 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 +99 -12
- 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 +55 -55
- package/vfx/index.js +2 -2
- package/vfx/index.mjs +2 -2
- package/vue/index.d.ts +1 -1
- package/vue/index.js +2 -2
- package/vue/index.mjs +2 -2
- package/work-downloader/index.d.ts +32 -0
- package/work-downloader/index.js +255 -0
- package/work-downloader/index.mjs +786 -0
- package/docs/functions/five.loadGlb.html +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.