@realsee/five 5.0.0-alpha.53 → 5.0.0-alpha.57
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 +230 -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 +305 -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.57</title>
|
|
7
|
+
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.57">
|
|
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.57</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.57</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,34 +149,28 @@
|
|
|
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>
|
|
156
168
|
<section class="tsd-index-section ">
|
|
157
169
|
<h3>Functions</h3>
|
|
158
170
|
<ul class="tsd-index-list">
|
|
171
|
+
<li class="tsd-kind-function tsd-parent-kind-module"><a href="five.html#defaultImageURLTransform" class="tsd-kind-icon">default<wbr>ImageURLTransform</a></li>
|
|
159
172
|
<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
173
|
<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
174
|
</ul>
|
|
163
175
|
</section>
|
|
164
176
|
</div>
|
|
@@ -388,7 +400,7 @@
|
|
|
388
400
|
<li class="tsd-parameter">
|
|
389
401
|
<h5>gesture<span class="tsd-signature-symbol">: </span>function</h5>
|
|
390
402
|
<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-
|
|
403
|
+
<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
404
|
</ul>
|
|
393
405
|
<ul class="tsd-descriptions">
|
|
394
406
|
<li class="tsd-description">
|
|
@@ -411,7 +423,7 @@
|
|
|
411
423
|
</div>
|
|
412
424
|
</li>
|
|
413
425
|
<li>
|
|
414
|
-
<h5>pointers: <span class="tsd-signature-
|
|
426
|
+
<h5>pointers: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
415
427
|
<div class="tsd-comment tsd-typography">
|
|
416
428
|
<p>手指位置</p>
|
|
417
429
|
</div>
|
|
@@ -1103,7 +1115,7 @@
|
|
|
1103
1115
|
<li class="tsd-parameter">
|
|
1104
1116
|
<h5>texture<wbr>Abort<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1105
1117
|
<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
|
|
1118
|
+
<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
1119
|
</ul>
|
|
1108
1120
|
<ul class="tsd-descriptions">
|
|
1109
1121
|
<li class="tsd-description">
|
|
@@ -1126,7 +1138,7 @@
|
|
|
1126
1138
|
</div>
|
|
1127
1139
|
</li>
|
|
1128
1140
|
<li>
|
|
1129
|
-
<h5>observer: <a href="five.html
|
|
1141
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1130
1142
|
<div class="tsd-comment tsd-typography">
|
|
1131
1143
|
<p>对应的 observer 详情</p>
|
|
1132
1144
|
</div>
|
|
@@ -1139,7 +1151,7 @@
|
|
|
1139
1151
|
<li class="tsd-parameter">
|
|
1140
1152
|
<h5>texture<wbr>Error<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1141
1153
|
<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
|
|
1154
|
+
<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
1155
|
</ul>
|
|
1144
1156
|
<ul class="tsd-descriptions">
|
|
1145
1157
|
<li class="tsd-description">
|
|
@@ -1168,7 +1180,7 @@
|
|
|
1168
1180
|
</div>
|
|
1169
1181
|
</li>
|
|
1170
1182
|
<li>
|
|
1171
|
-
<h5>observer: <a href="five.html
|
|
1183
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1172
1184
|
<div class="tsd-comment tsd-typography">
|
|
1173
1185
|
<p>对应的 observer 详情</p>
|
|
1174
1186
|
</div>
|
|
@@ -1181,7 +1193,7 @@
|
|
|
1181
1193
|
<li class="tsd-parameter">
|
|
1182
1194
|
<h5>texture<wbr>Loaded<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1183
1195
|
<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
|
|
1196
|
+
<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
1197
|
</ul>
|
|
1186
1198
|
<ul class="tsd-descriptions">
|
|
1187
1199
|
<li class="tsd-description">
|
|
@@ -1204,13 +1216,13 @@
|
|
|
1204
1216
|
</div>
|
|
1205
1217
|
</li>
|
|
1206
1218
|
<li>
|
|
1207
|
-
<h5>observer: <a href="five.html
|
|
1219
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1208
1220
|
<div class="tsd-comment tsd-typography">
|
|
1209
1221
|
<p>对应的 observer 详情</p>
|
|
1210
1222
|
</div>
|
|
1211
1223
|
</li>
|
|
1212
1224
|
<li>
|
|
1213
|
-
<h5>meta: <a href="five.html#
|
|
1225
|
+
<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
1226
|
</li>
|
|
1215
1227
|
</ul>
|
|
1216
1228
|
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
@@ -1220,7 +1232,7 @@
|
|
|
1220
1232
|
<li class="tsd-parameter">
|
|
1221
1233
|
<h5>texture<wbr>Loading<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1222
1234
|
<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
|
|
1235
|
+
<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
1236
|
</ul>
|
|
1225
1237
|
<ul class="tsd-descriptions">
|
|
1226
1238
|
<li class="tsd-description">
|
|
@@ -1249,7 +1261,7 @@
|
|
|
1249
1261
|
</div>
|
|
1250
1262
|
</li>
|
|
1251
1263
|
<li>
|
|
1252
|
-
<h5>observer: <a href="five.html
|
|
1264
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1253
1265
|
<div class="tsd-comment tsd-typography">
|
|
1254
1266
|
<p>对应的 observer 详情</p>
|
|
1255
1267
|
</div>
|
|
@@ -1262,7 +1274,7 @@
|
|
|
1262
1274
|
<li class="tsd-parameter">
|
|
1263
1275
|
<h5>texture<wbr>Start<wbr>Load<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1264
1276
|
<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
|
|
1277
|
+
<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
1278
|
</ul>
|
|
1267
1279
|
<ul class="tsd-descriptions">
|
|
1268
1280
|
<li class="tsd-description">
|
|
@@ -1285,7 +1297,7 @@
|
|
|
1285
1297
|
</div>
|
|
1286
1298
|
</li>
|
|
1287
1299
|
<li>
|
|
1288
|
-
<h5>observer: <a href="five.html
|
|
1300
|
+
<h5>observer: <a href="../interfaces/five.WorkObserver.html" class="tsd-signature-type" data-tsd-kind="Interface">WorkObserver</a></h5>
|
|
1289
1301
|
<div class="tsd-comment tsd-typography">
|
|
1290
1302
|
<p>对应的 observer 详情</p>
|
|
1291
1303
|
</div>
|
|
@@ -1355,7 +1367,7 @@
|
|
|
1355
1367
|
<li class="tsd-parameter">
|
|
1356
1368
|
<h5>wants<wbr>Gesture<span class="tsd-signature-symbol">: </span>function</h5>
|
|
1357
1369
|
<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-
|
|
1370
|
+
<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
1371
|
</ul>
|
|
1360
1372
|
<ul class="tsd-descriptions">
|
|
1361
1373
|
<li class="tsd-description">
|
|
@@ -1378,7 +1390,7 @@
|
|
|
1378
1390
|
</div>
|
|
1379
1391
|
</li>
|
|
1380
1392
|
<li>
|
|
1381
|
-
<h5>pointers: <span class="tsd-signature-
|
|
1393
|
+
<h5>pointers: <span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">[]</span></h5>
|
|
1382
1394
|
<div class="tsd-comment tsd-typography">
|
|
1383
1395
|
<p>手指位置</p>
|
|
1384
1396
|
</div>
|
|
@@ -2009,7 +2021,7 @@
|
|
|
2009
2021
|
<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
2022
|
<aside class="tsd-sources">
|
|
2011
2023
|
<ul>
|
|
2012
|
-
<li>Defined in lib/five/work/looseWorkType.ts:
|
|
2024
|
+
<li>Defined in lib/five/work/looseWorkType.ts:51</li>
|
|
2013
2025
|
</ul>
|
|
2014
2026
|
</aside>
|
|
2015
2027
|
<div class="tsd-type-declaration">
|
|
@@ -2059,7 +2071,7 @@
|
|
|
2059
2071
|
<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
2072
|
<aside class="tsd-sources">
|
|
2061
2073
|
<ul>
|
|
2062
|
-
<li>Defined in lib/five/work/looseWorkType.ts:
|
|
2074
|
+
<li>Defined in lib/five/work/looseWorkType.ts:27</li>
|
|
2063
2075
|
</ul>
|
|
2064
2076
|
</aside>
|
|
2065
2077
|
<div class="tsd-type-declaration">
|
|
@@ -2089,7 +2101,7 @@
|
|
|
2089
2101
|
<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
2102
|
<aside class="tsd-sources">
|
|
2091
2103
|
<ul>
|
|
2092
|
-
<li>Defined in lib/five/work/looseWorkType.ts:
|
|
2104
|
+
<li>Defined in lib/five/work/looseWorkType.ts:34</li>
|
|
2093
2105
|
</ul>
|
|
2094
2106
|
</aside>
|
|
2095
2107
|
<div class="tsd-type-declaration">
|
|
@@ -2113,7 +2125,7 @@
|
|
|
2113
2125
|
<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
2126
|
<aside class="tsd-sources">
|
|
2115
2127
|
<ul>
|
|
2116
|
-
<li>Defined in lib/five/work/looseWorkType.ts:
|
|
2128
|
+
<li>Defined in lib/five/work/looseWorkType.ts:39</li>
|
|
2117
2129
|
</ul>
|
|
2118
2130
|
</aside>
|
|
2119
2131
|
<div class="tsd-type-declaration">
|
|
@@ -2166,7 +2178,7 @@
|
|
|
2166
2178
|
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2167
2179
|
<a name="LooseWorkPanorama" class="tsd-anchor"></a>
|
|
2168
2180
|
<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">
|
|
2181
|
+
<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
2182
|
<aside class="tsd-sources">
|
|
2171
2183
|
<ul>
|
|
2172
2184
|
<li>Defined in lib/five/work/looseWorkType.ts:6</li>
|
|
@@ -2196,11 +2208,34 @@
|
|
|
2196
2208
|
<li class="tsd-parameter">
|
|
2197
2209
|
<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
2210
|
</li>
|
|
2211
|
+
<li class="tsd-parameter">
|
|
2212
|
+
<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>
|
|
2213
|
+
<ul class="tsd-parameters">
|
|
2214
|
+
<li class="tsd-parameter">
|
|
2215
|
+
<h5>back<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2216
|
+
</li>
|
|
2217
|
+
<li class="tsd-parameter">
|
|
2218
|
+
<h5>down<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2219
|
+
</li>
|
|
2220
|
+
<li class="tsd-parameter">
|
|
2221
|
+
<h5>front<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2222
|
+
</li>
|
|
2223
|
+
<li class="tsd-parameter">
|
|
2224
|
+
<h5>left<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2225
|
+
</li>
|
|
2226
|
+
<li class="tsd-parameter">
|
|
2227
|
+
<h5>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2228
|
+
</li>
|
|
2229
|
+
<li class="tsd-parameter">
|
|
2230
|
+
<h5>up<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2231
|
+
</li>
|
|
2232
|
+
</ul>
|
|
2233
|
+
</li>
|
|
2199
2234
|
<li class="tsd-parameter">
|
|
2200
2235
|
<h5>right<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2201
2236
|
</li>
|
|
2202
2237
|
<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">
|
|
2238
|
+
<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
2239
|
</li>
|
|
2205
2240
|
<li class="tsd-parameter">
|
|
2206
2241
|
<h5>up<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
@@ -2235,48 +2270,13 @@
|
|
|
2235
2270
|
</ul>
|
|
2236
2271
|
</div>
|
|
2237
2272
|
</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
2273
|
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter">
|
|
2274
2274
|
<a name="Mirror" class="tsd-anchor"></a>
|
|
2275
2275
|
<h3>Mirror</h3>
|
|
2276
2276
|
<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
2277
|
<aside class="tsd-sources">
|
|
2278
2278
|
<ul>
|
|
2279
|
-
<li>Defined in lib/five/application/five.ts:
|
|
2279
|
+
<li>Defined in lib/five/application/five.ts:64</li>
|
|
2280
2280
|
</ul>
|
|
2281
2281
|
</aside>
|
|
2282
2282
|
<h4 class="tsd-type-parameters-title">Type parameters</h4>
|
|
@@ -2487,13 +2487,61 @@
|
|
|
2487
2487
|
</ul>
|
|
2488
2488
|
</div>
|
|
2489
2489
|
</section>
|
|
2490
|
+
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2491
|
+
<a name="NetWorkMeta" class="tsd-anchor"></a>
|
|
2492
|
+
<h3>Net<wbr>Work<wbr>Meta</h3>
|
|
2493
|
+
<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>
|
|
2494
|
+
<aside class="tsd-sources">
|
|
2495
|
+
<ul>
|
|
2496
|
+
<li>Defined in lib/five/utils/ajax.ts:23</li>
|
|
2497
|
+
</ul>
|
|
2498
|
+
</aside>
|
|
2499
|
+
<div class="tsd-type-declaration">
|
|
2500
|
+
<h4>Type declaration</h4>
|
|
2501
|
+
<ul class="tsd-parameters">
|
|
2502
|
+
<li class="tsd-parameter">
|
|
2503
|
+
<h5>costs<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2504
|
+
</li>
|
|
2505
|
+
<li class="tsd-parameter">
|
|
2506
|
+
<h5>headers<span class="tsd-signature-symbol">: </span><span class="tsd-signature-symbol">{}</span></h5>
|
|
2507
|
+
<ul class="tsd-parameters">
|
|
2508
|
+
<li class="tsd-parameter-index-signature">
|
|
2509
|
+
<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>
|
|
2510
|
+
</li>
|
|
2511
|
+
</ul>
|
|
2512
|
+
</li>
|
|
2513
|
+
<li class="tsd-parameter">
|
|
2514
|
+
<h5>request<wbr>Time<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2515
|
+
</li>
|
|
2516
|
+
<li class="tsd-parameter">
|
|
2517
|
+
<h5>response<wbr>Time<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
|
|
2518
|
+
</li>
|
|
2519
|
+
<li class="tsd-parameter">
|
|
2520
|
+
<h5><span class="tsd-flag ts-flagOptional">Optional</span> size<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">number</span></h5>
|
|
2521
|
+
</li>
|
|
2522
|
+
<li class="tsd-parameter">
|
|
2523
|
+
<h5>source<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></h5>
|
|
2524
|
+
</li>
|
|
2525
|
+
</ul>
|
|
2526
|
+
</div>
|
|
2527
|
+
</section>
|
|
2490
2528
|
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2491
2529
|
<a name="NetworkState" class="tsd-anchor"></a>
|
|
2492
2530
|
<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">"
|
|
2531
|
+
<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
2532
|
<aside class="tsd-sources">
|
|
2495
2533
|
<ul>
|
|
2496
|
-
<li>Defined in lib/five/utils/ajax.ts:
|
|
2534
|
+
<li>Defined in lib/five/utils/ajax.ts:35</li>
|
|
2535
|
+
</ul>
|
|
2536
|
+
</aside>
|
|
2537
|
+
</section>
|
|
2538
|
+
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
2539
|
+
<a name="NetworkType" class="tsd-anchor"></a>
|
|
2540
|
+
<h3>Network<wbr>Type</h3>
|
|
2541
|
+
<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>
|
|
2542
|
+
<aside class="tsd-sources">
|
|
2543
|
+
<ul>
|
|
2544
|
+
<li>Defined in lib/five/utils/ajax.ts:34</li>
|
|
2497
2545
|
</ul>
|
|
2498
2546
|
</aside>
|
|
2499
2547
|
</section>
|
|
@@ -2503,7 +2551,7 @@
|
|
|
2503
2551
|
<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
2552
|
<aside class="tsd-sources">
|
|
2505
2553
|
<ul>
|
|
2506
|
-
<li>Defined in lib/five/work/parse.ts:
|
|
2554
|
+
<li>Defined in lib/five/work/parse.ts:17</li>
|
|
2507
2555
|
</ul>
|
|
2508
2556
|
</aside>
|
|
2509
2557
|
<div class="tsd-type-declaration">
|
|
@@ -2558,7 +2606,7 @@
|
|
|
2558
2606
|
<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
2607
|
<aside class="tsd-sources">
|
|
2560
2608
|
<ul>
|
|
2561
|
-
<li>Defined in lib/five/
|
|
2609
|
+
<li>Defined in lib/five/utils/subscribe.ts:6</li>
|
|
2562
2610
|
</ul>
|
|
2563
2611
|
</aside>
|
|
2564
2612
|
<div class="tsd-type-declaration">
|
|
@@ -2588,247 +2636,9 @@
|
|
|
2588
2636
|
</ul>
|
|
2589
2637
|
</div>
|
|
2590
2638
|
</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
2639
|
</section>
|
|
2810
2640
|
<section class="tsd-panel-group tsd-member-group ">
|
|
2811
2641
|
<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
2642
|
<section class="tsd-panel tsd-member tsd-kind-variable tsd-parent-kind-module">
|
|
2833
2643
|
<a name="PROXY_CONTROLLER_EVENT_NAMES" class="tsd-anchor"></a>
|
|
2834
2644
|
<h3><span class="tsd-flag ts-flagConst">Const</span> PROXY_<wbr>CONTROLLER_<wbr>EVENT_<wbr>NAMES</h3>
|
|
@@ -2842,6 +2652,44 @@
|
|
|
2842
2652
|
</section>
|
|
2843
2653
|
<section class="tsd-panel-group tsd-member-group ">
|
|
2844
2654
|
<h2>Functions</h2>
|
|
2655
|
+
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
|
|
2656
|
+
<a name="defaultImageURLTransform" class="tsd-anchor"></a>
|
|
2657
|
+
<h3>default<wbr>ImageURLTransform</h3>
|
|
2658
|
+
<ul class="tsd-signatures tsd-kind-function tsd-parent-kind-module">
|
|
2659
|
+
<li class="tsd-signature tsd-kind-icon">default<wbr>ImageURLTransform<span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">: </span><a href="../interfaces/five.ImageURLOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ImageURLOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
2660
|
+
</ul>
|
|
2661
|
+
<ul class="tsd-descriptions">
|
|
2662
|
+
<li class="tsd-description">
|
|
2663
|
+
<aside class="tsd-sources">
|
|
2664
|
+
<ul>
|
|
2665
|
+
<li>Defined in lib/five/utils/imageURL.ts:91</li>
|
|
2666
|
+
</ul>
|
|
2667
|
+
</aside>
|
|
2668
|
+
<div class="tsd-comment tsd-typography">
|
|
2669
|
+
<div class="lead">
|
|
2670
|
+
<p>URL 地址的转换</p>
|
|
2671
|
+
</div>
|
|
2672
|
+
</div>
|
|
2673
|
+
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2674
|
+
<ul class="tsd-parameters">
|
|
2675
|
+
<li>
|
|
2676
|
+
<h5>url: <span class="tsd-signature-type">string</span></h5>
|
|
2677
|
+
<div class="tsd-comment tsd-typography">
|
|
2678
|
+
<p>url 原地址</p>
|
|
2679
|
+
</div>
|
|
2680
|
+
</li>
|
|
2681
|
+
<li>
|
|
2682
|
+
<h5>options: <a href="../interfaces/five.ImageURLOptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ImageURLOptions</a></h5>
|
|
2683
|
+
<div class="tsd-comment tsd-typography">
|
|
2684
|
+
<p>url 转换参数</p>
|
|
2685
|
+
</div>
|
|
2686
|
+
</li>
|
|
2687
|
+
</ul>
|
|
2688
|
+
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
2689
|
+
<p>url 转换结果</p>
|
|
2690
|
+
</li>
|
|
2691
|
+
</ul>
|
|
2692
|
+
</section>
|
|
2845
2693
|
<section class="tsd-panel tsd-member tsd-kind-function tsd-parent-kind-module">
|
|
2846
2694
|
<a name="getViewportScale" class="tsd-anchor"></a>
|
|
2847
2695
|
<h3>get<wbr>Viewport<wbr>Scale</h3>
|
|
@@ -2863,13 +2711,13 @@
|
|
|
2863
2711
|
<a name="parseWork" class="tsd-anchor"></a>
|
|
2864
2712
|
<h3>parse<wbr>Work</h3>
|
|
2865
2713
|
<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
|
|
2714
|
+
<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
2715
|
</ul>
|
|
2868
2716
|
<ul class="tsd-descriptions">
|
|
2869
2717
|
<li class="tsd-description">
|
|
2870
2718
|
<aside class="tsd-sources">
|
|
2871
2719
|
<ul>
|
|
2872
|
-
<li>Defined in lib/five/work/parse.ts:
|
|
2720
|
+
<li>Defined in lib/five/work/parse.ts:481</li>
|
|
2873
2721
|
</ul>
|
|
2874
2722
|
</aside>
|
|
2875
2723
|
<div class="tsd-comment tsd-typography">
|
|
@@ -2880,7 +2728,7 @@
|
|
|
2880
2728
|
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
2881
2729
|
<ul class="tsd-parameters">
|
|
2882
2730
|
<li>
|
|
2883
|
-
<h5>obj: <a href="five.html
|
|
2731
|
+
<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
2732
|
<div class="tsd-comment tsd-typography">
|
|
2885
2733
|
<p>work 数据,从如数开发者平台获取</p>
|
|
2886
2734
|
</div>
|
|
@@ -2922,36 +2770,13 @@
|
|
|
2922
2770
|
</ul>
|
|
2923
2771
|
</li>
|
|
2924
2772
|
</ul>
|
|
2925
|
-
<h4 class="tsd-returns-title">Returns <a href="five.html
|
|
2773
|
+
<h4 class="tsd-returns-title">Returns <a href="../classes/five.Work.html" class="tsd-signature-type" data-tsd-kind="Class">Work</a></h4>
|
|
2926
2774
|
<ul>
|
|
2927
2775
|
<li>签署过的 Work 数据结构</li>
|
|
2928
2776
|
</ul>
|
|
2929
2777
|
</li>
|
|
2930
2778
|
</ul>
|
|
2931
2779
|
</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
2780
|
</section>
|
|
2956
2781
|
</div>
|
|
2957
2782
|
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
@@ -2983,13 +2808,22 @@
|
|
|
2983
2808
|
<nav class="tsd-navigation secondary menu-sticky">
|
|
2984
2809
|
<ul class="before-current">
|
|
2985
2810
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2986
|
-
<a href="../classes/five.
|
|
2811
|
+
<a href="../classes/five.AnimationFrameLoop.html" class="tsd-kind-icon">Animation<wbr>Frame<wbr>Loop</a>
|
|
2987
2812
|
</li>
|
|
2988
2813
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2989
|
-
<a href="../classes/five.
|
|
2814
|
+
<a href="../classes/five.BVH.html" class="tsd-kind-icon">BVH</a>
|
|
2990
2815
|
</li>
|
|
2991
2816
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2992
|
-
<a href="../classes/five.
|
|
2817
|
+
<a href="../classes/five.BVHNode.html" class="tsd-kind-icon">BVHNode</a>
|
|
2818
|
+
</li>
|
|
2819
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2820
|
+
<a href="../classes/five.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a>
|
|
2821
|
+
</li>
|
|
2822
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2823
|
+
<a href="../classes/five.Camera.html" class="tsd-kind-icon">Camera</a>
|
|
2824
|
+
</li>
|
|
2825
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2826
|
+
<a href="../classes/five.Five.html" class="tsd-kind-icon">Five</a>
|
|
2993
2827
|
</li>
|
|
2994
2828
|
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2995
2829
|
<a href="../classes/five.InternalWebGLRenderer.html" class="tsd-kind-icon">Internal<wbr>WebGLRenderer</a>
|
|
@@ -3018,9 +2852,21 @@
|
|
|
3018
2852
|
<li class=" tsd-kind-class tsd-parent-kind-module tsd-has-type-parameter">
|
|
3019
2853
|
<a href="../classes/five.Subscribe.html" class="tsd-kind-icon">Subscribe</a>
|
|
3020
2854
|
</li>
|
|
2855
|
+
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
2856
|
+
<a href="../classes/five.Work.html" class="tsd-kind-icon">Work</a>
|
|
2857
|
+
</li>
|
|
3021
2858
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3022
2859
|
<a href="../interfaces/five.AddableObject.html" class="tsd-kind-icon">Addable<wbr>Object</a>
|
|
3023
2860
|
</li>
|
|
2861
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2862
|
+
<a href="../interfaces/five.AnimationFrame.html" class="tsd-kind-icon">Animation<wbr>Frame</a>
|
|
2863
|
+
</li>
|
|
2864
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2865
|
+
<a href="../interfaces/five.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
|
|
2866
|
+
</li>
|
|
2867
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2868
|
+
<a href="../interfaces/five.CameraPose.html" class="tsd-kind-icon">Camera<wbr>Pose</a>
|
|
2869
|
+
</li>
|
|
3024
2870
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3025
2871
|
<a href="../interfaces/five.DepthPanoramaControllerCustomInitArgs.html" class="tsd-kind-icon">Depth<wbr>Panorama<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a>
|
|
3026
2872
|
</li>
|
|
@@ -3036,6 +2882,9 @@
|
|
|
3036
2882
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3037
2883
|
<a href="../interfaces/five.ImageOptions.html" class="tsd-kind-icon">Image<wbr>Options</a>
|
|
3038
2884
|
</li>
|
|
2885
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2886
|
+
<a href="../interfaces/five.ImageURLOptions.html" class="tsd-kind-icon">ImageURLOptions</a>
|
|
2887
|
+
</li>
|
|
3039
2888
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3040
2889
|
<a href="../interfaces/five.IntersectMeshInterface.html" class="tsd-kind-icon">Intersect<wbr>Mesh<wbr>Interface</a>
|
|
3041
2890
|
</li>
|
|
@@ -3051,6 +2900,12 @@
|
|
|
3051
2900
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3052
2901
|
<a href="../interfaces/five.MovePanoOptions.html" class="tsd-kind-icon">Move<wbr>Pano<wbr>Options</a>
|
|
3053
2902
|
</li>
|
|
2903
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2904
|
+
<a href="../interfaces/five.PBMPanoPicture.html" class="tsd-kind-icon">PBMPano<wbr>Picture</a>
|
|
2905
|
+
</li>
|
|
2906
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2907
|
+
<a href="../interfaces/five.PBMPanoVideo.html" class="tsd-kind-icon">PBMPano<wbr>Video</a>
|
|
2908
|
+
</li>
|
|
3054
2909
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3055
2910
|
<a href="../interfaces/five.PBMParameters.html" class="tsd-kind-icon">PBMParameters</a>
|
|
3056
2911
|
</li>
|
|
@@ -3072,12 +2927,36 @@
|
|
|
3072
2927
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3073
2928
|
<a href="../interfaces/five.State.html" class="tsd-kind-icon">State</a>
|
|
3074
2929
|
</li>
|
|
2930
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2931
|
+
<a href="../interfaces/five.TextureOptions.html" class="tsd-kind-icon">Texture<wbr>Options</a>
|
|
2932
|
+
</li>
|
|
3075
2933
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3076
2934
|
<a href="../interfaces/five.TopviewControllerCustomInitArgs.html" class="tsd-kind-icon">Topview<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a>
|
|
3077
2935
|
</li>
|
|
3078
2936
|
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
3079
2937
|
<a href="../interfaces/five.VRPanoramaControllerCustomInitArgs.html" class="tsd-kind-icon">VRPanorama<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a>
|
|
3080
2938
|
</li>
|
|
2939
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2940
|
+
<a href="../interfaces/five.WorkCubeImage.html" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a>
|
|
2941
|
+
</li>
|
|
2942
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2943
|
+
<a href="../interfaces/five.WorkImage.html" class="tsd-kind-icon">Work<wbr>Image</a>
|
|
2944
|
+
</li>
|
|
2945
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2946
|
+
<a href="../interfaces/five.WorkInitial.html" class="tsd-kind-icon">Work<wbr>Initial</a>
|
|
2947
|
+
</li>
|
|
2948
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2949
|
+
<a href="../interfaces/five.WorkModel.html" class="tsd-kind-icon">Work<wbr>Model</a>
|
|
2950
|
+
</li>
|
|
2951
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2952
|
+
<a href="../interfaces/five.WorkObserver.html" class="tsd-kind-icon">Work<wbr>Observer</a>
|
|
2953
|
+
</li>
|
|
2954
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2955
|
+
<a href="../interfaces/five.WorkTile.html" class="tsd-kind-icon">Work<wbr>Tile</a>
|
|
2956
|
+
</li>
|
|
2957
|
+
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
2958
|
+
<a href="../interfaces/five.WorkVideo.html" class="tsd-kind-icon">Work<wbr>Video</a>
|
|
2959
|
+
</li>
|
|
3081
2960
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3082
2961
|
<a href="five.html#ControllerCustomInitTypes" class="tsd-kind-icon">Controller<wbr>Custom<wbr>Init<wbr>Types</a>
|
|
3083
2962
|
</li>
|
|
@@ -3117,9 +2996,6 @@
|
|
|
3117
2996
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3118
2997
|
<a href="five.html#LooseWorkVideo" class="tsd-kind-icon">Loose<wbr>Work<wbr>Video</a>
|
|
3119
2998
|
</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
2999
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module tsd-has-type-parameter">
|
|
3124
3000
|
<a href="five.html#Mirror" class="tsd-kind-icon">Mirror</a>
|
|
3125
3001
|
</li>
|
|
@@ -3130,46 +3006,31 @@
|
|
|
3130
3006
|
<a href="five.html#ModelEventType" class="tsd-kind-icon">Model<wbr>Event<wbr>Type</a>
|
|
3131
3007
|
</li>
|
|
3132
3008
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3133
|
-
<a href="five.html#
|
|
3134
|
-
</li>
|
|
3135
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3136
|
-
<a href="five.html#ParseWorkOptions" class="tsd-kind-icon">Parse<wbr>Work<wbr>Options</a>
|
|
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>
|
|
3009
|
+
<a href="five.html#NetWorkMeta" class="tsd-kind-icon">Net<wbr>Work<wbr>Meta</a>
|
|
3143
3010
|
</li>
|
|
3144
3011
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3145
|
-
<a href="five.html#
|
|
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>
|
|
3012
|
+
<a href="five.html#NetworkState" class="tsd-kind-icon">Network<wbr>State</a>
|
|
3149
3013
|
</li>
|
|
3150
3014
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3151
|
-
<a href="five.html#
|
|
3015
|
+
<a href="five.html#NetworkType" class="tsd-kind-icon">Network<wbr>Type</a>
|
|
3152
3016
|
</li>
|
|
3153
3017
|
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
3154
|
-
<a href="five.html#
|
|
3018
|
+
<a href="five.html#ParseWorkOptions" class="tsd-kind-icon">Parse<wbr>Work<wbr>Options</a>
|
|
3155
3019
|
</li>
|
|
3156
3020
|
<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>
|
|
3021
|
+
<a href="five.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a>
|
|
3161
3022
|
</li>
|
|
3162
3023
|
<li class=" tsd-kind-variable tsd-parent-kind-module">
|
|
3163
3024
|
<a href="five.html#PROXY_CONTROLLER_EVENT_NAMES" class="tsd-kind-icon">PROXY_<wbr>CONTROLLER_<wbr>EVENT_<wbr>NAMES</a>
|
|
3164
3025
|
</li>
|
|
3165
3026
|
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
3166
|
-
<a href="five.html#
|
|
3027
|
+
<a href="five.html#defaultImageURLTransform" class="tsd-kind-icon">default<wbr>ImageURLTransform</a>
|
|
3167
3028
|
</li>
|
|
3168
3029
|
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
3169
|
-
<a href="five.html#
|
|
3030
|
+
<a href="five.html#getViewportScale" class="tsd-kind-icon">get<wbr>Viewport<wbr>Scale</a>
|
|
3170
3031
|
</li>
|
|
3171
3032
|
<li class=" tsd-kind-function tsd-parent-kind-module">
|
|
3172
|
-
<a href="five.html#
|
|
3033
|
+
<a href="five.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a>
|
|
3173
3034
|
</li>
|
|
3174
3035
|
</ul>
|
|
3175
3036
|
</nav>
|