@realsee/five 5.0.0-alpha.50 → 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 +11 -11
- 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 +5 -5
- 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 +3 -3
- 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-line.js +1 -1
- package/umd/five-react.js +1 -1
- package/umd/five.js +1 -1
- package/docs/classes/five.HashCubeTexture.html +0 -266
|
@@ -0,0 +1,348 @@
|
|
|
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>Work | 如视 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.Work.html">Work</a>
|
|
60
|
+
</li>
|
|
61
|
+
</ul>
|
|
62
|
+
<h1>Class Work</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">Work</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>Constructors</h3>
|
|
83
|
+
<ul class="tsd-index-list">
|
|
84
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class"><a href="five.Work.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
85
|
+
</ul>
|
|
86
|
+
</section>
|
|
87
|
+
<section class="tsd-index-section ">
|
|
88
|
+
<h3>Properties</h3>
|
|
89
|
+
<ul class="tsd-index-list">
|
|
90
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.Work.html#allowHosts" class="tsd-kind-icon">allow<wbr>Hosts</a></li>
|
|
91
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.Work.html#expire" class="tsd-kind-icon">expire</a></li>
|
|
92
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.Work.html#initial" class="tsd-kind-icon">initial</a></li>
|
|
93
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.Work.html#issuer" class="tsd-kind-icon">issuer</a></li>
|
|
94
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.Work.html#model" class="tsd-kind-icon">model</a></li>
|
|
95
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.Work.html#name" class="tsd-kind-icon">name</a></li>
|
|
96
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.Work.html#observers" class="tsd-kind-icon">observers</a></li>
|
|
97
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.Work.html#raw" class="tsd-kind-icon">raw</a></li>
|
|
98
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.Work.html#workCode" class="tsd-kind-icon">work<wbr>Code</a></li>
|
|
99
|
+
</ul>
|
|
100
|
+
</section>
|
|
101
|
+
<section class="tsd-index-section ">
|
|
102
|
+
<h3>Methods</h3>
|
|
103
|
+
<ul class="tsd-index-list">
|
|
104
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><a href="five.Work.html#toJSON" class="tsd-kind-icon">toJSON</a></li>
|
|
105
|
+
</ul>
|
|
106
|
+
</section>
|
|
107
|
+
</div>
|
|
108
|
+
</section>
|
|
109
|
+
</section>
|
|
110
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
111
|
+
<h2>Constructors</h2>
|
|
112
|
+
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
|
|
113
|
+
<a name="constructor" class="tsd-anchor"></a>
|
|
114
|
+
<h3>constructor</h3>
|
|
115
|
+
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
|
|
116
|
+
<li class="tsd-signature tsd-kind-icon">new <wbr>Work<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a></li>
|
|
117
|
+
</ul>
|
|
118
|
+
<ul class="tsd-descriptions">
|
|
119
|
+
<li class="tsd-description">
|
|
120
|
+
<aside class="tsd-sources">
|
|
121
|
+
<ul>
|
|
122
|
+
<li>Defined in lib/five/work/work.ts:76</li>
|
|
123
|
+
</ul>
|
|
124
|
+
</aside>
|
|
125
|
+
<h4 class="tsd-returns-title">Returns <a href="five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a></h4>
|
|
126
|
+
</li>
|
|
127
|
+
</ul>
|
|
128
|
+
</section>
|
|
129
|
+
</section>
|
|
130
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
131
|
+
<h2>Properties</h2>
|
|
132
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
133
|
+
<a name="allowHosts" class="tsd-anchor"></a>
|
|
134
|
+
<h3>allow<wbr>Hosts</h3>
|
|
135
|
+
<div class="tsd-signature tsd-kind-icon">allow<wbr>Hosts<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></div>
|
|
136
|
+
<aside class="tsd-sources">
|
|
137
|
+
<ul>
|
|
138
|
+
<li>Defined in lib/five/work/work.ts:69</li>
|
|
139
|
+
</ul>
|
|
140
|
+
</aside>
|
|
141
|
+
</section>
|
|
142
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
143
|
+
<a name="expire" class="tsd-anchor"></a>
|
|
144
|
+
<h3>expire</h3>
|
|
145
|
+
<div class="tsd-signature tsd-kind-icon">expire<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Date</span></div>
|
|
146
|
+
<aside class="tsd-sources">
|
|
147
|
+
<ul>
|
|
148
|
+
<li>Defined in lib/five/work/work.ts:70</li>
|
|
149
|
+
</ul>
|
|
150
|
+
</aside>
|
|
151
|
+
</section>
|
|
152
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
153
|
+
<a name="initial" class="tsd-anchor"></a>
|
|
154
|
+
<h3>initial</h3>
|
|
155
|
+
<div class="tsd-signature tsd-kind-icon">initial<span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.WorkInitial.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkInitial</a></div>
|
|
156
|
+
<aside class="tsd-sources">
|
|
157
|
+
<ul>
|
|
158
|
+
<li>Defined in lib/five/work/work.ts:71</li>
|
|
159
|
+
</ul>
|
|
160
|
+
</aside>
|
|
161
|
+
</section>
|
|
162
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
163
|
+
<a name="issuer" class="tsd-anchor"></a>
|
|
164
|
+
<h3>issuer</h3>
|
|
165
|
+
<div class="tsd-signature tsd-kind-icon">issuer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
166
|
+
<aside class="tsd-sources">
|
|
167
|
+
<ul>
|
|
168
|
+
<li>Defined in lib/five/work/work.ts:74</li>
|
|
169
|
+
</ul>
|
|
170
|
+
</aside>
|
|
171
|
+
</section>
|
|
172
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
173
|
+
<a name="model" class="tsd-anchor"></a>
|
|
174
|
+
<h3><span class="tsd-flag ts-flagOptional">Optional</span> model</h3>
|
|
175
|
+
<div class="tsd-signature tsd-kind-icon">model<span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.WorkModel.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkModel</a></div>
|
|
176
|
+
<aside class="tsd-sources">
|
|
177
|
+
<ul>
|
|
178
|
+
<li>Defined in lib/five/work/work.ts:72</li>
|
|
179
|
+
</ul>
|
|
180
|
+
</aside>
|
|
181
|
+
</section>
|
|
182
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
183
|
+
<a name="name" class="tsd-anchor"></a>
|
|
184
|
+
<h3>name</h3>
|
|
185
|
+
<div class="tsd-signature tsd-kind-icon">name<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
186
|
+
<aside class="tsd-sources">
|
|
187
|
+
<ul>
|
|
188
|
+
<li>Defined in lib/five/work/work.ts:67</li>
|
|
189
|
+
</ul>
|
|
190
|
+
</aside>
|
|
191
|
+
</section>
|
|
192
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
193
|
+
<a name="observers" class="tsd-anchor"></a>
|
|
194
|
+
<h3>observers</h3>
|
|
195
|
+
<div class="tsd-signature tsd-kind-icon">observers<span class="tsd-signature-symbol">:</span> <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a><span class="tsd-signature-symbol">[]</span></div>
|
|
196
|
+
<aside class="tsd-sources">
|
|
197
|
+
<ul>
|
|
198
|
+
<li>Defined in lib/five/work/work.ts:73</li>
|
|
199
|
+
</ul>
|
|
200
|
+
</aside>
|
|
201
|
+
</section>
|
|
202
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
203
|
+
<a name="raw" class="tsd-anchor"></a>
|
|
204
|
+
<h3>raw</h3>
|
|
205
|
+
<div class="tsd-signature tsd-kind-icon">raw<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
|
|
206
|
+
<aside class="tsd-sources">
|
|
207
|
+
<ul>
|
|
208
|
+
<li>Defined in lib/five/work/work.ts:75</li>
|
|
209
|
+
</ul>
|
|
210
|
+
</aside>
|
|
211
|
+
</section>
|
|
212
|
+
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
213
|
+
<a name="workCode" class="tsd-anchor"></a>
|
|
214
|
+
<h3>work<wbr>Code</h3>
|
|
215
|
+
<div class="tsd-signature tsd-kind-icon">work<wbr>Code<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
216
|
+
<aside class="tsd-sources">
|
|
217
|
+
<ul>
|
|
218
|
+
<li>Defined in lib/five/work/work.ts:68</li>
|
|
219
|
+
</ul>
|
|
220
|
+
</aside>
|
|
221
|
+
</section>
|
|
222
|
+
</section>
|
|
223
|
+
<section class="tsd-panel-group tsd-member-group ">
|
|
224
|
+
<h2>Methods</h2>
|
|
225
|
+
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
226
|
+
<a name="toJSON" class="tsd-anchor"></a>
|
|
227
|
+
<h3>toJSON</h3>
|
|
228
|
+
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
229
|
+
<li class="tsd-signature tsd-kind-icon">toJSON<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
|
|
230
|
+
</ul>
|
|
231
|
+
<ul class="tsd-descriptions">
|
|
232
|
+
<li class="tsd-description">
|
|
233
|
+
<aside class="tsd-sources">
|
|
234
|
+
<ul>
|
|
235
|
+
<li>Defined in lib/five/work/work.ts:92</li>
|
|
236
|
+
</ul>
|
|
237
|
+
</aside>
|
|
238
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
|
|
239
|
+
</li>
|
|
240
|
+
</ul>
|
|
241
|
+
</section>
|
|
242
|
+
</section>
|
|
243
|
+
</div>
|
|
244
|
+
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
245
|
+
<nav class="tsd-navigation primary">
|
|
246
|
+
<ul>
|
|
247
|
+
<li class=" ">
|
|
248
|
+
<a href="../modules.html">Modules</a>
|
|
249
|
+
</li>
|
|
250
|
+
<li class="current tsd-kind-module">
|
|
251
|
+
<a href="../modules/five.html">five</a>
|
|
252
|
+
</li>
|
|
253
|
+
<li class=" tsd-kind-module">
|
|
254
|
+
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
255
|
+
</li>
|
|
256
|
+
<li class=" tsd-kind-module">
|
|
257
|
+
<a href="../modules/line.html">line</a>
|
|
258
|
+
</li>
|
|
259
|
+
<li class=" tsd-kind-module">
|
|
260
|
+
<a href="../modules/react.html">react</a>
|
|
261
|
+
</li>
|
|
262
|
+
<li class=" tsd-kind-module">
|
|
263
|
+
<a href="../modules/server.html">server</a>
|
|
264
|
+
</li>
|
|
265
|
+
<li class=" tsd-kind-module">
|
|
266
|
+
<a href="../modules/sticker.html">sticker</a>
|
|
267
|
+
</li>
|
|
268
|
+
</ul>
|
|
269
|
+
</nav>
|
|
270
|
+
<nav class="tsd-navigation secondary menu-sticky">
|
|
271
|
+
<ul class="before-current">
|
|
272
|
+
</ul>
|
|
273
|
+
<ul class="current">
|
|
274
|
+
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
275
|
+
<a href="five.Work.html" class="tsd-kind-icon">Work</a>
|
|
276
|
+
<ul>
|
|
277
|
+
<li class=" tsd-kind-constructor tsd-parent-kind-class">
|
|
278
|
+
<a href="five.Work.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
279
|
+
</li>
|
|
280
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
281
|
+
<a href="five.Work.html#allowHosts" class="tsd-kind-icon">allow<wbr>Hosts</a>
|
|
282
|
+
</li>
|
|
283
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
284
|
+
<a href="five.Work.html#expire" class="tsd-kind-icon">expire</a>
|
|
285
|
+
</li>
|
|
286
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
287
|
+
<a href="five.Work.html#initial" class="tsd-kind-icon">initial</a>
|
|
288
|
+
</li>
|
|
289
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
290
|
+
<a href="five.Work.html#issuer" class="tsd-kind-icon">issuer</a>
|
|
291
|
+
</li>
|
|
292
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
293
|
+
<a href="five.Work.html#model" class="tsd-kind-icon">model</a>
|
|
294
|
+
</li>
|
|
295
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
296
|
+
<a href="five.Work.html#name" class="tsd-kind-icon">name</a>
|
|
297
|
+
</li>
|
|
298
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
299
|
+
<a href="five.Work.html#observers" class="tsd-kind-icon">observers</a>
|
|
300
|
+
</li>
|
|
301
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
302
|
+
<a href="five.Work.html#raw" class="tsd-kind-icon">raw</a>
|
|
303
|
+
</li>
|
|
304
|
+
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
305
|
+
<a href="five.Work.html#workCode" class="tsd-kind-icon">work<wbr>Code</a>
|
|
306
|
+
</li>
|
|
307
|
+
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
308
|
+
<a href="five.Work.html#toJSON" class="tsd-kind-icon">toJSON</a>
|
|
309
|
+
</li>
|
|
310
|
+
</ul>
|
|
311
|
+
</li>
|
|
312
|
+
</ul>
|
|
313
|
+
<ul class="after-current">
|
|
314
|
+
</ul>
|
|
315
|
+
</nav>
|
|
316
|
+
</div>
|
|
317
|
+
</div>
|
|
318
|
+
</div>
|
|
319
|
+
<footer>
|
|
320
|
+
<div class="container">
|
|
321
|
+
<h2>Legend</h2>
|
|
322
|
+
<div class="tsd-legend-group">
|
|
323
|
+
<ul class="tsd-legend">
|
|
324
|
+
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
325
|
+
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
326
|
+
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
327
|
+
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
328
|
+
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
329
|
+
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
330
|
+
</ul>
|
|
331
|
+
<ul class="tsd-legend">
|
|
332
|
+
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
333
|
+
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
334
|
+
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
335
|
+
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
336
|
+
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
337
|
+
</ul>
|
|
338
|
+
<ul class="tsd-legend">
|
|
339
|
+
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
340
|
+
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
341
|
+
</ul>
|
|
342
|
+
</div>
|
|
343
|
+
</div>
|
|
344
|
+
</footer>
|
|
345
|
+
<div class="overlay"></div>
|
|
346
|
+
<script src="../assets/js/main.js"></script>
|
|
347
|
+
</body>
|
|
348
|
+
</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>GLTFLoader | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>GLTFLoader | 如视 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/gltf_loader.html">gltf-loader</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>GLTFObject | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>GLTFObject | 如视 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/gltf_loader.html">gltf-loader</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>Line | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>Line | 如视 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/line.html">line</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>LineGeometry | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>LineGeometry | 如视 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/line.html">line</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>LineMaterial | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>LineMaterial | 如视 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/line.html">line</a>
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
<aside class="tsd-sources">
|
|
117
117
|
<p>Overrides THREE.ShaderMaterial.constructor</p>
|
|
118
118
|
<ul>
|
|
119
|
-
<li>Defined in lib/line/utils/LineMaterial.ts:
|
|
119
|
+
<li>Defined in lib/line/utils/LineMaterial.ts:253</li>
|
|
120
120
|
</ul>
|
|
121
121
|
</aside>
|
|
122
122
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
<div class="tsd-signature tsd-kind-icon">color<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Vector3</span></div>
|
|
139
139
|
<aside class="tsd-sources">
|
|
140
140
|
<ul>
|
|
141
|
-
<li>Defined in lib/line/utils/LineMaterial.ts:
|
|
141
|
+
<li>Defined in lib/line/utils/LineMaterial.ts:246</li>
|
|
142
142
|
</ul>
|
|
143
143
|
</aside>
|
|
144
144
|
</section>
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
<div class="tsd-signature tsd-kind-icon">dash<wbr>Scale<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
149
149
|
<aside class="tsd-sources">
|
|
150
150
|
<ul>
|
|
151
|
-
<li>Defined in lib/line/utils/LineMaterial.ts:
|
|
151
|
+
<li>Defined in lib/line/utils/LineMaterial.ts:248</li>
|
|
152
152
|
</ul>
|
|
153
153
|
</aside>
|
|
154
154
|
</section>
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
<div class="tsd-signature tsd-kind-icon">dash<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
159
159
|
<aside class="tsd-sources">
|
|
160
160
|
<ul>
|
|
161
|
-
<li>Defined in lib/line/utils/LineMaterial.ts:
|
|
161
|
+
<li>Defined in lib/line/utils/LineMaterial.ts:249</li>
|
|
162
162
|
</ul>
|
|
163
163
|
</aside>
|
|
164
164
|
</section>
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
<div class="tsd-signature tsd-kind-icon">dashed<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
169
169
|
<aside class="tsd-sources">
|
|
170
170
|
<ul>
|
|
171
|
-
<li>Defined in lib/line/utils/LineMaterial.ts:
|
|
171
|
+
<li>Defined in lib/line/utils/LineMaterial.ts:247</li>
|
|
172
172
|
</ul>
|
|
173
173
|
</aside>
|
|
174
174
|
</section>
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
<div class="tsd-signature tsd-kind-icon">gap<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
179
179
|
<aside class="tsd-sources">
|
|
180
180
|
<ul>
|
|
181
|
-
<li>Defined in lib/line/utils/LineMaterial.ts:
|
|
181
|
+
<li>Defined in lib/line/utils/LineMaterial.ts:250</li>
|
|
182
182
|
</ul>
|
|
183
183
|
</aside>
|
|
184
184
|
</section>
|
|
@@ -188,7 +188,7 @@
|
|
|
188
188
|
<div class="tsd-signature tsd-kind-icon">resolution<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector2</span></div>
|
|
189
189
|
<aside class="tsd-sources">
|
|
190
190
|
<ul>
|
|
191
|
-
<li>Defined in lib/line/utils/LineMaterial.ts:
|
|
191
|
+
<li>Defined in lib/line/utils/LineMaterial.ts:251</li>
|
|
192
192
|
</ul>
|
|
193
193
|
</aside>
|
|
194
194
|
</section>
|
|
@@ -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>LineSegmentsGeometry | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>LineSegmentsGeometry | 如视 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/line.html">line</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>THREE_Line2 | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>THREE_Line2 | 如视 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/line.html">line</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>THREE_LineSegments2 | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>THREE_LineSegments2 | 如视 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/line.html">line</a>
|