@realsee/five 5.0.0-alpha.52 → 5.0.0-alpha.56

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 (102) hide show
  1. package/docs/assets/js/search.js +1 -1
  2. package/docs/classes/five.AnimationFrameLoop.html +522 -0
  3. package/docs/classes/five.BVH.html +488 -0
  4. package/docs/classes/five.BVHNode.html +468 -0
  5. package/docs/classes/five.BVHVector3.html +525 -0
  6. package/docs/classes/five.Camera.html +17 -17
  7. package/docs/classes/five.Five.html +212 -168
  8. package/docs/classes/five.InternalWebGLRenderer.html +4 -4
  9. package/docs/classes/five.Model.html +23 -26
  10. package/docs/classes/five.NetworkSubscribe.html +9 -9
  11. package/docs/classes/five.PBMContainer.html +7 -7
  12. package/docs/classes/five.PBMGroup.html +7 -7
  13. package/docs/classes/five.PBMMaterial.html +34 -194
  14. package/docs/classes/five.PBMMesh.html +4 -4
  15. package/docs/classes/five.Scene.html +4 -4
  16. package/docs/classes/five.Subscribe.html +9 -9
  17. package/docs/classes/five.Work.html +348 -0
  18. package/docs/classes/gltf_loader.GLTFLoader.html +4 -4
  19. package/docs/classes/gltf_loader.GLTFObject.html +4 -4
  20. package/docs/classes/line.Line.html +4 -4
  21. package/docs/classes/line.LineGeometry.html +4 -4
  22. package/docs/classes/line.LineMaterial.html +11 -11
  23. package/docs/classes/line.LineSegmentsGeometry.html +4 -4
  24. package/docs/classes/line.THREE_Line2.html +4 -4
  25. package/docs/classes/line.THREE_LineSegments2.html +4 -4
  26. package/docs/classes/react.Store.html +4 -4
  27. package/docs/classes/server.BVH.html +587 -0
  28. package/docs/classes/server.BVHNode.html +567 -0
  29. package/docs/classes/server.BVHVector3.html +624 -0
  30. package/docs/classes/server.Model.html +30 -15
  31. package/docs/classes/server.PBMGroup.html +22 -7
  32. package/docs/classes/server.PBMMesh.html +22 -7
  33. package/docs/classes/sticker.Sticker.html +4 -4
  34. package/docs/index.html +4 -4
  35. package/docs/interfaces/five.AddableObject.html +4 -4
  36. package/docs/interfaces/five.AnimationFrame.html +243 -0
  37. package/docs/interfaces/five.BVHIntersect.html +204 -0
  38. package/docs/interfaces/five.CameraPose.html +232 -0
  39. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +40 -15
  40. package/docs/interfaces/five.EventCallback.html +33 -30
  41. package/docs/interfaces/five.FiveInitArgs.html +4 -4
  42. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +11 -11
  43. package/docs/interfaces/five.ImageOptions.html +11 -63
  44. package/docs/interfaces/five.ImageURLOptions.html +260 -0
  45. package/docs/interfaces/five.IntersectMeshInterface.html +4 -4
  46. package/docs/interfaces/five.Intersection.html +4 -4
  47. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +13 -13
  48. package/docs/interfaces/five.ModelEventCallback.html +4 -4
  49. package/docs/interfaces/five.MovePanoOptions.html +4 -4
  50. package/docs/interfaces/five.PBMPanoPicture.html +219 -0
  51. package/docs/interfaces/five.PBMPanoVideo.html +238 -0
  52. package/docs/interfaces/five.PBMParameters.html +30 -182
  53. package/docs/interfaces/five.PanoCircleMeshInterface.html +83 -18
  54. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +30 -16
  55. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +13 -13
  56. package/docs/interfaces/five.Pose.html +4 -4
  57. package/docs/interfaces/five.Scissor.html +4 -4
  58. package/docs/interfaces/five.State.html +4 -4
  59. package/docs/interfaces/five.SubscribeMixinType.emit.html +5 -5
  60. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +5 -5
  61. package/docs/interfaces/five.SubscribeMixinType.off.html +5 -5
  62. package/docs/interfaces/five.SubscribeMixinType.on.html +5 -5
  63. package/docs/interfaces/five.SubscribeMixinType.once.html +5 -5
  64. package/docs/interfaces/five.TextureOptions.html +296 -0
  65. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -7
  66. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +30 -15
  67. package/docs/interfaces/five.WorkCubeImage.html +251 -0
  68. package/docs/interfaces/five.WorkImage.html +306 -0
  69. package/docs/interfaces/five.WorkInitial.html +273 -0
  70. package/docs/interfaces/five.WorkModel.html +239 -0
  71. package/docs/interfaces/five.WorkObserver.html +323 -0
  72. package/docs/interfaces/five.WorkTile.html +274 -0
  73. package/docs/interfaces/five.WorkVideo.html +211 -0
  74. package/docs/interfaces/gltf_loader.GLTF.html +4 -4
  75. package/docs/interfaces/react.FiveActionReactCallbacks.html +4 -4
  76. package/docs/interfaces/react.FiveInjectionTypes.html +8 -8
  77. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +4 -4
  78. package/docs/interfaces/server.BVHIntersect.html +303 -0
  79. package/docs/interfaces/server.Intersection.html +22 -7
  80. package/docs/interfaces/server.ModelEventCallback.html +22 -7
  81. package/docs/interfaces/sticker.IntersectionLike.html +4 -4
  82. package/docs/modules/five.SubscribeMixinType.html +4 -4
  83. package/docs/modules/five.html +188 -369
  84. package/docs/modules/gltf_loader.html +4 -4
  85. package/docs/modules/line.html +5 -5
  86. package/docs/modules/react.html +13 -13
  87. package/docs/modules/server.html +47 -22
  88. package/docs/modules/sticker.html +4 -4
  89. package/docs/modules.html +4 -4
  90. package/five/index.d.ts +297 -235
  91. package/five/index.js +13 -107
  92. package/gltf-loader/index.js +2 -2
  93. package/line/index.js +3 -3
  94. package/package.json +1 -3
  95. package/react/index.js +3 -3
  96. package/server/index.d.ts +136 -20
  97. package/server/index.js +11 -11
  98. package/sticker/index.js +2 -2
  99. package/umd/five-line.js +1 -1
  100. package/umd/five-react.js +1 -1
  101. package/umd/five.js +1 -1
  102. package/docs/classes/five.HashCubeTexture.html +0 -266
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>PBMMaterial | 如视 Five SDK - v5.0.0-alpha.52</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.52">
6
+ <title>PBMMaterial | 如视 Five SDK - v5.0.0-alpha.56</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.56">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.52</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.56</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -50,7 +50,7 @@
50
50
  <div class="container">
