@realsee/five 5.0.0-alpha.53 → 5.0.0-alpha.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/docs/assets/js/search.js +1 -1
  2. package/docs/classes/five.AnimationFrameLoop.html +522 -0
  3. package/docs/classes/five.BVH.html +488 -0
  4. package/docs/classes/five.BVHNode.html +468 -0
  5. package/docs/classes/five.BVHVector3.html +525 -0
  6. package/docs/classes/five.Camera.html +17 -17
  7. package/docs/classes/five.Five.html +212 -168
  8. package/docs/classes/five.InternalWebGLRenderer.html +4 -4
  9. package/docs/classes/five.Model.html +23 -26
  10. package/docs/classes/five.NetworkSubscribe.html +9 -9
  11. package/docs/classes/five.PBMContainer.html +7 -7
  12. package/docs/classes/five.PBMGroup.html +7 -7
  13. package/docs/classes/five.PBMMaterial.html +34 -194
  14. package/docs/classes/five.PBMMesh.html +4 -4
  15. package/docs/classes/five.Scene.html +4 -4
  16. package/docs/classes/five.Subscribe.html +9 -9
  17. package/docs/classes/five.Work.html +348 -0
  18. package/docs/classes/gltf_loader.GLTFLoader.html +4 -4
  19. package/docs/classes/gltf_loader.GLTFObject.html +4 -4
  20. package/docs/classes/line.Line.html +4 -4
  21. package/docs/classes/line.LineGeometry.html +4 -4
  22. package/docs/classes/line.LineMaterial.html +4 -4
  23. package/docs/classes/line.LineSegmentsGeometry.html +4 -4
  24. package/docs/classes/line.THREE_Line2.html +4 -4
  25. package/docs/classes/line.THREE_LineSegments2.html +4 -4
  26. package/docs/classes/react.Store.html +4 -4
  27. package/docs/classes/server.BVH.html +587 -0
  28. package/docs/classes/server.BVHNode.html +567 -0
  29. package/docs/classes/server.BVHVector3.html +624 -0
  30. package/docs/classes/server.Model.html +30 -15
  31. package/docs/classes/server.PBMGroup.html +22 -7
  32. package/docs/classes/server.PBMMesh.html +22 -7
  33. package/docs/classes/sticker.Sticker.html +4 -4
  34. package/docs/index.html +4 -4
  35. package/docs/interfaces/five.AddableObject.html +4 -4
  36. package/docs/interfaces/five.AnimationFrame.html +243 -0
  37. package/docs/interfaces/five.BVHIntersect.html +204 -0
  38. package/docs/interfaces/five.CameraPose.html +232 -0
  39. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +40 -15
  40. package/docs/interfaces/five.EventCallback.html +33 -30
  41. package/docs/interfaces/five.FiveInitArgs.html +4 -4
  42. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +11 -11
  43. package/docs/interfaces/five.ImageOptions.html +11 -63
  44. package/docs/interfaces/five.ImageURLOptions.html +260 -0
  45. package/docs/interfaces/five.IntersectMeshInterface.html +4 -4
  46. package/docs/interfaces/five.Intersection.html +4 -4
  47. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +13 -13
  48. package/docs/interfaces/five.ModelEventCallback.html +4 -4
  49. package/docs/interfaces/five.MovePanoOptions.html +4 -4
  50. package/docs/interfaces/five.PBMPanoPicture.html +219 -0
  51. package/docs/interfaces/five.PBMPanoVideo.html +238 -0
  52. package/docs/interfaces/five.PBMParameters.html +30 -182
  53. package/docs/interfaces/five.PanoCircleMeshInterface.html +83 -18
  54. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +30 -16
  55. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +13 -13
  56. package/docs/interfaces/five.Pose.html +4 -4
  57. package/docs/interfaces/five.Scissor.html +4 -4
  58. package/docs/interfaces/five.State.html +4 -4
  59. package/docs/interfaces/five.SubscribeMixinType.emit.html +5 -5
  60. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +5 -5
  61. package/docs/interfaces/five.SubscribeMixinType.off.html +5 -5
  62. package/docs/interfaces/five.SubscribeMixinType.on.html +5 -5
  63. package/docs/interfaces/five.SubscribeMixinType.once.html +5 -5
  64. package/docs/interfaces/five.TextureOptions.html +296 -0
  65. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -7
  66. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +30 -15
  67. package/docs/interfaces/five.WorkCubeImage.html +251 -0
  68. package/docs/interfaces/five.WorkImage.html +306 -0
  69. package/docs/interfaces/five.WorkInitial.html +273 -0
  70. package/docs/interfaces/five.WorkModel.html +239 -0
  71. package/docs/interfaces/five.WorkObserver.html +323 -0
  72. package/docs/interfaces/five.WorkTile.html +274 -0
  73. package/docs/interfaces/five.WorkVideo.html +211 -0
  74. package/docs/interfaces/gltf_loader.GLTF.html +4 -4
  75. package/docs/interfaces/react.FiveActionReactCallbacks.html +4 -4
  76. package/docs/interfaces/react.FiveInjectionTypes.html +8 -8
  77. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +4 -4
  78. package/docs/interfaces/server.BVHIntersect.html +303 -0
  79. package/docs/interfaces/server.Intersection.html +22 -7
  80. package/docs/interfaces/server.ModelEventCallback.html +22 -7
  81. package/docs/interfaces/sticker.IntersectionLike.html +4 -4
  82. package/docs/modules/five.SubscribeMixinType.html +4 -4
  83. package/docs/modules/five.html +188 -369
  84. package/docs/modules/gltf_loader.html +4 -4
  85. package/docs/modules/line.html +4 -4
  86. package/docs/modules/react.html +13 -13
  87. package/docs/modules/server.html +47 -22
  88. package/docs/modules/sticker.html +4 -4
  89. package/docs/modules.html +4 -4
  90. package/five/index.d.ts +297 -235
  91. package/five/index.js +13 -107
  92. package/gltf-loader/index.js +2 -2
  93. package/line/index.js +2 -2
  94. package/package.json +1 -3
  95. package/react/index.js +3 -3
  96. package/server/index.d.ts +136 -20
  97. package/server/index.js +11 -11
  98. package/sticker/index.js +2 -2
  99. package/umd/five-react.js +1 -1
  100. package/umd/five.js +1 -1
  101. package/docs/classes/five.HashCubeTexture.html +0 -266
