@realsee/five 5.0.0-alpha.53 → 5.0.0-alpha.54

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 (101) 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 +4 -4
  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 +4 -4
  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 +2 -2
  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-react.js +1 -1
  100. package/umd/five.js +1 -1
  101. 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>Model | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>Model | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
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.53</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</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.53</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/server.html">server</a>
@@ -184,7 +184,7 @@
184
184
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
185
185
  <a name="bvhs" class="tsd-anchor"></a>
186
186
  <h3>bvhs</h3>
187
- <div class="tsd-signature tsd-kind-icon">bvhs<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{ </span>loaded<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> }</span></div>
187
+ <div class="tsd-signature tsd-kind-icon">bvhs<span class="tsd-signature-symbol">:</span> <a href="server.BVH.html" class="tsd-signature-type" data-tsd-kind="Class">BVH</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> &amp; </span><span class="tsd-signature-symbol">{ </span>loaded<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> }</span></div>
188
188
  <aside class="tsd-sources">
189
189
  <ul>
190
190
  <li>Defined in lib/five/server/model/index.ts:139</li>
@@ -365,16 +365,16 @@
365
365
  <a name="buildBVH" class="tsd-anchor"></a>
366
366
  <h3>buildBVH</h3>
367
367
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
368
- <li class="tsd-signature tsd-kind-icon">buildBVH<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
368
+ <li class="tsd-signature tsd-kind-icon">buildBVH<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
369
369
  </ul>
370
370
  <ul class="tsd-descriptions">
371
371
  <li class="tsd-description">
372
372
  <aside class="tsd-sources">
373
373
  <ul>
374
- <li>Defined in lib/five/server/model/index.ts:318</li>
374
+ <li>Defined in lib/five/server/model/index.ts:320</li>
375
375
  </ul>
376
376
  </aside>
377
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></h4>
377
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
378
378
  </li>
379
379
  </ul>
380
380
  </section>
@@ -388,7 +388,7 @@
388
388
  <li class="tsd-description">
389
389
  <aside class="tsd-sources">
390
390
  <ul>
391
- <li>Defined in lib/five/server/model/index.ts:399</li>
391
+ <li>Defined in lib/five/server/model/index.ts:396</li>
392
392
  </ul>
393
393
  </aside>
394
394
  <div class="tsd-comment tsd-typography">
@@ -524,13 +524,13 @@
524
524
  <a name="load" class="tsd-anchor"></a>
525
525
  <h3>load</h3>