51
51
  <ul class="tsd-breadcrumb">
52
52
  <li>
53
- <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.52</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.56</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/five.html">five</a>
@@ -107,17 +107,9 @@
107
107
  <ul class="tsd-index-list">
108
108
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#modelAlpha" class="tsd-kind-icon">model<wbr>Alpha</a></li>
109
109
  <li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="five.PBMMaterial.html#opacity" class="tsd-kind-icon">opacity</a></li>
110
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#pano0DepthMap" class="tsd-kind-icon">pano0<wbr>Depth<wbr>Map</a></li>
111
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#pano0Map" class="tsd-kind-icon">pano0<wbr>Map</a></li>
112
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#pano0Matrix" class="tsd-kind-icon">pano0<wbr>Matrix</a></li>
113
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#pano1Map" class="tsd-kind-icon">pano1<wbr>Map</a></li>
114
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#pano1Matrix" class="tsd-kind-icon">pano1<wbr>Matrix</a></li>
115
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#panoTileMap" class="tsd-kind-icon">pano<wbr>Tile<wbr>Map</a></li>
116
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#panoTileMappings" class="tsd-kind-icon">pano<wbr>Tile<wbr>Mappings</a></li>
117
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#panoVideoAlpha" class="tsd-kind-icon">pano<wbr>Video<wbr>Alpha</a></li>
118
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#panoVideoMap" class="tsd-kind-icon">pano<wbr>Video<wbr>Map</a></li>
119
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#panoVideoMatrix" class="tsd-kind-icon">pano<wbr>Video<wbr>Matrix</a></li>
120
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#panoVideoSize" class="tsd-kind-icon">pano<wbr>Video<wbr>Size</a></li>
110
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#pano0" class="tsd-kind-icon">pano0</a></li>
111
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#pano1" class="tsd-kind-icon">pano1</a></li>
112
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#panoVideo" class="tsd-kind-icon">pano<wbr>Video</a></li>
121
113
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#perspToOrtho" class="tsd-kind-icon">persp<wbr>ToOrtho</a></li>
122
114
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#progress" class="tsd-kind-icon">progress</a></li>
123
115
  <li class="tsd-kind-property tsd-parent-kind-class"><a href="five.PBMMaterial.html#useBlackTransition" class="tsd-kind-icon">use<wbr>Black<wbr>Transition</a></li>
