@realsee/five 6.4.0-alpha.3 → 6.4.0-alpha.31

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 (100) hide show
  1. package/docs/assets/navigation.js +1 -1
  2. package/docs/assets/search.js +1 -1
  3. package/docs/classes/five.Camera.html +5 -4
  4. package/docs/classes/five.Draco.html +13 -0
  5. package/docs/classes/five.Five.html +60 -59
  6. package/docs/classes/five.KTX2.html +10 -0
  7. package/docs/classes/five.Model.html +24 -37
  8. package/docs/classes/five.ModelViewLayer.html +6 -6
  9. package/docs/classes/five.PBMMeshMaterial.html +43 -37
  10. package/docs/classes/five.PBMPointCloudMaterial.html +20 -14
  11. package/docs/classes/five.TextureLoader.html +2 -2
  12. package/docs/classes/five.Tile.html +4 -2
  13. package/docs/classes/five.Tile3DModel.html +9 -2
  14. package/docs/classes/five.TileCubeTextureTarget.html +4 -3
  15. package/docs/classes/five.TileRequestScheduler.html +2 -2
  16. package/docs/classes/five.Tileset.html +13 -3
  17. package/docs/classes/five.Trajectory.html +2 -2
  18. package/docs/classes/five.Work.html +14 -14
  19. package/docs/functions/five.loadAt3d.html +1 -1
  20. package/docs/functions/five.loadB3dm.html +1 -1
  21. package/docs/functions/five.loadDome.html +1 -1
  22. package/docs/functions/five.loadDomez.html +1 -1
  23. package/docs/functions/five.loadFbx.html +1 -1
  24. package/docs/functions/five.loadGltf.html +1 -0
  25. package/docs/functions/five.loadPbm.html +1 -1
  26. package/docs/functions/five.loadPly.html +1 -1
  27. package/docs/functions/five.loadPnts.html +1 -1
  28. package/docs/functions/five.loadX3p.html +1 -0
  29. package/docs/functions/five.parseWork.html +1 -1
  30. package/docs/interfaces/five.FiveInitArgs.html +5 -3
  31. package/docs/interfaces/five.FiveLoadOptions.html +13 -26
  32. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +3 -7
  33. package/docs/interfaces/five.LoosePanoWork.html +9 -0
  34. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +11 -13
  35. package/docs/interfaces/five.PBMParameters.html +23 -17
  36. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +6 -4
  37. package/docs/interfaces/five.Tile3dLayerOptions.html +31 -0
  38. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +3 -7
  39. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +6 -4
  40. package/docs/interfaces/five.WorkCubeImage.html +8 -8
  41. package/docs/interfaces/five.WorkImage.html +10 -10
  42. package/docs/interfaces/five.WorkInitial.html +8 -8
  43. package/docs/interfaces/five.WorkModel.html +6 -6
  44. package/docs/interfaces/five.WorkModelLayer.html +5 -0
  45. package/docs/interfaces/five.WorkObserver.html +20 -20
  46. package/docs/interfaces/five.WorkResolvedObserver.html +20 -20
  47. package/docs/interfaces/five.WorkTile.html +2 -2
  48. package/docs/interfaces/five.WorkVideo.html +4 -4
  49. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +6 -4
  50. package/docs/modules/five.html +11 -1
  51. package/docs/types/five.ControllerCustomInitTypes.html +1 -1
  52. package/docs/types/five.LooseWorkPanorama.html +1 -1
  53. package/docs/types/five.Mirror.html +1 -1
  54. package/docs/types/five.ModelMaterialValues.html +1 -1
  55. package/docs/types/five.Models.html +5 -5
  56. package/docs/types/five.ParseWorkOptions.html +1 -1
  57. package/docs/types/five.ParsedResultType.html +1 -1
  58. package/docs/types/five.Tile3dOptions.html +1 -0
  59. package/docs/types/five.TileContentData.html +1 -1
  60. package/docs/types/five.TileRequestOrder.html +1 -1
  61. package/docs/types/five.TileRequestSchedulerOptions.html +1 -1
  62. package/docs/types/five.TilesetFrameState.html +1 -1
  63. package/docs/types/five.TrajectoryContentData.html +1 -1
  64. package/docs/types/five.Works.html +1 -1
  65. package/docs/variables/five.controllersDefaultInitArgs.html +1 -0
  66. package/docs/variables/five.defaultPbmParameters.html +1 -1
  67. package/docs/variables/five.draco-1.html +1 -0
  68. package/docs/variables/five.ktx2-1.html +1 -0
  69. package/five/index.d.ts +192 -89
  70. package/five/index.js +96 -96
  71. package/five/index.mjs +7996 -7372
  72. package/gltf-loader/index.js +5 -5
  73. package/gltf-loader/index.mjs +534 -515
  74. package/line/index.js +3 -3
  75. package/line/index.mjs +3 -3
  76. package/package.json +2 -1
  77. package/plugins/index.js +2 -2
  78. package/plugins/index.mjs +2 -2
  79. package/react/index.d.ts +1 -1
  80. package/react/index.js +2 -2
  81. package/react/index.mjs +2 -2
  82. package/shader-lib/index.js +2 -2
  83. package/shader-lib/index.mjs +2 -2
  84. package/sticker/index.js +3 -3
  85. package/sticker/index.mjs +3 -3
  86. package/umd/five-gltf-loader.js +5 -5
  87. package/umd/five-line.js +3 -3
  88. package/umd/five-plugins.js +2 -2
  89. package/umd/five-react.js +2 -2
  90. package/umd/five-shader-lib.js +2 -2
  91. package/umd/five-sticker.js +3 -3
  92. package/umd/five-vfx.js +2 -2
  93. package/umd/five-vue.js +2 -2
  94. package/umd/five.js +54 -54
  95. package/vfx/index.js +2 -2
  96. package/vfx/index.mjs +2 -2
  97. package/vue/index.d.ts +1 -1
  98. package/vue/index.js +2 -2
  99. package/vue/index.mjs +2 -2
  100. package/docs/functions/five.loadGlb.html +0 -1

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.