@realsee/five 6.7.0-alpha.13 → 6.7.0-alpha.15

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.
Files changed (88) hide show
  1. package/docs/assets/hierarchy.js +1 -1
  2. package/docs/assets/search.js +1 -1
  3. package/docs/classes/five.Work.html +16 -16
  4. package/docs/classes/five.WorkResolvedObserver.html +18 -19
  5. package/docs/classes/gltf-loader.DDSLoader.html +1 -1
  6. package/docs/classes/gltf-loader.DRACOLoader.html +1 -1
  7. package/docs/classes/gltf-loader.GLTFObject.html +1 -1
  8. package/docs/classes/gltf-loader.THREEGLTFLoader.html +1 -1
  9. package/docs/classes/line.LineGeometry.html +1 -1
  10. package/docs/classes/line.LineMaterial.html +1 -1
  11. package/docs/classes/line.LineSegmentsGeometry.html +1 -1
  12. package/docs/classes/line.THREE_Line2.html +1 -1
  13. package/docs/classes/line.THREE_LineSegments2.html +1 -1
  14. package/docs/classes/plugins.RoundedBoxGeometry.html +1 -1
  15. package/docs/classes/vfx.Airflow.html +1 -1
  16. package/docs/classes/vfx.Flame.html +1 -1
  17. package/docs/classes/vfx.Particle.html +1 -1
  18. package/docs/classes/vfx.ParticleGPU.html +1 -1
  19. package/docs/classes/vfx.SpotLight.html +1 -1
  20. package/docs/functions/five.parseWork.html +1 -1
  21. package/docs/functions/five.workToJson.html +1 -1
  22. package/docs/functions/vue.useFiveWorks.html +2 -2
  23. package/docs/hierarchy.html +1 -1
  24. package/docs/interfaces/five.LoosePanoWork.html +2 -2
  25. package/docs/interfaces/five.LooseWork.html +2 -2
  26. package/docs/interfaces/five.LooseWorkObserver.html +3 -2
  27. package/docs/interfaces/five.LooseWorkPanorama.html +1 -1
  28. package/docs/interfaces/five.LooseWorkWithExtrinsics.html +7 -7
  29. package/docs/interfaces/five.WorkImage.html +4 -2
  30. package/docs/interfaces/five.WorkInitial.html +8 -8
  31. package/docs/interfaces/five.WorkModel.html +8 -8
  32. package/docs/interfaces/five.WorkModelJson.html +3 -2
  33. package/docs/interfaces/five.WorkModelLayer.html +6 -6
  34. package/docs/interfaces/five.WorkModelLayerJson.html +2 -2
  35. package/docs/interfaces/five.WorkObserver.html +19 -20
  36. package/docs/interfaces/five.WorkObserverJson.html +4 -2
  37. package/docs/interfaces/five.WorkPanoramaJson.html +2 -2
  38. package/docs/interfaces/five.WorkPanoramasJson.html +2 -2
  39. package/docs/interfaces/plugins.BackgroundPluginController.html +1 -1
  40. package/docs/interfaces/plugins.BackgroundPluginType.EventMap.html +1 -1
  41. package/docs/interfaces/plugins.DynamicPathLinePluginController.html +1 -1
  42. package/docs/interfaces/plugins.DynamicPathLinePluginType.EventMap.html +1 -1
  43. package/docs/interfaces/plugins.DynamicPathLinePluginType.State.html +1 -1
  44. package/docs/interfaces/plugins.ItemMaskController.html +1 -1
  45. package/docs/interfaces/plugins.ItemMaskPluginType.EventMap.html +1 -1
  46. package/docs/interfaces/plugins.ItemMaskPluginType.State.html +1 -1
  47. package/docs/interfaces/plugins.OrientationPluginController.html +1 -1
  48. package/docs/interfaces/plugins.OrientationPluginType.EventMap.html +1 -1
  49. package/docs/interfaces/plugins.OrientationPluginType.State.html +1 -1
  50. package/docs/interfaces/plugins.PanoAnimeController.html +1 -1
  51. package/docs/interfaces/plugins.PanoAnimePluginType.EventMap.html +1 -1
  52. package/docs/interfaces/plugins.PanoAnimePluginType.State.html +1 -1
  53. package/docs/interfaces/plugins.PluginTemplateType.EventMap.html +1 -1
  54. package/docs/interfaces/plugins.PluginTemplateType.State.html +1 -1
  55. package/docs/interfaces/plugins.TrajectoryController.html +1 -1
  56. package/docs/interfaces/react.FiveInjectionTypes.html +1 -1
  57. package/docs/types/five.ParseOptions.html +6 -6
  58. package/five/index.d.ts +11 -3
  59. package/five/index.js +49 -49
  60. package/five/index.mjs +1922 -1929
  61. package/gltf-loader/index.js +3 -3
  62. package/gltf-loader/index.mjs +3 -3
  63. package/line/index.js +3 -3
  64. package/line/index.mjs +3 -3
  65. package/package.json +1 -1
  66. package/plugins/index.js +2 -2
  67. package/plugins/index.mjs +2 -2
  68. package/react/index.js +2 -2
  69. package/react/index.mjs +2 -2
  70. package/shader-lib/index.js +2 -2
  71. package/shader-lib/index.mjs +2 -2
  72. package/sticker/index.js +3 -3
  73. package/sticker/index.mjs +3 -3
  74. package/umd/five-gltf-loader.js +3 -3
  75. package/umd/five-line.js +3 -3
  76. package/umd/five-plugins.js +2 -2
  77. package/umd/five-react.js +2 -2
  78. package/umd/five-shader-lib.js +2 -2
  79. package/umd/five-sticker.js +3 -3
  80. package/umd/five-vfx.js +2 -2
  81. package/umd/five-vue.js +2 -2
  82. package/umd/five.js +49 -49
  83. package/vfx/index.js +2 -2
  84. package/vfx/index.mjs +2 -2
  85. package/vue/index.js +2 -2
  86. package/vue/index.mjs +2 -2
  87. package/work-downloader/index.js +2 -2
  88. package/work-downloader/index.mjs +2 -2

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.