@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.
- package/AGENTS_READ_ME.md +6 -1
- package/AI_CONTEXT.md +6 -1
- package/README.md +10 -3
- package/ai_guides/README.md +28 -0
- package/ai_guides/api.md +74 -13
- package/ai_guides/features/3dtile.md +1 -1
- package/ai_guides/features/camera-animation.md +18 -1
- package/ai_guides/features/clipper.md +2 -2
- package/ai_guides/features/coordinate-system.md +20 -2
- package/ai_guides/features/event.md +3 -3
- package/ai_guides/features/five.md +17 -17
- package/ai_guides/features/flowing-light-2d-pass.md +1 -1
- package/ai_guides/features/flowing-light-3d-pass.md +1 -1
- package/ai_guides/features/gaussian-blur-pass.md +1 -1
- package/ai_guides/features/gesture.md +1 -1
- package/ai_guides/features/get-screen-pixels.md +2 -2
- package/ai_guides/features/image-options.md +2 -2
- package/ai_guides/features/load-external-model.md +4 -2
- package/ai_guides/features/load-progress.md +1 -1
- package/ai_guides/features/material.md +17 -11
- package/ai_guides/features/mode.md +1 -1
- package/ai_guides/features/model.md +1 -1
- package/ai_guides/features/move-pano-effect.md +1 -1
- package/ai_guides/features/multi-work.md +1 -1
- package/ai_guides/features/pano-filter.md +2 -1
- package/ai_guides/features/pano-tile.md +1 -1
- package/ai_guides/features/pano-uv.md +1 -1
- package/ai_guides/features/parameter.md +1 -1
- package/ai_guides/features/plugin.md +1 -1
- package/ai_guides/features/postprocessing.md +1 -1
- package/ai_guides/features/raycast.md +5 -2
- package/ai_guides/features/request-proxy.md +1 -1
- package/ai_guides/features/screen-project.md +2 -1
- package/ai_guides/features/state.md +21 -1
- package/ai_guides/features/view-layer.md +1 -1
- package/ai_guides/features/work.md +1 -1
- package/ai_guides/glossary.md +2 -2
- package/ai_guides/template.md +11 -0
- package/docs/00_FOR_AI_AGENTS.md +3 -2
- package/docs/README.md +3 -2
- package/docs/assets/hierarchy.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/five.AdaptiveLuminancePass.html +1 -1
- package/docs/classes/five.EyeDomeLightingPass.html +1 -1
- package/docs/classes/five.FivePass.html +1 -1
- package/docs/classes/five.Model.html +1 -1
- package/docs/classes/five.ModelScene.html +1 -1
- package/docs/classes/five.Parameter.html +1 -1
- package/docs/classes/five.Tile3D.html +1 -1
- package/docs/classes/five.Tileset.html +3 -2
- package/docs/classes/five.WorkResolvedObserver.html +1 -1
- package/docs/classes/gltf-loader.DDSLoader.html +1 -1
- package/docs/classes/gltf-loader.DRACOLoader.html +1 -1
- package/docs/classes/gltf-loader.GLTFObject.html +1 -1
- package/docs/classes/gltf-loader.THREEGLTFLoader.html +1 -1
- package/docs/classes/line.LineGeometry.html +1 -1
- package/docs/classes/line.LineMaterial.html +1 -1
- package/docs/classes/line.LineSegmentsGeometry.html +1 -1
- package/docs/classes/line.THREE_Line2.html +1 -1
- package/docs/classes/line.THREE_LineSegments2.html +1 -1
- package/docs/classes/plugins.CSS3DObject.html +1 -1
- package/docs/classes/plugins.CSS3DSprite.html +1 -1
- package/docs/classes/plugins.RoundedBoxGeometry.html +1 -1
- package/docs/classes/vfx.Airflow.html +1 -1
- package/docs/classes/vfx.Flame.html +1 -1
- package/docs/classes/vfx.Particle.html +1 -1
- package/docs/classes/vfx.ParticleGPU.html +1 -1
- package/docs/classes/vfx.SpotLight.html +1 -1
- package/docs/documents/README.html +121 -1
- package/docs/documents/api.html +101 -23
- package/docs/documents/features_3dtile.html +1 -1
- package/docs/documents/features_camera-animation.html +18 -2
- package/docs/documents/features_clipper.html +2 -2
- package/docs/documents/features_coordinate-system.html +52 -3
- package/docs/documents/features_event.html +3 -3
- package/docs/documents/features_five.html +17 -17
- package/docs/documents/features_flowing-light-2d-pass.html +1 -1
- package/docs/documents/features_flowing-light-3d-pass.html +1 -1
- package/docs/documents/features_gaussian-blur-pass.html +1 -1
- package/docs/documents/features_gesture.html +1 -1
- package/docs/documents/features_get-screen-pixels.html +2 -2
- package/docs/documents/features_image-options.html +2 -2
- package/docs/documents/features_load-external-model.html +4 -2
- package/docs/documents/features_load-progress.html +1 -1
- package/docs/documents/features_material.html +3 -3
- package/docs/documents/features_mode.html +1 -1
- package/docs/documents/features_model.html +1 -1
- package/docs/documents/features_move-pano-effect.html +1 -1
- package/docs/documents/features_multi-work.html +1 -1
- package/docs/documents/features_pano-filter.html +2 -1
- package/docs/documents/features_pano-tile.html +1 -1
- package/docs/documents/features_pano-uv.html +1 -1
- package/docs/documents/features_parameter.html +1 -1
- package/docs/documents/features_plugin.html +1 -1
- package/docs/documents/features_postprocessing.html +1 -1
- package/docs/documents/features_raycast.html +5 -2
- package/docs/documents/features_request-proxy.html +1 -1
- package/docs/documents/features_screen-project.html +2 -1
- package/docs/documents/features_state.html +8 -1
- package/docs/documents/features_view-layer.html +1 -1
- package/docs/documents/features_work.html +1 -1
- package/docs/documents/glossary.html +3 -3
- package/docs/documents/template.html +9 -0
- package/docs/hierarchy.html +1 -1
- package/docs/index.html +121 -1
- package/docs/interfaces/five.LooseWorkWithExtrinsics.html +1 -1
- package/docs/interfaces/five.ParameterMaterialValue.html +1 -1
- package/docs/interfaces/five.ParameterTilesetValue.html +1 -1
- package/docs/interfaces/five.ParameterValue.html +1 -1
- package/docs/interfaces/five.ResolvedParameterValue.html +1 -1
- package/docs/interfaces/five.ViewLayer.html +1 -1
- package/docs/interfaces/five.WorkCubeImage.html +1 -1
- package/docs/interfaces/five.WorkImage.html +1 -1
- package/docs/interfaces/five.WorkObserver.html +1 -1
- package/docs/interfaces/five.WorkObserverProto.html +1 -1
- package/docs/interfaces/five.WorkTile.html +1 -1
- package/docs/interfaces/plugins.BackgroundPluginController.html +1 -1
- package/docs/interfaces/plugins.BackgroundPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.CSS3DPluginController.html +1 -1
- package/docs/interfaces/plugins.CSS3DPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.CSS3DPluginType.State.html +1 -1
- package/docs/interfaces/plugins.DynamicPathLinePluginController.html +1 -1
- package/docs/interfaces/plugins.DynamicPathLinePluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.DynamicPathLinePluginType.State.html +1 -1
- package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationController.html +1 -1
- package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.GaussianSplattingEntranceAnimationPluginType.State.html +1 -1
- package/docs/interfaces/plugins.ItemMaskController.html +1 -1
- package/docs/interfaces/plugins.ItemMaskPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.ItemMaskPluginType.State.html +1 -1
- package/docs/interfaces/plugins.OrientationPluginController.html +1 -1
- package/docs/interfaces/plugins.OrientationPluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.OrientationPluginType.State.html +1 -1
- package/docs/interfaces/plugins.PanoAnimeController.html +1 -1
- package/docs/interfaces/plugins.PanoAnimePluginType.EventMap.html +1 -1
- package/docs/interfaces/plugins.PanoAnimePluginType.State.html +1 -1
- package/docs/interfaces/plugins.PluginTemplateType.EventMap.html +1 -1
- package/docs/interfaces/plugins.PluginTemplateType.State.html +1 -1
- package/docs/interfaces/plugins.TrajectoryController.html +1 -1
- package/docs/interfaces/react.FiveInjectionTypes.html +1 -1
- package/docs/types/five.ParseOptions.html +1 -1
- package/five/index.js +5 -5
- package/five/index.mjs +9 -9
- package/five/model/tile3d/tileset.d.ts +1 -0
- package/gltf-loader/index.js +3 -3
- package/gltf-loader/index.mjs +3 -3
- package/line/index.js +3 -3
- package/line/index.mjs +3 -3
- package/llms.txt +36 -1
- package/package.json +3 -3
- package/plugins/index.js +2 -2
- package/plugins/index.mjs +2 -2
- package/react/index.js +2 -2
- package/react/index.mjs +2 -2
- package/shader-lib/index.js +2 -2
- package/shader-lib/index.mjs +2 -2
- package/sticker/index.js +3 -3
- package/sticker/index.mjs +3 -3
- package/umd/five-gltf-loader.js +3 -3
- package/umd/five-line.js +3 -3
- package/umd/five-plugins.js +2 -2
- package/umd/five-react.js +2 -2
- package/umd/five-shader-lib.js +2 -2
- package/umd/five-sticker.js +3 -3
- package/umd/five-vfx.js +2 -2
- package/umd/five-vue.js +2 -2
- package/umd/five.js +5 -5
- package/vfx/index.js +2 -2
- package/vfx/index.mjs +2 -2
- package/vue/index.js +2 -2
- package/vue/index.mjs +2 -2
- package/work-downloader/index.js +2 -2
- package/work-downloader/index.mjs +2 -2
|
@@ -255,5 +255,5 @@ class FogPass extends FivePass {
|
|
|
255
255
|
---
|
|
256
256
|
|
|
257
257
|
```yaml
|
|
258
|
-
tags: [postprocessing, shader, effect, adaptive-luminance, edl]
|
|
258
|
+
tags: [后处理, 特效, 自定义shader, 滤镜, 描边, 景深, 色彩校正, 渲染管线, postprocessing, shader, effect, adaptive-luminance, edl, effect-composer, addPass]
|
|
259
259
|
```
|
|
@@ -166,10 +166,13 @@ const intersects = five.model.intersectRaycaster(raycaster);
|
|
|
166
166
|
|
|
167
167
|
## Related
|
|
168
168
|
|
|
169
|
-
* [
|
|
169
|
+
* [Parameter](./parameter.md): 了解模型参数配置。
|
|
170
|
+
* [Screen Project](./screen-project.md): 屏幕坐标与空间坐标转换(标签、拾取的前置步骤)。
|
|
171
|
+
* [Event](./event.md): 手势事件系统,获取点击坐标的来源。
|
|
172
|
+
* [Coordinate System](./coordinate-system.md): 坐标系定义,理解 NDC 与世界坐标。
|
|
170
173
|
|
|
171
174
|
---
|
|
172
175
|
|
|
173
176
|
```yaml
|
|
174
|
-
tags: [raycast, bvh, interaction, performance]
|
|
177
|
+
tags: [点击, 拾取, 碰撞检测, 物体选择, raycast, bvh, interaction, performance, picking, hit-test, click, floor-detection]
|
|
175
178
|
```
|
|
@@ -157,9 +157,10 @@ container.addEventListener("click", (event) => {
|
|
|
157
157
|
* [Raycast](./raycast.md): 详细的射线检测文档。
|
|
158
158
|
* [Five](./five.md): Five 核心类说明。
|
|
159
159
|
* [State](./state.md): 了解相机位姿 (Pose)。
|
|
160
|
+
* [Coordinate System](./coordinate-system.md): 坐标系定义,理解世界坐标与屏幕坐标的关系。
|
|
160
161
|
|
|
161
162
|
---
|
|
162
163
|
|
|
163
164
|
```yaml
|
|
164
|
-
tags: [coordinate, screen, project, label, ui]
|
|
165
|
+
tags: [标签, 坐标转换, 信息面板, coordinate, screen, project, label, ui, tag, HUD, 3D转2D, overlay, tooltip]
|
|
165
166
|
```
|
|
@@ -89,13 +89,33 @@ five.setState({
|
|
|
89
89
|
1. **单位混淆**: `longitude` 和 `latitude` 使用**弧度**,而 `fov` 使用**角度**(度)。
|
|
90
90
|
2. **Offset 类型**: `offset` 必须是 `THREE.Vector3` 实例。如果在 React 等框架中使用纯对象(Plain Object),Five 内部会自动转换,但在 TypeScript 中需注意类型匹配。
|
|
91
91
|
3. **异步更新**: `setState` 触发的相机运动是异步动画过程。如果需要立即无动画跳转,可传递第二个参数 `immediately: true`。
|
|
92
|
+
4. **JSON 序列化**: `State` 中的 `offset` 是 `THREE.Vector3` 实例,不能直接 `JSON.stringify`。保存时需手动提取 `{ x, y, z }`,恢复时需重新构造 `new THREE.Vector3(x, y, z)`。
|
|
93
|
+
|
|
94
|
+
```typescript
|
|
95
|
+
// 保存
|
|
96
|
+
const snapshot = {
|
|
97
|
+
...five.state,
|
|
98
|
+
offset: { x: five.state.offset.x, y: five.state.offset.y, z: five.state.offset.z }
|
|
99
|
+
};
|
|
100
|
+
localStorage.setItem('fiveState', JSON.stringify(snapshot));
|
|
101
|
+
|
|
102
|
+
// 恢复
|
|
103
|
+
const saved = JSON.parse(localStorage.getItem('fiveState')!);
|
|
104
|
+
five.setState({
|
|
105
|
+
...saved,
|
|
106
|
+
offset: new THREE.Vector3(saved.offset.x, saved.offset.y, saved.offset.z)
|
|
107
|
+
}, true);
|
|
108
|
+
```
|
|
92
109
|
|
|
93
110
|
## Related
|
|
94
111
|
|
|
95
112
|
* [Mode - 模式](./mode.md): 详细了解各种 Mode 的区别。
|
|
113
|
+
* [Camera Animation](./camera-animation.md): 基于 State 的相机动画控制。
|
|
114
|
+
* [Five](./five.md): Five 核心类,`setState` / `getCurrentState` 的宿主。
|
|
115
|
+
* [Coordinate System](./coordinate-system.md): 坐标系定义。
|
|
96
116
|
|
|
97
117
|
---
|
|
98
118
|
|
|
99
119
|
```yaml
|
|
100
|
-
tags: [camera, state, pose, interaction]
|
|
120
|
+
tags: [状态保存, 状态恢复, 场景还原, 快照, camera, state, pose, interaction, save, restore, snapshot]
|
|
101
121
|
```
|
package/ai_guides/glossary.md
CHANGED
|
@@ -52,7 +52,7 @@ Five 定义的五种浏览状态:
|
|
|
52
52
|
### Pano Tile (全景瓦片)
|
|
53
53
|
为了在移动端快速加载高分辨率全景图(如 8K/16K),将全景图切分为多个小块(瓦片)。Five 会根据当前视角按需加载可见区域的瓦片。
|
|
54
54
|
|
|
55
|
-
###
|
|
55
|
+
### Mesh (三维网格)
|
|
56
56
|
**三维模型**。通过激光扫描或视觉算法重建的空间几何结构。在 Five 中,全景图贴在几何模型上,从而实现“从全景中看出立体感”的效果。
|
|
57
57
|
|
|
58
58
|
### G-Buffer / Geometry Buffer
|
|
@@ -89,5 +89,5 @@ Five 封装的手势事件:
|
|
|
89
89
|
|
|
90
90
|
---
|
|
91
91
|
```yaml
|
|
92
|
-
tags: [glossary, terminology, definitions]
|
|
92
|
+
tags: [术语, 概念, glossary, terminology, definitions, observer, pose, mode, work, panoindex, fov, viewlayer, gaussian-splatting, 3dtile]
|
|
93
93
|
```
|
package/ai_guides/template.md
CHANGED
|
@@ -8,6 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
## Schema
|
|
10
10
|
|
|
11
|
+
<!--
|
|
12
|
+
⚠️ AI 注意:以下 Definition 链接使用了反引号包裹(代码块格式),这是模板的占位符写法,
|
|
13
|
+
目的是避免构建时因路径不存在而报错。
|
|
14
|
+
在编写正式文档时,必须将其还原为标准 Markdown 链接(去掉反引号),并确保路径指向真实存在的 .ts 文件。
|
|
15
|
+
-->
|
|
16
|
+
|
|
11
17
|
> **Definition**: `[InterfaceName](../../five/path/to/source.d.ts)` 或多个 `[Main](../../lib/...)`, `[Options](../../lib/...)`
|
|
12
18
|
|
|
13
19
|
(这里放置 Interface 定义、TS 类型或参数表。务必包含 Definition 源码链接。)
|
|
@@ -61,6 +67,11 @@
|
|
|
61
67
|
|
|
62
68
|
## Related
|
|
63
69
|
|
|
70
|
+
<!--
|
|
71
|
+
⚠️ AI 注意:以下链接同样使用了反引号包裹(占位符写法)。
|
|
72
|
+
在编写正式文档时,必须还原为可点击的标准 Markdown 链接,并确保路径指向真实存在的文件。
|
|
73
|
+
-->
|
|
74
|
+
|
|
64
75
|
* `[RelatedConcept](./related-concept.md)`: 简述关联关系。
|
|
65
76
|
|
|
66
77
|
---
|
package/docs/00_FOR_AI_AGENTS.md
CHANGED
|
@@ -7,5 +7,6 @@
|
|
|
7
7
|
>
|
|
8
8
|
> Instead, refer to the **ai_guides** directory in the package root. It contains high-quality, structured Markdown documentation specifically optimized for comprehension and retrieval.
|
|
9
9
|
>
|
|
10
|
-
> * **Go to
|
|
11
|
-
> * **Go to
|
|
10
|
+
> * **Go to llms.txt**: [llms.txt](../llms.txt)
|
|
11
|
+
> * **Go to Guides**: [ai_guides/README.md](../ai_guides/README.md)
|
|
12
|
+
> * **Go to API Index**: [ai_guides/api.md](../ai_guides/api.md)
|
package/docs/README.md
CHANGED
|
@@ -7,5 +7,6 @@
|
|
|
7
7
|
>
|
|
8
8
|
> Instead, refer to the **ai_guides** directory in the package root. It contains high-quality, structured Markdown documentation specifically optimized for comprehension and retrieval.
|
|
9
9
|
>
|
|
10
|
-
> * **Go to
|
|
11
|
-
> * **Go to
|
|
10
|
+
> * **Go to llms.txt**: [llms.txt](../llms.txt)
|
|
11
|
+
> * **Go to Guides**: [ai_guides/README.md](../ai_guides/README.md)
|
|
12
|
+
> * **Go to API Index**: [ai_guides/api.md](../ai_guides/api.md)
|
package/docs/assets/hierarchy.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
window.hierarchyData = "
|
|
1
|
+
window.hierarchyData = "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"
|