@realsee/five 6.0.0-alpha.7 → 6.0.0-alpha.70

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 (324) hide show
  1. package/TERMS.txt +0 -2
  2. package/docs/assets/highlight.css +20 -20
  3. package/docs/assets/main.js +59 -52
  4. package/docs/assets/navigation.js +1 -0
  5. package/docs/assets/search.js +1 -1
  6. package/docs/assets/style.css +805 -825
  7. package/docs/classes/five.AnimationFrameLoop.html +16 -15
  8. package/docs/classes/five.BoxBoundingVolume.html +18 -1
  9. package/docs/classes/five.Camera.html +37 -11
  10. package/docs/classes/five.CullingVolume.html +10 -1
  11. package/docs/classes/five.Fetcher.html +5 -0
  12. package/docs/classes/five.Five.html +237 -287
  13. package/docs/classes/five.InternalWebGLRenderer.html +2 -1
  14. package/docs/classes/five.IntersectMesh.html +4 -1
  15. package/docs/classes/five.Model.html +62 -55
  16. package/docs/classes/five.NetworkAbortError.html +2 -0
  17. package/docs/classes/five.NetworkFirbiddenError.html +2 -0
  18. package/docs/classes/five.NetworkResponseError.html +3 -0
  19. package/docs/classes/five.NetworkSubscribe.html +42 -56
  20. package/docs/classes/five.NetworkTimeoutError.html +2 -0
  21. package/docs/classes/five.PBMContainer.html +12 -13
  22. package/docs/classes/five.PBMGroup.html +3 -3
  23. package/docs/classes/five.PBMMesh.html +4 -5
  24. package/docs/classes/five.PBMMeshMaterial.html +50 -45
  25. package/docs/classes/five.PanoCircleMesh.html +30 -7
  26. package/docs/classes/five.PanoCircleMeshCustom.html +30 -7
  27. package/docs/classes/five.PanoCircleMeshSolid.html +30 -7
  28. package/docs/classes/five.RegionBoundingVolume.html +21 -1
  29. package/docs/classes/five.RequestScheduler.html +13 -12
  30. package/docs/classes/five.Scene.html +5 -3
  31. package/docs/classes/five.SphereBoundingVolume.html +17 -1
  32. package/docs/classes/five.Subscribe.html +43 -62
  33. package/docs/classes/five.TextureLoader.html +5 -1
  34. package/docs/classes/five.Tile.html +30 -1
  35. package/docs/classes/five.Tile3DModel.html +28 -1
  36. package/docs/classes/five.TileCubeTextureTarget.html +9 -1
  37. package/docs/classes/five.TileNode.html +4 -1
  38. package/docs/classes/five.Tileset.html +31 -5
  39. package/docs/classes/five.TilesetCache.html +8 -1
  40. package/docs/classes/five.TilesetTraverser.html +19 -1
  41. package/docs/classes/five.Work.html +28 -28
  42. package/docs/classes/five.XRButton.html +3 -1
  43. package/docs/classes/gltf_loader.DDSLoader.html +3 -1
  44. package/docs/classes/gltf_loader.DRACOLoader.html +8 -1
  45. package/docs/classes/gltf_loader.GLTFLoader.html +18 -17
  46. package/docs/classes/gltf_loader.GLTFObject.html +8 -6
  47. package/docs/classes/gltf_loader.GLTFParser.html +6 -1
  48. package/docs/classes/gltf_loader.THREEGLTFLoader.html +8 -1
  49. package/docs/classes/line.Line.html +10 -1
  50. package/docs/classes/line.LineGeometry.html +14 -1
  51. package/docs/classes/line.LineMaterial.html +8 -1
  52. package/docs/classes/line.LineSegmentsGeometry.html +12 -1
  53. package/docs/classes/line.THREE_Line2.html +4 -1
  54. package/docs/classes/line.THREE_LineSegments2.html +4 -1
  55. package/docs/classes/react.Store.html +23 -29
  56. package/docs/classes/sticker.Sticker.html +25 -32
  57. package/docs/classes/vfx.Airflow.html +8 -1
  58. package/docs/classes/vfx.Flame.html +10 -1
  59. package/docs/classes/vfx.Particle.html +79 -82
  60. package/docs/classes/vfx.SpotLight.html +7 -1
  61. package/docs/enums/five.VolumePlaneIntersect.html +4 -1
  62. package/docs/functions/five.defaultImageURLTransform.html +5 -0
  63. package/docs/functions/five.getViewportScale.html +1 -0
  64. package/docs/functions/five.imageSupport.html +1 -0
  65. package/docs/functions/five.isPanoId.html +1 -0
  66. package/docs/functions/five.loadAt3d.html +1 -0
  67. package/docs/functions/five.loadB3dm.html +1 -0
  68. package/docs/functions/five.loadDome.html +1 -0
  69. package/docs/functions/five.loadDomez.html +1 -0
  70. package/docs/functions/five.loadPbm.html +1 -0
  71. package/docs/functions/five.loadPnts.html +1 -0
  72. package/docs/functions/five.panoEqual.html +1 -0
  73. package/docs/functions/five.panoParse.html +1 -0
  74. package/docs/functions/five.panoStringify.html +1 -0
  75. package/docs/functions/five.parseWork.html +7 -0
  76. package/docs/functions/react.FiveCanvas-1.html +6 -0
  77. package/docs/functions/react.createFiveFeature.html +1 -0
  78. package/docs/functions/react.createFiveProvider.html +9 -0
  79. package/docs/functions/react.createStore.html +15 -0
  80. package/docs/functions/react.unsafe__useFiveInstance.html +5 -0
  81. package/docs/functions/react.useFiveAction.html +19 -0
  82. package/docs/functions/react.useFiveCameraDirection.html +3 -0
  83. package/docs/functions/react.useFiveCameraRaycaster.html +3 -0
  84. package/docs/functions/react.useFiveCurrentObserver.html +5 -0
  85. package/docs/functions/react.useFiveCurrentState.html +5 -0
  86. package/docs/functions/react.useFiveEventCallback.html +5 -0
  87. package/docs/functions/react.useFiveFloor.html +5 -0
  88. package/docs/functions/react.useFiveHelper.html +5 -0
  89. package/docs/functions/react.useFiveModelIntersectRaycaster.html +7 -0
  90. package/docs/functions/react.useFiveModelReadyState.html +4 -0
  91. package/docs/functions/react.useFiveProject2d.html +7 -0
  92. package/docs/functions/react.useFiveScene.html +2 -0
  93. package/docs/functions/react.useFiveSceneEffect.html +5 -0
  94. package/docs/functions/react.useFiveState.html +1 -0
  95. package/docs/functions/react.useFiveWork.html +8 -0
  96. package/docs/functions/react.withFive.html +1 -0
  97. package/docs/functions/vue.unsafe__useFiveInject.html +5 -0
  98. package/docs/functions/vue.useFiveAction.html +25 -0
  99. package/docs/functions/vue.useFiveCameraDirection.html +3 -0
  100. package/docs/functions/vue.useFiveCameraRaycaster.html +3 -0
  101. package/docs/functions/vue.useFiveCurrentObserver.html +5 -0
  102. package/docs/functions/vue.useFiveCurrentState.html +5 -0
  103. package/docs/functions/vue.useFiveEventCallback.html +5 -0
  104. package/docs/functions/vue.useFiveFloor.html +5 -0
  105. package/docs/functions/vue.useFiveHelper.html +5 -0
  106. package/docs/functions/vue.useFiveModel.html +2 -0
  107. package/docs/functions/vue.useFiveModelBounding.html +2 -0
  108. package/docs/functions/vue.useFiveModelIntersectRaycaster.html +7 -0
  109. package/docs/functions/vue.useFiveModelReadyState.html +4 -0
  110. package/docs/functions/vue.useFiveProject2d.html +7 -0
  111. package/docs/functions/vue.useFiveScene.html +2 -0
  112. package/docs/functions/vue.useFiveState.html +5 -0
  113. package/docs/functions/vue.useFiveWorks.html +8 -0
  114. package/docs/index.html +35 -79
  115. package/docs/interfaces/five.AddableObject.html +9 -9
  116. package/docs/interfaces/five.AjaxOptions.html +11 -0
  117. package/docs/interfaces/five.AnimationFrame.html +5 -1
  118. package/docs/interfaces/five.BaseEvent.html +5 -1
  119. package/docs/interfaces/five.BoundingVolume.html +14 -1
  120. package/docs/interfaces/five.CameraPose.html +6 -1
  121. package/docs/interfaces/five.ClipperParameter.html +3 -1
  122. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +25 -25
  123. package/docs/interfaces/five.EventCallback.html +355 -452
  124. package/docs/interfaces/five.FiveInitArgs.html +84 -86
  125. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +17 -15
  126. package/docs/interfaces/five.GestureEvent.html +19 -1
  127. package/docs/interfaces/five.ImageOptions.html +16 -18
  128. package/docs/interfaces/five.ImageURLMappings.html +1 -1
  129. package/docs/interfaces/five.ImageURLOptions.html +15 -15
  130. package/docs/interfaces/five.IntersectEvent.html +8 -1
  131. package/docs/interfaces/five.IntersectMeshInterface.html +3 -3
  132. package/docs/interfaces/five.Intersection.html +3 -7
  133. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +13 -11
  134. package/docs/interfaces/five.ModeChangeEvent.html +9 -1
  135. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +18 -18
  136. package/docs/interfaces/five.ModelEvent.html +8 -1
  137. package/docs/interfaces/five.ModelLodOptions.html +2 -1
  138. package/docs/interfaces/five.ModelsEvent.html +6 -1
  139. package/docs/interfaces/five.MotionKeyframe.html +4 -1
  140. package/docs/interfaces/five.MovePanoOptions.html +29 -30
  141. package/docs/interfaces/five.NetworkOptions.html +9 -9
  142. package/docs/interfaces/five.NetworkResourceEvent.html +9 -1
  143. package/docs/interfaces/five.ObjectEvent.html +6 -1
  144. package/docs/interfaces/five.PBMPanoPicture.html +7 -7
  145. package/docs/interfaces/five.PBMParameters.html +42 -43
  146. package/docs/interfaces/five.PanoCircleMeshCustomOptions.html +9 -1
  147. package/docs/interfaces/five.PanoCircleMeshInterface.html +21 -10
  148. package/docs/interfaces/five.PanoCircleMeshOptions.html +3 -1
  149. package/docs/interfaces/five.PanoCircleMeshSolidOptions.html +3 -1
  150. package/docs/interfaces/five.PanoEvent.html +11 -1
  151. package/docs/interfaces/five.PanoTextureEvent.html +9 -1
  152. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +32 -32
  153. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +18 -18
  154. package/docs/interfaces/five.Pose.html +15 -32
  155. package/docs/interfaces/five.RenderEvent.html +7 -1
  156. package/docs/interfaces/five.Scissor.html +11 -12
  157. package/docs/interfaces/five.State.html +20 -21
  158. package/docs/interfaces/five.StateEvent.html +7 -1
  159. package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -1
  160. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -1
  161. package/docs/interfaces/five.SubscribeMixinType.off.html +1 -1
  162. package/docs/interfaces/five.SubscribeMixinType.on.html +1 -1
  163. package/docs/interfaces/five.SubscribeMixinType.once.html +1 -1
  164. package/docs/interfaces/five.SubscribeMixinType.waitUnitl.html +1 -1
  165. package/docs/interfaces/five.TextureOptions.html +18 -20
  166. package/docs/interfaces/five.Tile3DModelLoaderOptions.html +6 -3
  167. package/docs/interfaces/five.TileCubeNode.html +7 -1
  168. package/docs/interfaces/five.TileCubeTree.html +2 -1
  169. package/docs/interfaces/five.TileHeader.html +9 -1
  170. package/docs/interfaces/five.TilesetHeader.html +5 -1
  171. package/docs/interfaces/five.TilesetOptions.html +5 -1
  172. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +9 -9
  173. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +28 -28
  174. package/docs/interfaces/five.WebXRAxesParams.html +4 -0
  175. package/docs/interfaces/five.WebXRControllerParams.html +2 -1
  176. package/docs/interfaces/five.WorkCubeImage.html +13 -13
  177. package/docs/interfaces/five.WorkImage.html +20 -21
  178. package/docs/interfaces/five.WorkInitial.html +17 -17
  179. package/docs/interfaces/five.WorkModel.html +12 -13
  180. package/docs/interfaces/five.WorkObserver.html +40 -39
  181. package/docs/interfaces/five.WorkOptions.html +17 -15
  182. package/docs/interfaces/five.WorkResolvedObserver.html +41 -37
  183. package/docs/interfaces/five.WorkTile.html +9 -1
  184. package/docs/interfaces/five.WorkVideo.html +8 -9
  185. package/docs/interfaces/five.WorksEvent.html +9 -1
  186. package/docs/interfaces/five.XRControllerEvent.html +8 -0
  187. package/docs/interfaces/five.XRGestureEvent.html +11 -1
  188. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +29 -28
  189. package/docs/interfaces/five.XRSessionEvent.html +7 -1
  190. package/docs/interfaces/gltf_loader.DDS.html +7 -1
  191. package/docs/interfaces/gltf_loader.GLTF.html +10 -4
  192. package/docs/interfaces/gltf_loader.GLTFReference.html +3 -1
  193. package/docs/interfaces/gltf_loader.THREEGLTF.html +8 -1
  194. package/docs/interfaces/react.FiveActionReactCallbacks.html +27 -37
  195. package/docs/interfaces/react.FiveInjectionTypes.html +113 -138
  196. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +2 -1
  197. package/docs/interfaces/sticker.IntersectionLike.html +7 -8
  198. package/docs/interfaces/vfx.ParticleArgs.html +67 -68
  199. package/docs/interfaces/vfx.ParticleTweenKeyframe.html +3 -1
  200. package/docs/interfaces/vue.FiveActionVueCallbacks.html +31 -42
  201. package/docs/modules/five.SubscribeMixinType.html +7 -1
  202. package/docs/modules/five.html +171 -631
  203. package/docs/modules/gltf_loader.html +11 -1
  204. package/docs/modules/line.html +8 -1
  205. package/docs/modules/react.FiveCanvas.html +8 -0
  206. package/docs/modules/react.html +37 -130
  207. package/docs/modules/sticker.html +3 -1
  208. package/docs/modules/vfx.html +8 -1
  209. package/docs/modules/vue.html +24 -115
  210. package/docs/types/five.AjaxResponseType.html +1 -0
  211. package/docs/types/five.AjaxResponseTypeMapping.html +1 -0
  212. package/docs/types/five.BoundingVolumeJson.html +1 -0
  213. package/docs/types/five.BoxBoundingVolumeJson.html +1 -0
  214. package/docs/types/five.ControllerCustomInitTypes.html +1 -0
  215. package/docs/types/five.ControllerEventTypes.html +32 -0
  216. package/docs/types/five.CoordinatesSystemTransformer.html +1 -0
  217. package/docs/types/five.EventTypes.html +26 -0
  218. package/docs/types/five.FivePlugin.html +71 -0
  219. package/docs/types/five.FivePluginInit.html +3 -0
  220. package/docs/types/five.FivePluginInstance.html +3 -0
  221. package/docs/types/five.GestureTypes.html +1 -0
  222. package/docs/types/five.LegacyEventType.html +203 -0
  223. package/docs/types/five.LooseWork.html +1 -0
  224. package/docs/types/five.LooseWorkInitial.html +1 -0
  225. package/docs/types/five.LooseWorkModel.html +1 -0
  226. package/docs/types/five.LooseWorkObserver.html +1 -0
  227. package/docs/types/five.LooseWorkPanorama.html +1 -0
  228. package/docs/types/five.LooseWorkVideo.html +1 -0
  229. package/docs/types/five.LooseWorkWithExtrinsics.html +8 -0
  230. package/docs/types/five.Mirror.html +1 -0
  231. package/docs/types/five.Mode.html +11 -0
  232. package/docs/types/five.ModelMaterialValues.html +1 -0
  233. package/docs/types/five.Models.html +12 -0
  234. package/docs/types/five.MotionValue.html +1 -0
  235. package/docs/types/five.NetWorkMeta.html +1 -0
  236. package/docs/types/five.NetworkError.html +1 -0
  237. package/docs/types/five.NetworkErrorCallback.html +1 -0
  238. package/docs/types/five.NetworkProgressCallback.html +1 -0
  239. package/docs/types/five.NetworkResponse.html +1 -0
  240. package/docs/types/five.NetworkState.html +1 -0
  241. package/docs/types/five.NetworkSuccessCallback.html +1 -0
  242. package/docs/types/five.NetworkType.html +1 -0
  243. package/docs/types/five.Pano.html +1 -0
  244. package/docs/types/five.PanoId.html +1 -0
  245. package/docs/types/five.ParseWorkOptions.html +13 -0
  246. package/docs/types/five.ParsedResultType.html +1 -0
  247. package/docs/types/five.PostProcessingType.html +1 -0
  248. package/docs/types/five.RegionBoundingVolumeJson.html +1 -0
  249. package/docs/types/five.RequestResult.html +1 -0
  250. package/docs/types/five.SphereBoundingVolumeJson.html +1 -0
  251. package/docs/types/five.SubscribeEventMap.html +1 -0
  252. package/docs/types/five.TileContentData.html +1 -0
  253. package/docs/types/five.TilesetFrameState.html +1 -0
  254. package/docs/types/five.WebXRControllerKey.html +1 -0
  255. package/docs/types/five.WebXRControllerType.html +1 -0
  256. package/docs/types/five.Works.html +1 -0
  257. package/docs/types/line.LineMaterialParameters.html +1 -0
  258. package/docs/types/react.FiveInjectionActionFeature.html +1 -0
  259. package/docs/types/react.FiveInjectionDataFeature.html +1 -0
  260. package/docs/types/react.FiveInjectionFeature.html +1 -0
  261. package/docs/types/react.FiveProviderPropTypes.html +1 -0
  262. package/docs/types/react.FiveProviderType.html +1 -0
  263. package/docs/types/react.StoreActionMapHanlder.html +1 -0
  264. package/docs/types/react.StoreActionMapType.html +1 -0
  265. package/docs/types/react.StoreProviderType.html +1 -0
  266. package/docs/types/react.StoreValueMapType.html +1 -0
  267. package/docs/types/vfx.ParticleType.html +1 -0
  268. package/docs/types/vue.FiveModelIntersectRaycaster.html +1 -0
  269. package/docs/types/vue.FiveProviderComponent.html +1 -0
  270. package/docs/types/vue.Project2d.html +1 -0
  271. package/docs/variables/five.PROXY_CONTROLLER_EVENT_NAMES.html +1 -0
  272. package/docs/variables/five.defaultPbmParameters.html +1 -0
  273. package/docs/variables/react.INJECTION_PROPNAME.html +1 -0
  274. package/docs/variables/vue.FiveCanvas.html +8 -0
  275. package/docs/variables/vue.FiveProvider.html +8 -0
  276. package/five/index.d.ts +381 -240
  277. package/five/index.js +1904 -218
  278. package/five/index.mjs +23432 -0
  279. package/gltf-loader/index.js +204 -203
  280. package/gltf-loader/index.mjs +1708 -0
  281. package/line/index.js +396 -202
  282. package/line/index.mjs +776 -0
  283. package/package.json +43 -7
  284. package/react/index.js +198 -203
  285. package/react/index.mjs +1044 -0
  286. package/scripts/five-plugin-init.js +1 -1
  287. package/scripts/five-quick-start-init.js +1 -1
  288. package/scripts/five-react-component-init.js +1 -1
  289. package/sticker/index.js +198 -203
  290. package/sticker/index.mjs +399 -0
  291. package/templates/plugin/devtools/webpack.example.js +1 -1
  292. package/templates/react-component/devtools/webpack.example.js +1 -1
  293. package/umd/five-gltf-loader.js +261 -1
  294. package/umd/five-line.js +454 -1
  295. package/umd/five-react.js +255 -1
  296. package/umd/five-sticker.js +255 -1
  297. package/umd/five-vfx.js +539 -1
  298. package/umd/five-vue.js +255 -1
  299. package/umd/five.js +2048 -2
  300. package/vfx/index.js +481 -202
  301. package/vfx/index.mjs +1032 -0
  302. package/vue/index.d.ts +1 -1
  303. package/vue/index.js +198 -203
  304. package/vue/index.mjs +574 -0
  305. package/docs/assets/icons.css +0 -1043
  306. package/docs/assets/icons.png +0 -0
  307. package/docs/assets/icons@2x.png +0 -0
  308. package/docs/assets/widgets.png +0 -0
  309. package/docs/assets/widgets@2x.png +0 -0
  310. package/docs/classes/five.BVH.html +0 -10
  311. package/docs/classes/five.BVHIntersect.html +0 -1
  312. package/docs/classes/five.BVHNode.html +0 -7
  313. package/docs/classes/five.BVHVector3.html +0 -1
  314. package/docs/classes/five.Clipper.html +0 -1
  315. package/docs/classes/five.PBMMaterialReferenceCache.html +0 -1
  316. package/docs/enums/five.PBMPointColorType.html +0 -1
  317. package/docs/enums/five.PBMPointShapeType.html +0 -1
  318. package/docs/enums/five.PBMPointSizeType.html +0 -1
  319. package/docs/modules.html +0 -1
  320. package/umd/five-gltf-loader.js.LICENSE.txt +0 -14
  321. package/umd/five-line.js.LICENSE.txt +0 -14
  322. package/umd/five-react.js.LICENSE.txt +0 -14
  323. package/umd/five-sticker.js.LICENSE.txt +0 -14
  324. package/umd/five.js.LICENSE.txt +0 -100

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.