@@ -139,7 +131,7 @@
139
131
  <aside class="tsd-sources">
140
132
  <p>Overrides THREE.ShaderMaterial.constructor</p>
141
133
  <ul>
142
- <li>Defined in lib/five/core/pbmMaterial.ts:87</li>
134
+ <li>Defined in lib/five/core/pbmMaterial.ts:64</li>
143
135
  </ul>
144
136
  </aside>
145
137
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -162,7 +154,7 @@
162
154
  <aside class="tsd-sources">
163
155
  <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#modelAlpha">modelAlpha</a></p>
164
156
  <ul>
165
- <li>Defined in lib/five/core/pbmMaterial.ts:63</li>
157
+ <li>Defined in lib/five/core/pbmMaterial.ts:52</li>
166
158
  </ul>
167
159
  </aside>
168
160
  <div class="tsd-comment tsd-typography">
@@ -179,7 +171,7 @@
179
171
  <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#opacity">opacity</a></p>
180
172
  <p>Overrides THREE.ShaderMaterial.opacity</p>
181
173
  <ul>
182
- <li>Defined in lib/five/core/pbmMaterial.ts:71</li>
174
+ <li>Defined in lib/five/core/pbmMaterial.ts:60</li>
183
175
  </ul>
184
176
  </aside>
185
177
  <div class="tsd-comment tsd-typography">
@@ -189,178 +181,50 @@
189
181
  </div>
190
182
  </section>
191
183
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
192
- <a name="pano0DepthMap" class="tsd-anchor"></a>
193
- <h3>pano0<wbr>Depth<wbr>Map</h3>
194
- <div class="tsd-signature tsd-kind-icon">pano0<wbr>Depth<wbr>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">CubeTexture</span></div>
184
+ <a name="pano0" class="tsd-anchor"></a>
185
+ <h3>pano0</h3>
186
+ <div class="tsd-signature tsd-kind-icon">pano0<span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.PBMPanoPicture.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMPanoPicture</a></div>
195
187
  <aside class="tsd-sources">
196
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#pano0DepthMap">pano0DepthMap</a></p>
188
+ <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#pano0">pano0</a></p>
197
189
  <ul>
198
- <li>Defined in lib/five/core/pbmMaterial.ts:73</li>
190
+ <li>Defined in lib/five/core/pbmMaterial.ts:48</li>
199
191
  </ul>
200
192
  </aside>
201
193
  <div class="tsd-comment tsd-typography">
202
194
  <div class="lead">
203
- <p>起始点位深度, 需要使用深度参与计算全景图混合的话</p>
195
+ <p>起始点</p>
204
196
  </div>
205
197
  </div>
206
198
  </section>
207
199
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
208
- <a name="pano0Map" class="tsd-anchor"></a>
209
- <h3>pano0<wbr>Map</h3>
210
- <div class="tsd-signature tsd-kind-icon">pano0<wbr>Map<span class="tsd-signature-symbol">:</span> <a href="five.HashCubeTexture.html" class="tsd-signature-type" data-tsd-kind="Class">HashCubeTexture</a></div>
200
+ <a name="pano1" class="tsd-anchor"></a>
201
+ <h3>pano1</h3>
202
+ <div class="tsd-signature tsd-kind-icon">pano1<span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.PBMPanoPicture.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMPanoPicture</a></div>
211
203
  <aside class="tsd-sources">
