@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
@@ -0,0 +1,296 @@
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>TextureOptions | 如视 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.TextureOptions.html">TextureOptions</a>
60
+ </li>
61
+ </ul>
62
+ <h1>Interface TextureOptions</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-comment">
70
+ <div class="tsd-comment tsd-typography">
71
+ <div class="lead">
72
+ <p>图片参数</p>
73
+ </div>
74
+ </div>
75
+ </section>
76
+ <section class="tsd-panel tsd-hierarchy">
77
+ <h3>Hierarchy</h3>
78
+ <ul class="tsd-hierarchy">
79
+ <li>
80
+ <span class="target">TextureOptions</span>
81
+ </li>
82
+ </ul>
83
+ </section>
84
+ <section class="tsd-panel-group tsd-index-group">
85
+ <h2>Index</h2>
86
+ <section class="tsd-panel tsd-index-panel">
87
+ <div class="tsd-index-content">
88
+ <section class="tsd-index-section ">
89
+ <h3>Properties</h3>
90
+ <ul class="tsd-index-list">
91
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.TextureOptions.html#autoResize" class="tsd-kind-icon">auto<wbr>Resize</a></li>
92
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.TextureOptions.html#format" class="tsd-kind-icon">format</a></li>
93
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.TextureOptions.html#quality" class="tsd-kind-icon">quality</a></li>
94
+ <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.TextureOptions.html#size" class="tsd-kind-icon">size</a></li>
95
+ </ul>
96
+ </section>
97
+ <section class="tsd-index-section ">
98
+ <h3>Methods</h3>
99
+ <ul class="tsd-index-list">
100
+ <li class="tsd-kind-method tsd-parent-kind-interface"><a href="five.TextureOptions.html#transform" class="tsd-kind-icon">transform</a></li>
101
+ </ul>
102
+ </section>
103
+ </div>
104
+ </section>
105
+ </section>
106
+ <section class="tsd-panel-group tsd-member-group ">
107
+ <h2>Properties</h2>
108
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
109
+ <a name="autoResize" class="tsd-anchor"></a>
110
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> auto<wbr>Resize</h3>
111
+ <div class="tsd-signature tsd-kind-icon">auto<wbr>Resize<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
112
+ <aside class="tsd-sources">
113
+ <ul>
114
+ <li>Defined in lib/five/types/textureOptions.ts:25</li>
115
+ </ul>
116
+ </aside>
117
+ <div class="tsd-comment tsd-typography">
118
+ <div class="lead">
119
+ <p>针对 textureOptions 是否自动通过模型贴图的数量计算需要的模型贴图的尺寸 默认 true</p>
120
+ </div>
121
+ </div>
122
+ </section>
123
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
124
+ <a name="format" class="tsd-anchor"></a>
125
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> format</h3>
126
+ <div class="tsd-signature tsd-kind-icon">format<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">&quot;jpg&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;png&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;heif&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;webp&quot;</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">&quot;avif&quot;</span></div>
127
+ <aside class="tsd-sources">
128
+ <ul>
129
+ <li>Defined in lib/five/types/textureOptions.ts:22</li>
130
+ </ul>
131
+ </aside>
132
+ <div class="tsd-comment tsd-typography">
133
+ <div class="lead">
134
+ <p>图片格式参数(jpg, png)</p>
135
+ </div>
136
+ </div>
137
+ </section>
138
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
139
+ <a name="quality" class="tsd-anchor"></a>
140
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> quality</h3>
141
+ <div class="tsd-signature tsd-kind-icon">quality<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
142
+ <aside class="tsd-sources">
143
+ <ul>
144
+ <li>Defined in lib/five/types/textureOptions.ts:19</li>
145
+ </ul>
146
+ </aside>
147
+ <div class="tsd-comment tsd-typography">
148
+ <div class="lead">
149
+ <p>图片质量参数(0-100)</p>
150
+ </div>
151
+ </div>
152
+ </section>
153
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
154
+ <a name="size" class="tsd-anchor"></a>
155
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> size</h3>
156
+ <div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
157
+ <aside class="tsd-sources">
158
+ <ul>
159
+ <li>Defined in lib/five/types/textureOptions.ts:16</li>
160
+ </ul>
161
+ </aside>
162
+ <div class="tsd-comment tsd-typography">
163
+ <div class="lead">
164
+ <p>图片尺寸参数</p>
165
+ </div>
166
+ </div>
167
+ </section>
168
+ </section>
169
+ <section class="tsd-panel-group tsd-member-group ">
170
+ <h2>Methods</h2>
171
+ <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-interface">
172
+ <a name="transform" class="tsd-anchor"></a>
173
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> transform</h3>
174
+ <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-interface">
175
+ <li class="tsd-signature tsd-kind-icon">transform<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">: </span><a href="five.ImageURLOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ImageURLOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
176
+ </ul>
177
+ <ul class="tsd-descriptions">
178
+ <li class="tsd-description">
179
+ <aside class="tsd-sources">
180
+ <ul>
181
+ <li>Defined in lib/five/types/textureOptions.ts:13</li>
182
+ </ul>
183
+ </aside>
184
+ <div class="tsd-comment tsd-typography">
185
+ <div class="lead">
186
+ <p>url 地址转化</p>
187
+ </div>
188
+ </div>
189
+ <h4 class="tsd-parameters-title">Parameters</h4>
190
+ <ul class="tsd-parameters">
191
+ <li>
192
+ <h5>url: <span class="tsd-signature-type">string</span></h5>
193
+ <div class="tsd-comment tsd-typography">
194
+ <p>原始地址</p>
195
+ </div>
196
+ </li>
197
+ <li>
198
+ <h5>options: <a href="five.ImageURLOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ImageURLOptions</a></h5>
199
+ <div class="tsd-comment tsd-typography">
200
+ <p>当前地址参数</p>
201
+ </div>
202
+ </li>
203
+ </ul>
204
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
205
+ <p>转化后地址</p>
206
+ </li>
207
+ </ul>
208
+ </section>
209
+ </section>
210
+ </div>
211
+ <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
212
+ <nav class="tsd-navigation primary">
213
+ <ul>
214
+ <li class=" ">
215
+ <a href="../modules.html">Modules</a>
216
+ </li>
217
+ <li class="current tsd-kind-module">
218
+ <a href="../modules/five.html">five</a>
219
+ </li>
220
+ <li class=" tsd-kind-module">
221
+ <a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
222
+ </li>
223
+ <li class=" tsd-kind-module">
224
+ <a href="../modules/line.html">line</a>
225
+ </li>
226
+ <li class=" tsd-kind-module">
227
+ <a href="../modules/react.html">react</a>
228
+ </li>
229
+ <li class=" tsd-kind-module">
230
+ <a href="../modules/server.html">server</a>
231
+ </li>
232
+ <li class=" tsd-kind-module">
233
+ <a href="../modules/sticker.html">sticker</a>
234
+ </li>
235
+ </ul>
236
+ </nav>
237
+ <nav class="tsd-navigation secondary menu-sticky">
238
+ <ul class="before-current">
239
+ </ul>
240
+ <ul class="current">
241
+ <li class="current tsd-kind-interface tsd-parent-kind-module">
242
+ <a href="five.TextureOptions.html" class="tsd-kind-icon">Texture<wbr>Options</a>
243
+ <ul>
244
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
245
+ <a href="five.TextureOptions.html#autoResize" class="tsd-kind-icon">auto<wbr>Resize</a>
246
+ </li>
247
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
248
+ <a href="five.TextureOptions.html#format" class="tsd-kind-icon">format</a>
249
+ </li>
250
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
251
+ <a href="five.TextureOptions.html#quality" class="tsd-kind-icon">quality</a>
252
+ </li>
253
+ <li class=" tsd-kind-property tsd-parent-kind-interface">
254
+ <a href="five.TextureOptions.html#size" class="tsd-kind-icon">size</a>
255
+ </li>
256
+ <li class=" tsd-kind-method tsd-parent-kind-interface">
257
+ <a href="five.TextureOptions.html#transform" class="tsd-kind-icon">transform</a>
258
+ </li>
259
+ </ul>
260
+ </li>
261
+ </ul>
262
+ <ul class="after-current">
263
+ </ul>
264
+ </nav>
265
+ </div>
266
+ </div>
267
+ </div>
268
+ <footer>
269
+ <div class="container">
270
+ <h2>Legend</h2>
271
+ <div class="tsd-legend-group">
272
+ <ul class="tsd-legend">
273
+ <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
274
+ <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
275
+ <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
276
+ <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
277
+ <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
278
+ <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
279
+ </ul>
280
+ <ul class="tsd-legend">
281
+ <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
282
+ <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
283
+ <li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
284
+ <li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
285
+ </ul>
286
+ <ul class="tsd-legend">
287
+ <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
288
+ <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
289
+ </ul>
290
+ </div>
291
+ </div>
292
+ </footer>
293
+ <div class="overlay"></div>
294
+ <script src="../assets/js/main.js"></script>
295
+ </body>
296
+ </html>
@@ -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>TopviewControllerCustomInitArgs | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>TopviewControllerCustomInitArgs | 如视 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>
@@ -103,7 +103,7 @@
103
103
  <aside class="tsd-sources">
