@realsee/five 6.4.0-alpha.4 → 6.4.0-alpha.40

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