212
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#pano0Map">pano0Map</a></p>
204
+ <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#pano1">pano1</a></p>
213
205
  <ul>
214
- <li>Defined in lib/five/core/pbmMaterial.ts:55</li>
206
+ <li>Defined in lib/five/core/pbmMaterial.ts:50</li>
215
207
  </ul>
216
208
  </aside>
217
209
  <div class="tsd-comment tsd-typography">
218
210
  <div class="lead">
219
- <p>起始点位全景图</p>
211
+ <p>结束点</p>
220
212
  </div>
221
213
  </div>
222
214
  </section>
223
215
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
224
- <a name="pano0Matrix" class="tsd-anchor"></a>
225
- <h3>pano0<wbr>Matrix</h3>
226
- <div class="tsd-signature tsd-kind-icon">pano0<wbr>Matrix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Matrix4</span></div>
216
+ <a name="panoVideo" class="tsd-anchor"></a>
217
+ <h3>pano<wbr>Video</h3>
218
+ <div class="tsd-signature tsd-kind-icon">pano<wbr>Video<span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.PBMPanoVideo.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMPanoVideo</a></div>
227
219
  <aside class="tsd-sources">
228
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#pano0Matrix">pano0Matrix</a></p>
220
+ <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#panoVideo">panoVideo</a></p>
229
221
  <ul>
230
- <li>Defined in lib/five/core/pbmMaterial.ts:57</li>
222
+ <li>Defined in lib/five/core/pbmMaterial.ts:62</li>
231
223
  </ul>
232
224
  </aside>
233
225
  <div class="tsd-comment tsd-typography">
234
226
  <div class="lead">
