@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
package/docs/modules/five.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 | 如视 Five SDK - v5.0.0-alpha.
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.
|
|
6
|
+
<title>five | 如视 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="five.html">five</a>
|
|
@@ -76,9 +76,12 @@
|
|
|
76
76
|
<section class="tsd-index-section ">
|
|
77
77
|
<h3>Classes</h3>
|
|
78
78
|
<ul class="tsd-index-list">
|
|
79
|
+
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.AnimationFrameLoop.html" class="tsd-kind-icon">Animation<wbr>Frame<wbr>Loop</a></li>
|
|
80
|
+
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.BVH.html" class="tsd-kind-icon">BVH</a></li>
|
|
81
|
+
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.BVHNode.html" class="tsd-kind-icon">BVHNode</a></li>
|
|
82
|
+
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a></li>
|
|
79
83
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.Camera.html" class="tsd-kind-icon">Camera</a></li>
|
|
80
84
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.Five.html" class="tsd-kind-icon">Five</a></li>
|
|
81
|
-
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.HashCubeTexture.html" class="tsd-kind-icon">Hash<wbr>Cube<wbr>Texture</a></li>
|
|
82
85
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.InternalWebGLRenderer.html" class="tsd-kind-icon">Internal<wbr>WebGLRenderer</a></li>
|
|
83
86
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.Model.html" class="tsd-kind-icon">Model</a></li>
|
|
84
87
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.NetworkSubscribe.html" class="tsd-kind-icon">Network<wbr>Subscribe</a></li>
|
|
@@ -88,22 +91,29 @@
|
|
|
88
91
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a></li>
|
|
89
92
|
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.Scene.html" class="tsd-kind-icon">Scene</a></li>
|
|
90
93
|
<li class="tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter"><a href="../classes/five.Subscribe.html" class="tsd-kind-icon">Subscribe</a></li>
|
|
94
|
+
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/five.Work.html" class="tsd-kind-icon">Work</a></li>
|
|
91
95
|
</ul>
|
|
92
96
|
</section>
|
|
93
97
|
<section class="tsd-index-section ">
|
|
94
98
|
<h3>Interfaces</h3>
|
|
95
99
|
<ul class="tsd-index-list">
|
|
96
100
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.AddableObject.html" class="tsd-kind-icon">Addable<wbr>Object</a></li>
|
|
101
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.AnimationFrame.html" class="tsd-kind-icon">Animation<wbr>Frame</a></li>
|
|
102
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a></li>
|
|
103
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.CameraPose.html" class="tsd-kind-icon">Camera<wbr>Pose</a></li>
|
|
97
104
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.DepthPanoramaControllerCustomInitArgs.html" class="tsd-kind-icon">Depth<wbr>Panorama<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a></li>
|
|
98
105
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.EventCallback.html" class="tsd-kind-icon">Event<wbr>Callback</a></li>
|
|
99
106
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.FiveInitArgs.html" class="tsd-kind-icon">Five<wbr>Init<wbr>Args</a></li>
|
|
100
107
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.FloorplanControllerCustomInitArgs.html" class="tsd-kind-icon">Floorplan<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a></li>
|
|
101
108
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.ImageOptions.html" class="tsd-kind-icon">Image<wbr>Options</a></li>
|
|
109
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.ImageURLOptions.html" class="tsd-kind-icon">ImageURLOptions</a></li>
|
|
102
110
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.IntersectMeshInterface.html" class="tsd-kind-icon">Intersect<wbr>Mesh<wbr>Interface</a></li>
|
|
103
111
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.Intersection.html" class="tsd-kind-icon">Intersection</a></li>
|
|
104
112
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.ModelControllerCustomInitArgs.html" class="tsd-kind-icon">Model<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a></li>
|
|
105
113
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.ModelEventCallback.html" class="tsd-kind-icon">Model<wbr>Event<wbr>Callback</a></li>
|
|
106
114
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.MovePanoOptions.html" class="tsd-kind-icon">Move<wbr>Pano<wbr>Options</a></li>
|
|
115
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.PBMPanoPicture.html" class="tsd-kind-icon">PBMPano<wbr>Picture</a></li>
|
|
116
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.PBMPanoVideo.html" class="tsd-kind-icon">PBMPano<wbr>Video</a></li>
|
|
107
117
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.PBMParameters.html" class="tsd-kind-icon">PBMParameters</a></li>
|
|
108
118
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.PanoCircleMeshInterface.html" class="tsd-kind-icon">Pano<wbr>Circle<wbr>Mesh<wbr>Interface</a></li>
|
|
109
119
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.PanoramaControllerCustomInitArgs.html" class="tsd-kind-icon">Panorama<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a></li>
|
|
@@ -111,8 +121,16 @@
|
|
|
111
121
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.Pose.html" class="tsd-kind-icon">Pose</a></li>
|
|
112
122
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.Scissor.html" class="tsd-kind-icon">Scissor</a></li>
|
|
113
123
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.State.html" class="tsd-kind-icon">State</a></li>
|
|
124
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.TextureOptions.html" class="tsd-kind-icon">Texture<wbr>Options</a></li>
|
|
114
125
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.TopviewControllerCustomInitArgs.html" class="tsd-kind-icon">Topview<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a></li>
|
|
115
126
|
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.VRPanoramaControllerCustomInitArgs.html" class="tsd-kind-icon">VRPanorama<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a></li>
|
|
127
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.WorkCubeImage.html" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a></li>
|
|
128
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.WorkImage.html" class="tsd-kind-icon">Work<wbr>Image</a></li>
|
|
129
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.WorkInitial.html" class="tsd-kind-icon">Work<wbr>Initial</a></li>
|
|
130
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.WorkModel.html" class="tsd-kind-icon">Work<wbr>Model</a></li>
|
|
131
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.WorkObserver.html" class="tsd-kind-icon">Work<wbr>Observer</a></li>
|
|
132
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.WorkTile.html" class="tsd-kind-icon">Work<wbr>Tile</a></li>
|
|
133
|
+
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/five.WorkVideo.html" class="tsd-kind-icon">Work<wbr>Video</a></li>
|
|
116
134
|
</ul>
|
|
117
135
|
</section>
|
|
118
136
|
<section class="tsd-index-section ">
|
|
@@ -131,25 +149,19 @@
|
|
|
131
149
|
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#LooseWorkObserver" class="tsd-kind-icon">Loose<wbr>Work<wbr>Observer</a></li>
|
|
132
150
|
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#LooseWorkPanorama" class="tsd-kind-icon">Loose<wbr>Work<wbr>Panorama</a></li>
|
|
133
151
|
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#LooseWorkVideo" class="tsd-kind-icon">Loose<wbr>Work<wbr>Video</a></li>
|
|
134
|
-
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#Meta" class="tsd-kind-icon">Meta</a></li>
|
|
135
152
|
<li class="tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter"><a href="five.html#Mirror" class="tsd-kind-icon">Mirror</a></li>
|
|
136
153
|
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#Mode" class="tsd-kind-icon">Mode</a></li>
|
|
137
154
|
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#ModelEventType" class="tsd-kind-icon">Model<wbr>Event<wbr>Type</a></li>
|
|
155
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#NetWorkMeta" class="tsd-kind-icon">Net<wbr>Work<wbr>Meta</a></li>
|
|
138
156
|
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#NetworkState" class="tsd-kind-icon">Network<wbr>State</a></li>
|
|
157
|
+
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#NetworkType" class="tsd-kind-icon">Network<wbr>Type</a></li>
|
|
139
158
|
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#ParseWorkOptions" class="tsd-kind-icon">Parse<wbr>Work<wbr>Options</a></li>
|
|
140
159
|
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a></li>
|
|
141
|
-
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#Work" class="tsd-kind-icon">Work</a></li>
|
|
142
|
-
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#WorkImages" class="tsd-kind-icon">Work<wbr>Images</a></li>
|
|
143
|
-
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a></li>
|
|
144
|
-
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#WorkModel" class="tsd-kind-icon">Work<wbr>Model</a></li>
|
|
145
|
-
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#WorkObserver" class="tsd-kind-icon">Work<wbr>Observer</a></li>
|
|
146
|
-
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="five.html#WorkVideo" class="tsd-kind-icon">Work<wbr>Video</a></li>
|
|
147
160
|
</ul>
|
|
148
161
|
</section>
|
|
149
162
|
<section class="tsd-index-section ">
|
|
150
163
|
<h3>Variables</h3>
|
|
151
164
|
<ul class="tsd-index-list">
|
|
152
|
-
<li class="tsd-kind-variable tsd-parent-kind-module"><a href="five.html#Easing" class="tsd-kind-icon">Easing</a></li>
|
|
153
165
|
<li class="tsd-kind-variable tsd-parent-kind-module"><a href="five.html#PROXY_CONTROLLER_EVENT_NAMES" class="tsd-kind-icon">PROXY_<wbr>CONTROLLER_<wbr>EVENT_<wbr>NAMES</a></li>
|
|
154
166
|
</ul>
|
|
155
167
|
</section>
|
|
@@ -158,7 +170,6 @@
|
|
|
158
170
|
<ul class="tsd-index-list">
|
|
159
171
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="five.html#getViewportScale" class="tsd-kind-icon">get<wbr>Viewport<wbr>Scale</a></li>
|
|
160
172
|
<li class="tsd-kind-function tsd-parent-kind-module"><a href="five.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a></li>
|
|
161
|
-
<li class="tsd-kind-function tsd-parent-kind-module"><a href="five.html#stringifyWork" class="tsd-kind-icon">stringify<wbr>Work</a></li>
|
|
162
173
|
</ul>
|
|
163
174
|
</section>
|
|
164
175
|
</div>
|
|
@@ -388,7 +399,7 @@
|
|
|
388
399
|
<li class="tsd-parameter">
|
|
389
400
|
<h5>gesture<span class="tsd-signature-symbol">: </span>function</h5>
|
|
390
401
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
391
|
-
<li class="tsd-signature tsd-kind-icon">gesture<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="five.html#GestureTypes" class="tsd-signature-type" data-tsd-kind="Type alias">GestureTypes</a>, pointers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-
|
|
402
|
+
<li class="tsd-signature tsd-kind-icon">gesture<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="five.html#GestureTypes" class="tsd-signature-type" data-tsd-kind="Type alias">GestureTypes</a>, pointers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span>, final<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">void</span></li>
|
|
392
403
|
</ul>
|
|
393
404
|
<ul class="tsd-descriptions">
|
|
394
405
|
<li class="tsd-description">
|
|
@@ -411,7 +422,7 @@
|
|
|
411
422
|
</div>
|
|
412
423
|
</li>
|
|
413
424
|
<li>
|
|
414
|
-
<h5>pointers: <span class="tsd-signature-
|
|
425
|
+
<h5>pointers: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
415
426
|
<div class="tsd-comment tsd-typography">
|
|
416
427
|
<p>手指位置</p>
|
|
417
428
|
</div>
|
|
@@ -1103,7 +1114,7 @@
|
|
|
1103
1114
|
<li class="tsd-parameter">
|
|
1104
1115
|
<h5>texture<wbr>Abort<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1105
1116
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
1106
|
-
<li class="tsd-signature tsd-kind-icon">texture<wbr>Abort<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="five.html
|
|
1117
|
+
<li class="tsd-signature tsd-kind-icon">texture<wbr>Abort<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<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><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
1107
1118
|
</ul>
|
|
1108
1119
|
<ul class="tsd-descriptions">
|
|
1109
1120
|
<li class="tsd-description">
|
|
@@ -1126,7 +1137,7 @@
|
|
|
1126
1137
|
</div>
|
|
1127
1138
|
</li>
|
|
1128
1139
|
<li>
|
|
1129
|
-
<h5>observer: <a href="five.html
|
|
1140
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1130
1141
|
<div class="tsd-comment tsd-typography">
|
|
1131
1142
|
<p>对应的 observer 详情</p>
|
|
1132
1143
|
</div>
|
|
@@ -1139,7 +1150,7 @@
|
|
|
1139
1150
|
<li class="tsd-parameter">
|
|
1140
1151
|
<h5>texture<wbr>Error<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1141
1152
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
1142
|
-
<li class="tsd-signature tsd-kind-icon">texture<wbr>Error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="five.html
|
|
1153
|
+
<li class="tsd-signature tsd-kind-icon">texture<wbr>Error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span>, panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<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><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
1143
1154
|
</ul>
|
|
1144
1155
|
<ul class="tsd-descriptions">
|
|
1145
1156
|
<li class="tsd-description">
|
|
@@ -1168,7 +1179,7 @@
|
|
|
1168
1179
|
</div>
|
|
1169
1180
|
</li>
|
|
1170
1181
|
<li>
|
|
1171
|
-
<h5>observer: <a href="five.html
|
|
1182
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1172
1183
|
<div class="tsd-comment tsd-typography">
|
|
1173
1184
|
<p>对应的 observer 详情</p>
|
|
1174
1185
|
</div>
|
|
@@ -1181,7 +1192,7 @@
|
|
|
1181
1192
|
<li class="tsd-parameter">
|
|
1182
1193
|
<h5>texture<wbr>Loaded<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1183
1194
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
1184
|
-
<li class="tsd-signature tsd-kind-icon">texture<wbr>Loaded<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="five.html
|
|
1195
|
+
<li class="tsd-signature tsd-kind-icon">texture<wbr>Loaded<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a>, meta<span class="tsd-signature-symbol">: </span><a href="five.html#NetWorkMeta" class="tsd-signature-type" data-tsd-kind="Type alias">NetWorkMeta</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
1185
1196
|
</ul>
|
|
1186
1197
|
<ul class="tsd-descriptions">
|
|
1187
1198
|
<li class="tsd-description">
|
|
@@ -1204,13 +1215,13 @@
|
|
|
1204
1215
|
</div>
|
|
1205
1216
|
</li>
|
|
1206
1217
|
<li>
|
|
1207
|
-
<h5>observer: <a href="five.html
|
|
1218
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1208
1219
|
<div class="tsd-comment tsd-typography">
|
|
1209
1220
|
<p>对应的 observer 详情</p>
|
|
1210
1221
|
</div>
|
|
1211
1222
|
</li>
|
|
1212
1223
|
<li>
|
|
1213
|
-
<h5>meta: <a href="five.html#
|
|
1224
|
+
<h5>meta: <a href="five.html#NetWorkMeta" class="tsd-signature-type" data-tsd-kind="Type alias">NetWorkMeta</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
1214
1225
|
</li>
|
|
1215
1226
|
</ul>
|
|
1216
1227
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -1220,7 +1231,7 @@
|
|
|
1220
1231
|
<li class="tsd-parameter">
|
|
1221
1232
|
<h5>texture<wbr>Loading<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1222
1233
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
1223
|
-
<li class="tsd-signature tsd-kind-icon">texture<wbr>Loading<span class="tsd-signature-symbol">(</span>progress<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="five.html
|
|
1234
|
+
<li class="tsd-signature tsd-kind-icon">texture<wbr>Loading<span class="tsd-signature-symbol">(</span>progress<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<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><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
1224
1235
|
</ul>
|
|
1225
1236
|
<ul class="tsd-descriptions">
|
|
1226
1237
|
<li class="tsd-description">
|
|
@@ -1249,7 +1260,7 @@
|
|
|
1249
1260
|
</div>
|
|
1250
1261
|
</li>
|
|
1251
1262
|
<li>
|
|
1252
|
-
<h5>observer: <a href="five.html
|
|
1263
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1253
1264
|
<div class="tsd-comment tsd-typography">
|
|
1254
1265
|
<p>对应的 observer 详情</p>
|
|
1255
1266
|
</div>
|
|
@@ -1262,7 +1273,7 @@
|
|
|
1262
1273
|
<li class="tsd-parameter">
|
|
1263
1274
|
<h5>texture<wbr>Start<wbr>Load<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1264
1275
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
1265
|
-
<li class="tsd-signature tsd-kind-icon">texture<wbr>Start<wbr>Load<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<span class="tsd-signature-symbol">: </span><a href="five.html
|
|
1276
|
+
<li class="tsd-signature tsd-kind-icon">texture<wbr>Start<wbr>Load<span class="tsd-signature-symbol">(</span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, observer<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><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
1266
1277
|
</ul>
|
|
1267
1278
|
<ul class="tsd-descriptions">
|
|
1268
1279
|
<li class="tsd-description">
|
|
@@ -1285,7 +1296,7 @@
|
|
|
1285
1296
|
</div>
|
|
1286
1297
|
</li>
|
|
1287
1298
|
<li>
|
|
1288
|
-
<h5>observer: <a href="five.html
|
|
1299
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1289
1300
|
<div class="tsd-comment tsd-typography">
|
|
1290
1301
|
<p>对应的 observer 详情</p>
|
|
1291
1302
|
</div>
|
|
@@ -1355,7 +1366,7 @@
|
|
|
1355
1366
|
<li class="tsd-parameter">
|
|
1356
1367
|
<h5>wants<wbr>Gesture<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1357
1368
|
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
1358
|
-
<li class="tsd-signature tsd-kind-icon">wants<wbr>Gesture<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="five.html#GestureTypes" class="tsd-signature-type" data-tsd-kind="Type alias">GestureTypes</a>, pointers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-
|
|
1369
|
+
<li class="tsd-signature tsd-kind-icon">wants<wbr>Gesture<span class="tsd-signature-symbol">(</span>type<span class="tsd-signature-symbol">: </span><a href="five.html#GestureTypes" class="tsd-signature-type" data-tsd-kind="Type alias">GestureTypes</a>, pointers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span>, final<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">false</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">void</span></li>
|
|
1359
1370
|
</ul>
|
|
1360
1371
|
<ul class="tsd-descriptions">
|
|
1361
1372
|
<li class="tsd-description">
|
|
@@ -1378,7 +1389,7 @@
|
|
|
1378
1389
|
</div>
|
|
1379
1390
|
</li>
|
|
1380
1391
|
<li>
|
|
1381
|
-
<h5>pointers: <span class="tsd-signature-
|
|
1392
|
+
<h5>pointers: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
1382
1393
|
<div class="tsd-comment tsd-typography">
|
|
1383
1394
|
<p>手指位置</p>
|
|
1384
1395
|
</div>
|
|
@@ -2009,7 +2020,7 @@
|
|
|
2009
2020
|
<div class="tsd-signature tsd-kind-icon">Loose<wbr>Work<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>base_url<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>bvh<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>initial<span class="tsd-signature-symbol">?: </span><a href="five.html#LooseWorkInitial" class="tsd-signature-type" data-tsd-kind="Type alias">LooseWorkInitial</a><span class="tsd-signature-symbol">; </span>model<span class="tsd-signature-symbol">?: </span><a href="five.html#LooseWorkModel" class="tsd-signature-type" data-tsd-kind="Type alias">LooseWorkModel</a><span class="tsd-signature-symbol">; </span>modelAsync<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>observers<span class="tsd-signature-symbol">: </span><a href="five.html#LooseWorkObserver" class="tsd-signature-type" data-tsd-kind="Type alias">LooseWorkObserver</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>panorama<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>base_url<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>info<span class="tsd-signature-symbol">?: </span><a href="five.html#LooseWorkPanorama" class="tsd-signature-type" data-tsd-kind="Type alias">LooseWorkPanorama</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>list<span class="tsd-signature-symbol">?: </span><a href="five.html#LooseWorkPanorama" class="tsd-signature-type" data-tsd-kind="Type alias">LooseWorkPanorama</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>pano_high_cube_base_url<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2010
2021
|
<aside class="tsd-sources">
|
|
2011
2022
|
<ul>
|
|
2012
|
-
<li>Defined in lib/five/work/looseWorkType.ts:
|
|
2023
|
+
<li>Defined in lib/five/work/looseWorkType.ts:51</li>
|
|
2013
2024
|
</ul>
|
|
2014
2025
|
</aside>
|
|
2015
2026
|
<div class="tsd-type-declaration">
|
|
@@ -2059,7 +2070,7 @@
|
|
|
2059
2070
|
<div class="tsd-signature tsd-kind-icon">Loose<wbr>Work<wbr>Initial<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>heading<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>latitude<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>longitude<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>pano<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>pano_index<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2060
2071
|
<aside class="tsd-sources">
|
|
2061
2072
|
<ul>
|
|
2062
|
-
<li>Defined in lib/five/work/looseWorkType.ts:
|
|
2073
|
+
<li>Defined in lib/five/work/looseWorkType.ts:27</li>
|
|
2063
2074
|
</ul>
|
|
2064
2075
|
</aside>
|
|
2065
2076
|
<div class="tsd-type-declaration">
|
|
@@ -2089,7 +2100,7 @@
|
|
|
2089
2100
|
<div class="tsd-signature tsd-kind-icon">Loose<wbr>Work<wbr>Model<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>file_url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>material_base_url<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>material_textures<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2090
2101
|
<aside class="tsd-sources">
|
|
2091
2102
|
<ul>
|
|
2092
|
-
<li>Defined in lib/five/work/looseWorkType.ts:
|
|
2103
|
+
<li>Defined in lib/five/work/looseWorkType.ts:34</li>
|
|
2093
2104
|
</ul>
|
|
2094
2105
|
</aside>
|
|
2095
2106
|
<div class="tsd-type-declaration">
|
|
@@ -2113,7 +2124,7 @@
|
|
|
2113
2124
|
<div class="tsd-signature tsd-kind-icon">Loose<wbr>Work<wbr>Observer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>accessible_nodes<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>active<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>floor<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>floor_index<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>index<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>position<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>quaternion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{ </span>w<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</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>z<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>standing_position<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>visible_nodes<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></div>
|
|
2114
2125
|
<aside class="tsd-sources">
|
|
2115
2126
|
<ul>
|
|
2116
|
-
<li>Defined in lib/five/work/looseWorkType.ts:
|
|
2127
|
+
<li>Defined in lib/five/work/looseWorkType.ts:39</li>
|
|
2117
2128
|
</ul>
|
|
2118
2129
|
</aside>
|
|
2119
2130
|
<div class="tsd-type-declaration">
|
|
@@ -2166,7 +2177,7 @@
|
|
|
2166
2177
|
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2167
2178
|
<a name="LooseWorkPanorama" class="tsd-anchor"></a>
|
|
2168
2179
|
<h3>Loose<wbr>Work<wbr>Panorama</h3>
|
|
2169
|
-
<div class="tsd-signature tsd-kind-icon">Loose<wbr>Work<wbr>Panorama<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>active<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>back<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>down<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>front<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>index<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>loadable<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>tiles<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">
|
|
2180
|
+
<div class="tsd-signature tsd-kind-icon">Loose<wbr>Work<wbr>Panorama<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>active<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>back<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>down<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>front<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>index<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>loadable<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>luminance<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span>back<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>down<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>front<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>up<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span><span class="tsd-signature-symbol">; </span>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>tiles<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>up<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>video<span class="tsd-signature-symbol">?: </span><a href="five.html#LooseWorkVideo" class="tsd-signature-type" data-tsd-kind="Type alias">LooseWorkVideo</a><span class="tsd-signature-symbol"> }</span></div>
|
|
2170
2181
|
<aside class="tsd-sources">
|
|
2171
2182
|
<ul>
|
|
2172
2183
|
<li>Defined in lib/five/work/looseWorkType.ts:6</li>
|
|
@@ -2196,11 +2207,34 @@
|
|
|
2196
2207
|
<li class="tsd-parameter">
|
|
2197
2208
|
<h5><span class="tsd-flag ts-flagOptional">Optional</span> loadable<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
2198
2209
|
</li>
|
|
2210
|
+
<li class="tsd-parameter">
|
|
2211
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> luminance<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">{ </span>back<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>down<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>front<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>up<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></h5>
|
|
2212
|
+
<ul class="tsd-parameters">
|
|
2213
|
+
<li class="tsd-parameter">
|
|
2214
|
+
<h5>back<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2215
|
+
</li>
|
|
2216
|
+
<li class="tsd-parameter">
|
|
2217
|
+
<h5>down<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2218
|
+
</li>
|
|
2219
|
+
<li class="tsd-parameter">
|
|
2220
|
+
<h5>front<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2221
|
+
</li>
|
|
2222
|
+
<li class="tsd-parameter">
|
|
2223
|
+
<h5>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2224
|
+
</li>
|
|
2225
|
+
<li class="tsd-parameter">
|
|
2226
|
+
<h5>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2227
|
+
</li>
|
|
2228
|
+
<li class="tsd-parameter">
|
|
2229
|
+
<h5>up<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2230
|
+
</li>
|
|
2231
|
+
</ul>
|
|
2232
|
+
</li>
|
|
2199
2233
|
<li class="tsd-parameter">
|
|
2200
2234
|
<h5>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2201
2235
|
</li>
|
|
2202
2236
|
<li class="tsd-parameter">
|
|
2203
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> tiles<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">
|
|
2237
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> tiles<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
2204
2238
|
</li>
|
|
2205
2239
|
<li class="tsd-parameter">
|
|
2206
2240
|
<h5>up<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
@@ -2235,48 +2269,13 @@
|
|
|
2235
2269
|
</ul>
|
|
2236
2270
|
</div>
|
|
2237
2271
|
</section>
|
|
2238
|
-
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2239
|
-
<a name="Meta" class="tsd-anchor"></a>
|
|
2240
|
-
<h3>Meta</h3>
|
|
2241
|
-
<div class="tsd-signature tsd-kind-icon">Meta<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>costs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">; </span>requestTime<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>responseTime<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2242
|
-
<aside class="tsd-sources">
|
|
2243
|
-
<ul>
|
|
2244
|
-
<li>Defined in lib/five/utils/ajax.ts:8</li>
|
|
2245
|
-
</ul>
|
|
2246
|
-
</aside>
|
|
2247
|
-
<div class="tsd-type-declaration">
|
|
2248
|
-
<h4>Type declaration</h4>
|
|
2249
|
-
<ul class="tsd-parameters">
|
|
2250
|
-
<li class="tsd-parameter">
|
|
2251
|
-
<h5>costs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2252
|
-
</li>
|
|
2253
|
-
<li class="tsd-parameter">
|
|
2254
|
-
<h5>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{}</span></h5>
|
|
2255
|
-
<ul class="tsd-parameters">
|
|
2256
|
-
<li class="tsd-parameter-index-signature">
|
|
2257
|
-
<h5><span class="tsd-signature-symbol">[</span>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></h5>
|
|
2258
|
-
</li>
|
|
2259
|
-
</ul>
|
|
2260
|
-
</li>
|
|
2261
|
-
<li class="tsd-parameter">
|
|
2262
|
-
<h5>request<wbr>Time<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2263
|
-
</li>
|
|
2264
|
-
<li class="tsd-parameter">
|
|
2265
|
-
<h5>response<wbr>Time<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2266
|
-
</li>
|
|
2267
|
-
<li class="tsd-parameter">
|
|
2268
|
-
<h5>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2269
|
-
</li>
|
|
2270
|
-
</ul>
|
|
2271
|
-
</div>
|
|
2272
|
-
</section>
|
|
2273
2272
|
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter">
|
|
2274
2273
|
<a name="Mirror" class="tsd-anchor"></a>
|
|
2275
2274
|
<h3>Mirror</h3>
|
|
2276
2275
|
<div class="tsd-signature tsd-kind-icon">Mirror<T><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Record</span><span class="tsd-signature-symbol"><</span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">, </span><span class="tsd-signature-type">T</span><span class="tsd-signature-symbol">></span></div>
|
|
2277
2276
|
<aside class="tsd-sources">
|
|
2278
2277
|
<ul>
|
|
2279
|
-
<li>Defined in lib/five/application/five.ts:
|
|
2278
|
+
<li>Defined in lib/five/application/five.ts:64</li>
|
|
2280
2279
|
</ul>
|
|
2281
2280
|
</aside>
|
|
2282
2281
|
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
@@ -2487,13 +2486,61 @@
|
|
|
2487
2486
|
</ul>
|
|
2488
2487
|
</div>
|
|
2489
2488
|
</section>
|
|
2489
|
+
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2490
|
+
<a name="NetWorkMeta" class="tsd-anchor"></a>
|
|
2491
|
+
<h3>Net<wbr>Work<wbr>Meta</h3>
|
|
2492
|
+
<div class="tsd-signature tsd-kind-icon">Net<wbr>Work<wbr>Meta<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>costs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol">; </span>requestTime<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>responseTime<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>size<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2493
|
+
<aside class="tsd-sources">
|
|
2494
|
+
<ul>
|
|
2495
|
+
<li>Defined in lib/five/utils/ajax.ts:23</li>
|
|
2496
|
+
</ul>
|
|
2497
|
+
</aside>
|
|
2498
|
+
<div class="tsd-type-declaration">
|
|
2499
|
+
<h4>Type declaration</h4>
|
|
2500
|
+
<ul class="tsd-parameters">
|
|
2501
|
+
<li class="tsd-parameter">
|
|
2502
|
+
<h5>costs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2503
|
+
</li>
|
|
2504
|
+
<li class="tsd-parameter">
|
|
2505
|
+
<h5>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{}</span></h5>
|
|
2506
|
+
<ul class="tsd-parameters">
|
|
2507
|
+
<li class="tsd-parameter-index-signature">
|
|
2508
|
+
<h5><span class="tsd-signature-symbol">[</span>name: <span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">]: </span><span class="tsd-signature-type">string</span></h5>
|
|
2509
|
+
</li>
|
|
2510
|
+
</ul>
|
|
2511
|
+
</li>
|
|
2512
|
+
<li class="tsd-parameter">
|
|
2513
|
+
<h5>request<wbr>Time<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2514
|
+
</li>
|
|
2515
|
+
<li class="tsd-parameter">
|
|
2516
|
+
<h5>response<wbr>Time<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2517
|
+
</li>
|
|
2518
|
+
<li class="tsd-parameter">
|
|
2519
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> size<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5>
|
|
2520
|
+
</li>
|
|
2521
|
+
<li class="tsd-parameter">
|
|
2522
|
+
<h5>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2523
|
+
</li>
|
|
2524
|
+
</ul>
|
|
2525
|
+
</div>
|
|
2526
|
+
</section>
|
|
2490
2527
|
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2491
2528
|
<a name="NetworkState" class="tsd-anchor"></a>
|
|
2492
2529
|
<h3>Network<wbr>State</h3>
|
|
2493
|
-
<div class="tsd-signature tsd-kind-icon">Network<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ok"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"preload"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"error"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"
|
|
2530
|
+
<div class="tsd-signature tsd-kind-icon">Network<wbr>State<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"ok"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"preload"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"error"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"timeout"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"forbidden"</span></div>
|
|
2494
2531
|
<aside class="tsd-sources">
|
|
2495
2532
|
<ul>
|
|
2496
|
-
<li>Defined in lib/five/utils/ajax.ts:
|
|
2533
|
+
<li>Defined in lib/five/utils/ajax.ts:35</li>
|
|
2534
|
+
</ul>
|
|
2535
|
+
</aside>
|
|
2536
|
+
</section>
|
|
2537
|
+
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2538
|
+
<a name="NetworkType" class="tsd-anchor"></a>
|
|
2539
|
+
<h3>Network<wbr>Type</h3>
|
|
2540
|
+
<div class="tsd-signature tsd-kind-icon">Network<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">"XMLHttpRequest"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Script"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Image"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"Link"</span></div>
|
|
2541
|
+
<aside class="tsd-sources">
|
|
2542
|
+
<ul>
|
|
2543
|
+
<li>Defined in lib/five/utils/ajax.ts:34</li>
|
|
2497
2544
|
</ul>
|
|
2498
2545
|
</aside>
|
|
2499
2546
|
</section>
|
|
@@ -2503,7 +2550,7 @@
|
|
|
2503
2550
|
<div class="tsd-signature tsd-kind-icon">Parse<wbr>Work<wbr>Options<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>baseURL<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>jsonp<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>modelAsync<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>modelBvh<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>shortPath<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2504
2551
|
<aside class="tsd-sources">
|
|
2505
2552
|
<ul>
|
|
2506
|
-
<li>Defined in lib/five/work/parse.ts:
|
|
2553
|
+
<li>Defined in lib/five/work/parse.ts:17</li>
|
|
2507
2554
|
</ul>
|
|
2508
2555
|
</aside>
|
|
2509
2556
|
<div class="tsd-type-declaration">
|
|
@@ -2558,7 +2605,7 @@
|
|
|
2558
2605
|
<div class="tsd-signature tsd-kind-icon">Subscribe<wbr>Event<wbr>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{}</span></div>
|
|
2559
2606
|
<aside class="tsd-sources">
|
|
2560
2607
|
<ul>
|
|
2561
|
-
<li>Defined in lib/five/
|
|
2608
|
+
<li>Defined in lib/five/utils/subscribe.ts:6</li>
|
|
2562
2609
|
</ul>
|
|
2563
2610
|
</aside>
|
|
2564
2611
|
<div class="tsd-type-declaration">
|
|
@@ -2588,247 +2635,9 @@
|
|
|
2588
2635
|
</ul>
|
|
2589
2636
|
</div>
|
|
2590
2637
|
</section>
|
|
2591
|
-
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2592
|
-
<a name="Work" class="tsd-anchor"></a>
|
|
2593
|
-
<h3>Work</h3>
|
|
2594
|
-
<div class="tsd-signature tsd-kind-icon">Work<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>allowHosts<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>expire<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Date</span><span class="tsd-signature-symbol">; </span>initial<span class="tsd-signature-symbol">: </span><a href="five.html#WorkInitial" class="tsd-signature-type" data-tsd-kind="Type alias">WorkInitial</a><span class="tsd-signature-symbol">; </span>issuer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>model<span class="tsd-signature-symbol">?: </span><a href="five.html#WorkModel" class="tsd-signature-type" data-tsd-kind="Type alias">WorkModel</a><span class="tsd-signature-symbol">; </span>observers<span class="tsd-signature-symbol">: </span><a href="five.html#WorkObserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">; </span>raw<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>uuid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>workCode<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2595
|
-
<aside class="tsd-sources">
|
|
2596
|
-
<ul>
|
|
2597
|
-
<li>Defined in lib/five/work/workType.ts:50</li>
|
|
2598
|
-
</ul>
|
|
2599
|
-
</aside>
|
|
2600
|
-
<div class="tsd-type-declaration">
|
|
2601
|
-
<h4>Type declaration</h4>
|
|
2602
|
-
<ul class="tsd-parameters">
|
|
2603
|
-
<li class="tsd-parameter">
|
|
2604
|
-
<h5>allow<wbr>Hosts<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
2605
|
-
</li>
|
|
2606
|
-
<li class="tsd-parameter">
|
|
2607
|
-
<h5>expire<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Date</span></h5>
|
|
2608
|
-
</li>
|
|
2609
|
-
<li class="tsd-parameter">
|
|
2610
|
-
<h5>initial<span class="tsd-signature-symbol">: </span><a href="five.html#WorkInitial" class="tsd-signature-type" data-tsd-kind="Type alias">WorkInitial</a></h5>
|
|
2611
|
-
</li>
|
|
2612
|
-
<li class="tsd-parameter">
|
|
2613
|
-
<h5>issuer<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2614
|
-
</li>
|
|
2615
|
-
<li class="tsd-parameter">
|
|
2616
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> model<span class="tsd-signature-symbol">?: </span><a href="five.html#WorkModel" class="tsd-signature-type" data-tsd-kind="Type alias">WorkModel</a></h5>
|
|
2617
|
-
</li>
|
|
2618
|
-
<li class="tsd-parameter">
|
|
2619
|
-
<h5>observers<span class="tsd-signature-symbol">: </span><a href="five.html#WorkObserver" class="tsd-signature-type" data-tsd-kind="Type alias">WorkObserver</a><span class="tsd-signature-symbol">[]</span></h5>
|
|
2620
|
-
</li>
|
|
2621
|
-
<li class="tsd-parameter">
|
|
2622
|
-
<h5>raw<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></h5>
|
|
2623
|
-
</li>
|
|
2624
|
-
<li class="tsd-parameter">
|
|
2625
|
-
<h5>uuid<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2626
|
-
</li>
|
|
2627
|
-
<li class="tsd-parameter">
|
|
2628
|
-
<h5>work<wbr>Code<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2629
|
-
</li>
|
|
2630
|
-
</ul>
|
|
2631
|
-
</div>
|
|
2632
|
-
</section>
|
|
2633
|
-
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2634
|
-
<a name="WorkImages" class="tsd-anchor"></a>
|
|
2635
|
-
<h3>Work<wbr>Images</h3>
|
|
2636
|
-
<div class="tsd-signature tsd-kind-icon">Work<wbr>Images<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>back<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>depth<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>down<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>front<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>tiles<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>up<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2637
|
-
<aside class="tsd-sources">
|
|
2638
|
-
<ul>
|
|
2639
|
-
<li>Defined in lib/five/work/workType.ts:12</li>
|
|
2640
|
-
</ul>
|
|
2641
|
-
</aside>
|
|
2642
|
-
<div class="tsd-comment tsd-typography">
|
|
2643
|
-
<div class="lead">
|
|
2644
|
-
<p>全景图</p>
|
|
2645
|
-
</div>
|
|
2646
|
-
</div>
|
|
2647
|
-
<div class="tsd-type-declaration">
|
|
2648
|
-
<h4>Type declaration</h4>
|
|
2649
|
-
<ul class="tsd-parameters">
|
|
2650
|
-
<li class="tsd-parameter">
|
|
2651
|
-
<h5>back<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2652
|
-
</li>
|
|
2653
|
-
<li class="tsd-parameter">
|
|
2654
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> depth<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
2655
|
-
</li>
|
|
2656
|
-
<li class="tsd-parameter">
|
|
2657
|
-
<h5>down<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2658
|
-
</li>
|
|
2659
|
-
<li class="tsd-parameter">
|
|
2660
|
-
<h5>front<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2661
|
-
</li>
|
|
2662
|
-
<li class="tsd-parameter">
|
|
2663
|
-
<h5>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2664
|
-
</li>
|
|
2665
|
-
<li class="tsd-parameter">
|
|
2666
|
-
<h5>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2667
|
-
</li>
|
|
2668
|
-
<li class="tsd-parameter">
|
|
2669
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> tiles<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">string</span></h5>
|
|
2670
|
-
</li>
|
|
2671
|
-
<li class="tsd-parameter">
|
|
2672
|
-
<h5>up<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2673
|
-
</li>
|
|
2674
|
-
</ul>
|
|
2675
|
-
</div>
|
|
2676
|
-
</section>
|
|
2677
|
-
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2678
|
-
<a name="WorkInitial" class="tsd-anchor"></a>
|
|
2679
|
-
<h3>Work<wbr>Initial</h3>
|
|
2680
|
-
<div class="tsd-signature tsd-kind-icon">Work<wbr>Initial<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></div>
|
|
2681
|
-
<aside class="tsd-sources">
|
|
2682
|
-
<ul>
|
|
2683
|
-
<li>Defined in lib/five/work/workType.ts:24</li>
|
|
2684
|
-
</ul>
|
|
2685
|
-
</aside>
|
|
2686
|
-
<div class="tsd-comment tsd-typography">
|
|
2687
|
-
<div class="lead">
|
|
2688
|
-
<p>初始化位姿参数</p>
|
|
2689
|
-
</div>
|
|
2690
|
-
</div>
|
|
2691
|
-
</section>
|
|
2692
|
-
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2693
|
-
<a name="WorkModel" class="tsd-anchor"></a>
|
|
2694
|
-
<h3>Work<wbr>Model</h3>
|
|
2695
|
-
<div class="tsd-signature tsd-kind-icon">Work<wbr>Model<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>async<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>bvh<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>file<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>textureBase<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">; </span>textures<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2696
|
-
<aside class="tsd-sources">
|
|
2697
|
-
<ul>
|
|
2698
|
-
<li>Defined in lib/five/work/workType.ts:42</li>
|
|
2699
|
-
</ul>
|
|
2700
|
-
</aside>
|
|
2701
|
-
<div class="tsd-comment tsd-typography">
|
|
2702
|
-
<div class="lead">
|
|
2703
|
-
<p>模型数据</p>
|
|
2704
|
-
</div>
|
|
2705
|
-
</div>
|
|
2706
|
-
<div class="tsd-type-declaration">
|
|
2707
|
-
<h4>Type declaration</h4>
|
|
2708
|
-
<ul class="tsd-parameters">
|
|
2709
|
-
<li class="tsd-parameter">
|
|
2710
|
-
<h5>async<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
2711
|
-
</li>
|
|
2712
|
-
<li class="tsd-parameter">
|
|
2713
|
-
<h5>bvh<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
2714
|
-
</li>
|
|
2715
|
-
<li class="tsd-parameter">
|
|
2716
|
-
<h5>file<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2717
|
-
</li>
|
|
2718
|
-
<li class="tsd-parameter">
|
|
2719
|
-
<h5>texture<wbr>Base<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2720
|
-
</li>
|
|
2721
|
-
<li class="tsd-parameter">
|
|
2722
|
-
<h5>textures<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
2723
|
-
</li>
|
|
2724
|
-
</ul>
|
|
2725
|
-
</div>
|
|
2726
|
-
</section>
|
|
2727
|
-
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2728
|
-
<a name="WorkObserver" class="tsd-anchor"></a>
|
|
2729
|
-
<h3>Work<wbr>Observer</h3>
|
|
2730
|
-
<div class="tsd-signature tsd-kind-icon">Work<wbr>Observer<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>accessibleNodes<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>active<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>floorIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>images<span class="tsd-signature-symbol">: </span><a href="five.html#WorkImages" class="tsd-signature-type" data-tsd-kind="Type alias">WorkImages</a><span class="tsd-signature-symbol">; </span>loadable<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">; </span>panoIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">; </span>position<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span><span class="tsd-signature-symbol">; </span>quaternion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Quaternion</span><span class="tsd-signature-symbol">; </span>standingPosition<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span><span class="tsd-signature-symbol">; </span>video<span class="tsd-signature-symbol">?: </span><a href="five.html#WorkVideo" class="tsd-signature-type" data-tsd-kind="Type alias">WorkVideo</a><span class="tsd-signature-symbol">; </span>visibleNodes<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></div>
|
|
2731
|
-
<aside class="tsd-sources">
|
|
2732
|
-
<ul>
|
|
2733
|
-
<li>Defined in lib/five/work/workType.ts:27</li>
|
|
2734
|
-
</ul>
|
|
2735
|
-
</aside>
|
|
2736
|
-
<div class="tsd-comment tsd-typography">
|
|
2737
|
-
<div class="lead">
|
|
2738
|
-
<p>每个点位的数据</p>
|
|
2739
|
-
</div>
|
|
2740
|
-
</div>
|
|
2741
|
-
<div class="tsd-type-declaration">
|
|
2742
|
-
<h4>Type declaration</h4>
|
|
2743
|
-
<ul class="tsd-parameters">
|
|
2744
|
-
<li class="tsd-parameter">
|
|
2745
|
-
<h5>accessible<wbr>Nodes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
2746
|
-
</li>
|
|
2747
|
-
<li class="tsd-parameter">
|
|
2748
|
-
<h5>active<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
2749
|
-
</li>
|
|
2750
|
-
<li class="tsd-parameter">
|
|
2751
|
-
<h5>floor<wbr>Index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2752
|
-
</li>
|
|
2753
|
-
<li class="tsd-parameter">
|
|
2754
|
-
<h5>images<span class="tsd-signature-symbol">: </span><a href="five.html#WorkImages" class="tsd-signature-type" data-tsd-kind="Type alias">WorkImages</a></h5>
|
|
2755
|
-
</li>
|
|
2756
|
-
<li class="tsd-parameter">
|
|
2757
|
-
<h5>loadable<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></h5>
|
|
2758
|
-
</li>
|
|
2759
|
-
<li class="tsd-parameter">
|
|
2760
|
-
<h5>pano<wbr>Index<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2761
|
-
</li>
|
|
2762
|
-
<li class="tsd-parameter">
|
|
2763
|
-
<h5>position<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span></h5>
|
|
2764
|
-
</li>
|
|
2765
|
-
<li class="tsd-parameter">
|
|
2766
|
-
<h5>quaternion<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Quaternion</span></h5>
|
|
2767
|
-
</li>
|
|
2768
|
-
<li class="tsd-parameter">
|
|
2769
|
-
<h5>standing<wbr>Position<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector3</span></h5>
|
|
2770
|
-
</li>
|
|
2771
|
-
<li class="tsd-parameter">
|
|
2772
|
-
<h5><span class="tsd-flag ts-flagOptional">Optional</span> video<span class="tsd-signature-symbol">?: </span><a href="five.html#WorkVideo" class="tsd-signature-type" data-tsd-kind="Type alias">WorkVideo</a></h5>
|
|
2773
|
-
</li>
|
|
2774
|
-
<li class="tsd-parameter">
|
|
2775
|
-
<h5>visible<wbr>Nodes<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
2776
|
-
</li>
|
|
2777
|
-
</ul>
|
|
2778
|
-
</div>
|
|
2779
|
-
</section>
|
|
2780
|
-
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2781
|
-
<a name="WorkVideo" class="tsd-anchor"></a>
|
|
2782
|
-
<h3>Work<wbr>Video</h3>
|
|
2783
|
-
<div class="tsd-signature tsd-kind-icon">Work<wbr>Video<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>matrix<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Matrix4</span><span class="tsd-signature-symbol">; </span>size<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector2</span><span class="tsd-signature-symbol">; </span>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> }</span></div>
|
|
2784
|
-
<aside class="tsd-sources">
|
|
2785
|
-
<ul>
|
|
2786
|
-
<li>Defined in lib/five/work/workType.ts:5</li>
|
|
2787
|
-
</ul>
|
|
2788
|
-
</aside>
|
|
2789
|
-
<div class="tsd-comment tsd-typography">
|
|
2790
|
-
<div class="lead">
|
|
2791
|
-
<p>全景视频贴片</p>
|
|
2792
|
-
</div>
|
|
2793
|
-
</div>
|
|
2794
|
-
<div class="tsd-type-declaration">
|
|
2795
|
-
<h4>Type declaration</h4>
|
|
2796
|
-
<ul class="tsd-parameters">
|
|
2797
|
-
<li class="tsd-parameter">
|
|
2798
|
-
<h5>matrix<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Matrix4</span></h5>
|
|
2799
|
-
</li>
|
|
2800
|
-
<li class="tsd-parameter">
|
|
2801
|
-
<h5>size<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">THREE.Vector2</span></h5>
|
|
2802
|
-
</li>
|
|
2803
|
-
<li class="tsd-parameter">
|
|
2804
|
-
<h5>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2805
|
-
</li>
|
|
2806
|
-
</ul>
|
|
2807
|
-
</div>
|
|
2808
|
-
</section>
|
|
2809
2638
|
</section>
|
|
2810
2639
|
<section class="tsd-panel-group tsd-member-group ">
|
|
2811
2640
|
<h2>Variables</h2>
|
|
2812
|
-
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
|
|
2813
|
-
<a name="Easing" class="tsd-anchor"></a>
|
|
2814
|
-
<h3><span class="tsd-flag ts-flagConst">Const</span> Easing</h3>
|
|
2815
|
-
<div class="tsd-signature tsd-kind-icon">Easing<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{}</span><span class="tsd-signature-symbol"> = ...</span></div>
|
|
2816
|
-
<aside class="tsd-sources">
|
|
2817
|
-
<ul>
|
|
2818
|
-
<li>Defined in lib/five/utils/tween.ts:12</li>
|
|
2819
|
-
</ul>
|
|
2820
|
-
</aside>
|
|
2821
|
-
<div class="tsd-comment tsd-typography">
|
|
2822
|
-
<div class="lead">
|
|
2823
|
-
<p>动画变化曲线</p>
|
|
2824
|
-
</div>
|
|
2825
|
-
</div>
|
|
2826
|
-
<div class="tsd-type-declaration">
|
|
2827
|
-
<h4>Type declaration</h4>
|
|
2828
|
-
<ul class="tsd-parameters">
|
|
2829
|
-
</ul>
|
|
2830
|
-
</div>
|
|
2831
|
-
</section>
|
|
2832
2641
|
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
|
|
2833
2642
|
<a name="PROXY_CONTROLLER_EVENT_NAMES" class="tsd-anchor"></a>
|
|
2834
2643
|
<h3><span class="tsd-flag ts-flagConst">Const</span> PROXY_<wbr>CONTROLLER_<wbr>EVENT_<wbr>NAMES</h3>
|
|
@@ -2863,13 +2672,13 @@
|
|
|
2863
2672
|
<a name="parseWork" class="tsd-anchor"></a>
|
|
2864
2673
|
<h3>parse<wbr>Work</h3>
|
|
2865
2674
|
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
2866
|
-
<li class="tsd-signature tsd-kind-icon">parse<wbr>Work<span class="tsd-signature-symbol">(</span>obj<span class="tsd-signature-symbol">: </span><a href="five.html
|
|
2675
|
+
<li class="tsd-signature tsd-kind-icon">parse<wbr>Work<span class="tsd-signature-symbol">(</span>obj<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><a href="five.html#LooseWork" class="tsd-signature-type" data-tsd-kind="Type alias">LooseWork</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">any</span>, options<span class="tsd-signature-symbol">?: </span><a href="five.html#ParseWorkOptions" class="tsd-signature-type" data-tsd-kind="Type alias">ParseWorkOptions</a>, urlTransform<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-symbol">(</span>origin<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, absolute<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, relative<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, type<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">"panorama"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"texture"</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">"model"</span><span class="tsd-signature-symbol">)</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><a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a></li>
|
|
2867
2676
|
</ul>
|
|
2868
2677
|
<ul class="tsd-descriptions">
|
|
2869
2678
|
<li class="tsd-description">
|
|
2870
2679
|
<aside class="tsd-sources">
|
|
2871
2680
|
<ul>
|
|
2872
|
-
<li>Defined in lib/five/work/parse.ts:
|
|
2681
|
+
<li>Defined in lib/five/work/parse.ts:481</li>
|
|
2873
2682
|
</ul>
|
|
2874
2683
|
</aside>
|
|
2875
2684
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2880,7 +2689,7 @@
|
|
|
2880
2689
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2881
2690
|
<ul class="tsd-parameters">
|
|
2882
2691
|
<li>
|
|
2883
|
-
<h5>obj: <a href="five.html
|
|
2692
|
+
<h5>obj: <a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a><span class="tsd-signature-symbol"> | </span><a href="five.html#LooseWork" class="tsd-signature-type" data-tsd-kind="Type alias">LooseWork</a><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">string</span><span class="tsd-signature-symbol"> | </span><span class="tsd-signature-type">any</span></h5>
|
|
2884
2693
|
<div class="tsd-comment tsd-typography">
|
|
2885
2694
|
<p>work 数据,从如数开发者平台获取</p>
|
|
2886
2695
|
</div>
|
|
@@ -2922,36 +2731,13 @@
|
|
|
2922
2731
|
</ul>
|
|
2923
2732
|
</li>
|
|
2924
2733
|
</ul>
|
|
2925
|
-
<h4 class="tsd-returns-title">Returns <a href="five.html
|
|
2734
|
+
<h4 class="tsd-returns-title">Returns <a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a></h4>
|
|
2926
2735
|
<ul>
|
|
2927
2736
|
<li>签署过的 Work 数据结构</li>
|
|
2928
2737
|
</ul>
|
|
2929
2738
|
</li>
|
|
2930
2739
|
</ul>
|
|
2931
2740
|
</section>
|
|
2932
|
-
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
|
|
2933
|
-
<a name="stringifyWork" class="tsd-anchor"></a>
|
|
2934
|
-
<h3>stringify<wbr>Work</h3>
|
|
2935
|
-
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
2936
|
-
<li class="tsd-signature tsd-kind-icon">stringify<wbr>Work<span class="tsd-signature-symbol">(</span>work<span class="tsd-signature-symbol">: </span><a href="five.html#Work" class="tsd-signature-type" data-tsd-kind="Type alias">Work</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
2937
|
-
</ul>
|
|
2938
|
-
<ul class="tsd-descriptions">
|
|
2939
|
-
<li class="tsd-description">
|
|
2940
|
-
<aside class="tsd-sources">
|
|
2941
|
-
<ul>
|
|
2942
|
-
<li>Defined in lib/five/work/stringify.ts:3</li>
|
|
2943
|
-
</ul>
|
|
2944
|
-
</aside>
|
|
2945
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2946
|
-
<ul class="tsd-parameters">
|
|
2947
|
-
<li>
|
|
2948
|
-
<h5>work: <a href="five.html#Work" class="tsd-signature-type" data-tsd-kind="Type alias">Work</a></h5>
|
|
2949
|
-
</li>
|
|
2950
|
-
</ul>
|
|
2951
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
2952
|
-
</li>
|
|
2953
|
-
</ul>
|
|
2954
|
-
</section>
|
|
2955
2741
|
</section>
|
|
2956
2742
|
</div>
|
|
2957
2743
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
@@ -2983,13 +2769,22 @@
|
|
|
2983
2769
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
2984
2770
|
<ul class="before-current">
|
|
2985
2771
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2986
|
-
<a href="../classes/five.
|
|
2772
|
+
<a href="../classes/five.AnimationFrameLoop.html" class="tsd-kind-icon">Animation<wbr>Frame<wbr>Loop</a>
|
|
2987
2773
|
</li>
|
|
2988
2774
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2989
|
-
<a href="../classes/five.
|
|
2775
|
+
<a href="../classes/five.BVH.html" class="tsd-kind-icon">BVH</a>
|
|
2990
2776
|
</li>
|
|
2991
2777
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2992
|
-
<a href="../classes/five.
|
|
2778
|
+
<a href="../classes/five.BVHNode.html" class="tsd-kind-icon">BVHNode</a>
|
|
2779
|
+
</li>
|
|
2780
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2781
|
+
<a href="../classes/five.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a>
|
|
2782
|
+
</li>
|
|
2783
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2784
|
+
<a href="../classes/five.Camera.html" class="tsd-kind-icon">Camera</a>
|
|
2785
|
+
</li>
|
|
2786
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2787
|
+
<a href="../classes/five.Five.html" class="tsd-kind-icon">Five</a>
|
|
2993
2788
|
</li>
|
|
2994
2789
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2995
2790
|
<a href="../classes/five.InternalWebGLRenderer.html" class="tsd-kind-icon">Internal<wbr>WebGLRenderer</a>
|
|
@@ -3018,9 +2813,21 @@
|
|
|
3018
2813
|
<li class=" tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter">
|
|
3019
2814
|
<a href="../classes/five.Subscribe.html" class="tsd-kind-icon">Subscribe</a>
|
|
3020
2815
|
</li>
|
|
2816
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2817
|
+
<a href="../classes/five.Work.html" class="tsd-kind-icon">Work</a>
|
|
2818
|
+
</li>
|
|
3021
2819
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3022
2820
|
<a href="../interfaces/five.AddableObject.html" class="tsd-kind-icon">Addable<wbr>Object</a>
|
|
3023
2821
|
</li>
|
|
2822
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2823
|
+
<a href="../interfaces/five.AnimationFrame.html" class="tsd-kind-icon">Animation<wbr>Frame</a>
|
|
2824
|
+
</li>
|
|
2825
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2826
|
+
<a href="../interfaces/five.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
|
|
2827
|
+
</li>
|
|
2828
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2829
|
+
<a href="../interfaces/five.CameraPose.html" class="tsd-kind-icon">Camera<wbr>Pose</a>
|
|
2830
|
+
</li>
|
|
3024
2831
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3025
2832
|
<a href="../interfaces/five.DepthPanoramaControllerCustomInitArgs.html" class="tsd-kind-icon">Depth<wbr>Panorama<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a>
|
|
3026
2833
|
</li>
|
|
@@ -3036,6 +2843,9 @@
|
|
|
3036
2843
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3037
2844
|
<a href="../interfaces/five.ImageOptions.html" class="tsd-kind-icon">Image<wbr>Options</a>
|
|
3038
2845
|
</li>
|
|
2846
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2847
|
+
<a href="../interfaces/five.ImageURLOptions.html" class="tsd-kind-icon">ImageURLOptions</a>
|
|
2848
|
+
</li>
|
|
3039
2849
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3040
2850
|
<a href="../interfaces/five.IntersectMeshInterface.html" class="tsd-kind-icon">Intersect<wbr>Mesh<wbr>Interface</a>
|
|
3041
2851
|
</li>
|
|
@@ -3051,6 +2861,12 @@
|
|
|
3051
2861
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3052
2862
|
<a href="../interfaces/five.MovePanoOptions.html" class="tsd-kind-icon">Move<wbr>Pano<wbr>Options</a>
|
|
3053
2863
|
</li>
|
|
2864
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2865
|
+
<a href="../interfaces/five.PBMPanoPicture.html" class="tsd-kind-icon">PBMPano<wbr>Picture</a>
|
|
2866
|
+
</li>
|
|
2867
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2868
|
+
<a href="../interfaces/five.PBMPanoVideo.html" class="tsd-kind-icon">PBMPano<wbr>Video</a>
|
|
2869
|
+
</li>
|
|
3054
2870
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3055
2871
|
<a href="../interfaces/five.PBMParameters.html" class="tsd-kind-icon">PBMParameters</a>
|
|
3056
2872
|
</li>
|
|
@@ -3072,12 +2888,36 @@
|
|
|
3072
2888
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3073
2889
|
<a href="../interfaces/five.State.html" class="tsd-kind-icon">State</a>
|
|
3074
2890
|
</li>
|
|
2891
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2892
|
+
<a href="../interfaces/five.TextureOptions.html" class="tsd-kind-icon">Texture<wbr>Options</a>
|
|
2893
|
+
</li>
|
|
3075
2894
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3076
2895
|
<a href="../interfaces/five.TopviewControllerCustomInitArgs.html" class="tsd-kind-icon">Topview<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a>
|
|
3077
2896
|
</li>
|
|
3078
2897
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3079
2898
|
<a href="../interfaces/five.VRPanoramaControllerCustomInitArgs.html" class="tsd-kind-icon">VRPanorama<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a>
|
|
3080
2899
|
</li>
|
|
2900
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2901
|
+
<a href="../interfaces/five.WorkCubeImage.html" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a>
|
|
2902
|
+
</li>
|
|
2903
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2904
|
+
<a href="../interfaces/five.WorkImage.html" class="tsd-kind-icon">Work<wbr>Image</a>
|
|
2905
|
+
</li>
|
|
2906
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2907
|
+
<a href="../interfaces/five.WorkInitial.html" class="tsd-kind-icon">Work<wbr>Initial</a>
|
|
2908
|
+
</li>
|
|
2909
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2910
|
+
<a href="../interfaces/five.WorkModel.html" class="tsd-kind-icon">Work<wbr>Model</a>
|
|
2911
|
+
</li>
|
|
2912
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2913
|
+
<a href="../interfaces/five.WorkObserver.html" class="tsd-kind-icon">Work<wbr>Observer</a>
|
|
2914
|
+
</li>
|
|
2915
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2916
|
+
<a href="../interfaces/five.WorkTile.html" class="tsd-kind-icon">Work<wbr>Tile</a>
|
|
2917
|
+
</li>
|
|
2918
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2919
|
+
<a href="../interfaces/five.WorkVideo.html" class="tsd-kind-icon">Work<wbr>Video</a>
|
|
2920
|
+
</li>
|
|
3081
2921
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3082
2922
|
<a href="five.html#ControllerCustomInitTypes" class="tsd-kind-icon">Controller<wbr>Custom<wbr>Init<wbr>Types</a>
|
|
3083
2923
|
</li>
|
|
@@ -3117,9 +2957,6 @@
|
|
|
3117
2957
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3118
2958
|
<a href="five.html#LooseWorkVideo" class="tsd-kind-icon">Loose<wbr>Work<wbr>Video</a>
|
|
3119
2959
|
</li>
|
|
3120
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3121
|
-
<a href="five.html#Meta" class="tsd-kind-icon">Meta</a>
|
|
3122
|
-
</li>
|
|
3123
2960
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter">
|
|
3124
2961
|
<a href="five.html#Mirror" class="tsd-kind-icon">Mirror</a>
|
|
3125
2962
|
</li>
|
|
@@ -3130,34 +2967,19 @@
|
|
|
3130
2967
|
<a href="five.html#ModelEventType" class="tsd-kind-icon">Model<wbr>Event<wbr>Type</a>
|
|
3131
2968
|
</li>
|
|
3132
2969
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3133
|
-
<a href="five.html#
|
|
2970
|
+
<a href="five.html#NetWorkMeta" class="tsd-kind-icon">Net<wbr>Work<wbr>Meta</a>
|
|
3134
2971
|
</li>
|
|
3135
2972
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3136
|
-
<a href="five.html#
|
|
3137
|
-
</li>
|
|
3138
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3139
|
-
<a href="five.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a>
|
|
3140
|
-
</li>
|
|
3141
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3142
|
-
<a href="five.html#Work" class="tsd-kind-icon">Work</a>
|
|
3143
|
-
</li>
|
|
3144
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3145
|
-
<a href="five.html#WorkImages" class="tsd-kind-icon">Work<wbr>Images</a>
|
|
3146
|
-
</li>
|
|
3147
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3148
|
-
<a href="five.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a>
|
|
2973
|
+
<a href="five.html#NetworkState" class="tsd-kind-icon">Network<wbr>State</a>
|
|
3149
2974
|
</li>
|
|
3150
2975
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3151
|
-
<a href="five.html#
|
|
2976
|
+
<a href="five.html#NetworkType" class="tsd-kind-icon">Network<wbr>Type</a>
|
|
3152
2977
|
</li>
|
|
3153
2978
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3154
|
-
<a href="five.html#
|
|
2979
|
+
<a href="five.html#ParseWorkOptions" class="tsd-kind-icon">Parse<wbr>Work<wbr>Options</a>
|
|
3155
2980
|
</li>
|
|
3156
2981
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3157
|
-
<a href="five.html#
|
|
3158
|
-
</li>
|
|
3159
|
-
<li class=" tsd-kind-variable tsd-parent-kind-module">
|
|
3160
|
-
<a href="five.html#Easing" class="tsd-kind-icon">Easing</a>
|
|
2982
|
+
<a href="five.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a>
|
|
3161
2983
|
</li>
|
|
3162
2984
|
<li class=" tsd-kind-variable tsd-parent-kind-module">
|
|
3163
2985
|
<a href="five.html#PROXY_CONTROLLER_EVENT_NAMES" class="tsd-kind-icon">PROXY_<wbr>CONTROLLER_<wbr>EVENT_<wbr>NAMES</a>
|
|
@@ -3168,9 +2990,6 @@
|
|
|
3168
2990
|
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
3169
2991
|
<a href="five.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a>
|
|
3170
2992
|
</li>
|
|
3171
|
-
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
3172
|
-
<a href="five.html#stringifyWork" class="tsd-kind-icon">stringify<wbr>Work</a>
|
|
3173
|
-
</li>
|
|
3174
2993
|
</ul>
|
|
3175
2994
|
</nav>
|
|
3176
2995
|
</div>
|