@realsee/five 6.6.19 → 6.6.20
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 +57 -57
- 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 +5 -0
- package/five/index.js +4 -4
- package/five/index.mjs +12 -7
- 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 +4 -4
- 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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"
|