235
- <p>起始点全景图变换矩阵 4x4</p>
236
- </div>
237
- </div>
238
- </section>
239
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
240
- <a name="pano1Map" class="tsd-anchor"></a>
241
- <h3>pano1<wbr>Map</h3>
242
- <div class="tsd-signature tsd-kind-icon">pano1<wbr>Map<span class="tsd-signature-symbol">:</span> <a href="five.HashCubeTexture.html" class="tsd-signature-type" data-tsd-kind="Class">HashCubeTexture</a></div>
243
- <aside class="tsd-sources">
244
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#pano1Map">pano1Map</a></p>
245
- <ul>
246
- <li>Defined in lib/five/core/pbmMaterial.ts:59</li>
247
- </ul>
248
- </aside>
249
- <div class="tsd-comment tsd-typography">
250
- <div class="lead">
251
- <p>结束点位全景图</p>
252
- </div>
253
- </div>
254
- </section>
255
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
256
- <a name="pano1Matrix" class="tsd-anchor"></a>
257
- <h3>pano1<wbr>Matrix</h3>
258
- <div class="tsd-signature tsd-kind-icon">pano1<wbr>Matrix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Matrix4</span></div>
259
- <aside class="tsd-sources">
260
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#pano1Matrix">pano1Matrix</a></p>
261
- <ul>
262
- <li>Defined in lib/five/core/pbmMaterial.ts:61</li>
263
- </ul>
264
- </aside>
265
- <div class="tsd-comment tsd-typography">
266
- <div class="lead">
267
- <p>结束点全景图变换矩阵 4x4</p>
268
- </div>
269
- </div>
270
- </section>
271
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
272
- <a name="panoTileMap" class="tsd-anchor"></a>
273
- <h3>pano<wbr>Tile<wbr>Map</h3>
274
- <div class="tsd-signature tsd-kind-icon">pano<wbr>Tile<wbr>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Texture</span></div>
275
- <aside class="tsd-sources">
276
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#panoTileMap">panoTileMap</a></p>
277
- <ul>
278
- <li>Defined in lib/five/core/pbmMaterial.ts:83</li>
279
- </ul>
280
- </aside>
281
- <div class="tsd-comment tsd-typography">
282
- <div class="lead">
283
- <p>瓦片材质</p>
284
- </div>
285
- </div>
286
- </section>
287
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
288
- <a name="panoTileMappings" class="tsd-anchor"></a>
289
- <h3>pano<wbr>Tile<wbr>Mappings</h3>
290
- <div class="tsd-signature tsd-kind-icon">pano<wbr>Tile<wbr>Mappings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector4</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">[]</span></div>
291
- <aside class="tsd-sources">
292
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#panoTileMappings">panoTileMappings</a></p>
293
- <ul>
294
- <li>Defined in lib/five/core/pbmMaterial.ts:85</li>
295
- </ul>
296
- </aside>
297
- <div class="tsd-comment tsd-typography">
298
- <div class="lead">
299
- <p>瓦片寻址规则</p>
300
- </div>
301
- </div>
302
- </section>
303
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
304
- <a name="panoVideoAlpha" class="tsd-anchor"></a>
305
- <h3>pano<wbr>Video<wbr>Alpha</h3>
306
- <div class="tsd-signature tsd-kind-icon">pano<wbr>Video<wbr>Alpha<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
307
- <aside class="tsd-sources">
308
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#panoVideoAlpha">panoVideoAlpha</a></p>
309
- <ul>
310
- <li>Defined in lib/five/core/pbmMaterial.ts:81</li>
311
- </ul>
312
- </aside>
313
- <div class="tsd-comment tsd-typography">
314
- <div class="lead">
315
- <p>全景视频透明度 [0-1]</p>
316
- </div>
317
- </div>
318
- </section>
319
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
320
- <a name="panoVideoMap" class="tsd-anchor"></a>
321
- <h3>pano<wbr>Video<wbr>Map</h3>
322
- <div class="tsd-signature tsd-kind-icon">pano<wbr>Video<wbr>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">VideoTexture</span></div>
323
- <aside class="tsd-sources">
324
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#panoVideoMap">panoVideoMap</a></p>
325
- <ul>
326
- <li>Defined in lib/five/core/pbmMaterial.ts:75</li>
327
- </ul>
328
- </aside>
329
- <div class="tsd-comment tsd-typography">
330
- <div class="lead">
331
- <p>全景视频贴图</p>
332
- </div>
333
- </div>
334
- </section>
335
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
336
- <a name="panoVideoMatrix" class="tsd-anchor"></a>
337
- <h3>pano<wbr>Video<wbr>Matrix</h3>
338
- <div class="tsd-signature tsd-kind-icon">pano<wbr>Video<wbr>Matrix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Matrix4</span></div>
339
- <aside class="tsd-sources">
340
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#panoVideoMatrix">panoVideoMatrix</a></p>
341
- <ul>
342
- <li>Defined in lib/five/core/pbmMaterial.ts:79</li>
343
- </ul>
344
- </aside>
345
- <div class="tsd-comment tsd-typography">
346
- <div class="lead">
347
- <p>全景视频贴图变换矩阵</p>
348
- </div>
349
- </div>
350
- </section>
351
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
352
- <a name="panoVideoSize" class="tsd-anchor"></a>
353
- <h3>pano<wbr>Video<wbr>Size</h3>
354
- <div class="tsd-signature tsd-kind-icon">pano<wbr>Video<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector2</span></div>
355
- <aside class="tsd-sources">
356
- <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#panoVideoSize">panoVideoSize</a></p>
357
- <ul>
358
- <li>Defined in lib/five/core/pbmMaterial.ts:77</li>
359
- </ul>
360
- </aside>
361
- <div class="tsd-comment tsd-typography">
362
- <div class="lead">
363
- <p>全景视频尺寸</p>
227
+ <p>视频</p>
364
228
  </div>
365
229
  </div>
366
230
  </section>
@@ -371,7 +235,7 @@
371
235
  <aside class="tsd-sources">
372
236
  <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#perspToOrtho">perspToOrtho</a></p>
373
237
  <ul>
374
- <li>Defined in lib/five/core/pbmMaterial.ts:69</li>
238
+ <li>Defined in lib/five/core/pbmMaterial.ts:58</li>
375
239
  </ul>
376
240
  </aside>
377
241
  </section>