104
104
  <p>Inherited from Omit.defaultFov</p>
105
105
  <ul>
106
- <li>Defined in lib/five/controllers/floorplan.ts:28</li>
106
+ <li>Defined in lib/five/controllers/floorplan.ts:34</li>
107
107
  </ul>
108
108
  </aside>
109
109
  <div class="tsd-comment tsd-typography">
@@ -119,7 +119,7 @@
119
119
  <aside class="tsd-sources">
120
120
  <p>Inherited from Omit.maxFov</p>
121
121
  <ul>
122
- <li>Defined in lib/five/controllers/floorplan.ts:30</li>
122
+ <li>Defined in lib/five/controllers/floorplan.ts:36</li>
123
123
  </ul>
124
124
  </aside>
125
125
  <div class="tsd-comment tsd-typography">
@@ -135,7 +135,7 @@
135
135
  <aside class="tsd-sources">
136
136
  <p>Inherited from Omit.minFov</p>
137
137
  <ul>
138
- <li>Defined in lib/five/controllers/floorplan.ts:32</li>
138
+ <li>Defined in lib/five/controllers/floorplan.ts:38</li>
139
139
  </ul>
140
140
  </aside>
141
141
  <div class="tsd-comment tsd-typography">
@@ -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>VRPanoramaControllerCustomInitArgs | 如视 Five SDK - v5.0.0-alpha.53</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.53">
6
+ <title>VRPanoramaControllerCustomInitArgs | 如视 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>
@@ -94,6 +94,7 @@
94
94
  <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="five.VRPanoramaControllerCustomInitArgs.html#minFov" class="tsd-kind-icon">min<wbr>Fov</a></li>
