@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>Camera | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>Camera | 如视 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>
@@ -126,7 +126,7 @@
126
126
  <aside class="tsd-sources">
127
127
  <p>Overrides THREE.PerspectiveCamera.constructor</p>
128
128
  <ul>
129
- <li>Defined in lib/five/core/camera.ts:25</li>
129
+ <li>Defined in lib/five/core/camera.ts:35</li>
130
130
  </ul>
131
131
  </aside>
132
132
  <h4 class="tsd-parameters-title">Parameters</h4>
@@ -145,10 +145,10 @@
145
145
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
146
146
  <a name="pose" class="tsd-anchor"></a>
147
147
  <h3>pose</h3>
148
- <div class="tsd-signature tsd-kind-icon">pose<span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></div>
148
+ <div class="tsd-signature tsd-kind-icon">pose<span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.CameraPose.html" class="tsd-signature-type" data-tsd-kind="Interface">CameraPose</a></div>
149
149
  <aside class="tsd-sources">
150
150
  <ul>
151
- <li>Defined in lib/five/core/camera.ts:23</li>
151
+ <li>Defined in lib/five/core/camera.ts:33</li>
152
152
  </ul>
153
153
  </aside>
154
154
  <div class="tsd-comment tsd-typography">
@@ -164,13 +164,13 @@
164
164
  <a name="computePose" class="tsd-anchor"></a>
165
165
  <h3>compute<wbr>Pose</h3>
166
166
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
167
- <li class="tsd-signature tsd-kind-icon">compute<wbr>Pose<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>
167
+ <li class="tsd-signature tsd-kind-icon">compute<wbr>Pose<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="five.Camera.html" class="tsd-signature-type" data-tsd-kind="Class">Camera</a></li>
168
168
  </ul>
169
169
  <ul class="tsd-descriptions">
170
170
  <li class="tsd-description">
171
171
  <aside class="tsd-sources">
172
172
  <ul>
173
- <li>Defined in lib/five/core/camera.ts:37</li>
173
+ <li>Defined in lib/five/core/camera.ts:48</li>
174
174
  </ul>
175
175
  </aside>
176
176
  <div class="tsd-comment tsd-typography">
@@ -178,7 +178,7 @@
178
178
  <p>通过相机参数反算姿态</p>
179
179
  </div>
180
180
  </div>
181
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
181
+ <h4 class="tsd-returns-title">Returns <a href="five.Camera.html" class="tsd-signature-type" data-tsd-kind="Class">Camera</a></h4>
182
182
  </li>
183
183
  </ul>
184
184
  </section>
@@ -186,13 +186,13 @@
186
186
  <a name="copyPose" class="tsd-anchor"></a>
187
187
  <h3>copy<wbr>Pose</h3>
188
188
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
189
- <li class="tsd-signature tsd-kind-icon">copy<wbr>Pose<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></li>
189
+ <li class="tsd-signature tsd-kind-icon">copy<wbr>Pose<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/five.CameraPose.html" class="tsd-signature-type" data-tsd-kind="Interface">CameraPose</a></li>
190
190
  </ul>
191
191
  <ul class="tsd-descriptions">
192
192
  <li class="tsd-description">
193
193
  <aside class="tsd-sources">
194
194
  <ul>
195
- <li>Defined in lib/five/core/camera.ts:71</li>
195
+ <li>Defined in lib/five/core/camera.ts:83</li>
196
196
  </ul>
197
197
  </aside>
198
198
  <div class="tsd-comment tsd-typography">
@@ -200,7 +200,7 @@
200
200
  <p>拷贝相机姿态</p>
201
201
  </div>
202
202
  </div>
203
- <h4 class="tsd-returns-title">Returns <a href="../interfaces/five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a></h4>
203
+ <h4 class="tsd-returns-title">Returns <a href="../interfaces/five.CameraPose.html" class="tsd-signature-type" data-tsd-kind="Interface">CameraPose</a></h4>
204
204
  </li>
205
205
  </ul>
206
206
  </section>
@@ -208,13 +208,13 @@
208
208
  <a name="setFromPose" class="tsd-anchor"></a>
209
209
  <h3>set<wbr>From<wbr>Pose</h3>
210
210
  <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
211
- <li class="tsd-signature tsd-kind-icon">set<wbr>From<wbr>Pose<span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
211
+ <li class="tsd-signature tsd-kind-icon">set<wbr>From<wbr>Pose<span class="tsd-signature-symbol">(</span>pose<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/five.CameraPose.html" class="tsd-signature-type" data-tsd-kind="Interface">CameraPose</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="five.Camera.html" class="tsd-signature-type" data-tsd-kind="Class">Camera</a></li>
212
212
  </ul>
213
213
  <ul class="tsd-descriptions">
214
214
  <li class="tsd-description">
215
215
  <aside class="tsd-sources">
216
216
  <ul>
217
- <li>Defined in lib/five/core/camera.ts:46</li>
217
+ <li>Defined in lib/five/core/camera.ts:59</li>
218
218
  </ul>
219
219
  </aside>
220
220
  <div class="tsd-comment tsd-typography">
@@ -225,10 +225,10 @@
225
225
  <h4 class="tsd-parameters-title">Parameters</h4>
226
226
  <ul class="tsd-parameters">
227
227
  <li>
228
- <h5>pose: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/five.Pose.html" class="tsd-signature-type" data-tsd-kind="Interface">Pose</a><span class="tsd-signature-symbol">&gt;</span></h5>
228
+ <h5>pose: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/five.CameraPose.html" class="tsd-signature-type" data-tsd-kind="Interface">CameraPose</a><span class="tsd-signature-symbol">&gt;</span></h5>
229
229
  </li>
230
230
  </ul>
231
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
231
+ <h4 class="tsd-returns-title">Returns <a href="five.Camera.html" class="tsd-signature-type" data-tsd-kind="Class">Camera</a></h4>
232
232
  </li>
233
233
  </ul>
234
234
  </section>