@realsee/five 6.3.0-alpha.1 → 6.3.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/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/five.CustomShader.html +9 -0
- package/docs/classes/five.Five.html +18 -18
- package/docs/classes/five.Model.html +9 -8
- package/docs/classes/five.PBMMesh.html +2 -2
- package/docs/classes/five.PBMMeshMaterial.html +41 -33
- package/docs/classes/five.PBMPointCloud.html +2 -2
- package/docs/classes/five.PBMPointCloudMaterial.html +39 -31
- package/docs/classes/five.Tile.html +2 -2
- package/docs/classes/five.Tile3DModel.html +2 -2
- package/docs/classes/five.TileNode.html +2 -2
- package/docs/classes/five.Tileset.html +4 -2
- package/docs/classes/plugins-1.BasePlugin.Controller.html +1 -1
- package/docs/classes/plugins-1.CSS3DRenderer.html +6 -0
- package/docs/classes/plugins-1.OrbitControls.html +41 -0
- package/docs/classes/plugins-1.OrientationPluginController.html +1 -1
- package/docs/classes/plugins-1.TrajectoryController.html +51 -0
- package/docs/functions/plugins-1.TrajectoryPlugin.html +1 -0
- package/docs/hierarchy.html +1 -1
- package/docs/interfaces/five.ClipperParameter.html +2 -2
- package/docs/interfaces/five.CustomShaderInitArgs.html +6 -0
- package/docs/interfaces/five.FiveLoadOptions.html +2 -2
- package/docs/interfaces/five.FragmentShaderChunks.html +5 -0
- package/docs/interfaces/five.PBMPanoPicture.html +5 -5
- package/docs/interfaces/five.PBMParameters.html +29 -27
- package/docs/interfaces/five.TilesetHeader.html +2 -2
- package/docs/interfaces/five.VertexShaderChunks.html +4 -0
- package/docs/interfaces/plugins-1.BasePlugin.State.html +1 -1
- package/docs/interfaces/plugins-1.Keyframe.html +3 -0
- package/docs/interfaces/plugins-1.PlayingState.html +3 -0
- package/docs/interfaces/plugins-1.PluginTemplateType.Config.html +3 -0
- package/docs/interfaces/plugins-1.PluginTemplateType.EventMap.html +10 -0
- package/docs/interfaces/plugins-1.PluginTemplateType.Params.html +4 -0
- package/docs/interfaces/plugins-1.PluginTemplateType.State.html +8 -0
- package/docs/modules/five.html +4 -0
- package/docs/modules/plugins-1.PluginTemplateType.html +7 -0
- package/docs/modules/plugins-1.html +7 -0
- package/docs/types/five.ModelMaterialValues.html +1 -1
- package/docs/types/five.Models.html +5 -5
- package/docs/types/five.ParsedResultType.html +1 -1
- package/docs/types/five.TileContentData.html +1 -1
- package/docs/types/plugins-1.PluginTemplateType.PluginData.html +1 -0
- package/docs/types/plugins-1.PluginTemplateType.ServerData.html +1 -0
- package/docs/variables/five.defaultPbmParameters.html +1 -1
- package/five/index.d.ts +87 -31
- package/five/index.js +99 -94
- package/five/index.mjs +6505 -6017
- 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 +6 -1
- package/plugins/index.d.ts +193 -4
- package/plugins/index.js +12 -12
- package/plugins/index.mjs +1608 -1048
- package/react/index.js +2 -2
- package/react/index.mjs +2 -2
- package/shader-lib/index.d.ts +25 -0
- package/shader-lib/index.js +399 -0
- package/shader-lib/index.mjs +541 -0
- 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 +12 -12
- package/umd/five-react.js +2 -2
- package/umd/five-shader-lib.js +399 -0
- 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 +52 -47
- 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/vfx/index.js
CHANGED
package/vfx/index.mjs
CHANGED
package/vue/index.js
CHANGED