95
95
  <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="five.VRPanoramaControllerCustomInitArgs.html#moveSpeed" class="tsd-kind-icon">move<wbr>Speed</a></li>
96
96
  <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="five.VRPanoramaControllerCustomInitArgs.html#panoTapTriggerRadius" class="tsd-kind-icon">pano<wbr>Tap<wbr>Trigger<wbr>Radius</a></li>
97
+ <li class="tsd-kind-property tsd-parent-kind-interface tsd-is-inherited"><a href="five.VRPanoramaControllerCustomInitArgs.html#tileLevelForFov" class="tsd-kind-icon">tile<wbr>Level<wbr>For<wbr>Fov</a></li>
97
98
  <li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.VRPanoramaControllerCustomInitArgs.html#webvrPolyfillConfig" class="tsd-kind-icon">webvr<wbr>Polyfill<wbr>Config</a></li>
98
99
  </ul>
99
100
  </section>
@@ -116,7 +117,7 @@
116
117
  <aside class="tsd-sources">
117
118
  <p>Inherited from Omit.defaultFov</p>
118
119
  <ul>
119
- <li>Defined in lib/five/controllers/panoramaLike.ts:22</li>
120
+ <li>Defined in lib/five/controllers/panoramaLike.ts:25</li>
120
121
  </ul>
121
122
  </aside>
122
123
  <div class="tsd-comment tsd-typography">
@@ -132,7 +133,7 @@
132
133
  <aside class="tsd-sources">
133
134
  <p>Inherited from Omit.defaultLatitude</p>
134
135
  <ul>
135
- <li>Defined in lib/five/controllers/panoramaLike.ts:16</li>
136
+ <li>Defined in lib/five/controllers/panoramaLike.ts:19</li>
136
137
  </ul>
137
138
  </aside>
138
139
  <div class="tsd-comment tsd-typography">
@@ -148,7 +149,7 @@
148
149
  <aside class="tsd-sources">
149
150
  <p>Inherited from Omit.defaultLongitude</p>
150
151
  <ul>
151
- <li>Defined in lib/five/controllers/panoramaLike.ts:14</li>
152
+ <li>Defined in lib/five/controllers/panoramaLike.ts:17</li>
152
153
  </ul>
153
154
  </aside>
154
155
  <div class="tsd-comment tsd-typography">
@@ -164,7 +165,7 @@
164
165
  <aside class="tsd-sources">
165
166
  <p>Inherited from Omit.maxAccessibleDistance</p>
166
167
  <ul>
167
- <li>Defined in lib/five/controllers/panorama.ts:63</li>
168
+ <li>Defined in lib/five/controllers/panorama.ts:48</li>
168
169
  </ul>
169
170
  </aside>
170
171
  <div class="tsd-comment tsd-typography">
@@ -180,7 +181,7 @@
180
181
  <aside class="tsd-sources">
181
182
  <p>Inherited from Omit.maxFov</p>
182
183
  <ul>
183
- <li>Defined in lib/five/controllers/panoramaLike.ts:24</li>
184
+ <li>Defined in lib/five/controllers/panoramaLike.ts:27</li>
184
185
  </ul>
185
186
  </aside>
186
187
  <div class="tsd-comment tsd-typography">