@@ -0,0 +1,567 @@
1
+ <!doctype html>
2
+ <html class="default no-js">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <title>BVHNode | 如视 Five SDK - v5.0.0-alpha.54</title>
7
+ <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.54">
8
+ <meta name="viewport" content="width=device-width, initial-scale=1">
9
+ <link rel="stylesheet" href="../assets/css/main.css">
10
+ <script async src="../assets/js/search.js" id="search-script"></script>
11
+ </head>
12
+ <body>
13
+ <header>
14
+ <div class="tsd-page-toolbar">
15
+ <div class="container">
16
+ <div class="table-wrap">
17
+ <div class="table-cell" id="tsd-search" data-index="../assets/js/search.json" data-base="..">
18
+ <div class="field">
19
+ <label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
20
+ <input id="tsd-search-field" type="text" />
21
+ </div>
22
+ <ul class="results">
23
+ <li class="state loading">Preparing search index...</li>
24
+ <li class="state failure">The search index is not available</li>
25
+ </ul>
26
+ <a href="../index.html" class="title">如视 Five SDK - v5.0.0-alpha.54</a>
27
+ </div>
28
+ <div class="table-cell" id="tsd-widgets">
29
+ <div id="tsd-filter">
30
+ <a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
31
+ <div class="tsd-filter-group">
32
+ <div class="tsd-select" id="tsd-filter-visibility">
33
+ <span class="tsd-select-label">All</span>
34
+ <ul class="tsd-select-list">
35
+ <li data-value="public">Public</li>
36
+ <li data-value="protected">Public/Protected</li>
37
+ <li data-value="private" class="selected">All</li>
38
+ </ul>
39
+ </div>
40
+ <input type="checkbox" id="tsd-filter-inherited" checked />
41
+ <label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
42
+ </div>
43
+ </div>
44
+ <a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <div class="tsd-page-title">
50
+ <div class="container">
51
+ <ul class="tsd-breadcrumb">
52
+ <li>
53
+ <a href="../modules.html">如视 Five SDK - v5.0.0-alpha.54</a>
54
+ </li>
55
+ <li>
56
+ <a href="../modules/server.html">server</a>
57
+ </li>
58
+ <li>
59
+ <a href="server.BVHNode.html">BVHNode</a>
60
+ </li>
61
+ </ul>
62
+ <h1>Class BVHNode</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>A node in the BVH structure</p>
73
+ </div>
74
+ <dl class="tsd-comment-tags">
75
+ <dt>param</dt>
76
+ <dd><p>the min coords of this node&#39;s bounding box</p>
77
+ </dd>
78
+ <dt>param</dt>
79
+ <dd><p>the max coords of this node&#39;s bounding box</p>
80
+ </dd>
81
+ <dt>param</dt>
82
+ <dd><p>an index in the bbox array, where the first element of this node is located</p>
83
+ </dd>
84
+ <dt>param</dt>
85
+ <dd><p>an index in the bbox array, where the last of this node is located, plus 1 (meaning that its non-inclusive).</p>
86
+ </dd>
87
+ <dt>param</dt>
88
+ <dd><p>distance of this node from the root for the bvh tree. root node has level=0, its children have level=1 etc.</p>
89
+ </dd>
90
+ </dl>
91
+ </div>
92
+ </section>
93
+ <section class="tsd-panel tsd-hierarchy">
94
+ <h3>Hierarchy</h3>
95
+ <ul class="tsd-hierarchy">
96
+ <li>
97
+ <span class="target">BVHNode</span>
98
+ </li>
99
+ </ul>
100
+ </section>
101
+ <section class="tsd-panel-group tsd-index-group">
102
+ <h2>Index</h2>
103
+ <section class="tsd-panel tsd-index-panel">
104
+ <div class="tsd-index-content">
105
+ <section class="tsd-index-section ">
106
+ <h3>Constructors</h3>
107
+ <ul class="tsd-index-list">
108
+ <li class="tsd-kind-constructor tsd-parent-kind-class"><a href="server.BVHNode.html#constructor" class="tsd-kind-icon">constructor</a></li>
109
+ </ul>
110
+ </section>
111
+ <section class="tsd-index-section ">
112
+ <h3>Properties</h3>
113
+ <ul class="tsd-index-list">
114
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#_endIndex" class="tsd-kind-icon">_end<wbr>Index</a></li>
115
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#_extentsMax" class="tsd-kind-icon">_extents<wbr>Max</a></li>
116
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#_extentsMin" class="tsd-kind-icon">_extents<wbr>Min</a></li>
117
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#_level" class="tsd-kind-icon">_level</a></li>
118
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#_node0" class="tsd-kind-icon">_node0</a></li>
119
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#_node1" class="tsd-kind-icon">_node1</a></li>
120
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#_startIndex" class="tsd-kind-icon">_start<wbr>Index</a></li>
121
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#center" class="tsd-kind-icon">center</a></li>
122
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#elementCount" class="tsd-kind-icon">element<wbr>Count</a></li>
123
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#order" class="tsd-kind-icon">order</a></li>
124
+ <li class="tsd-kind-property tsd-parent-kind-class"><a href="server.BVHNode.html#size" class="tsd-kind-icon">size</a></li>
125
+ </ul>
126
+ </section>
127
+ <section class="tsd-index-section ">
128
+ <h3>Methods</h3>
129
+ <ul class="tsd-index-list">
130
+ <li class="tsd-kind-method tsd-parent-kind-class"><a href="server.BVHNode.html#clearShapes" class="tsd-kind-icon">clear<wbr>Shapes</a></li>
131
+ </ul>
132
+ </section>
133
+ </div>
134
+ </section>
135
+ </section>
136
+ <section class="tsd-panel-group tsd-member-group ">
137
+ <h2>Constructors</h2>
138
+ <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class">
139
+ <a name="constructor" class="tsd-anchor"></a>
140
+ <h3>constructor</h3>
141
+ <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class">
142
+ <li class="tsd-signature tsd-kind-icon">new BVHNode<span class="tsd-signature-symbol">(</span>extentsMin<span class="tsd-signature-symbol">: </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>, extentsMax<span class="tsd-signature-symbol">: </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>, startIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, endIndex<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span>, level<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><a href="server.BVHNode.html" class="tsd-signature-type" data-tsd-kind="Class">BVHNode</a></li>
143
+ </ul>
144
+ <ul class="tsd-descriptions">
145
+ <li class="tsd-description">
146
+ <aside class="tsd-sources">
147
+ <ul>
148
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:23</li>
149
+ </ul>
150
+ </aside>
151
+ <h4 class="tsd-parameters-title">Parameters</h4>
152
+ <ul class="tsd-parameters">
153
+ <li>
154
+ <h5>extentsMin: <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></h5>
155
+ <ul class="tsd-parameters">
156
+ <li class="tsd-parameter">
157
+ <h5>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
158
+ </li>
159
+ <li class="tsd-parameter">
160
+ <h5>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
161
+ </li>
162
+ <li class="tsd-parameter">
163
+ <h5>z<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
164
+ </li>
165
+ </ul>
166
+ </li>
167
+ <li>
168
+ <h5>extentsMax: <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></h5>
169
+ <ul class="tsd-parameters">
170
+ <li class="tsd-parameter">
171
+ <h5>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
172
+ </li>
173
+ <li class="tsd-parameter">
174
+ <h5>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
175
+ </li>
176
+ <li class="tsd-parameter">
177
+ <h5>z<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
178
+ </li>
179
+ </ul>
180
+ </li>
181
+ <li>
182
+ <h5>startIndex: <span class="tsd-signature-type">number</span></h5>
183
+ </li>
184
+ <li>
185
+ <h5>endIndex: <span class="tsd-signature-type">number</span></h5>
186
+ </li>
187
+ <li>
188
+ <h5>level: <span class="tsd-signature-type">number</span></h5>
189
+ </li>
190
+ </ul>
191
+ <h4 class="tsd-returns-title">Returns <a href="server.BVHNode.html" class="tsd-signature-type" data-tsd-kind="Class">BVHNode</a></h4>
192
+ </li>
193
+ </ul>
194
+ </section>
195
+ </section>
196
+ <section class="tsd-panel-group tsd-member-group ">
197
+ <h2>Properties</h2>
198
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
199
+ <a name="_endIndex" class="tsd-anchor"></a>
200
+ <h3>_end<wbr>Index</h3>
201
+ <div class="tsd-signature tsd-kind-icon">_end<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
202
+ <aside class="tsd-sources">
203
+ <ul>
204
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:13</li>
205
+ </ul>
206
+ </aside>
207
+ </section>
208
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
209
+ <a name="_extentsMax" class="tsd-anchor"></a>
210
+ <h3>_extents<wbr>Max</h3>
211
+ <div class="tsd-signature tsd-kind-icon">_extents<wbr>Max<span class="tsd-signature-symbol">:</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></div>
212
+ <aside class="tsd-sources">
213
+ <ul>
214
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:11</li>
215
+ </ul>
216
+ </aside>
217
+ <div class="tsd-type-declaration">
218
+ <h4>Type declaration</h4>
219
+ <ul class="tsd-parameters">
220
+ <li class="tsd-parameter">
221
+ <h5>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
222
+ </li>
223
+ <li class="tsd-parameter">
224
+ <h5>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
225
+ </li>
226
+ <li class="tsd-parameter">
227
+ <h5>z<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
228
+ </li>
229
+ </ul>
230
+ </div>
231
+ </section>
232
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
233
+ <a name="_extentsMin" class="tsd-anchor"></a>
234
+ <h3>_extents<wbr>Min</h3>
235
+ <div class="tsd-signature tsd-kind-icon">_extents<wbr>Min<span class="tsd-signature-symbol">:</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></div>
236
+ <aside class="tsd-sources">
237
+ <ul>
238
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:10</li>
239
+ </ul>
240
+ </aside>
241
+ <div class="tsd-type-declaration">
242
+ <h4>Type declaration</h4>
243
+ <ul class="tsd-parameters">
244
+ <li class="tsd-parameter">
245
+ <h5>x<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
246
+ </li>
247
+ <li class="tsd-parameter">
248
+ <h5>y<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
249
+ </li>
250
+ <li class="tsd-parameter">
251
+ <h5>z<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">number</span></h5>
252
+ </li>
253
+ </ul>
254
+ </div>
255
+ </section>
256
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
257
+ <a name="_level" class="tsd-anchor"></a>
258
+ <h3>_level</h3>
259
+ <div class="tsd-signature tsd-kind-icon">_level<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
260
+ <aside class="tsd-sources">
261
+ <ul>
262
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:14</li>
263
+ </ul>
264
+ </aside>
265
+ </section>
266
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
267
+ <a name="_node0" class="tsd-anchor"></a>
268
+ <h3>_node0</h3>
269
+ <div class="tsd-signature tsd-kind-icon">_node0<span class="tsd-signature-symbol">:</span> <a href="server.BVHNode.html" class="tsd-signature-type" data-tsd-kind="Class">BVHNode</a></div>
270
+ <aside class="tsd-sources">
271
+ <ul>
272
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:15</li>
273
+ </ul>
274
+ </aside>
275
+ </section>
276
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
277
+ <a name="_node1" class="tsd-anchor"></a>
278
+ <h3>_node1</h3>
279
+ <div class="tsd-signature tsd-kind-icon">_node1<span class="tsd-signature-symbol">:</span> <a href="server.BVHNode.html" class="tsd-signature-type" data-tsd-kind="Class">BVHNode</a></div>
280
+ <aside class="tsd-sources">
281
+ <ul>
282
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:16</li>
283
+ </ul>
284
+ </aside>
285
+ </section>
286
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
287
+ <a name="_startIndex" class="tsd-anchor"></a>
288
+ <h3>_start<wbr>Index</h3>
289
+ <div class="tsd-signature tsd-kind-icon">_start<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
290
+ <aside class="tsd-sources">
291
+ <ul>
292
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:12</li>
293
+ </ul>
294
+ </aside>
295
+ </section>
296
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
297
+ <a name="center" class="tsd-anchor"></a>
298
+ <h3>center</h3>
299
+ <div class="tsd-signature tsd-kind-icon">center<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
300
+ <aside class="tsd-sources">
301
+ <ul>
302
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:19</li>
303
+ </ul>
304
+ </aside>
305
+ </section>
306
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
307
+ <a name="elementCount" class="tsd-anchor"></a>
308
+ <h3>element<wbr>Count</h3>
309
+ <div class="tsd-signature tsd-kind-icon">element<wbr>Count<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
310
+ <aside class="tsd-sources">
311
+ <ul>
312
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:18</li>
313
+ </ul>
314
+ </aside>
315
+ </section>
316
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
317
+ <a name="order" class="tsd-anchor"></a>
318
+ <h3>order</h3>
319
+ <div class="tsd-signature tsd-kind-icon">order<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
320
+ <aside class="tsd-sources">
321
+ <ul>
322
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:21</li>
323
+ </ul>
324
+ </aside>
325
+ </section>
326
+ <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
327
+ <a name="size" class="tsd-anchor"></a>
328
+ <h3>size</h3>
329
+ <div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol">[]</span></div>
330
+ <aside class="tsd-sources">
331
+ <ul>
332
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:20</li>
333
+ </ul>
334
+ </aside>
335
+ </section>
336
+ </section>
337
+ <section class="tsd-panel-group tsd-member-group ">
338
+ <h2>Methods</h2>
339
+ <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
340
+ <a name="clearShapes" class="tsd-anchor"></a>
341
+ <h3>clear<wbr>Shapes</h3>
342
+ <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
343
+ <li class="tsd-signature tsd-kind-icon">clear<wbr>Shapes<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>
344
+ </ul>
345
+ <ul class="tsd-descriptions">
346
+ <li class="tsd-description">
347
+ <aside class="tsd-sources">
348
+ <ul>
349
+ <li>Defined in lib/five/server/model/tools/bvhtree/bvhNode.ts:77</li>
350
+ </ul>
351
+ </aside>
352
+ <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
353
+ </li>
354
+ </ul>
355
+ </section>
356
+ </section>
357
+ </div>
358
+ <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
359
+ <nav class="tsd-navigation primary">
360
+ <ul>
361
+ <li class=" ">
362
+ <a href="../modules.html">Modules</a>
363
+ </li>
364
+ <li class=" tsd-kind-module">
365
+ <a href="../modules/five.html">five</a>
366
+ </li>
367
+ <li class=" tsd-kind-module">
368
+ <a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
369
+ </li>
370
+ <li class=" tsd-kind-module">
371
+ <a href="../modules/line.html">line</a>
372
+ </li>
373
+ <li class=" tsd-kind-module">
374
+ <a href="../modules/react.html">react</a>
375
+ </li>
376
+ <li class="current tsd-kind-module">
377
+ <a href="../modules/server.html">server</a>
378
+ </li>
379
+ <li class=" tsd-kind-module">
380
+ <a href="../modules/sticker.html">sticker</a>
381
+ </li>
382
+ </ul>
383
+ </nav>
384
+ <nav class="tsd-navigation secondary menu-sticky">
385
+ <ul class="before-current">
386
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
387
+ <a href="../modules/server.html#EventCallback" class="tsd-kind-icon">Event<wbr>Callback</a>
388
+ </li>
389
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
390
+ <a href="../modules/server.html#EventType" class="tsd-kind-icon">Event<wbr>Type</a>
391
+ </li>
392
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
393
+ <a href="../modules/server.html#LooseWork" class="tsd-kind-icon">Loose<wbr>Work</a>
394
+ </li>
395
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
396
+ <a href="../modules/server.html#LooseWorkInitial" class="tsd-kind-icon">Loose<wbr>Work<wbr>Initial</a>
397
+ </li>
398
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
399
+ <a href="../modules/server.html#LooseWorkModel" class="tsd-kind-icon">Loose<wbr>Work<wbr>Model</a>
400
+ </li>
401
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
402
+ <a href="../modules/server.html#LooseWorkObserver" class="tsd-kind-icon">Loose<wbr>Work<wbr>Observer</a>
403
+ </li>
404
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
405
+ <a href="../modules/server.html#LooseWorkPanorama" class="tsd-kind-icon">Loose<wbr>Work<wbr>Panorama</a>
406
+ </li>
407
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
408
+ <a href="../modules/server.html#LooseWorkVideo" class="tsd-kind-icon">Loose<wbr>Work<wbr>Video</a>
409
+ </li>
410
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
411
+ <a href="../modules/server.html#Mode" class="tsd-kind-icon">Mode</a>
412
+ </li>
413
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
414
+ <a href="../modules/server.html#ParseWorkOptions" class="tsd-kind-icon">Parse<wbr>Work<wbr>Options</a>
415
+ </li>
416
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
417
+ <a href="../modules/server.html#Pose" class="tsd-kind-icon">Pose</a>
418
+ </li>
419
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
420
+ <a href="../modules/server.html#State" class="tsd-kind-icon">State</a>
421
+ </li>
422
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
423
+ <a href="../modules/server.html#Subscribe" class="tsd-kind-icon">Subscribe</a>
424
+ </li>
425
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
426
+ <a href="../modules/server.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a>
427
+ </li>
428
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
429
+ <a href="../modules/server.html#SubscribeMixinType" class="tsd-kind-icon">Subscribe<wbr>Mixin<wbr>Type</a>
430
+ </li>
431
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
432
+ <a href="../modules/server.html#Work" class="tsd-kind-icon">Work</a>
433
+ </li>
434
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
435
+ <a href="../modules/server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr>Cube<wbr>Image</a>
436
+ </li>
437
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
438
+ <a href="../modules/server.html#WorkImage" class="tsd-kind-icon">Work<wbr>Image</a>
439
+ </li>
440
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
441
+ <a href="../modules/server.html#WorkInitial" class="tsd-kind-icon">Work<wbr>Initial</a>
442
+ </li>
443
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
444
+ <a href="../modules/server.html#WorkModel" class="tsd-kind-icon">Work<wbr>Model</a>
445
+ </li>
446
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
447
+ <a href="../modules/server.html#WorkObserver" class="tsd-kind-icon">Work<wbr>Observer</a>
448
+ </li>
449
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
450
+ <a href="../modules/server.html#WorkTile" class="tsd-kind-icon">Work<wbr>Tile</a>
451
+ </li>
452
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
453
+ <a href="../modules/server.html#WorkVideo" class="tsd-kind-icon">Work<wbr>Video</a>
454
+ </li>
455
+ <li class=" tsd-kind-reference tsd-parent-kind-module">
456
+ <a href="../modules/server.html#parseWork" class="tsd-kind-icon">parse<wbr>Work</a>
457
+ </li>
458
+ <li class=" tsd-kind-class tsd-parent-kind-module">
459
+ <a href="server.BVH.html" class="tsd-kind-icon">BVH</a>
460
+ </li>
461
+ </ul>
462
+ <ul class="current">
463
+ <li class="current tsd-kind-class tsd-parent-kind-module">
464
+ <a href="server.BVHNode.html" class="tsd-kind-icon">BVHNode</a>
465
+ <ul>
466
+ <li class=" tsd-kind-constructor tsd-parent-kind-class">
467
+ <a href="server.BVHNode.html#constructor" class="tsd-kind-icon">constructor</a>
468
+ </li>
469
+ <li class=" tsd-kind-property tsd-parent-kind-class">
470
+ <a href="server.BVHNode.html#_endIndex" class="tsd-kind-icon">_end<wbr>Index</a>
471
+ </li>
472
+ <li class=" tsd-kind-property tsd-parent-kind-class">
473
+ <a href="server.BVHNode.html#_extentsMax" class="tsd-kind-icon">_extents<wbr>Max</a>
474
+ </li>
475
+ <li class=" tsd-kind-property tsd-parent-kind-class">
476
+ <a href="server.BVHNode.html#_extentsMin" class="tsd-kind-icon">_extents<wbr>Min</a>
477
+ </li>
478
+ <li class=" tsd-kind-property tsd-parent-kind-class">
479
+ <a href="server.BVHNode.html#_level" class="tsd-kind-icon">_level</a>
480
+ </li>
481
+ <li class=" tsd-kind-property tsd-parent-kind-class">
482
+ <a href="server.BVHNode.html#_node0" class="tsd-kind-icon">_node0</a>
483
+ </li>
484
+ <li class=" tsd-kind-property tsd-parent-kind-class">
485
+ <a href="server.BVHNode.html#_node1" class="tsd-kind-icon">_node1</a>
486
+ </li>
487
+ <li class=" tsd-kind-property tsd-parent-kind-class">
488
+ <a href="server.BVHNode.html#_startIndex" class="tsd-kind-icon">_start<wbr>Index</a>
489
+ </li>
490
+ <li class=" tsd-kind-property tsd-parent-kind-class">
491
+ <a href="server.BVHNode.html#center" class="tsd-kind-icon">center</a>
492
+ </li>
493
+ <li class=" tsd-kind-property tsd-parent-kind-class">
494
+ <a href="server.BVHNode.html#elementCount" class="tsd-kind-icon">element<wbr>Count</a>
495
+ </li>
496
+ <li class=" tsd-kind-property tsd-parent-kind-class">
497
+ <a href="server.BVHNode.html#order" class="tsd-kind-icon">order</a>
498
+ </li>
499
+ <li class=" tsd-kind-property tsd-parent-kind-class">
500
+ <a href="server.BVHNode.html#size" class="tsd-kind-icon">size</a>
501
+ </li>
502
+ <li class=" tsd-kind-method tsd-parent-kind-class">
503
+ <a href="server.BVHNode.html#clearShapes" class="tsd-kind-icon">clear<wbr>Shapes</a>
504
+ </li>
505
+ </ul>
506
+ </li>
507
+ </ul>
508
+ <ul class="after-current">
509
+ <li class=" tsd-kind-class tsd-parent-kind-module">
510
+ <a href="server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a>
511
+ </li>
512
+ <li class=" tsd-kind-class tsd-parent-kind-module">
513
+ <a href="server.Model.html" class="tsd-kind-icon">Model</a>
514
+ </li>
515
+ <li class=" tsd-kind-class tsd-parent-kind-module">
516
+ <a href="server.PBMGroup.html" class="tsd-kind-icon">PBMGroup</a>
517
+ </li>
518
+ <li class=" tsd-kind-class tsd-parent-kind-module">
519
+ <a href="server.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a>
520
+ </li>
521
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
522
+ <a href="../interfaces/server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
523
+ </li>
524
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
525
+ <a href="../interfaces/server.Intersection.html" class="tsd-kind-icon">Intersection</a>
526
+ </li>
527
+ <li class=" tsd-kind-interface tsd-parent-kind-module">
528
+ <a href="../interfaces/server.ModelEventCallback.html" class="tsd-kind-icon">Model<wbr>Event<wbr>Callback</a>
529
+ </li>
530
+ <li class=" tsd-kind-type-alias tsd-parent-kind-module">
531
+ <a href="../modules/server.html#ModelEventType" class="tsd-kind-icon">Model<wbr>Event<wbr>Type</a>
532
+ </li>
533
+ </ul>
534
+ </nav>
535
+ </div>
536
+ </div>
537
+ </div>
538
+ <footer>
539
+ <div class="container">
540
+ <h2>Legend</h2>
541
+ <div class="tsd-legend-group">
542
+ <ul class="tsd-legend">
543
+ <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
544
+ <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
545
+ <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
546
+ <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
547
+ <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
548
+ <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
549
+ </ul>
550
+ <ul class="tsd-legend">
551
+ <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
552
+ <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
553
+ <li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
554
+ <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
555
+ <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
556
+ </ul>
557
+ <ul class="tsd-legend">
558
+ <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
559
+ <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
560
+ </ul>
561
+ </div>
562
+ </div>
563
+ </footer>
564
+ <div class="overlay"></div>
565
+ <script src="../assets/js/main.js"></script>
566
+ </body>
567
+ </html>