@realsee/five 5.0.0-alpha.71 → 5.0.0-alpha.75
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/.nojekyll +1 -0
- package/docs/assets/highlight.css +134 -0
- package/docs/assets/icons.css +1043 -0
- package/docs/assets/{images/icons.png → icons.png} +0 -0
- package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
- package/docs/assets/main.js +52 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1388 -0
- package/docs/assets/{images/widgets.png → widgets.png} +0 -0
- package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
- package/docs/classes/five.AnimationFrameLoop.html +22 -522
- package/docs/classes/five.BVH.html +10 -488
- package/docs/classes/five.BVHNode.html +8 -468
- package/docs/classes/five.BVHVector3.html +1 -525
- package/docs/classes/five.Camera.html +11 -323
- package/docs/classes/five.Five.html +269 -2938
- package/docs/classes/five.InternalWebGLRenderer.html +1 -212
- package/docs/classes/five.Model.html +76 -1011
- package/docs/classes/five.NetworkSubscribe.html +50 -564
- package/docs/classes/five.PBMContainer.html +17 -428
- package/docs/classes/five.PBMGroup.html +19 -430
- package/docs/classes/five.PBMMaterial.html +15 -367
- package/docs/classes/five.PBMMesh.html +7 -254
- package/docs/classes/five.Scene.html +3 -263
- package/docs/classes/five.Subscribe.html +55 -599
- package/docs/classes/five.Work.html +1 -348
- package/docs/classes/gltf_loader.GLTFLoader.html +16 -411
- package/docs/classes/gltf_loader.GLTFObject.html +7 -287
- package/docs/classes/line.Line.html +1 -384
- package/docs/classes/line.LineGeometry.html +1 -530
- package/docs/classes/line.LineMaterial.html +1 -306
- package/docs/classes/line.LineSegmentsGeometry.html +1 -477
- package/docs/classes/line.THREE_Line2.html +1 -280
- package/docs/classes/line.THREE_LineSegments2.html +1 -282
- package/docs/classes/react.Store.html +28 -621
- package/docs/classes/server.BVH.html +10 -587
- package/docs/classes/server.BVHNode.html +8 -567
- package/docs/classes/server.BVHVector3.html +1 -624
- package/docs/classes/server.Model.html +62 -840
- package/docs/classes/server.PBMGroup.html +9 -384
- package/docs/classes/server.PBMMesh.html +7 -353
- package/docs/classes/sticker.Sticker.html +31 -470
- package/docs/index.html +166 -458
- package/docs/interfaces/five.AddableObject.html +1 -234
- package/docs/interfaces/five.AnimationFrame.html +1 -243
- package/docs/interfaces/five.BVHIntersect.html +1 -204
- package/docs/interfaces/five.CameraPose.html +1 -232
- package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +28 -438
- package/docs/interfaces/five.EventCallback.html +370 -2644
- package/docs/interfaces/five.FiveInitArgs.html +93 -723
- package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +15 -295
- package/docs/interfaces/five.ImageOptions.html +16 -277
- package/docs/interfaces/five.ImageURLOptions.html +1 -260
- package/docs/interfaces/five.IntersectMeshInterface.html +1 -188
- package/docs/interfaces/five.Intersection.html +7 -227
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +20 -366
- package/docs/interfaces/five.ModelEventCallback.html +22 -367
- package/docs/interfaces/five.MovePanoOptions.html +39 -456
- package/docs/interfaces/five.PBMPanoPicture.html +7 -219
- package/docs/interfaces/five.PBMParameters.html +15 -303
- package/docs/interfaces/five.PanoCircleMeshInterface.html +5 -426
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +28 -452
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -365
- package/docs/interfaces/five.Pose.html +35 -270
- package/docs/interfaces/five.Scissor.html +14 -252
- package/docs/interfaces/five.State.html +16 -297
- package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -180
- package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -171
- package/docs/interfaces/five.SubscribeMixinType.off.html +1 -198
- package/docs/interfaces/five.SubscribeMixinType.on.html +1 -213
- package/docs/interfaces/five.SubscribeMixinType.once.html +1 -210
- package/docs/interfaces/five.TextureOptions.html +18 -296
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -226
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +27 -439
- package/docs/interfaces/five.WorkCubeImage.html +1 -251
- package/docs/interfaces/five.WorkImage.html +3 -306
- package/docs/interfaces/five.WorkInitial.html +13 -273
- package/docs/interfaces/five.WorkModel.html +3 -239
- package/docs/interfaces/five.WorkObserver.html +3 -323
- package/docs/interfaces/five.WorkTile.html +1 -274
- package/docs/interfaces/five.WorkVideo.html +3 -211
- package/docs/interfaces/gltf_loader.GLTF.html +7 -304
- package/docs/interfaces/react.FiveActionReactCallbacks.html +61 -585
- package/docs/interfaces/react.FiveInjectionTypes.html +154 -1645
- package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -286
- package/docs/interfaces/server.BVHIntersect.html +1 -303
- package/docs/interfaces/server.Intersection.html +7 -326
- package/docs/interfaces/server.ModelEventCallback.html +18 -427
- package/docs/interfaces/sticker.IntersectionLike.html +8 -223
- package/docs/modules/five.SubscribeMixinType.html +1 -143
- package/docs/modules/five.html +440 -3044
- package/docs/modules/gltf_loader.html +1 -155
- package/docs/modules/line.html +1 -210
- package/docs/modules/react.html +130 -1607
- package/docs/modules/server.html +18 -560
- package/docs/modules/sticker.html +1 -151
- package/docs/modules.html +1 -136
- package/five/index.d.ts +1 -3
- package/five/index.js +5 -5
- package/gltf-loader/index.js +2 -2
- package/line/index.js +2 -2
- package/package.json +1 -1
- package/react/index.js +2 -2
- package/server/index.d.ts +0 -3
- package/server/index.js +3 -3
- package/sticker/index.js +2 -2
- package/umd/five.js +1 -1
- package/docs/assets/css/main.css +0 -2660
- package/docs/assets/js/main.js +0 -248
- package/docs/assets/js/search.js +0 -1
|
@@ -1,384 +1,9 @@
|
|
|
1
|
-
<!
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
<script async src="../assets/js/search.js" id="search-script"></script>
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<header>
|
|
14
|
-
<div class="tsd-page-toolbar">
|
|
15
|
-
<div class="container">
|
|
16
|
-
<div class="table-wrap">
|
|
17
|
-
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
|
|
18
|
-
<div class="field">
|
|
19
|
-
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
|
|
20
|
-
<input id="tsd-search-field" type="text" />
|
|
21
|
-
</div>
|
|
22
|
-
<ul class="results">
|
|
23
|
-
<li class="state loading">Preparing search index...</li>
|
|
24
|
-
<li class="state failure">The search index is not available</li>
|
|
25
|
-
</ul>
|
|
26
|
-
<a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.71</a>
|
|
27
|
-
</div>
|
|
28
|
-
<div class="table-cell" id="tsd-widgets">
|
|
29
|
-
<div id="tsd-filter">
|
|
30
|
-
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
|
|
31
|
-
<div class="tsd-filter-group">
|
|
32
|
-
<div class="tsd-select" id="tsd-filter-visibility">
|
|
33
|
-
<span class="tsd-select-label">All</span>
|
|
34
|
-
<ul class="tsd-select-list">
|
|
35
|
-
<li data-value="public">Public</li>
|
|
36
|
-
<li data-value="protected">Public/Protected</li>
|
|
37
|
-
<li data-value="private" class="selected">All</li>
|
|
38
|
-
</ul>
|
|
39
|
-
</div>
|
|
40
|
-
<input type="checkbox" id="tsd-filter-inherited" checked />
|
|
41
|
-
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
|
|
42
|
-
</div>
|
|
43
|
-
</div>
|
|
44
|
-
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
</div>
|
|
48
|
-
</div>
|
|
49
|
-
<div class="tsd-page-title">
|
|
50
|
-
<div class="container">
|
|
51
|
-
<ul class="tsd-breadcrumb">
|
|
52
|
-
<li>
|
|
53
|
-
<a href="../modules.html">如视 Five SDK - v5.0.0-alpha.71</a>
|
|
54
|
-
</li>
|
|
55
|
-
<li>
|
|
56
|
-
<a href="../modules/server.html">server</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="server.PBMGroup.html">PBMGroup</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Class PBMGroup</h1>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
</header>
|
|
66
|
-
<div class="container container-main">
|
|
67
|
-
<div class="row">
|
|
68
|
-
<div class="col-8 col-content">
|
|
69
|
-
<section class="tsd-panel tsd-comment">
|
|
70
|
-
<div class="tsd-comment tsd-typography">
|
|
71
|
-
<div class="lead">
|
|
72
|
-
<p>PBM 模型组</p>
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
</section>
|
|
76
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
77
|
-
<h3>Hierarchy</h3>
|
|
78
|
-
<ul class="tsd-hierarchy">
|
|
79
|
-
<li>
|
|
80
|
-
<span class="tsd-signature-type">Group</span>
|
|
81
|
-
<ul class="tsd-hierarchy">
|
|
82
|
-
<li>
|
|
83
|
-
<span class="target">PBMGroup</span>
|
|
84
|
-
<ul class="tsd-hierarchy">
|
|
85
|
-
<li>
|
|
86
|
-
<a href="server.Model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a>
|
|
87
|
-
</li>
|
|
88
|
-
</ul>
|
|
89
|
-
</li>
|
|
90
|
-
</ul>
|
|
91
|
-
</li>
|
|
92
|
-
</ul>
|
|
93
|
-
</section>
|
|
94
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
95
|
-
<h2>Index</h2>
|
|
96
|
-
<section class="tsd-panel tsd-index-panel">
|
|
97
|
-
<div class="tsd-index-content">
|
|
98
|
-
<section class="tsd-index-section tsd-is-inherited">
|
|
99
|
-
<h3>Constructors</h3>
|
|
100
|
-
<ul class="tsd-index-list">
|
|
101
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="server.PBMGroup.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
102
|
-
</ul>
|
|
103
|
-
</section>
|
|
104
|
-
<section class="tsd-index-section ">
|
|
105
|
-
<h3>Properties</h3>
|
|
106
|
-
<ul class="tsd-index-list">
|
|
107
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="server.PBMGroup.html#floorIndex" class="tsd-kind-icon">floor<wbr>Index</a></li>
|
|
108
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="server.PBMGroup.html#needsRender" class="tsd-kind-icon">needs<wbr>Render</a></li>
|
|
109
|
-
</ul>
|
|
110
|
-
</section>
|
|
111
|
-
<section class="tsd-index-section ">
|
|
112
|
-
<h3>Methods</h3>
|
|
113
|
-
<ul class="tsd-index-list">
|
|
114
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><a href="server.PBMGroup.html#disposeGeometry" class="tsd-kind-icon">dispose<wbr>Geometry</a></li>
|
|
115
|
-
</ul>
|
|
116
|
-
</section>
|
|
117
|
-
</div>
|
|
118
|
-
</section>
|
|
119
|
-
</section>
|
|
120
|
-
<section class="tsd-panel-group tsd-member-group tsd-is-inherited">
|
|
121
|
-
<h2>Constructors</h2>
|
|
122
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
123
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
124
|
-
<h3>constructor</h3>
|
|
125
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
126
|
-
<li class="tsd-signature tsd-kind-icon">new PBMGroup<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="server.PBMGroup.html" class="tsd-signature-type" data-tsd-kind="Class">PBMGroup</a></li>
|
|
127
|
-
</ul>
|
|
128
|
-
<ul class="tsd-descriptions">
|
|
129
|
-
<li class="tsd-description">
|
|
130
|
-
<aside class="tsd-sources">
|
|
131
|
-
<p>Inherited from THREE.Group.constructor</p>
|
|
132
|
-
<ul>
|
|
133
|
-
<li>Defined in node_modules/three/src/objects/Group.d.ts:5</li>
|
|
134
|
-
</ul>
|
|
135
|
-
</aside>
|
|
136
|
-
<h4 class="tsd-returns-title">Returns <a href="server.PBMGroup.html" class="tsd-signature-type" data-tsd-kind="Class">PBMGroup</a></h4>
|
|
137
|
-
</li>
|
|
138
|
-
</ul>
|
|
139
|
-
</section>
|
|
140
|
-
</section>
|
|
141
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
142
|
-
<h2>Properties</h2>
|
|
143
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
144
|
-
<a name="floorIndex" class="tsd-anchor"></a>
|
|
145
|
-
<h3>floor<wbr>Index</h3>
|
|
146
|
-
<div class="tsd-signature tsd-kind-icon">floor<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
|
|
147
|
-
<aside class="tsd-sources">
|
|
148
|
-
<ul>
|
|
149
|
-
<li>Defined in lib/five/server/core/pbmGroup.ts:8</li>
|
|
150
|
-
</ul>
|
|
151
|
-
</aside>
|
|
152
|
-
<div class="tsd-comment tsd-typography">
|
|
153
|
-
<div class="lead">
|
|
154
|
-
<p>楼层序号</p>
|
|
155
|
-
</div>
|
|
156
|
-
</div>
|
|
157
|
-
</section>
|
|
158
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
159
|
-
<a name="needsRender" class="tsd-anchor"></a>
|
|
160
|
-
<h3>needs<wbr>Render</h3>
|
|
161
|
-
<div class="tsd-signature tsd-kind-icon">needs<wbr>Render<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div>
|
|
162
|
-
<aside class="tsd-sources">
|
|
163
|
-
<ul>
|
|
164
|
-
<li>Defined in lib/five/server/core/pbmGroup.ts:11</li>
|
|
165
|
-
</ul>
|
|
166
|
-
</aside>
|
|
167
|
-
<div class="tsd-comment tsd-typography">
|
|
168
|
-
<div class="lead">
|
|
169
|
-
<p>是否需要更新按需渲染</p>
|
|
170
|
-
</div>
|
|
171
|
-
</div>
|
|
172
|
-
</section>
|
|
173
|
-
</section>
|
|
174
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
175
|
-
<h2>Methods</h2>
|
|
176
|
-
<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
|
|
177
|
-
<a name="disposeGeometry" class="tsd-anchor"></a>
|
|
178
|
-
<h3>dispose<wbr>Geometry</h3>
|
|
179
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
|
|
180
|
-
<li class="tsd-signature tsd-kind-icon">dispose<wbr>Geometry<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>
|
|
181
|
-
</ul>
|
|
182
|
-
<ul class="tsd-descriptions">
|
|
183
|
-
<li class="tsd-description">
|
|
184
|
-
<aside class="tsd-sources">
|
|
185
|
-
<ul>
|
|
186
|
-
<li>Defined in lib/five/server/core/pbmGroup.ts:14</li>
|
|
187
|
-
</ul>
|
|
188
|
-
</aside>
|
|
189
|
-
<div class="tsd-comment tsd-typography">
|
|
190
|
-
<div class="lead">
|
|
191
|
-
<p>析构模型网格</p>
|
|
192
|
-
</div>
|
|
193
|
-
</div>
|
|
194
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
195
|
-
</li>
|
|
196
|
-
</ul>
|
|
197
|
-
</section>
|
|
198
|
-
</section>
|
|
199
|
-
</div>
|
|
200
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
201
|
-
<nav class="tsd-navigation primary">
|
|
202
|
-
<ul>
|
|
203
|
-
<li class=" ">
|
|
204
|
-
<a href="../modules.html">Modules</a>
|
|
205
|
-
</li>
|
|
206
|
-
<li class=" tsd-kind-module">
|
|
207
|
-
<a href="../modules/five.html">five</a>
|
|
208
|
-
</li>
|
|
209
|
-
<li class=" tsd-kind-module">
|
|
210
|
-
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
211
|
-
</li>
|
|
212
|
-
<li class=" tsd-kind-module">
|
|
213
|
-
<a href="../modules/line.html">line</a>
|
|
214
|
-
</li>
|
|
215
|
-
<li class=" tsd-kind-module">
|
|
216
|
-
<a href="../modules/react.html">react</a>
|
|
217
|
-
</li>
|
|
218
|
-
<li class="current tsd-kind-module">
|
|
219
|
-
<a href="../modules/server.html">server</a>
|
|
220
|
-
</li>
|
|
221
|
-
<li class=" tsd-kind-module">
|
|
222
|
-
<a href="../modules/sticker.html">sticker</a>
|
|
223
|
-
</li>
|
|
224
|
-
</ul>
|
|
225
|
-
</nav>
|
|
226
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
227
|
-
<ul class="before-current">
|
|
228
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
229
|
-
<a href="../modules/server.html#EventCallback" class="tsd-kind-icon">Event<wbr>Callback</a>
|
|
230
|
-
</li>
|
|
231
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
232
|
-
<a href="../modules/server.html#EventType" class="tsd-kind-icon">Event<wbr>Type</a>
|
|
233
|
-
</li>
|
|
234
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
235
|
-
<a href="../modules/server.html#LooseWork" class="tsd-kind-icon">Loose<wbr>Work</a>
|
|
236
|
-
</li>
|
|
237
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
238
|
-
<a href="../modules/server.html#LooseWorkInitial" class="tsd-kind-icon">Loose<wbr>Work<wbr>Initial</a>
|
|
239
|
-
</li>
|
|
240
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
241
|
-
<a href="../modules/server.html#LooseWorkModel" class="tsd-kind-icon">Loose<wbr>Work<wbr>Model</a>
|
|
242
|
-
</li>
|
|
243
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
244
|
-
<a href="../modules/server.html#LooseWorkObserver" class="tsd-kind-icon">Loose<wbr>Work<wbr>Observer</a>
|
|
245
|
-
</li>
|
|
246
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
247
|
-
<a href="../modules/server.html#LooseWorkPanorama" class="tsd-kind-icon">Loose<wbr>Work<wbr>Panorama</a>
|
|
248
|
-
</li>
|
|
249
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
250
|
-
<a href="../modules/server.html#LooseWorkVideo" class="tsd-kind-icon">Loose<wbr>Work<wbr>Video</a>
|
|
251
|
-
</li>
|
|
252
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
253
|
-
<a href="../modules/server.html#Mode" class="tsd-kind-icon">Mode</a>
|
|
254
|
-
</li>
|
|
255
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
256
|
-
<a href="../modules/server.html#ParseWorkOptions" class="tsd-kind-icon">Parse<wbr>Work<wbr>Options</a>
|
|
257
|
-
</li>
|
|
258
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
259
|
-
<a href="../modules/server.html#Pose" class="tsd-kind-icon">Pose</a>
|
|
260
|
-
</li>
|
|
261
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
262
|
-
<a href="../modules/server.html#State" class="tsd-kind-icon">State</a>
|
|
263
|
-
</li>
|
|
264
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
265
|
-
<a href="../modules/server.html#Subscribe" class="tsd-kind-icon">Subscribe</a>
|
|
266
|
-
</li>
|
|
267
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
268
|
-
<a href="../modules/server.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a>
|
|
269
|
-
</li>
|
|
270
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
271
|
-
<a href="../modules/server.html#SubscribeMixinType" class="tsd-kind-icon">Subscribe<wbr>Mixin<wbr>Type</a>
|
|
272
|
-
</li>
|
|
273
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
274
|
-
<a href="../modules/server.html#Work" class="tsd-kind-icon">Work</a>
|
|
275
|
-
</li>
|
|
276
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
277
|
-
<a href="../modules/server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a>
|
|
278
|
-
</li>
|
|
279
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
280
|
-
<a href="../modules/server.html#WorkImage" class="tsd-kind-icon">Work<wbr>Image</a>
|
|
281
|
-
</li>
|
|
282
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
283
|
-
<a href="../modules/server.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a>
|
|
284
|
-
</li>
|
|
285
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
286
|
-
<a href="../modules/server.html#WorkModel" class="tsd-kind-icon">Work<wbr>Model</a>
|
|
287
|
-
</li>
|
|
288
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
289
|
-
<a href="../modules/server.html#WorkObserver" class="tsd-kind-icon">Work<wbr>Observer</a>
|
|
290
|
-
</li>
|
|
291
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
292
|
-
<a href="../modules/server.html#WorkTile" class="tsd-kind-icon">Work<wbr>Tile</a>
|
|
293
|
-
</li>
|
|
294
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
295
|
-
<a href="../modules/server.html#WorkVideo" class="tsd-kind-icon">Work<wbr>Video</a>
|
|
296
|
-
</li>
|
|
297
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
298
|
-
<a href="../modules/server.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a>
|
|
299
|
-
</li>
|
|
300
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
301
|
-
<a href="server.BVH.html" class="tsd-kind-icon">BVH</a>
|
|
302
|
-
</li>
|
|
303
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
304
|
-
<a href="server.BVHNode.html" class="tsd-kind-icon">BVHNode</a>
|
|
305
|
-
</li>
|
|
306
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
307
|
-
<a href="server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a>
|
|
308
|
-
</li>
|
|
309
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
310
|
-
<a href="server.Model.html" class="tsd-kind-icon">Model</a>
|
|
311
|
-
</li>
|
|
312
|
-
</ul>
|
|
313
|
-
<ul class="current">
|
|
314
|
-
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
315
|
-
<a href="server.PBMGroup.html" class="tsd-kind-icon">PBMGroup</a>
|
|
316
|
-
<ul>
|
|
317
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
|
|
318
|
-
<a href="server.PBMGroup.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
319
|
-
</li>
|
|
320
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
321
|
-
<a href="server.PBMGroup.html#floorIndex" class="tsd-kind-icon">floor<wbr>Index</a>
|
|
322
|
-
</li>
|
|
323
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
324
|
-
<a href="server.PBMGroup.html#needsRender" class="tsd-kind-icon">needs<wbr>Render</a>
|
|
325
|
-
</li>
|
|
326
|
-
<li class=" tsd-kind-method tsd-parent-kind-class">
|
|
327
|
-
<a href="server.PBMGroup.html#disposeGeometry" class="tsd-kind-icon">dispose<wbr>Geometry</a>
|
|
328
|
-
</li>
|
|
329
|
-
</ul>
|
|
330
|
-
</li>
|
|
331
|
-
</ul>
|
|
332
|
-
<ul class="after-current">
|
|
333
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
334
|
-
<a href="server.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a>
|
|
335
|
-
</li>
|
|
336
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
337
|
-
<a href="../interfaces/server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
|
|
338
|
-
</li>
|
|
339
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
340
|
-
<a href="../interfaces/server.Intersection.html" class="tsd-kind-icon">Intersection</a>
|
|
341
|
-
</li>
|
|
342
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
343
|
-
<a href="../interfaces/server.ModelEventCallback.html" class="tsd-kind-icon">Model<wbr>Event<wbr>Callback</a>
|
|
344
|
-
</li>
|
|
345
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
346
|
-
<a href="../modules/server.html#ModelEventType" class="tsd-kind-icon">Model<wbr>Event<wbr>Type</a>
|
|
347
|
-
</li>
|
|
348
|
-
</ul>
|
|
349
|
-
</nav>
|
|
350
|
-
</div>
|
|
351
|
-
</div>
|
|
352
|
-
</div>
|
|
353
|
-
<footer>
|
|
354
|
-
<div class="container">
|
|
355
|
-
<h2>Legend</h2>
|
|
356
|
-
<div class="tsd-legend-group">
|
|
357
|
-
<ul class="tsd-legend">
|
|
358
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
359
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
360
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
361
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
362
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
363
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
364
|
-
</ul>
|
|
365
|
-
<ul class="tsd-legend">
|
|
366
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
367
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
368
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
369
|
-
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
|
|
370
|
-
</ul>
|
|
371
|
-
<ul class="tsd-legend">
|
|
372
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
373
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
374
|
-
</ul>
|
|
375
|
-
<ul class="tsd-legend">
|
|
376
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
|
|
377
|
-
</ul>
|
|
378
|
-
</div>
|
|
379
|
-
</div>
|
|
380
|
-
</footer>
|
|
381
|
-
<div class="overlay"></div>
|
|
382
|
-
<script src="../assets/js/main.js"></script>
|
|
383
|
-
</body>
|
|
384
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PBMGroup | 如视 Five SDK - v5.0.0-alpha.75</title><meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.75"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script></head><body><script>document.body.classList.add(localStorage.getItem("tsd-theme") || "os")</script><header><div class="tsd-page-toolbar"><div class="container"><div class="table-wrap"><div class="table-cell" id="tsd-search" data-base=".."><div class="field"><label for="tsd-search-field" class="tsd-widget search no-caption">Search</label><input type="text" id="tsd-search-field"/></div><ul class="results"><li class="state loading">Preparing search index...</li><li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.75</a></div><div class="table-cell" id="tsd-widgets"><div id="tsd-filter"><a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a><div class="tsd-filter-group"><div class="tsd-select" id="tsd-filter-visibility"><span class="tsd-select-label">All</span><ul class="tsd-select-list"><li data-value="public">Public</li><li data-value="protected">Public/Protected</li><li data-value="private" class="selected">All</li></ul></div> <input type="checkbox" id="tsd-filter-inherited" checked/><label class="tsd-widget" for="tsd-filter-inherited">Inherited</label></div></div><a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a></div></div></div></div><div class="tsd-page-title"><div class="container"><ul class="tsd-breadcrumb"><li><a href="../modules.html">如视 Five SDK - v5.0.0-alpha.75</a></li><li><a href="../modules/server.html">server</a></li><li><a href="server.PBMGroup.html">PBMGroup</a></li></ul><h1>Class PBMGroup</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-comment"><div class="tsd-comment tsd-typography"><div class="lead">
|
|
2
|
+
<p>PBM 模型组</p>
|
|
3
|
+
</div></div></section><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="tsd-signature-type">Group</span><ul class="tsd-hierarchy"><li><span class="target">PBMGroup</span><ul class="tsd-hierarchy"><li><a href="server.Model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a></li></ul></li></ul></li></ul></section><section class="tsd-panel-group tsd-index-group"><h2>Index</h2><section class="tsd-panel tsd-index-panel"><div class="tsd-index-content"><section class="tsd-index-section tsd-is-inherited"><h3>Constructors</h3><ul class="tsd-index-list"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="server.PBMGroup.html#constructor" class="tsd-kind-icon">constructor</a></li></ul></section><section class="tsd-index-section "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-class"><a href="server.PBMGroup.html#floorIndex" class="tsd-kind-icon">floor<wbr/>Index</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="server.PBMGroup.html#needsRender" class="tsd-kind-icon">needs<wbr/>Render</a></li></ul></section><section class="tsd-index-section "><h3>Methods</h3><ul class="tsd-index-list"><li class="tsd-kind-method tsd-parent-kind-class"><a href="server.PBMGroup.html#disposeGeometry" class="tsd-kind-icon">dispose<wbr/>Geometry</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group tsd-is-inherited"><h2>Constructors</h2><section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a id="constructor" class="tsd-anchor"></a><h3>constructor</h3><ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><li class="tsd-signature tsd-kind-icon">new PBMGroup<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="server.PBMGroup.html" class="tsd-signature-type" data-tsd-kind="Class">PBMGroup</a></li></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><p>Inherited from THREE.Group.constructor</p><ul><li>Defined in node_modules/three/src/objects/Group.d.ts:5</li></ul></aside><h4 class="tsd-returns-title">Returns <a href="server.PBMGroup.html" class="tsd-signature-type" data-tsd-kind="Class">PBMGroup</a></h4></li></ul></section></section><section class="tsd-panel-group tsd-member-group "><h2>Properties</h2><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="floorIndex" class="tsd-anchor"></a><h3>floor<wbr/>Index</h3><div class="tsd-signature tsd-kind-icon">floor<wbr/>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/server/core/pbmGroup.ts:8</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
4
|
+
<p>楼层序号</p>
|
|
5
|
+
</div></div></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class"><a id="needsRender" class="tsd-anchor"></a><h3>needs<wbr/>Render</h3><div class="tsd-signature tsd-kind-icon">needs<wbr/>Render<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/server/core/pbmGroup.ts:11</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
6
|
+
<p>是否需要更新按需渲染</p>
|
|
7
|
+
</div></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>Methods</h2><section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class"><a id="disposeGeometry" class="tsd-anchor"></a><h3>dispose<wbr/>Geometry</h3><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class"><li class="tsd-signature tsd-kind-icon">dispose<wbr/>Geometry<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></ul><ul class="tsd-descriptions"><li class="tsd-description"><aside class="tsd-sources"><ul><li>Defined in lib/five/server/core/pbmGroup.ts:14</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
8
|
+
<p>析构模型网格</p>
|
|
9
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></section></section></div><div class="col-4 col-menu menu-sticky-wrap menu-highlight"><nav class="tsd-navigation primary"><ul><li class=""><a href="../modules.html">Modules</a></li><li class=" tsd-kind-module"><a href="../modules/five.html">five</a></li><li class=" tsd-kind-module"><a href="../modules/gltf_loader.html">gltf-<wbr/>loader</a></li><li class=" tsd-kind-module"><a href="../modules/line.html">line</a></li><li class=" tsd-kind-module"><a href="../modules/react.html">react</a></li><li class="current tsd-kind-module"><a href="../modules/server.html">server</a></li><li class=" tsd-kind-module"><a href="../modules/sticker.html">sticker</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="current tsd-kind-class tsd-parent-kind-module"><a href="server.PBMGroup.html" class="tsd-kind-icon">PBMGroup</a><ul><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="server.PBMGroup.html#constructor" class="tsd-kind-icon">constructor</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="server.PBMGroup.html#floorIndex" class="tsd-kind-icon">floor<wbr/>Index</a></li><li class="tsd-kind-property tsd-parent-kind-class"><a href="server.PBMGroup.html#needsRender" class="tsd-kind-icon">needs<wbr/>Render</a></li><li class="tsd-kind-method tsd-parent-kind-class"><a href="server.PBMGroup.html#disposeGeometry" class="tsd-kind-icon">dispose<wbr/>Geometry</a></li></ul></li></ul></nav></div></div></div><footer class=""><div class="container"><h2>Legend</h2><div class="tsd-legend-group"><ul class="tsd-legend"><li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li><li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li><li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li><li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li><li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li><li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li><li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li><li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li><li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li><li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li></ul><ul class="tsd-legend"><li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li></ul></div><h2>Settings</h2><p>Theme <select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></p></div></footer><div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|