@@ -382,7 +246,7 @@
382
246
  <aside class="tsd-sources">
383
247
  <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#progress">progress</a></p>
384
248
  <ul>
385
- <li>Defined in lib/five/core/pbmMaterial.ts:65</li>
249
+ <li>Defined in lib/five/core/pbmMaterial.ts:54</li>
386
250
  </ul>
387
251
  </aside>
388
252
  <div class="tsd-comment tsd-typography">
@@ -398,7 +262,7 @@
398
262
  <aside class="tsd-sources">
399
263
  <p>Implementation of <a href="../interfaces/five.PBMParameters.html">PBMParameters</a>.<a href="../interfaces/five.PBMParameters.html#useBlackTransition">useBlackTransition</a></p>
400
264
  <ul>
401
- <li>Defined in lib/five/core/pbmMaterial.ts:67</li>
265
+ <li>Defined in lib/five/core/pbmMaterial.ts:56</li>
402
266
  </ul>
403
267
  </aside>
404
268
  <div class="tsd-comment tsd-typography">
@@ -452,37 +316,13 @@
452
316
  <a href="five.PBMMaterial.html#opacity" class="tsd-kind-icon">opacity</a>
453
317
  </li>
454
318
  <li class=" tsd-kind-property tsd-parent-kind-class">
455
- <a href="five.PBMMaterial.html#pano0DepthMap" class="tsd-kind-icon">pano0<wbr>Depth<wbr>Map</a>
456
- </li>
457
- <li class=" tsd-kind-property tsd-parent-kind-class">
458
- <a href="five.PBMMaterial.html#pano0Map" class="tsd-kind-icon">pano0<wbr>Map</a>
459
- </li>
460
- <li class=" tsd-kind-property tsd-parent-kind-class">
461
- <a href="five.PBMMaterial.html#pano0Matrix" class="tsd-kind-icon">pano0<wbr>Matrix</a>
462
- </li>
463
- <li class=" tsd-kind-property tsd-parent-kind-class">
464
- <a href="five.PBMMaterial.html#pano1Map" class="tsd-kind-icon">pano1<wbr>Map</a>
465
- </li>
466
- <li class=" tsd-kind-property tsd-parent-kind-class">
467
- <a href="five.PBMMaterial.html#pano1Matrix" class="tsd-kind-icon">pano1<wbr>Matrix</a>
468
- </li>
469
- <li class=" tsd-kind-property tsd-parent-kind-class">
470
- <a href="five.PBMMaterial.html#panoTileMap" class="tsd-kind-icon">pano<wbr>Tile<wbr>Map</a>
471
- </li>
472
- <li class=" tsd-kind-property tsd-parent-kind-class">
473
- <a href="five.PBMMaterial.html#panoTileMappings" class="tsd-kind-icon">pano<wbr>Tile<wbr>Mappings</a>
474
- </li>
475
- <li class=" tsd-kind-property tsd-parent-kind-class">
476
- <a href="five.PBMMaterial.html#panoVideoAlpha" class="tsd-kind-icon">pano<wbr>Video<wbr>Alpha</a>
477
- </li>
478
- <li class=" tsd-kind-property tsd-parent-kind-class">
479
- <a href="five.PBMMaterial.html#panoVideoMap" class="tsd-kind-icon">pano<wbr>Video<wbr>Map</a>
319
+ <a href="five.PBMMaterial.html#pano0" class="tsd-kind-icon">pano0</a>
480
320
  </li>
481
321
  <li class=" tsd-kind-property tsd-parent-kind-class">
482
- <a href="five.PBMMaterial.html#panoVideoMatrix" class="tsd-kind-icon">pano<wbr>Video<wbr>Matrix</a>
322
+ <a href="five.PBMMaterial.html#pano1" class="tsd-kind-icon">pano1</a>
483
323
  </li>
484
324
  <li class=" tsd-kind-property tsd-parent-kind-class">
485
- <a href="five.PBMMaterial.html#panoVideoSize" class="tsd-kind-icon">pano<wbr>Video<wbr>Size</a>
325
+ <a href="five.PBMMaterial.html#panoVideo" class="tsd-kind-icon">pano<wbr>Video</a>
486
326
  </li>
