@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.
- package/docs/assets/js/search.js +1 -1
- package/docs/classes/five.AnimationFrameLoop.html +522 -0
- package/docs/classes/five.BVH.html +488 -0
- package/docs/classes/five.BVHNode.html +468 -0
- package/docs/classes/five.BVHVector3.html +525 -0
- package/docs/classes/five.Camera.html +17 -17
- package/docs/classes/five.Five.html +212 -168
- package/docs/classes/five.InternalWebGLRenderer.html +4 -4
- package/docs/classes/five.Model.html +23 -26
- package/docs/classes/five.NetworkSubscribe.html +9 -9
- package/docs/classes/five.PBMContainer.html +7 -7
- package/docs/classes/five.PBMGroup.html +7 -7
- package/docs/classes/five.PBMMaterial.html +34 -194
- package/docs/classes/five.PBMMesh.html +4 -4
- package/docs/classes/five.Scene.html +4 -4
- package/docs/classes/five.Subscribe.html +9 -9
- package/docs/classes/five.Work.html +348 -0
- package/docs/classes/gltf_loader.GLTFLoader.html +4 -4
- package/docs/classes/gltf_loader.GLTFObject.html +4 -4
- package/docs/classes/line.Line.html +4 -4
- package/docs/classes/line.LineGeometry.html +4 -4
- package/docs/classes/line.LineMaterial.html +4 -4
- package/docs/classes/line.LineSegmentsGeometry.html +4 -4
- package/docs/classes/line.THREE_Line2.html +4 -4
- package/docs/classes/line.THREE_LineSegments2.html +4 -4
- package/docs/classes/react.Store.html +4 -4
- package/docs/classes/server.BVH.html +587 -0
- package/docs/classes/server.BVHNode.html +567 -0
- package/docs/classes/server.BVHVector3.html +624 -0
- package/docs/classes/server.Model.html +30 -15
- package/docs/classes/server.PBMGroup.html +22 -7
- package/docs/classes/server.PBMMesh.html +22 -7
- package/docs/classes/sticker.Sticker.html +4 -4
- package/docs/index.html +4 -4
- package/docs/interfaces/five.AddableObject.html +4 -4
- package/docs/interfaces/five.AnimationFrame.html +243 -0
- package/docs/interfaces/five.BVHIntersect.html +204 -0
- package/docs/interfaces/five.CameraPose.html +232 -0
- package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +40 -15
- package/docs/interfaces/five.EventCallback.html +33 -30
- package/docs/interfaces/five.FiveInitArgs.html +4 -4
- package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +11 -11
- package/docs/interfaces/five.ImageOptions.html +11 -63
- package/docs/interfaces/five.ImageURLOptions.html +260 -0
- package/docs/interfaces/five.IntersectMeshInterface.html +4 -4
- package/docs/interfaces/five.Intersection.html +4 -4
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +13 -13
- package/docs/interfaces/five.ModelEventCallback.html +4 -4
- package/docs/interfaces/five.MovePanoOptions.html +4 -4
- package/docs/interfaces/five.PBMPanoPicture.html +219 -0
- package/docs/interfaces/five.PBMPanoVideo.html +238 -0
- package/docs/interfaces/five.PBMParameters.html +30 -182
- package/docs/interfaces/five.PanoCircleMeshInterface.html +83 -18
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +30 -16
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +13 -13
- package/docs/interfaces/five.Pose.html +4 -4
- package/docs/interfaces/five.Scissor.html +4 -4
- package/docs/interfaces/five.State.html +4 -4
- package/docs/interfaces/five.SubscribeMixinType.emit.html +5 -5
- package/docs/interfaces/five.SubscribeMixinType.hasListener.html +5 -5
- package/docs/interfaces/five.SubscribeMixinType.off.html +5 -5
- package/docs/interfaces/five.SubscribeMixinType.on.html +5 -5
- package/docs/interfaces/five.SubscribeMixinType.once.html +5 -5
- package/docs/interfaces/five.TextureOptions.html +296 -0
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -7
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +30 -15
- package/docs/interfaces/five.WorkCubeImage.html +251 -0
- package/docs/interfaces/five.WorkImage.html +306 -0
- package/docs/interfaces/five.WorkInitial.html +273 -0
- package/docs/interfaces/five.WorkModel.html +239 -0
- package/docs/interfaces/five.WorkObserver.html +323 -0
- package/docs/interfaces/five.WorkTile.html +274 -0
- package/docs/interfaces/five.WorkVideo.html +211 -0
- package/docs/interfaces/gltf_loader.GLTF.html +4 -4
- package/docs/interfaces/react.FiveActionReactCallbacks.html +4 -4
- package/docs/interfaces/react.FiveInjectionTypes.html +8 -8
- package/docs/interfaces/react.PropTypeOfFiveFeatures.html +4 -4
- package/docs/interfaces/server.BVHIntersect.html +303 -0
- package/docs/interfaces/server.Intersection.html +22 -7
- package/docs/interfaces/server.ModelEventCallback.html +22 -7
- package/docs/interfaces/sticker.IntersectionLike.html +4 -4
- package/docs/modules/five.SubscribeMixinType.html +4 -4
- package/docs/modules/five.html +188 -369
- package/docs/modules/gltf_loader.html +4 -4
- package/docs/modules/line.html +4 -4
- package/docs/modules/react.html +13 -13
- package/docs/modules/server.html +47 -22
- package/docs/modules/sticker.html +4 -4
- package/docs/modules.html +4 -4
- package/five/index.d.ts +297 -235
- package/five/index.js +13 -107
- package/gltf-loader/index.js +2 -2
- package/line/index.js +2 -2
- package/package.json +1 -3
- package/react/index.js +3 -3
- package/server/index.d.ts +136 -20
- package/server/index.js +11 -11
- package/sticker/index.js +2 -2
- package/umd/five-react.js +1 -1
- package/umd/five.js +1 -1
- package/docs/classes/five.HashCubeTexture.html +0 -266
|
@@ -0,0 +1,260 @@
|
|
|
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>ImageURLOptions | 如视 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.ImageURLOptions.html">ImageURLOptions</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Interface ImageURLOptions</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">ImageURLOptions</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.ImageURLOptions.html#basisLoaderInitialized" class="tsd-kind-icon">basis<wbr>Loader<wbr>Initialized</a></li>
|
|
85
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.ImageURLOptions.html#cut" class="tsd-kind-icon">cut</a></li>
|
|
86
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.ImageURLOptions.html#format" class="tsd-kind-icon">format</a></li>
|
|
87
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.ImageURLOptions.html#key" class="tsd-kind-icon">key</a></li>
|
|
88
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.ImageURLOptions.html#quality" class="tsd-kind-icon">quality</a></li>
|
|
89
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.ImageURLOptions.html#sharpen" class="tsd-kind-icon">sharpen</a></li>
|
|
90
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.ImageURLOptions.html#size" class="tsd-kind-icon">size</a></li>
|
|
91
|
+
</ul>
|
|
92
|
+
</section>
|
|
93
|
+
</div>
|
|
94
|
+
</section>
|
|
95
|
+
</section>
|
|
96
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
97
|
+
<h2>Properties</h2>
|
|
98
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
99
|
+
<a name="basisLoaderInitialized" class="tsd-anchor"></a>
|
|
100
|
+
<h3>basis<wbr>Loader<wbr>Initialized</h3>
|
|
101
|
+
<div class="tsd-signature tsd-kind-icon">basis<wbr>Loader<wbr>Initialized<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
102
|
+
<aside class="tsd-sources">
|
|
103
|
+
<ul>
|
|
104
|
+
<li>Defined in lib/five/utils/imageURL.ts:13</li>
|
|
105
|
+
</ul>
|
|
106
|
+
</aside>
|
|
107
|
+
</section>
|
|
108
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
109
|
+
<a name="cut" class="tsd-anchor"></a>
|
|
110
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> cut</h3>
|
|
111
|
+
<div class="tsd-signature tsd-kind-icon">cut<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span>width<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">, </span>height<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span></div>
|
|
112
|
+
<aside class="tsd-sources">
|
|
113
|
+
<ul>
|
|
114
|
+
<li>Defined in lib/five/utils/imageURL.ts:17</li>
|
|
115
|
+
</ul>
|
|
116
|
+
</aside>
|
|
117
|
+
</section>
|
|
118
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
119
|
+
<a name="format" class="tsd-anchor"></a>
|
|
120
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> format</h3>
|
|
121
|
+
<div class="tsd-signature tsd-kind-icon">format<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"jpg"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"png"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"heif"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"webp"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"avif"</span></div>
|
|
122
|
+
<aside class="tsd-sources">
|
|
123
|
+
<ul>
|
|
124
|
+
<li>Defined in lib/five/utils/imageURL.ts:16</li>
|
|
125
|
+
</ul>
|
|
126
|
+
</aside>
|
|
127
|
+
</section>
|
|
128
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
129
|
+
<a name="key" class="tsd-anchor"></a>
|
|
130
|
+
<h3>key</h3>
|
|
131
|
+
<div class="tsd-signature tsd-kind-icon">key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
132
|
+
<aside class="tsd-sources">
|
|
133
|
+
<ul>
|
|
134
|
+
<li>Defined in lib/five/utils/imageURL.ts:12</li>
|
|
135
|
+
</ul>
|
|
136
|
+
</aside>
|
|
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/utils/imageURL.ts:15</li>
|
|
145
|
+
</ul>
|
|
146
|
+
</aside>
|
|
147
|
+
</section>
|
|
148
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
149
|
+
<a name="sharpen" class="tsd-anchor"></a>
|
|
150
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> sharpen</h3>
|
|
151
|
+
<div class="tsd-signature tsd-kind-icon">sharpen<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
152
|
+
<aside class="tsd-sources">
|
|
153
|
+
<ul>
|
|
154
|
+
<li>Defined in lib/five/utils/imageURL.ts:18</li>
|
|
155
|
+
</ul>
|
|
156
|
+
</aside>
|
|
157
|
+
</section>
|
|
158
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
159
|
+
<a name="size" class="tsd-anchor"></a>
|
|
160
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> size</h3>
|
|
161
|
+
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
162
|
+
<aside class="tsd-sources">
|
|
163
|
+
<ul>
|
|
164
|
+
<li>Defined in lib/five/utils/imageURL.ts:14</li>
|
|
165
|
+
</ul>
|
|
166
|
+
</aside>
|
|
167
|
+
</section>
|
|
168
|
+
</section>
|
|
169
|
+
</div>
|
|
170
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
171
|
+
<nav class="tsd-navigation primary">
|
|
172
|
+
<ul>
|
|
173
|
+
<li class=" ">
|
|
174
|
+
<a href="../modules.html">Modules</a>
|
|
175
|
+
</li>
|
|
176
|
+
<li class="current tsd-kind-module">
|
|
177
|
+
<a href="../modules/five.html">five</a>
|
|
178
|
+
</li>
|
|
179
|
+
<li class=" tsd-kind-module">
|
|
180
|
+
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
181
|
+
</li>
|
|
182
|
+
<li class=" tsd-kind-module">
|
|
183
|
+
<a href="../modules/line.html">line</a>
|
|
184
|
+
</li>
|
|
185
|
+
<li class=" tsd-kind-module">
|
|
186
|
+
<a href="../modules/react.html">react</a>
|
|
187
|
+
</li>
|
|
188
|
+
<li class=" tsd-kind-module">
|
|
189
|
+
<a href="../modules/server.html">server</a>
|
|
190
|
+
</li>
|
|
191
|
+
<li class=" tsd-kind-module">
|
|
192
|
+
<a href="../modules/sticker.html">sticker</a>
|
|
193
|
+
</li>
|
|
194
|
+
</ul>
|
|
195
|
+
</nav>
|
|
196
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
197
|
+
<ul class="before-current">
|
|
198
|
+
</ul>
|
|
199
|
+
<ul class="current">
|
|
200
|
+
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
201
|
+
<a href="five.ImageURLOptions.html" class="tsd-kind-icon">ImageURLOptions</a>
|
|
202
|
+
<ul>
|
|
203
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
204
|
+
<a href="five.ImageURLOptions.html#basisLoaderInitialized" class="tsd-kind-icon">basis<wbr>Loader<wbr>Initialized</a>
|
|
205
|
+
</li>
|
|
206
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
207
|
+
<a href="five.ImageURLOptions.html#cut" class="tsd-kind-icon">cut</a>
|
|
208
|
+
</li>
|
|
209
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
210
|
+
<a href="five.ImageURLOptions.html#format" class="tsd-kind-icon">format</a>
|
|
211
|
+
</li>
|
|
212
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
213
|
+
<a href="five.ImageURLOptions.html#key" class="tsd-kind-icon">key</a>
|
|
214
|
+
</li>
|
|
215
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
216
|
+
<a href="five.ImageURLOptions.html#quality" class="tsd-kind-icon">quality</a>
|
|
217
|
+
</li>
|
|
218
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
219
|
+
<a href="five.ImageURLOptions.html#sharpen" class="tsd-kind-icon">sharpen</a>
|
|
220
|
+
</li>
|
|
221
|
+
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
222
|
+
<a href="five.ImageURLOptions.html#size" class="tsd-kind-icon">size</a>
|
|
223
|
+
</li>
|
|
224
|
+
</ul>
|
|
225
|
+
</li>
|
|
226
|
+
</ul>
|
|
227
|
+
<ul class="after-current">
|
|
228
|
+
</ul>
|
|
229
|
+
</nav>
|
|
230
|
+
</div>
|
|
231
|
+
</div>
|
|
232
|
+
</div>
|
|
233
|
+
<footer>
|
|
234
|
+
<div class="container">
|
|
235
|
+
<h2>Legend</h2>
|
|
236
|
+
<div class="tsd-legend-group">
|
|
237
|
+
<ul class="tsd-legend">
|
|
238
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
239
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
240
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
241
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
242
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
243
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
244
|
+
</ul>
|
|
245
|
+
<ul class="tsd-legend">
|
|
246
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
247
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
248
|
+
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
249
|
+
</ul>
|
|
250
|
+
<ul class="tsd-legend">
|
|
251
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
252
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
253
|
+
</ul>
|
|
254
|
+
</div>
|
|
255
|
+
</div>
|
|
256
|
+
</footer>
|
|
257
|
+
<div class="overlay"></div>
|
|
258
|
+
<script src="../assets/js/main.js"></script>
|
|
259
|
+
</body>
|
|
260
|
+
</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>IntersectMeshInterface | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>IntersectMeshInterface | 如视 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.
|
|
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 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>
|
|
@@ -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>Intersection | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>Intersection | 如视 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.
|
|
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 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>
|
|
@@ -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>ModelControllerCustomInitArgs | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>ModelControllerCustomInitArgs | 如视 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.
|
|
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 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>
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
<aside class="tsd-sources">
|
|
115
115
|
<p>Inherited from <a href="five.PanoramaLikeControllerCustomInitArgs.html">PanoramaLikeControllerCustomInitArgs</a>.<a href="five.PanoramaLikeControllerCustomInitArgs.html#defaultFov">defaultFov</a></p>
|
|
116
116
|
<ul>
|
|
117
|
-
<li>Defined in lib/five/controllers/panoramaLike.ts:
|
|
117
|
+
<li>Defined in lib/five/controllers/panoramaLike.ts:25</li>
|
|
118
118
|
</ul>
|
|
119
119
|
</aside>
|
|
120
120
|
<div class="tsd-comment tsd-typography">
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
<aside class="tsd-sources">
|
|
131
131
|
<p>Inherited from <a href="five.PanoramaLikeControllerCustomInitArgs.html">PanoramaLikeControllerCustomInitArgs</a>.<a href="five.PanoramaLikeControllerCustomInitArgs.html#defaultLatitude">defaultLatitude</a></p>
|
|
132
132
|
<ul>
|
|
133
|
-
<li>Defined in lib/five/controllers/panoramaLike.ts:
|
|
133
|
+
<li>Defined in lib/five/controllers/panoramaLike.ts:19</li>
|
|
134
134
|
</ul>
|
|
135
135
|
</aside>
|
|
136
136
|
<div class="tsd-comment tsd-typography">
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<aside class="tsd-sources">
|
|
147
147
|
<p>Inherited from <a href="five.PanoramaLikeControllerCustomInitArgs.html">PanoramaLikeControllerCustomInitArgs</a>.<a href="five.PanoramaLikeControllerCustomInitArgs.html#defaultLongitude">defaultLongitude</a></p>
|
|
148
148
|
<ul>
|
|
149
|
-
<li>Defined in lib/five/controllers/panoramaLike.ts:
|
|
149
|
+
<li>Defined in lib/five/controllers/panoramaLike.ts:17</li>
|
|
150
150
|
</ul>
|
|
151
151
|
</aside>
|
|
152
152
|
<div class="tsd-comment tsd-typography">
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
<aside class="tsd-sources">
|
|
163
163
|
<p>Inherited from <a href="five.PanoramaLikeControllerCustomInitArgs.html">PanoramaLikeControllerCustomInitArgs</a>.<a href="five.PanoramaLikeControllerCustomInitArgs.html#maxFov">maxFov</a></p>
|
|
164
164
|
<ul>
|
|
165
|
-
<li>Defined in lib/five/controllers/panoramaLike.ts:
|
|
165
|
+
<li>Defined in lib/five/controllers/panoramaLike.ts:27</li>
|
|
166
166
|
</ul>
|
|
167
167
|
</aside>
|
|
168
168
|
<div class="tsd-comment tsd-typography">
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
<aside class="tsd-sources">
|
|
179
179
|
<p>Inherited from <a href="five.PanoramaLikeControllerCustomInitArgs.html">PanoramaLikeControllerCustomInitArgs</a>.<a href="five.PanoramaLikeControllerCustomInitArgs.html#maxLatitude">maxLatitude</a></p>
|
|
180
180
|
<ul>
|
|
181
|
-
<li>Defined in lib/five/controllers/panoramaLike.ts:
|
|
181
|
+
<li>Defined in lib/five/controllers/panoramaLike.ts:21</li>
|
|
182
182
|
</ul>
|
|
183
183
|
</aside>
|
|
184
184
|
<div class="tsd-comment tsd-typography">
|
|
@@ -194,7 +194,7 @@
|
|
|
194
194
|
<aside class="tsd-sources">
|
|
195
195
|
<p>Inherited from <a href="five.PanoramaLikeControllerCustomInitArgs.html">PanoramaLikeControllerCustomInitArgs</a>.<a href="five.PanoramaLikeControllerCustomInitArgs.html#minFov">minFov</a></p>
|
|
196
196
|
<ul>
|
|
197
|
-
<li>Defined in lib/five/controllers/panoramaLike.ts:
|
|
197
|
+
<li>Defined in lib/five/controllers/panoramaLike.ts:29</li>
|
|
198
198
|
</ul>
|
|
199
199
|
</aside>
|
|
200
200
|
<div class="tsd-comment tsd-typography">
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
<aside class="tsd-sources">
|
|
211
211
|
<p>Inherited from <a href="five.PanoramaLikeControllerCustomInitArgs.html">PanoramaLikeControllerCustomInitArgs</a>.<a href="five.PanoramaLikeControllerCustomInitArgs.html#minLatitude">minLatitude</a></p>
|
|
212
212
|
<ul>
|
|
213
|
-
<li>Defined in lib/five/controllers/panoramaLike.ts:
|
|
213
|
+
<li>Defined in lib/five/controllers/panoramaLike.ts:23</li>
|
|
214
214
|
</ul>
|
|
215
215
|
</aside>
|
|
216
216
|
<div class="tsd-comment tsd-typography">
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
<aside class="tsd-sources">
|
|
227
227
|
<p>Inherited from <a href="five.PanoramaLikeControllerCustomInitArgs.html">PanoramaLikeControllerCustomInitArgs</a>.<a href="five.PanoramaLikeControllerCustomInitArgs.html#moveSpeed">moveSpeed</a></p>
|
|
228
228
|
<ul>
|
|
229
|
-
<li>Defined in lib/five/controllers/panoramaLike.ts:
|
|
229
|
+
<li>Defined in lib/five/controllers/panoramaLike.ts:35</li>
|
|
230
230
|
</ul>
|
|
231
231
|
</aside>
|
|
232
232
|
<div class="tsd-comment tsd-typography">
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
<aside class="tsd-sources">
|
|
255
255
|
<p>Inherited from <a href="five.PanoramaLikeControllerCustomInitArgs.html">PanoramaLikeControllerCustomInitArgs</a>.<a href="five.PanoramaLikeControllerCustomInitArgs.html#intersectMeshCreator">intersectMeshCreator</a></p>
|
|
256
256
|
<ul>
|
|
257
|
-
<li>Defined in lib/five/controllers/panoramaLike.ts:
|
|
257
|
+
<li>Defined in lib/five/controllers/panoramaLike.ts:37</li>
|
|
258
258
|
</ul>
|
|
259
259
|
</aside>
|
|
260
260
|
<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>ModelEventCallback | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>ModelEventCallback | 如视 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.
|
|
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 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>
|
|
@@ -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>MovePanoOptions | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>MovePanoOptions | 如视 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.
|
|
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 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>
|