@@ -196,7 +197,7 @@
196
197
  <aside class="tsd-sources">
197
198
  <p>Inherited from Omit.minFov</p>
198
199
  <ul>
199
- <li>Defined in lib/five/controllers/panoramaLike.ts:26</li>
200
+ <li>Defined in lib/five/controllers/panoramaLike.ts:29</li>
200
201
  </ul>
201
202
  </aside>
202
203
  <div class="tsd-comment tsd-typography">
@@ -212,7 +213,7 @@
212
213
  <aside class="tsd-sources">
213
214
  <p>Inherited from Omit.moveSpeed</p>
214
215
  <ul>
215
- <li>Defined in lib/five/controllers/panoramaLike.ts:32</li>
216
+ <li>Defined in lib/five/controllers/panoramaLike.ts:35</li>
216
217
  </ul>
217
218
  </aside>
218
219
  <div class="tsd-comment tsd-typography">
@@ -233,7 +234,7 @@
233
234
  <aside class="tsd-sources">
234
235
  <p>Inherited from Omit.panoTapTriggerRadius</p>
235
236
  <ul>
236
- <li>Defined in lib/five/controllers/panorama.ts:71</li>
237
+ <li>Defined in lib/five/controllers/panorama.ts:56</li>
237
238
  </ul>
238
239
  </aside>
239
240
  <div class="tsd-comment tsd-typography">
@@ -248,13 +249,24 @@
248
249
  </dl>
249
250
  </div>
250
251
  </section>
252
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
253
+ <a name="tileLevelForFov" class="tsd-anchor"></a>
254
+ <h3><span class="tsd-flag ts-flagOptional">Optional</span> tile<wbr>Level<wbr>For<wbr>Fov</h3>
255
+ <div class="tsd-signature tsd-kind-icon">tile<wbr>Level<wbr>For<wbr>Fov<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">(</span>fov<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> =&gt; </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">)</span></div>
256
+ <aside class="tsd-sources">
257
+ <p>Inherited from Omit.tileLevelForFov</p>
258
+ <ul>
259
+ <li>Defined in lib/five/controllers/panorama.ts:61</li>
260
+ </ul>
261
+ </aside>
262
+ </section>
251
263
  <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
252
264
  <a name="webvrPolyfillConfig" class="tsd-anchor"></a>
253
265
  <h3><span class="tsd-flag ts-flagOptional">Optional</span> webvr<wbr>Polyfill<wbr>Config</h3>
254
266
  <div class="tsd-signature tsd-kind-icon">webvr<wbr>Polyfill<wbr>Config<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
255
267
  <aside class="tsd-sources">
256
268
  <ul>
257
- <li>Defined in lib/five/controllers/vrPanorama.ts:45</li>
269
+ <li>Defined in lib/five/controllers/vrPanorama.ts:95</li>
258
270
  </ul>
259
271
  </aside>
260
272
  <div class="tsd-comment tsd-typography">
@@ -282,7 +294,7 @@
282
294
  <aside class="tsd-sources">
283
295
  <p>Inherited from Omit.intersectMeshCreator</p>
284
296
  <ul>
285
- <li>Defined in lib/five/controllers/panoramaLike.ts:34</li>
297
+ <li>Defined in lib/five/controllers/panoramaLike.ts:37</li>
286
298
  </ul>
287
299
  </aside>
288
300
  <div class="tsd-comment tsd-typography">
@@ -305,7 +317,7 @@
305
317
  <aside class="tsd-sources">
306
318
  <p>Inherited from Omit.panoCircleMeshCreator</p>
307
319
  <ul>
308
- <li>Defined in lib/five/controllers/panorama.ts:74</li>
320
+ <li>Defined in lib/five/controllers/panorama.ts:59</li>
309
321
  </ul>
310
322
  </aside>
311
323
  <div class="tsd-comment tsd-typography">
@@ -376,6 +388,9 @@
376
388
  <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
377
389
  <a href="five.VRPanoramaControllerCustomInitArgs.html#panoTapTriggerRadius" class="tsd-kind-icon">pano<wbr>Tap<wbr>Trigger<wbr>Radius</a>
378
390
  </li>
391
+ <li class=" tsd-kind-property tsd-parent-kind-interface tsd-is-inherited">
392
+ <a href="five.VRPanoramaControllerCustomInitArgs.html#tileLevelForFov" class="tsd-kind-icon">tile<wbr>Level<wbr>For<wbr>Fov</a>
393
+ </li>
379
394
  <li class=" tsd-kind-property tsd-parent-kind-interface">
380
395
  <a href="five.VRPanoramaControllerCustomInitArgs.html#webvrPolyfillConfig" class="tsd-kind-icon">webvr<wbr>Polyfill<wbr>Config</a>
381
396
  </li>