487
327
  <li class=" tsd-kind-property tsd-parent-kind-class">
488
328
  <a href="five.PBMMaterial.html#perspToOrtho" class="tsd-kind-icon">persp<wbr>ToOrtho</a>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>PBMMesh | 如视 Five SDK - v5.0.0-alpha.52</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.52">
6
+ <title>PBMMesh | 如视 Five SDK - v5.0.0-alpha.56</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.56">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.52</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.56</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -50,7 +50,7 @@
50
50
  <div class="container">
51
51
  <ul class="tsd-breadcrumb">
52
52
  <li>
53
- <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.52</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.56</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/five.html">five</a>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Scene | 如视 Five SDK - v5.0.0-alpha.52</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.52">
6
+ <title>Scene | 如视 Five SDK - v5.0.0-alpha.56</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.56">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.52</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.56</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -50,7 +50,7 @@
50
50
  <div class="container">
51
51
  <ul class="tsd-breadcrumb">
52
52
  <li>
53
- <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.52</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.56</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/five.html">five</a>
@@ -3,8 +3,8 @@
3
3
  <head>
4
4
  <meta charset="utf-8">
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
- <title>Subscribe | 如视 Five SDK - v5.0.0-alpha.52</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.52">
6
+ <title>Subscribe | 如视 Five SDK - v5.0.0-alpha.56</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.56">
8
8
  <meta name="viewport" content="width=device-width, initial-scale=1">
9
9
  <link rel="stylesheet" href="../assets/css/main.css">
10
10
  <script async src="../assets/js/search.js" id="search-script"></script>
@@ -23,7 +23,7 @@
23
23
  <li class="state loading">Preparing search index...</li>
24
24
  <li class="state failure">The search index is not available</li>
25
25
  </ul>
26
- <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.52</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.56</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -50,7 +50,7 @@
50
50
  <div class="container">
51
51
  <ul class="tsd-breadcrumb">
52
52
  <li>
53
- <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.52</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.56</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/five.html">five</a>
@@ -176,7 +176,7 @@
176
176
  <li class="tsd-description">
177
177
  <aside class="tsd-sources">
178
178
  <ul>
179
- <li>Defined in lib/five/core/subscribe.ts:121</li>
179
+ <li>Defined in lib/five/utils/subscribe.ts:121</li>
180
180
  </ul>
181
181
  </aside>
182
182
  <div class="tsd-comment tsd-typography">
@@ -223,7 +223,7 @@
223
223
  <li class="tsd-description">
224
224
  <aside class="tsd-sources">
225
225
  <ul>
226
- <li>Defined in lib/five/core/subscribe.ts:42</li>
226
+ <li>Defined in lib/five/utils/subscribe.ts:42</li>
227
227
  </ul>
228
228
  </aside>
229
229
  <div class="tsd-comment tsd-typography">
@@ -254,7 +254,7 @@
254
254
  <li class="tsd-description">
255
255
  <aside class="tsd-sources">
256
256
  <ul>
257
- <li>Defined in lib/five/core/subscribe.ts:91</li>
257
+ <li>Defined in lib/five/utils/subscribe.ts:91</li>
258
258
  </ul>
259
259
  </aside>
260
260
  <div class="tsd-comment tsd-typography">
@@ -320,7 +320,7 @@
320
320
  <li class="tsd-description">
321
321
  <aside class="tsd-sources">
322
322
  <ul>
323
- <li>Defined in lib/five/core/subscribe.ts:56</li>
323
+ <li>Defined in lib/five/utils/subscribe.ts:56</li>
324
324
  </ul>
325
325
  </aside>
326
326
  <div class="tsd-comment tsd-typography">
@@ -422,7 +422,7 @@
422
422
  <li class="tsd-description">
423
423
  <aside class="tsd-sources">
424
424
  <ul>
425
- <li>Defined in lib/five/core/subscribe.ts:75</li>
425
+ <li>Defined in lib/five/utils/subscribe.ts:75</li>
426
426
  </ul>
427
427
  </aside>
428
428
  <div class="tsd-comment tsd-typography">