@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
|
@@ -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>gltf-loader | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>gltf-loader | 如视 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="gltf_loader.html">gltf-loader</a>
|
package/docs/modules/line.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>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="line.html">line</a>
|
package/docs/modules/react.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>react | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>react | 如视 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="react.html">react</a>
|
|
@@ -165,7 +165,7 @@
|
|
|
165
165
|
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
166
166
|
<a name="FiveProviderPropTypes" class="tsd-anchor"></a>
|
|
167
167
|
<h3>Five<wbr>Provider<wbr>Prop<wbr>Types</h3>
|
|
168
|
-
<div class="tsd-signature tsd-kind-icon">Five<wbr>Provider<wbr>Prop<wbr>Types<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">React.ReactNode</span><span class="tsd-signature-symbol">; </span>initialState<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherit"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"initial"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/five.State.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"offset"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>initialUserAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>initialWork<span class="tsd-signature-symbol">?: </span><a href="five.html
|
|
168
|
+
<div class="tsd-signature tsd-kind-icon">Five<wbr>Provider<wbr>Prop<wbr>Types<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>children<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">React.ReactNode</span><span class="tsd-signature-symbol">; </span>initialState<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherit"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"initial"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/five.State.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"offset"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>initialUserAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>initialWork<span class="tsd-signature-symbol">?: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">; </span>work<span class="tsd-signature-symbol">?: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol">; </span>onCurrentStateChange<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>onError<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>onStateChange<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>onWorkChange<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></div>
|
|
169
169
|
<aside class="tsd-sources">
|
|
170
170
|
<ul>
|
|
171
171
|
<li>Defined in lib/react/createProvider.tsx:6</li>
|
|
@@ -184,10 +184,10 @@
|
|
|
184
184
|
<h5><span class="tsd-flag ts-flagOptional">Optional</span> initial<wbr>User<wbr>Action<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
185
185
|
</li>
|
|
186
186
|
<li class="tsd-parameter">
|
|
187
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> initial<wbr>Work<span class="tsd-signature-symbol">?: </span><a href="five.html
|
|
187
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> initial<wbr>Work<span class="tsd-signature-symbol">?: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol">></span></h5>
|
|
188
188
|
</li>
|
|
189
189
|
<li class="tsd-parameter">
|
|
190
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> work<span class="tsd-signature-symbol">?: </span><a href="five.html
|
|
190
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> work<span class="tsd-signature-symbol">?: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a></h5>
|
|
191
191
|
</li>
|
|
192
192
|
<li class="tsd-parameter">
|
|
193
193
|
<h5>on<wbr>Current<wbr>State<wbr>Change<span class="tsd-signature-symbol">: </span>function</h5>
|
|
@@ -264,7 +264,7 @@
|
|
|
264
264
|
<li class="tsd-parameter">
|
|
265
265
|
<h5>on<wbr>Work<wbr>Change<span class="tsd-signature-symbol">: </span>function</h5>
|
|
266
266
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
267
|
-
<li class="tsd-signature tsd-kind-icon">on<wbr>Work<wbr>Change<span class="tsd-signature-symbol">(</span>work<span class="tsd-signature-symbol">: </span><a href="five.html
|
|
267
|
+
<li class="tsd-signature tsd-kind-icon">on<wbr>Work<wbr>Change<span class="tsd-signature-symbol">(</span>work<span class="tsd-signature-symbol">: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
268
268
|
</ul>
|
|
269
269
|
<ul class="tsd-descriptions">
|
|
270
270
|
<li class="tsd-description">
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
277
277
|
<ul class="tsd-parameters">
|
|
278
278
|
<li>
|
|
279
|
-
<h5>work: <a href="five.html
|
|
279
|
+
<h5>work: <a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a></h5>
|
|
280
280
|
</li>
|
|
281
281
|
</ul>
|
|
282
282
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -913,7 +913,7 @@
|
|
|
913
913
|
<a name="useFiveCurrentObserver" class="tsd-anchor"></a>
|
|
914
914
|
<h3>use<wbr>Five<wbr>Current<wbr>Observer</h3>
|
|
915
915
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
916
|
-
<li class="tsd-signature tsd-kind-icon">use<wbr>Five<wbr>Current<wbr>Observer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="five.html
|
|
916
|
+
<li class="tsd-signature tsd-kind-icon">use<wbr>Five<wbr>Current<wbr>Observer<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"observers"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></li>
|
|
917
917
|
</ul>
|
|
918
918
|
<ul class="tsd-descriptions">
|
|
919
919
|
<li class="tsd-description">
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
</dd>
|
|
934
934
|
</dl>
|
|
935
935
|
</div>
|
|
936
|
-
<h4 class="tsd-returns-title">Returns <a href="five.html
|
|
936
|
+
<h4 class="tsd-returns-title">Returns <a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">"observers"</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol">[</span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">]</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">null</span></h4>
|
|
937
937
|
<p>Work.observers[number] 当前观测点, 如果 work 未加载则为 null</p>
|
|
938
938
|
</li>
|
|
939
939
|
</ul>
|
|
@@ -1345,7 +1345,7 @@
|
|
|
1345
1345
|
<a name="useFiveWork" class="tsd-anchor"></a>
|
|
1346
1346
|
<h3>use<wbr>Five<wbr>Work</h3>
|
|
1347
1347
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
1348
|
-
<li class="tsd-signature tsd-kind-icon">use<wbr>Five<wbr>Work<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span>work<span class="tsd-signature-symbol">: </span><a href="five.html
|
|
1348
|
+
<li class="tsd-signature tsd-kind-icon">use<wbr>Five<wbr>Work<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">[</span>work<span class="tsd-signature-symbol">: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">, </span>loadWork<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>work<span class="tsd-signature-symbol">: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a>, state<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherit"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"initial"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/five.State.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"offset"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span>, duration<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">]</span></li>
|
|
1349
1349
|
</ul>
|
|
1350
1350
|
<ul class="tsd-descriptions">
|
|
1351
1351
|
<li class="tsd-description">
|
|
@@ -1377,7 +1377,7 @@
|
|
|
1377
1377
|
</dd>
|
|
1378
1378
|
</dl>
|
|
1379
1379
|
</div>
|
|
1380
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">[</span>work<span class="tsd-signature-symbol">: </span><a href="five.html
|
|
1380
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-symbol">[</span>work<span class="tsd-signature-symbol">: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">undefined</span><span class="tsd-signature-symbol">, </span>loadWork<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">(</span>work<span class="tsd-signature-symbol">: </span><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a>, state<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">"inherit"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"initial"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">Omit</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/five.State.html" class="tsd-signature-type" data-tsd-kind="Interface">State</a><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">"offset"</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">></span>, duration<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span>, userAction<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">Promise</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">void</span><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">]</span></h4>
|
|
1381
1381
|
<p>[ work: 获取当前的 Work, loadWork: 设置 Work ]</p>
|
|
1382
1382
|
</li>
|
|
1383
1383
|
</ul>
|
package/docs/modules/server.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>server | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>server | 如视 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="server.html">server</a>
|
|
@@ -86,18 +86,22 @@
|
|
|
86
86
|
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a></li>
|
|
87
87
|
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#SubscribeMixinType" class="tsd-kind-icon">Subscribe<wbr>Mixin<wbr>Type</a></li>
|
|
88
88
|
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#Work" class="tsd-kind-icon">Work</a></li>
|
|
89
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#
|
|
89
|
+
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a></li>
|
|
90
|
+
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkImage" class="tsd-kind-icon">Work<wbr>Image</a></li>
|
|
90
91
|
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a></li>
|
|
91
92
|
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkModel" class="tsd-kind-icon">Work<wbr>Model</a></li>
|
|
92
93
|
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkObserver" class="tsd-kind-icon">Work<wbr>Observer</a></li>
|
|
94
|
+
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkTile" class="tsd-kind-icon">Work<wbr>Tile</a></li>
|
|
93
95
|
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkVideo" class="tsd-kind-icon">Work<wbr>Video</a></li>
|
|
94
96
|
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a></li>
|
|
95
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#stringifyWork" class="tsd-kind-icon">stringify<wbr>Work</a></li>
|
|
96
97
|
</ul>
|
|
97
98
|
</section>
|
|
98
99
|
<section class="tsd-index-section ">
|
|
99
100
|
<h3>Classes</h3>
|
|
100
101
|
<ul class="tsd-index-list">
|
|
102
|
+
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVH.html" class="tsd-kind-icon">BVH</a></li>
|
|
103
|
+
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVHNode.html" class="tsd-kind-icon">BVHNode</a></li>
|
|
104
|
+
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a></li>
|
|
101
105
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.Model.html" class="tsd-kind-icon">Model</a></li>
|
|
102
106
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.PBMGroup.html" class="tsd-kind-icon">PBMGroup</a></li>
|
|
103
107
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a></li>
|
|
@@ -106,6 +110,7 @@
|
|
|
106
110
|
<section class="tsd-index-section ">
|
|
107
111
|
<h3>Interfaces</h3>
|
|
108
112
|
<ul class="tsd-index-list">
|
|
113
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a></li>
|
|
109
114
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/server.Intersection.html" class="tsd-kind-icon">Intersection</a></li>
|
|
110
115
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/server.ModelEventCallback.html" class="tsd-kind-icon">Model<wbr>Event<wbr>Callback</a></li>
|
|
111
116
|
</ul>
|
|
@@ -199,43 +204,48 @@
|
|
|
199
204
|
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
200
205
|
<a name="Work" class="tsd-anchor"></a>
|
|
201
206
|
<h3>Work</h3>
|
|
202
|
-
Re-exports <a href="five.html
|
|
207
|
+
Re-exports <a href="../classes/five.Work.html">Work</a>
|
|
203
208
|
</section>
|
|
204
209
|
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
205
|
-
<a name="
|
|
206
|
-
<h3>Work<wbr>
|
|
207
|
-
Re-exports <a href="five.html
|
|
210
|
+
<a name="WorkCubeImage" class="tsd-anchor"></a>
|
|
211
|
+
<h3>Work<wbr>Cube<wbr>Image</h3>
|
|
212
|
+
Re-exports <a href="../interfaces/five.WorkCubeImage.html">WorkCubeImage</a>
|
|
213
|
+
</section>
|
|
214
|
+
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
215
|
+
<a name="WorkImage" class="tsd-anchor"></a>
|
|
216
|
+
<h3>Work<wbr>Image</h3>
|
|
217
|
+
Re-exports <a href="../interfaces/five.WorkImage.html">WorkImage</a>
|
|
208
218
|
</section>
|
|
209
219
|
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
210
220
|
<a name="WorkInitial" class="tsd-anchor"></a>
|
|
211
221
|
<h3>Work<wbr>Initial</h3>
|
|
212
|
-
Re-exports <a href="five.html
|
|
222
|
+
Re-exports <a href="../interfaces/five.WorkInitial.html">WorkInitial</a>
|
|
213
223
|
</section>
|
|
214
224
|
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
215
225
|
<a name="WorkModel" class="tsd-anchor"></a>
|
|
216
226
|
<h3>Work<wbr>Model</h3>
|
|
217
|
-
Re-exports <a href="five.html
|
|
227
|
+
Re-exports <a href="../interfaces/five.WorkModel.html">WorkModel</a>
|
|
218
228
|
</section>
|
|
219
229
|
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
220
230
|
<a name="WorkObserver" class="tsd-anchor"></a>
|
|
221
231
|
<h3>Work<wbr>Observer</h3>
|
|
222
|
-
Re-exports <a href="five.html
|
|
232
|
+
Re-exports <a href="../interfaces/five.WorkObserver.html">WorkObserver</a>
|
|
233
|
+
</section>
|
|
234
|
+
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
235
|
+
<a name="WorkTile" class="tsd-anchor"></a>
|
|
236
|
+
<h3>Work<wbr>Tile</h3>
|
|
237
|
+
Re-exports <a href="../interfaces/five.WorkTile.html">WorkTile</a>
|
|
223
238
|
</section>
|
|
224
239
|
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
225
240
|
<a name="WorkVideo" class="tsd-anchor"></a>
|
|
226
241
|
<h3>Work<wbr>Video</h3>
|
|
227
|
-
Re-exports <a href="five.html
|
|
242
|
+
Re-exports <a href="../interfaces/five.WorkVideo.html">WorkVideo</a>
|
|
228
243
|
</section>
|
|
229
244
|
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
230
245
|
<a name="parseWork" class="tsd-anchor"></a>
|
|
231
246
|
<h3>parse<wbr>Work</h3>
|
|
232
247
|
Re-exports <a href="five.html#parseWork">parseWork</a>
|
|
233
248
|
</section>
|
|
234
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
235
|
-
<a name="stringifyWork" class="tsd-anchor"></a>
|
|
236
|
-
<h3>stringify<wbr>Work</h3>
|
|
237
|
-
Re-exports <a href="five.html#stringifyWork">stringifyWork</a>
|
|
238
|
-
</section>
|
|
239
249
|
</section>
|
|
240
250
|
<section class="tsd-panel-group tsd-member-group ">
|
|
241
251
|
<h2>Type aliases</h2>
|
|
@@ -463,7 +473,10 @@
|
|
|
463
473
|
<a href="server.html#Work" class="tsd-kind-icon">Work</a>
|
|
464
474
|
</li>
|
|
465
475
|
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
466
|
-
<a href="server.html#
|
|
476
|
+
<a href="server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a>
|
|
477
|
+
</li>
|
|
478
|
+
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
479
|
+
<a href="server.html#WorkImage" class="tsd-kind-icon">Work<wbr>Image</a>
|
|
467
480
|
</li>
|
|
468
481
|
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
469
482
|
<a href="server.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a>
|
|
@@ -474,14 +487,23 @@
|
|
|
474
487
|
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
475
488
|
<a href="server.html#WorkObserver" class="tsd-kind-icon">Work<wbr>Observer</a>
|
|
476
489
|
</li>
|
|
490
|
+
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
491
|
+
<a href="server.html#WorkTile" class="tsd-kind-icon">Work<wbr>Tile</a>
|
|
492
|
+
</li>
|
|
477
493
|
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
478
494
|
<a href="server.html#WorkVideo" class="tsd-kind-icon">Work<wbr>Video</a>
|
|
479
495
|
</li>
|
|
480
496
|
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
481
497
|
<a href="server.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a>
|
|
482
498
|
</li>
|
|
483
|
-
<li class=" tsd-kind-
|
|
484
|
-
<a href="server.html
|
|
499
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
500
|
+
<a href="../classes/server.BVH.html" class="tsd-kind-icon">BVH</a>
|
|
501
|
+
</li>
|
|
502
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
503
|
+
<a href="../classes/server.BVHNode.html" class="tsd-kind-icon">BVHNode</a>
|
|
504
|
+
</li>
|
|
505
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
506
|
+
<a href="../classes/server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a>
|
|
485
507
|
</li>
|
|
486
508
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
487
509
|
<a href="../classes/server.Model.html" class="tsd-kind-icon">Model</a>
|
|
@@ -492,6 +514,9 @@
|
|
|
492
514
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
493
515
|
<a href="../classes/server.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a>
|
|
494
516
|
</li>
|
|
517
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
518
|
+
<a href="../interfaces/server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
|
|
519
|
+
</li>
|
|
495
520
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
496
521
|
<a href="../interfaces/server.Intersection.html" class="tsd-kind-icon">Intersection</a>
|
|
497
522
|
</li>
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>sticker | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>sticker | 如视 Five SDK - v5.0.0-alpha.54</title>
|
|
7
|
+
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="../assets/css/main.css">
|
|
10
10
|
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.
|
|
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="sticker.html">sticker</a>
|
package/docs/modules.html
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="utf-8">
|
|
5
5
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>如视 Five SDK - v5.0.0-alpha.54</title>
|
|
7
|
+
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
|
|
8
8
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
9
|
<link rel="stylesheet" href="assets/css/main.css">
|
|
10
10
|
<script async src="assets/js/search.js" id="search-script"></script>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
<li class="state loading">Preparing search index...</li>
|
|
24
24
|
<li class="state failure">The search index is not available</li>
|
|
25
25
|
</ul>
|
|
26
|
-
<a href="index.html" class="title">如视 Five SDK - v5.0.0-alpha.
|
|
26
|
+
<a href="index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</a>
|
|
27
27
|
</div>
|
|
28
28
|
<div class="table-cell" id="tsd-widgets">
|
|
29
29
|
<div id="tsd-filter">
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
</div>
|
|
49
49
|
<div class="tsd-page-title">
|
|
50
50
|
<div class="container">
|
|
51
|
-
<h1>如视 Five SDK - v5.0.0-alpha.
|
|
51
|
+
<h1>如视 Five SDK - v5.0.0-alpha.54</h1>
|
|
52
52
|
</div>
|
|
53
53
|
</div>
|
|
54
54
|
</header>
|