@realsee/five 6.3.0-alpha.2 → 6.3.0-alpha.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.
Files changed (120) hide show
  1. package/docs/assets/navigation.js +1 -1
  2. package/docs/assets/search.js +1 -1
  3. package/docs/classes/five.AnimationFrameLoop.html +8 -4
  4. package/docs/classes/five.Camera.html +1 -1
  5. package/docs/classes/five.CustomShader.html +9 -0
  6. package/docs/classes/five.Fetcher.html +2 -2
  7. package/docs/classes/five.Five.html +46 -45
  8. package/docs/classes/five.InternalWebGLRenderer.html +1 -1
  9. package/docs/classes/five.Model.html +9 -8
  10. package/docs/classes/five.NetworkProxyError.html +2 -0
  11. package/docs/classes/five.NetworkSubscribe.html +11 -10
  12. package/docs/classes/five.PBMMesh.html +2 -2
  13. package/docs/classes/five.PBMMeshMaterial.html +42 -36
  14. package/docs/classes/five.PBMPointCloud.html +2 -2
  15. package/docs/classes/five.PBMPointCloudMaterial.html +31 -27
  16. package/docs/classes/five.Subscribe.html +12 -11
  17. package/docs/classes/five.Tile.html +2 -2
  18. package/docs/classes/five.Tile3DModel.html +2 -2
  19. package/docs/classes/five.TileNode.html +2 -2
  20. package/docs/classes/five.Tileset.html +4 -2
  21. package/docs/classes/five.Trajectory.html +2 -2
  22. package/docs/classes/five.Work.html +14 -14
  23. package/docs/classes/plugins-1.BasePlugin.Controller.html +1 -1
  24. package/docs/classes/plugins-1.CSS3DRenderer.html +6 -0
  25. package/docs/classes/plugins-1.OrbitControls.html +41 -0
  26. package/docs/classes/plugins-1.OrientationPluginController.html +1 -1
  27. package/docs/classes/plugins-1.TrajectoryController.html +51 -0
  28. package/docs/functions/five.loadAt3d.html +1 -1
  29. package/docs/functions/five.loadB3dm.html +1 -1
  30. package/docs/functions/five.loadDome.html +1 -1
  31. package/docs/functions/five.loadDomez.html +1 -1
  32. package/docs/functions/five.loadFbx.html +1 -0
  33. package/docs/functions/five.loadGlb.html +1 -1
  34. package/docs/functions/five.loadPbm.html +1 -1
  35. package/docs/functions/five.loadPly.html +1 -1
  36. package/docs/functions/five.loadPnts.html +1 -1
  37. package/docs/functions/five.parseWork.html +1 -1
  38. package/docs/functions/plugins-1.TrajectoryPlugin.html +1 -0
  39. package/docs/hierarchy.html +1 -1
  40. package/docs/interfaces/five.AnimationFrame.html +2 -2
  41. package/docs/interfaces/five.AnimationFrameContext.html +3 -0
  42. package/docs/interfaces/five.ClipperParameter.html +2 -2
  43. package/docs/interfaces/five.CustomShaderInitArgs.html +6 -0
  44. package/docs/interfaces/five.EventCallback.html +2 -2
  45. package/docs/interfaces/five.FiveInitArgs.html +6 -4
  46. package/docs/interfaces/five.FiveLoadOptions.html +2 -2
  47. package/docs/interfaces/five.FragmentShaderChunks.html +5 -0
  48. package/docs/interfaces/five.PBMPanoPicture.html +5 -5
  49. package/docs/interfaces/five.PBMParameters.html +27 -29
  50. package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -1
  51. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -1
  52. package/docs/interfaces/five.SubscribeMixinType.off.html +1 -1
  53. package/docs/interfaces/five.SubscribeMixinType.on.html +1 -1
  54. package/docs/interfaces/five.SubscribeMixinType.once.html +1 -1
  55. package/docs/interfaces/five.SubscribeMixinType.waitUnitl.html +1 -1
  56. package/docs/interfaces/five.TilesetHeader.html +2 -2
  57. package/docs/interfaces/five.VertexShaderChunks.html +4 -0
  58. package/docs/interfaces/five.WorkCubeImage.html +8 -8
  59. package/docs/interfaces/five.WorkImage.html +10 -10
  60. package/docs/interfaces/five.WorkInitial.html +8 -8
  61. package/docs/interfaces/five.WorkModel.html +6 -6
  62. package/docs/interfaces/five.WorkObserver.html +20 -20
  63. package/docs/interfaces/five.WorkResolvedObserver.html +20 -20
  64. package/docs/interfaces/five.WorkTile.html +2 -2
  65. package/docs/interfaces/five.WorkVideo.html +4 -4
  66. package/docs/interfaces/five.XRGestureEvent.html +2 -2
  67. package/docs/interfaces/plugins-1.BasePlugin.State.html +1 -1
  68. package/docs/interfaces/plugins-1.Keyframe.html +3 -0
  69. package/docs/interfaces/plugins-1.PlayingState.html +3 -0
  70. package/docs/interfaces/plugins-1.PluginTemplateType.Config.html +3 -0
  71. package/docs/interfaces/plugins-1.PluginTemplateType.EventMap.html +10 -0
  72. package/docs/interfaces/plugins-1.PluginTemplateType.Params.html +4 -0
  73. package/docs/interfaces/plugins-1.PluginTemplateType.State.html +8 -0
  74. package/docs/modules/five.SubscribeMixinType.html +1 -1
  75. package/docs/modules/five.html +8 -0
  76. package/docs/modules/plugins-1.PluginTemplateType.html +7 -0
  77. package/docs/modules/plugins-1.html +7 -0
  78. package/docs/types/five.AnimationFrameLoopType.html +1 -0
  79. package/docs/types/five.LegacyEventType.html +2 -2
  80. package/docs/types/five.ModelMaterialValues.html +1 -1
  81. package/docs/types/five.Models.html +5 -5
  82. package/docs/types/five.ParseWorkOptions.html +1 -1
  83. package/docs/types/five.ParsedResultType.html +1 -1
  84. package/docs/types/five.TileContentData.html +1 -1
  85. package/docs/types/five.TrajectoryContentData.html +1 -1
  86. package/docs/types/five.Works.html +1 -1
  87. package/docs/types/plugins-1.PluginTemplateType.PluginData.html +1 -0
  88. package/docs/types/plugins-1.PluginTemplateType.ServerData.html +1 -0
  89. package/docs/variables/five.defaultPbmParameters.html +1 -1
  90. package/five/index.d.ts +139 -60
  91. package/five/index.js +98 -93
  92. package/five/index.mjs +10199 -7835
  93. package/gltf-loader/index.js +3 -3
  94. package/gltf-loader/index.mjs +3 -3
  95. package/line/index.js +3 -3
  96. package/line/index.mjs +3 -3
  97. package/package.json +6 -1
  98. package/plugins/index.d.ts +193 -4
  99. package/plugins/index.js +12 -12
  100. package/plugins/index.mjs +1608 -1048
  101. package/react/index.js +2 -2
  102. package/react/index.mjs +2 -2
  103. package/shader-lib/index.d.ts +25 -0
  104. package/shader-lib/index.js +399 -0
  105. package/shader-lib/index.mjs +541 -0
  106. package/sticker/index.js +3 -3
  107. package/sticker/index.mjs +3 -3
  108. package/umd/five-gltf-loader.js +3 -3
  109. package/umd/five-line.js +3 -3
  110. package/umd/five-plugins.js +12 -12
  111. package/umd/five-react.js +2 -2
  112. package/umd/five-shader-lib.js +399 -0
  113. package/umd/five-sticker.js +3 -3
  114. package/umd/five-vfx.js +2 -2
  115. package/umd/five-vue.js +2 -2
  116. package/umd/five.js +85 -80
  117. package/vfx/index.js +2 -2
  118. package/vfx/index.mjs +2 -2
  119. package/vue/index.js +2 -2
  120. package/vue/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.