@realsee/five 6.8.0-alpha.29 → 6.8.0-alpha.30

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 (173) hide show
  1. package/AGENTS_READ_ME.md +6 -1
  2. package/AI_CONTEXT.md +6 -1
  3. package/README.md +10 -3
  4. package/ai_guides/README.md +28 -0
  5. package/ai_guides/api.md +74 -13
  6. package/ai_guides/features/3dtile.md +1 -1
  7. package/ai_guides/features/camera-animation.md +18 -1
  8. package/ai_guides/features/clipper.md +2 -2
  9. package/ai_guides/features/coordinate-system.md +20 -2
  10. package/ai_guides/features/event.md +3 -3
  11. package/ai_guides/features/five.md +17 -17
  12. package/ai_guides/features/flowing-light-2d-pass.md +1 -1
  13. package/ai_guides/features/flowing-light-3d-pass.md +1 -1
  14. package/ai_guides/features/gaussian-blur-pass.md +1 -1
  15. package/ai_guides/features/gesture.md +1 -1
  16. package/ai_guides/features/get-screen-pixels.md +2 -2
  17. package/ai_guides/features/image-options.md +2 -2
  18. package/ai_guides/features/load-external-model.md +4 -2
  19. package/ai_guides/features/load-progress.md +1 -1
  20. package/ai_guides/features/material.md +17 -11
  21. package/ai_guides/features/mode.md +1 -1
  22. package/ai_guides/features/model.md +1 -1
  23. package/ai_guides/features/move-pano-effect.md +1 -1
  24. package/ai_guides/features/multi-work.md +1 -1
  25. package/ai_guides/features/pano-filter.md +2 -1
  26. package/ai_guides/features/pano-tile.md +1 -1
  27. package/ai_guides/features/pano-uv.md +1 -1
  28. package/ai_guides/features/parameter.md +1 -1
  29. package/ai_guides/features/plugin.md +1 -1
  30. package/ai_guides/features/postprocessing.md +1 -1
  31. package/ai_guides/features/raycast.md +5 -2
  32. package/ai_guides/features/request-proxy.md +1 -1
  33. package/ai_guides/features/screen-project.md +2 -1
  34. package/ai_guides/features/state.md +21 -1
  35. package/ai_guides/features/view-layer.md +1 -1
  36. package/ai_guides/features/work.md +1 -1
  37. package/ai_guides/glossary.md +2 -2
  38. package/ai_guides/template.md +11 -0
  39. package/docs/00_FOR_AI_AGENTS.md +3 -2
  40. package/docs/README.md +3 -2
  41. package/docs/assets/hierarchy.js +1 -1
  42. package/docs/assets/search.js +1 -1
  43. package/docs/classes/five.AdaptiveLuminancePass.html +1 -1
  44. package/docs/classes/five.EyeDomeLightingPass.html +1 -1
  45. package/docs/classes/five.FivePass.html +1 -1
  46. package/docs/classes/five.Model.html +1 -1
  47. package/docs/classes/five.ModelScene.html +1 -1
  48. package/docs/classes/five.Parameter.html +1 -1
  49. package/docs/classes/five.Tile3D.html +1 -1
  50. package/docs/classes/five.Tileset.html +3 -2
  51. package/docs/classes/five.WorkResolvedObserver.html +1 -1
  52. package/docs/classes/gltf-loader.DDSLoader.html +1 -1
  53. package/docs/classes/gltf-loader.DRACOLoader.html +1 -1
  54. package/docs/classes/gltf-loader.GLTFObject.html +1 -1
  55. package/docs/classes/gltf-loader.THREEGLTFLoader.html +1 -1
  56. package/docs/classes/line.LineGeometry.html +1 -1
  57. package/docs/classes/line.LineMaterial.html +1 -1
  58. package/docs/classes/line.LineSegmentsGeometry.html +1 -1
  59. package/docs/classes/line.THREE_Line2.html +1 -1
  60. package/docs/classes/line.THREE_LineSegments2.html +1 -1
  61. package/docs/classes/plugins.CSS3DObject.html +1 -1
  62. package/docs/classes/plugins.CSS3DSprite.html +1 -1
  63. package/docs/classes/plugins.RoundedBoxGeometry.html +1 -1
  64. package/docs/classes/vfx.Airflow.html +1 -1
  65. package/docs/classes/vfx.Flame.html +1 -1
  66. package/docs/classes/vfx.Particle.html +1 -1
  67. package/docs/classes/vfx.ParticleGPU.html +1 -1
  68. package/docs/classes/vfx.SpotLight.html +1 -1
  69. package/docs/documents/README.html +121 -1
  70. package/docs/documents/api.html +101 -23
  71. package/docs/documents/features_3dtile.html +1 -1
  72. package/docs/documents/features_camera-animation.html +18 -2
  73. package/docs/documents/features_clipper.html +2 -2
  74. package/docs/documents/features_coordinate-system.html +52 -3
  75. package/docs/documents/features_event.html +3 -3
  76. package/docs/documents/features_five.html +17 -17
  77. package/docs/documents/features_flowing-light-2d-pass.html +1 -1
  78. package/docs/documents/features_flowing-light-3d-pass.html +1 -1
  79. package/docs/documents/features_gaussian-blur-pass.html +1 -1
  80. package/docs/documents/features_gesture.html +1 -1
  81. package/docs/documents/features_get-screen-pixels.html +2 -2
  82. package/docs/documents/features_image-options.html +2 -2
  83. package/docs/documents/features_load-external-model.html +4 -2
  84. package/docs/documents/features_load-progress.html +1 -1
  85. package/docs/documents/features_material.html +3 -3
  86. package/docs/documents/features_mode.html +1 -1
  87. package/docs/documents/features_model.html +1 -1
  88. package/docs/documents/features_move-pano-effect.html +1 -1
  89. package/docs/documents/features_multi-work.html +1 -1
  90. package/docs/documents/features_pano-filter.html +2 -1
  91. package/docs/documents/features_pano-tile.html +1 -1
  92. package/docs/documents/features_pano-uv.html +1 -1
  93. package/docs/documents/features_parameter.html +1 -1
  94. package/docs/documents/features_plugin.html +1 -1
  95. package/docs/documents/features_postprocessing.html +1 -1
  96. package/docs/documents/features_raycast.html +5 -2
  97. package/docs/documents/features_request-proxy.html +1 -1
  98. package/docs/documents/features_screen-project.html +2 -1
  99. package/docs/documents/features_state.html +8 -1
  100. package/docs/documents/features_view-layer.html +1 -1
  101. package/docs/documents/features_work.html +1 -1
  102. package/docs/documents/glossary.html +3 -3
  103. package/docs/documents/template.html +9 -0
  104. package/docs/hierarchy.html +1 -1
  105. package/docs/index.html +121 -1
  106. package/docs/interfaces/five.LooseWorkWithExtrinsics.html +1 -1
  107. package/docs/interfaces/five.ParameterMaterialValue.html +1 -1
  108. package/docs/interfaces/five.ParameterTilesetValue.html +1 -1
  109. package/docs/interfaces/five.ParameterValue.html +1 -1
  110. package/docs/interfaces/five.ResolvedParameterValue.html +1 -1
  111. package/docs/interfaces/five.ViewLayer.html +1 -1
  112. package/docs/interfaces/five.WorkCubeImage.html +1 -1
  113. package/docs/interfaces/five.WorkImage.html +1 -1
  114. package/docs/interfaces/five.WorkObserver.html +1 -1
  115. package/docs/interfaces/five.WorkObserverProto.html +1 -1
  116. package/docs/interfaces/five.WorkTile.html +1 -1
  117. package/docs/interfaces/plugins.BackgroundPluginController.html +1 -1
  118. package/docs/interfaces/plugins.BackgroundPluginType.EventMap.html +1 -1
  119. package/docs/interfaces/plugins.CSS3DPluginController.html +1 -1
  120. package/docs/interfaces/plugins.CSS3DPluginType.EventMap.html +1 -1
  121. package/docs/interfaces/plugins.CSS3DPluginType.State.html +1 -1
  122. package/docs/interfaces/plugins.DynamicPathLinePluginController.html +1 -1
  123. package/docs/interfaces/plugins.DynamicPathLinePluginType.EventMap.html +1 -1
  124. package/docs/interfaces/plugins.DynamicPathLinePluginType.State.html +1 -1
  125. package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationController.html +1 -1
  126. package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.EventMap.html +1 -1
  127. package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.State.html +1 -1
  128. package/docs/interfaces/plugins.ItemMaskController.html +1 -1
  129. package/docs/interfaces/plugins.ItemMaskPluginType.EventMap.html +1 -1
  130. package/docs/interfaces/plugins.ItemMaskPluginType.State.html +1 -1
  131. package/docs/interfaces/plugins.OrientationPluginController.html +1 -1
  132. package/docs/interfaces/plugins.OrientationPluginType.EventMap.html +1 -1
  133. package/docs/interfaces/plugins.OrientationPluginType.State.html +1 -1
  134. package/docs/interfaces/plugins.PanoAnimeController.html +1 -1
  135. package/docs/interfaces/plugins.PanoAnimePluginType.EventMap.html +1 -1
  136. package/docs/interfaces/plugins.PanoAnimePluginType.State.html +1 -1
  137. package/docs/interfaces/plugins.PluginTemplateType.EventMap.html +1 -1
  138. package/docs/interfaces/plugins.PluginTemplateType.State.html +1 -1
  139. package/docs/interfaces/plugins.TrajectoryController.html +1 -1
  140. package/docs/interfaces/react.FiveInjectionTypes.html +1 -1
  141. package/docs/types/five.ParseOptions.html +1 -1
  142. package/five/index.js +5 -5
  143. package/five/index.mjs +9 -9
  144. package/five/model/tile3d/tileset.d.ts +1 -0
  145. package/gltf-loader/index.js +3 -3
  146. package/gltf-loader/index.mjs +3 -3
  147. package/line/index.js +3 -3
  148. package/line/index.mjs +3 -3
  149. package/llms.txt +36 -1
  150. package/package.json +3 -3
  151. package/plugins/index.js +2 -2
  152. package/plugins/index.mjs +2 -2
  153. package/react/index.js +2 -2
  154. package/react/index.mjs +2 -2
  155. package/shader-lib/index.js +2 -2
  156. package/shader-lib/index.mjs +2 -2
  157. package/sticker/index.js +3 -3
  158. package/sticker/index.mjs +3 -3
  159. package/umd/five-gltf-loader.js +3 -3
  160. package/umd/five-line.js +3 -3
  161. package/umd/five-plugins.js +2 -2
  162. package/umd/five-react.js +2 -2
  163. package/umd/five-shader-lib.js +2 -2
  164. package/umd/five-sticker.js +3 -3
  165. package/umd/five-vfx.js +2 -2
  166. package/umd/five-vue.js +2 -2
  167. package/umd/five.js +5 -5
  168. package/vfx/index.js +2 -2
  169. package/vfx/index.mjs +2 -2
  170. package/vue/index.js +2 -2
  171. package/vue/index.mjs +2 -2
  172. package/work-downloader/index.js +2 -2
  173. package/work-downloader/index.mjs +2 -2
package/vfx/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 2026/4/8
5
- * Version: 6.8.0-alpha.29
4
+ * Generated: 4/9/2026
5
+ * Version: 6.8.0-alpha.30
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021
package/vfx/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 2026/4/8
5
- * Version: 6.8.0-alpha.29
4
+ * Generated: 4/9/2026
5
+ * Version: 6.8.0-alpha.30
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021
package/vue/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 2026/4/8
5
- * Version: 6.8.0-alpha.29
4
+ * Generated: 4/9/2026
5
+ * Version: 6.8.0-alpha.30
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021
package/vue/index.mjs CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 2026/4/8
5
- * Version: 6.8.0-alpha.29
4
+ * Generated: 4/9/2026
5
+ * Version: 6.8.0-alpha.30
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 2026/4/8
5
- * Version: 6.8.0-alpha.29
4
+ * Generated: 4/9/2026
5
+ * Version: 6.8.0-alpha.30
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * @license
3
3
  * @realsee/five
4
- * Generated: 2026/4/8
5
- * Version: 6.8.0-alpha.29
4
+ * Generated: 4/9/2026
5
+ * Version: 6.8.0-alpha.30
6
6
  * Terms:
7
7
  * Realsee SDK License Agreement
8
8
  * Update: July 28, 2021