@realsee/five 6.6.0-alpha.8 → 6.6.0-alpha.9
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/hierarchy.js +1 -1
- package/docs/classes/five.Five.html +36 -36
- package/docs/classes/five.Model.html +1 -1
- package/docs/classes/five.ModelScene.html +1 -1
- package/docs/classes/five.PBMContainer.html +1 -1
- 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.Parameter.html +1 -1
- package/docs/classes/five.Tile3DModel.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 +1 -1
- package/docs/classes/gltf-loader.DDSLoader.html +1 -1
- package/docs/classes/gltf-loader.DRACOLoader.html +1 -1
- package/docs/classes/gltf-loader.GLTFObject.html +1 -1
- package/docs/classes/gltf-loader.THREEGLTFLoader.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.RoundedBoxGeometry.html +1 -1
- 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/hierarchy.html +1 -1
- package/docs/interfaces/five.EventCallback.html +1 -1
- package/docs/interfaces/five.LooseWorkPanorama.html +1 -1
- package/docs/interfaces/five.LooseWorkWithExtrinsics.html +1 -1
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ModelLike.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.PanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/five.ParameterMaterialValue.html +1 -1
- package/docs/interfaces/five.ParameterTilesetValue.html +1 -1
- package/docs/interfaces/five.ParameterValue.html +1 -1
- package/docs/interfaces/five.ResolvedParameterValue.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 +1 -1
- package/docs/interfaces/five.WorkTile.html +1 -1
- package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +1 -1
- package/docs/interfaces/plugins.BackgroundPluginController.html +1 -1
- package/docs/interfaces/plugins.BackgroundPluginType.EventMap.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 +1 -1
- package/docs/types/five.ParseOptions.html +1 -1
- package/five/index.d.ts +0 -2
- package/five/index.js +11 -11
- package/five/index.mjs +189 -187
- 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 +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 +11 -11
- 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/assets/hierarchy.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "
|
|
1
|
+
window.hierarchyData = "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"
|