526
526
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
527
- <li class="tsd-signature tsd-kind-icon">load<span class="tsd-signature-symbol">(</span>workModel<span class="tsd-signature-symbol">: </span><a href="../modules/five.html#WorkModel" class="tsd-signature-type" data-tsd-kind="Type alias">WorkModel</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
527
+ <li class="tsd-signature tsd-kind-icon">load<span class="tsd-signature-symbol">(</span>workModel<span class="tsd-signature-symbol">: </span><a href="../interfaces/five.WorkModel.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkModel</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol">&lt;</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">&gt;</span></li>
528
528
  </ul>
529
529
  <ul class="tsd-descriptions">
530
530
  <li class="tsd-description">
531
531
  <aside class="tsd-sources">
532
532
  <ul>
533
- <li>Defined in lib/five/server/model/index.ts:364</li>
533
+ <li>Defined in lib/five/server/model/index.ts:361</li>
534
534
  </ul>
535
535
  </aside>
536
536
  <div class="tsd-comment tsd-typography">
@@ -541,7 +541,7 @@
541
541
  <h4 class="tsd-parameters-title">Parameters</h4>
542
542
  <ul class="tsd-parameters">
543
543
  <li>
544
- <h5>workModel: <a href="../modules/five.html#WorkModel" class="tsd-signature-type" data-tsd-kind="Type alias">WorkModel</a></h5>
544
+ <h5>workModel: <a href="../interfaces/five.WorkModel.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkModel</a></h5>
545
545
  <div class="tsd-comment tsd-typography">
546
546
  <p>work 的 model 内容</p>
547
547
  </div>
@@ -678,7 +678,10 @@
678
678
  <a href="../modules/server.html#Work" class="tsd-kind-icon">Work</a>
679
679
  </li>
680
680
  <li class=" tsd-kind-reference tsd-parent-kind-module">
681
- <a href="../modules/server.html#WorkImages" class="tsd-kind-icon">Work<wbr>Images</a>
681
+ <a href="../modules/server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a>
682
+ </li>
683
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
684
+ <a href="../modules/server.html#WorkImage" class="tsd-kind-icon">Work<wbr>Image</a>
682
685
  </li>
683
686
  <li class=" tsd-kind-reference tsd-parent-kind-module">
684
687
  <a href="../modules/server.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a>
@@ -689,14 +692,23 @@
689
692
  <li class=" tsd-kind-reference tsd-parent-kind-module">
690
693
  <a href="../modules/server.html#WorkObserver" class="tsd-kind-icon">Work<wbr>Observer</a>
691
694
  </li>
695
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
696
+ <a href="../modules/server.html#WorkTile" class="tsd-kind-icon">Work<wbr>Tile</a>
697
+ </li>
692
698
  <li class=" tsd-kind-reference tsd-parent-kind-module">
693
699
  <a href="../modules/server.html#WorkVideo" class="tsd-kind-icon">Work<wbr>Video</a>
694
700
  </li>
695
701
  <li class=" tsd-kind-reference tsd-parent-kind-module">
696
702
  <a href="../modules/server.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a>
697
703
  </li>
698
- <li class=" tsd-kind-reference tsd-parent-kind-module">
699
- <a href="../modules/server.html#stringifyWork" class="tsd-kind-icon">stringify<wbr>Work</a>
704
+ <li class=" tsd-kind-class tsd-parent-kind-module">
705
+ <a href="server.BVH.html" class="tsd-kind-icon">BVH</a>
706
+ </li>
707
+ <li class=" tsd-kind-class tsd-parent-kind-module">
708
+ <a href="server.BVHNode.html" class="tsd-kind-icon">BVHNode</a>
709
+ </li>
710
+ <li class=" tsd-kind-class tsd-parent-kind-module">
711
+ <a href="server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a>
700
712
  </li>
701
713
  </ul>
702
714
  <ul class="current">
@@ -776,6 +788,9 @@
776
788
  <li class=" tsd-kind-class tsd-parent-kind-module">
777
789
  <a href="server.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a>
778
790
  </li>
791
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
792
+ <a href="../interfaces/server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
793
+ </li>
779
794
  <li class=" tsd-kind-interface tsd-parent-kind-module">
780
795
  <a href="../interfaces/server.Intersection.html" class="tsd-kind-icon">Intersection</a>
781
796
  </li>
@@ -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>PBMGroup | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>PBMGroup | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
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.53</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</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.53</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/server.html">server</a>
@@ -274,7 +274,10 @@
274
274
  <a href="../modules/server.html#Work" class="tsd-kind-icon">Work</a>
275
275
  </li>
276
276
  <li class=" tsd-kind-reference tsd-parent-kind-module">
277
- <a href="../modules/server.html#WorkImages" class="tsd-kind-icon">Work<wbr>Images</a>
277
+ <a href="../modules/server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a>
278
+ </li>
279
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
280
+ <a href="../modules/server.html#WorkImage" class="tsd-kind-icon">Work<wbr>Image</a>
278
281
  </li>
279
282
  <li class=" tsd-kind-reference tsd-parent-kind-module">
280
283
  <a href="../modules/server.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a>
@@ -285,14 +288,23 @@
285
288
  <li class=" tsd-kind-reference tsd-parent-kind-module">
286
289
  <a href="../modules/server.html#WorkObserver" class="tsd-kind-icon">Work<wbr>Observer</a>
287
290
  </li>
291
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
292
+ <a href="../modules/server.html#WorkTile" class="tsd-kind-icon">Work<wbr>Tile</a>
293
+ </li>
288
294
  <li class=" tsd-kind-reference tsd-parent-kind-module">
289
295
  <a href="../modules/server.html#WorkVideo" class="tsd-kind-icon">Work<wbr>Video</a>
290
296
  </li>
291
297
  <li class=" tsd-kind-reference tsd-parent-kind-module">
292
298
  <a href="../modules/server.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a>
293
299
  </li>
294
- <li class=" tsd-kind-reference tsd-parent-kind-module">
295
- <a href="../modules/server.html#stringifyWork" class="tsd-kind-icon">stringify<wbr>Work</a>
300
+ <li class=" tsd-kind-class tsd-parent-kind-module">
301
+ <a href="server.BVH.html" class="tsd-kind-icon">BVH</a>
302
+ </li>
303
+ <li class=" tsd-kind-class tsd-parent-kind-module">
304
+ <a href="server.BVHNode.html" class="tsd-kind-icon">BVHNode</a>
305
+ </li>
306
+ <li class=" tsd-kind-class tsd-parent-kind-module">
307
+ <a href="server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a>
296
308
  </li>
297
309
  <li class=" tsd-kind-class tsd-parent-kind-module">
298
310
  <a href="server.Model.html" class="tsd-kind-icon">Model</a>
@@ -321,6 +333,9 @@
321
333
  <li class=" tsd-kind-class tsd-parent-kind-module">
322
334
  <a href="server.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a>
323
335
  </li>
336
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
337
+ <a href="../interfaces/server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
338
+ </li>
324
339
  <li class=" tsd-kind-interface tsd-parent-kind-module">
325
340
  <a href="../interfaces/server.Intersection.html" class="tsd-kind-icon">Intersection</a>
326
341
  </li>
@@ -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.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>PBMMesh | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
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.53</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</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.53</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/server.html">server</a>
@@ -247,7 +247,10 @@
247
247
  <a href="../modules/server.html#Work" class="tsd-kind-icon">Work</a>
248
248
  </li>
249
249
  <li class=" tsd-kind-reference tsd-parent-kind-module">
250
- <a href="../modules/server.html#WorkImages" class="tsd-kind-icon">Work<wbr>Images</a>
250
+ <a href="../modules/server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a>
251
+ </li>
252
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
253
+ <a href="../modules/server.html#WorkImage" class="tsd-kind-icon">Work<wbr>Image</a>
251
254
  </li>
252
255
  <li class=" tsd-kind-reference tsd-parent-kind-module">
253
256
  <a href="../modules/server.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a>
@@ -258,14 +261,23 @@
258
261
  <li class=" tsd-kind-reference tsd-parent-kind-module">
259
262
  <a href="../modules/server.html#WorkObserver" class="tsd-kind-icon">Work<wbr>Observer</a>
260
263
  </li>
264
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
265
+ <a href="../modules/server.html#WorkTile" class="tsd-kind-icon">Work<wbr>Tile</a>
266
+ </li>
261
267
  <li class=" tsd-kind-reference tsd-parent-kind-module">
262
268
  <a href="../modules/server.html#WorkVideo" class="tsd-kind-icon">Work<wbr>Video</a>
263
269
  </li>
264
270
  <li class=" tsd-kind-reference tsd-parent-kind-module">
265
271
  <a href="../modules/server.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a>
266
272
  </li>
267
- <li class=" tsd-kind-reference tsd-parent-kind-module">
268
- <a href="../modules/server.html#stringifyWork" class="tsd-kind-icon">stringify<wbr>Work</a>
273
+ <li class=" tsd-kind-class tsd-parent-kind-module">
274
+ <a href="server.BVH.html" class="tsd-kind-icon">BVH</a>
275
+ </li>
276
+ <li class=" tsd-kind-class tsd-parent-kind-module">
277
+ <a href="server.BVHNode.html" class="tsd-kind-icon">BVHNode</a>
278
+ </li>
279
+ <li class=" tsd-kind-class tsd-parent-kind-module">
280
+ <a href="server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a>
269
281
  </li>
270
282
  <li class=" tsd-kind-class tsd-parent-kind-module">
271
283
  <a href="server.Model.html" class="tsd-kind-icon">Model</a>
@@ -291,6 +303,9 @@
291
303
  </li>
292
304
  </ul>
293
305
  <ul class="after-current">
306
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
307
+ <a href="../interfaces/server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
308
+ </li>
294
309
  <li class=" tsd-kind-interface tsd-parent-kind-module">
295
310
  <a href="../interfaces/server.Intersection.html" class="tsd-kind-icon">Intersection</a>
296
311
  </li>
@@ -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>Sticker | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>Sticker | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
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.53</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</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.53</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/sticker.html">sticker</a>
package/docs/index.html CHANGED
@@ -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>如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
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.53</a>
26
+ <a href="index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</a>
27
27
  </div>
28
28
  <div class="table-cell" id="tsd-widgets">
29
29
  <div id="tsd-filter">
@@ -48,7 +48,7 @@
48
48
  </div>
49
49
  <div class="tsd-page-title">
50
50
  <div class="container">
51
- <h1>如视 Five SDK - v5.0.0-alpha.53</h1>
51
+ <h1>如视 Five SDK - v5.0.0-alpha.54</h1>
52
52
  </div>
53
53
  </div>
54
54
  </header>
@@ -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>AddableObject | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>AddableObject | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
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.53</a>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</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.53</a>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
54
  </li>
55
55
  <li>
56
56
  <a href="../modules/five.html">five</a>
@@ -0,0 +1,243 @@
1
+ <!doctype html>
2
+ <html class="default no-js">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <title>AnimationFrame | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <link rel="stylesheet" href="../assets/css/main.css">
10
+ <script async src="../assets/js/search.js" id="search-script"></script>
11
+ </head>
12
+ <body>
13
+ <header>
14
+ <div class="tsd-page-toolbar">
15
+ <div class="container">
16
+ <div class="table-wrap">
17
+ <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18
+ <div class="field">
19
+ <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20
+ <input id="tsd-search-field" type="text" />
21
+ </div>
22
+ <ul class="results">
23
+ <li class="state loading">Preparing search index...</li>
24
+ <li class="state failure">The search index is not available</li>
25
+ </ul>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</a>
27
+ </div>
28
+ <div class="table-cell" id="tsd-widgets">
29
+ <div id="tsd-filter">
30
+ <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31
+ <div class="tsd-filter-group">
32
+ <div class="tsd-select" id="tsd-filter-visibility">
33
+ <span class="tsd-select-label">All</span>
34
+ <ul class="tsd-select-list">
35
+ <li data-value="public">Public</li>
36
+ <li data-value="protected">Public/Protected</li>
37
+ <li data-value="private" class="selected">All</li>
38
+ </ul>
39
+ </div>
40
+ <input type="checkbox" id="tsd-filter-inherited" checked />
41
+ <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42
+ </div>
43
+ </div>
44
+ <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <div class="tsd-page-title">
50
+ <div class="container">
51
+ <ul class="tsd-breadcrumb">
52
+ <li>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
+ </li>
55
+ <li>
56
+ <a href="../modules/five.html">five</a>
57
+ </li>
58
+ <li>
59
+ <a href="five.AnimationFrame.html">AnimationFrame</a>
60
+ </li>
61
+ </ul>
62
+ <h1>Interface AnimationFrame</h1>
63
+ </div>
64
+ </div>
65
+ </header>
66
+ <div class="container container-main">
67
+ <div class="row">
68
+ <div class="col-8 col-content">
69
+ <section class="tsd-panel tsd-hierarchy">
70
+ <h3>Hierarchy</h3>
71
+ <ul class="tsd-hierarchy">
72
+ <li>
73
+ <span class="target">AnimationFrame</span>
74
+ </li>
75
+ </ul>
76
+ </section>
77
+ <section class="tsd-panel-group tsd-index-group">
78
+ <h2>Index</h2>
79
+ <section class="tsd-panel tsd-index-panel">
80
+ <div class="tsd-index-content">
81
+ <section class="tsd-index-section ">
82
+ <h3>Properties</h3>
83
+ <ul class="tsd-index-list">
84
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.AnimationFrame.html#delay" class="tsd-kind-icon">delay</a></li>
85
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.AnimationFrame.html#once" class="tsd-kind-icon">once</a></li>
86
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.AnimationFrame.html#order" class="tsd-kind-icon">order</a></li>
87
+ </ul>
88
+ </section>
89
+ <section class="tsd-index-section ">
90
+ <h3>Methods</h3>
91
+ <ul class="tsd-index-list">
92
+ <li class="tsd-kind-method tsd-parent-kind-interface"><a href="five.AnimationFrame.html#callback" class="tsd-kind-icon">callback</a></li>
93
+ </ul>
94
+ </section>
95
+ </div>
96
+ </section>
97
+ </section>
98
+ <section class="tsd-panel-group tsd-member-group ">
99
+ <h2>Properties</h2>
100
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
101
+ <a name="delay" class="tsd-anchor"></a>
102
+ <h3>delay</h3>
103
+ <div class="tsd-signature tsd-kind-icon">delay<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
104
+ <aside class="tsd-sources">
105
+ <ul>
106
+ <li>Defined in lib/five/utils/animationFrameLoop.ts:22</li>
107
+ </ul>
108
+ </aside>
109
+ </section>
110
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
111
+ <a name="once" class="tsd-anchor"></a>
112
+ <h3>once</h3>
113
+ <div class="tsd-signature tsd-kind-icon">once<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
114
+ <aside class="tsd-sources">
115
+ <ul>
116
+ <li>Defined in lib/five/utils/animationFrameLoop.ts:21</li>
117
+ </ul>
118
+ </aside>
119
+ </section>
120
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
121
+ <a name="order" class="tsd-anchor"></a>
122
+ <h3>order</h3>
123
+ <div class="tsd-signature tsd-kind-icon">order<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
124
+ <aside class="tsd-sources">
125
+ <ul>
126
+ <li>Defined in lib/five/utils/animationFrameLoop.ts:23</li>
127
+ </ul>
128
+ </aside>
129
+ </section>
130
+ </section>
131
+ <section class="tsd-panel-group tsd-member-group ">
132
+ <h2>Methods</h2>
133
+ <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface">
134
+ <a name="callback" class="tsd-anchor"></a>
135
+ <h3>callback</h3>
136
+ <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
137
+ <li class="tsd-signature tsd-kind-icon">callback<span class="tsd-signature-symbol">(</span>time<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, deltaTime<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
138
+ </ul>
139
+ <ul class="tsd-descriptions">
140
+ <li class="tsd-description">
141
+ <aside class="tsd-sources">
142
+ <ul>
143
+ <li>Defined in lib/five/utils/animationFrameLoop.ts:20</li>
144
+ </ul>
145
+ </aside>
146
+ <h4 class="tsd-parameters-title">Parameters</h4>
147
+ <ul class="tsd-parameters">
148
+ <li>
149
+ <h5>time: <span class="tsd-signature-type">number</span></h5>
150
+ </li>
151
+ <li>
152
+ <h5>deltaTime: <span class="tsd-signature-type">number</span></h5>
153
+ </li>
154
+ </ul>
155
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
156
+ </li>
157
+ </ul>
158
+ </section>
159
+ </section>
160
+ </div>
161
+ <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
162
+ <nav class="tsd-navigation primary">
163
+ <ul>
164
+ <li class=" ">
165
+ <a href="../modules.html">Modules</a>
166
+ </li>
167
+ <li class="current tsd-kind-module">
168
+ <a href="../modules/five.html">five</a>
169
+ </li>
170
+ <li class=" tsd-kind-module">
171
+ <a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
172
+ </li>
173
+ <li class=" tsd-kind-module">
174
+ <a href="../modules/line.html">line</a>
175
+ </li>
176
+ <li class=" tsd-kind-module">
177
+ <a href="../modules/react.html">react</a>
178
+ </li>
179
+ <li class=" tsd-kind-module">
180
+ <a href="../modules/server.html">server</a>
181
+ </li>
182
+ <li class=" tsd-kind-module">
183
+ <a href="../modules/sticker.html">sticker</a>
184
+ </li>
185
+ </ul>
186
+ </nav>
187
+ <nav class="tsd-navigation secondary menu-sticky">
188
+ <ul class="before-current">
189
+ </ul>
190
+ <ul class="current">
191
+ <li class="current tsd-kind-interface tsd-parent-kind-module">
192
+ <a href="five.AnimationFrame.html" class="tsd-kind-icon">Animation<wbr>Frame</a>
193
+ <ul>
194
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
195
+ <a href="five.AnimationFrame.html#delay" class="tsd-kind-icon">delay</a>
196
+ </li>
197
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
198
+ <a href="five.AnimationFrame.html#once" class="tsd-kind-icon">once</a>
199
+ </li>
200
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
201
+ <a href="five.AnimationFrame.html#order" class="tsd-kind-icon">order</a>
202
+ </li>
203
+ <li class=" tsd-kind-method tsd-parent-kind-interface">
204
+ <a href="five.AnimationFrame.html#callback" class="tsd-kind-icon">callback</a>
205
+ </li>
206
+ </ul>
207
+ </li>
208
+ </ul>
209
+ <ul class="after-current">
210
+ </ul>
211
+ </nav>
212
+ </div>
213
+ </div>
214
+ </div>
215
+ <footer>
216
+ <div class="container">
217
+ <h2>Legend</h2>
218
+ <div class="tsd-legend-group">
219
+ <ul class="tsd-legend">
220
+ <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
221
+ <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
222
+ <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
223
+ <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
224
+ <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
225
+ <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
226
+ </ul>
227
+ <ul class="tsd-legend">
228
+ <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
229
+ <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
230
+ <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
231
+ <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
232
+ </ul>
233
+ <ul class="tsd-legend">
234
+ <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
235
+ <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
236
+ </ul>
237
+ </div>
238
+ </div>
239
+ </footer>
240
+ <div class="overlay"></div>
241
+ <script src="../assets/js/main.js"></script>
242
+ </body>
243
+ </html>