@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,204 +1 @@
|
|
|
1
|
-
<!
|
|
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>BVHIntersect | 如视 Five SDK - v5.0.0-alpha.71</title>
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.71">
|
|
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.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/five.html">five</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="five.BVHIntersect.html">BVHIntersect</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Interface BVHIntersect</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-hierarchy">
|
|
70
|
-
<h3>Hierarchy</h3>
|
|
71
|
-
<ul class="tsd-hierarchy">
|
|
72
|
-
<li>
|
|
73
|
-
<span class="target">BVHIntersect</span>
|
|
74
|
-
</li>
|
|
75
|
-
</ul>
|
|
76
|
-
</section>
|
|
77
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
78
|
-
<h2>Index</h2>
|
|
79
|
-
<section class="tsd-panel tsd-index-panel">
|
|
80
|
-
<div class="tsd-index-content">
|
|
81
|
-
<section class="tsd-index-section ">
|
|
82
|
-
<h3>Properties</h3>
|
|
83
|
-
<ul class="tsd-index-list">
|
|
84
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.BVHIntersect.html#intersectionPoint" class="tsd-kind-icon">intersection<wbr>Point</a></li>
|
|
85
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.BVHIntersect.html#triangle" class="tsd-kind-icon">triangle</a></li>
|
|
86
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.BVHIntersect.html#triangleIndex" class="tsd-kind-icon">triangle<wbr>Index</a></li>
|
|
87
|
-
</ul>
|
|
88
|
-
</section>
|
|
89
|
-
</div>
|
|
90
|
-
</section>
|
|
91
|
-
</section>
|
|
92
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
93
|
-
<h2>Properties</h2>
|
|
94
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
95
|
-
<a name="intersectionPoint" class="tsd-anchor"></a>
|
|
96
|
-
<h3>intersection<wbr>Point</h3>
|
|
97
|
-
<div class="tsd-signature tsd-kind-icon">intersection<wbr>Point<span class="tsd-signature-symbol">:</span> <a href="../classes/five.BVHVector3.html" class="tsd-signature-type" data-tsd-kind="Class">BVHVector3</a></div>
|
|
98
|
-
<aside class="tsd-sources">
|
|
99
|
-
<ul>
|
|
100
|
-
<li>Defined in lib/five/loaders/model/tools/bvhtree/index.ts:9</li>
|
|
101
|
-
</ul>
|
|
102
|
-
</aside>
|
|
103
|
-
</section>
|
|
104
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
105
|
-
<a name="triangle" class="tsd-anchor"></a>
|
|
106
|
-
<h3>triangle</h3>
|
|
107
|
-
<div class="tsd-signature tsd-kind-icon">triangle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><a href="../classes/five.BVHVector3.html" class="tsd-signature-type" data-tsd-kind="Class">BVHVector3</a><span class="tsd-signature-symbol">, </span><a href="../classes/five.BVHVector3.html" class="tsd-signature-type" data-tsd-kind="Class">BVHVector3</a><span class="tsd-signature-symbol">, </span><a href="../classes/five.BVHVector3.html" class="tsd-signature-type" data-tsd-kind="Class">BVHVector3</a><span class="tsd-signature-symbol">]</span></div>
|
|
108
|
-
<aside class="tsd-sources">
|
|
109
|
-
<ul>
|
|
110
|
-
<li>Defined in lib/five/loaders/model/tools/bvhtree/index.ts:7</li>
|
|
111
|
-
</ul>
|
|
112
|
-
</aside>
|
|
113
|
-
</section>
|
|
114
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
115
|
-
<a name="triangleIndex" class="tsd-anchor"></a>
|
|
116
|
-
<h3>triangle<wbr>Index</h3>
|
|
117
|
-
<div class="tsd-signature tsd-kind-icon">triangle<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
118
|
-
<aside class="tsd-sources">
|
|
119
|
-
<ul>
|
|
120
|
-
<li>Defined in lib/five/loaders/model/tools/bvhtree/index.ts:8</li>
|
|
121
|
-
</ul>
|
|
122
|
-
</aside>
|
|
123
|
-
</section>
|
|
124
|
-
</section>
|
|
125
|
-
</div>
|
|
126
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
127
|
-
<nav class="tsd-navigation primary">
|
|
128
|
-
<ul>
|
|
129
|
-
<li class=" ">
|
|
130
|
-
<a href="../modules.html">Modules</a>
|
|
131
|
-
</li>
|
|
132
|
-
<li class="current tsd-kind-module">
|
|
133
|
-
<a href="../modules/five.html">five</a>
|
|
134
|
-
</li>
|
|
135
|
-
<li class=" tsd-kind-module">
|
|
136
|
-
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
137
|
-
</li>
|
|
138
|
-
<li class=" tsd-kind-module">
|
|
139
|
-
<a href="../modules/line.html">line</a>
|
|
140
|
-
</li>
|
|
141
|
-
<li class=" tsd-kind-module">
|
|
142
|
-
<a href="../modules/react.html">react</a>
|
|
143
|
-
</li>
|
|
144
|
-
<li class=" tsd-kind-module">
|
|
145
|
-
<a href="../modules/server.html">server</a>
|
|
146
|
-
</li>
|
|
147
|
-
<li class=" tsd-kind-module">
|
|
148
|
-
<a href="../modules/sticker.html">sticker</a>
|
|
149
|
-
</li>
|
|
150
|
-
</ul>
|
|
151
|
-
</nav>
|
|
152
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
153
|
-
<ul class="before-current">
|
|
154
|
-
</ul>
|
|
155
|
-
<ul class="current">
|
|
156
|
-
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
157
|
-
<a href="five.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a>
|
|
158
|
-
<ul>
|
|
159
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
160
|
-
<a href="five.BVHIntersect.html#intersectionPoint" class="tsd-kind-icon">intersection<wbr>Point</a>
|
|
161
|
-
</li>
|
|
162
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
163
|
-
<a href="five.BVHIntersect.html#triangle" class="tsd-kind-icon">triangle</a>
|
|
164
|
-
</li>
|
|
165
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
166
|
-
<a href="five.BVHIntersect.html#triangleIndex" class="tsd-kind-icon">triangle<wbr>Index</a>
|
|
167
|
-
</li>
|
|
168
|
-
</ul>
|
|
169
|
-
</li>
|
|
170
|
-
</ul>
|
|
171
|
-
<ul class="after-current">
|
|
172
|
-
</ul>
|
|
173
|
-
</nav>
|
|
174
|
-
</div>
|
|
175
|
-
</div>
|
|
176
|
-
</div>
|
|
177
|
-
<footer>
|
|
178
|
-
<div class="container">
|
|
179
|
-
<h2>Legend</h2>
|
|
180
|
-
<div class="tsd-legend-group">
|
|
181
|
-
<ul class="tsd-legend">
|
|
182
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
183
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
184
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
185
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
186
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
187
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
188
|
-
</ul>
|
|
189
|
-
<ul class="tsd-legend">
|
|
190
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
191
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
192
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
193
|
-
</ul>
|
|
194
|
-
<ul class="tsd-legend">
|
|
195
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
196
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
197
|
-
</ul>
|
|
198
|
-
</div>
|
|
199
|
-
</div>
|
|
200
|
-
</footer>
|
|
201
|
-
<div class="overlay"></div>
|
|
202
|
-
<script src="../assets/js/main.js"></script>
|
|
203
|
-
</body>
|
|
204
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>BVHIntersect | 如视 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/five.html">five</a></li><li><a href="five.BVHIntersect.html">BVHIntersect</a></li></ul><h1>Interface BVHIntersect</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">BVHIntersect</span></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 "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.BVHIntersect.html#intersectionPoint" class="tsd-kind-icon">intersection<wbr/>Point</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.BVHIntersect.html#triangle" class="tsd-kind-icon">triangle</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.BVHIntersect.html#triangleIndex" class="tsd-kind-icon">triangle<wbr/>Index</a></li></ul></section></div></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-interface"><a id="intersectionPoint" class="tsd-anchor"></a><h3>intersection<wbr/>Point</h3><div class="tsd-signature tsd-kind-icon">intersection<wbr/>Point<span class="tsd-signature-symbol">:</span> <a href="../classes/five.BVHVector3.html" class="tsd-signature-type" data-tsd-kind="Class">BVHVector3</a></div><aside class="tsd-sources"><ul><li>Defined in lib/five/loaders/model/tools/bvhtree/index.ts:9</li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="triangle" class="tsd-anchor"></a><h3>triangle</h3><div class="tsd-signature tsd-kind-icon">triangle<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">[</span><a href="../classes/five.BVHVector3.html" class="tsd-signature-type" data-tsd-kind="Class">BVHVector3</a><span class="tsd-signature-symbol">, </span><a href="../classes/five.BVHVector3.html" class="tsd-signature-type" data-tsd-kind="Class">BVHVector3</a><span class="tsd-signature-symbol">, </span><a href="../classes/five.BVHVector3.html" class="tsd-signature-type" data-tsd-kind="Class">BVHVector3</a><span class="tsd-signature-symbol">]</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/loaders/model/tools/bvhtree/index.ts:7</li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="triangleIndex" class="tsd-anchor"></a><h3>triangle<wbr/>Index</h3><div class="tsd-signature tsd-kind-icon">triangle<wbr/>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/loaders/model/tools/bvhtree/index.ts:8</li></ul></aside></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="current tsd-kind-module"><a href="../modules/five.html">five</a><ul><li class=" tsd-kind-namespace tsd-parent-kind-module"><a href="../modules/five.SubscribeMixinType.html">Subscribe<wbr/>Mixin<wbr/>Type</a></li></ul></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=" 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-interface tsd-parent-kind-module"><a href="five.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a><ul><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.BVHIntersect.html#intersectionPoint" class="tsd-kind-icon">intersection<wbr/>Point</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.BVHIntersect.html#triangle" class="tsd-kind-icon">triangle</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.BVHIntersect.html#triangleIndex" class="tsd-kind-icon">triangle<wbr/>Index</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-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><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</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></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>
|
|
@@ -1,232 +1 @@
|
|
|
1
|
-
<!
|
|
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>CameraPose | 如视 Five SDK - v5.0.0-alpha.71</title>
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.71">
|
|
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.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/five.html">five</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="five.CameraPose.html">CameraPose</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Interface CameraPose</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-hierarchy">
|
|
70
|
-
<h3>Hierarchy</h3>
|
|
71
|
-
<ul class="tsd-hierarchy">
|
|
72
|
-
<li>
|
|
73
|
-
<span class="target">CameraPose</span>
|
|
74
|
-
</li>
|
|
75
|
-
</ul>
|
|
76
|
-
</section>
|
|
77
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
78
|
-
<h2>Index</h2>
|
|
79
|
-
<section class="tsd-panel tsd-index-panel">
|
|
80
|
-
<div class="tsd-index-content">
|
|
81
|
-
<section class="tsd-index-section ">
|
|
82
|
-
<h3>Properties</h3>
|
|
83
|
-
<ul class="tsd-index-list">
|
|
84
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#distance" class="tsd-kind-icon">distance</a></li>
|
|
85
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#fov" class="tsd-kind-icon">fov</a></li>
|
|
86
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#latitude" class="tsd-kind-icon">latitude</a></li>
|
|
87
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#longitude" class="tsd-kind-icon">longitude</a></li>
|
|
88
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#offset" class="tsd-kind-icon">offset</a></li>
|
|
89
|
-
</ul>
|
|
90
|
-
</section>
|
|
91
|
-
</div>
|
|
92
|
-
</section>
|
|
93
|
-
</section>
|
|
94
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
95
|
-
<h2>Properties</h2>
|
|
96
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
97
|
-
<a name="distance" class="tsd-anchor"></a>
|
|
98
|
-
<h3>distance</h3>
|
|
99
|
-
<div class="tsd-signature tsd-kind-icon">distance<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
100
|
-
<aside class="tsd-sources">
|
|
101
|
-
<ul>
|
|
102
|
-
<li>Defined in lib/five/core/camera.ts:25</li>
|
|
103
|
-
</ul>
|
|
104
|
-
</aside>
|
|
105
|
-
</section>
|
|
106
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
107
|
-
<a name="fov" class="tsd-anchor"></a>
|
|
108
|
-
<h3>fov</h3>
|
|
109
|
-
<div class="tsd-signature tsd-kind-icon">fov<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
110
|
-
<aside class="tsd-sources">
|
|
111
|
-
<ul>
|
|
112
|
-
<li>Defined in lib/five/core/camera.ts:24</li>
|
|
113
|
-
</ul>
|
|
114
|
-
</aside>
|
|
115
|
-
</section>
|
|
116
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
117
|
-
<a name="latitude" class="tsd-anchor"></a>
|
|
118
|
-
<h3>latitude</h3>
|
|
119
|
-
<div class="tsd-signature tsd-kind-icon">latitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
120
|
-
<aside class="tsd-sources">
|
|
121
|
-
<ul>
|
|
122
|
-
<li>Defined in lib/five/core/camera.ts:23</li>
|
|
123
|
-
</ul>
|
|
124
|
-
</aside>
|
|
125
|
-
</section>
|
|
126
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
127
|
-
<a name="longitude" class="tsd-anchor"></a>
|
|
128
|
-
<h3>longitude</h3>
|
|
129
|
-
<div class="tsd-signature tsd-kind-icon">longitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
130
|
-
<aside class="tsd-sources">
|
|
131
|
-
<ul>
|
|
132
|
-
<li>Defined in lib/five/core/camera.ts:22</li>
|
|
133
|
-
</ul>
|
|
134
|
-
</aside>
|
|
135
|
-
</section>
|
|
136
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
137
|
-
<a name="offset" class="tsd-anchor"></a>
|
|
138
|
-
<h3>offset</h3>
|
|
139
|
-
<div class="tsd-signature tsd-kind-icon">offset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector3</span></div>
|
|
140
|
-
<aside class="tsd-sources">
|
|
141
|
-
<ul>
|
|
142
|
-
<li>Defined in lib/five/core/camera.ts:26</li>
|
|
143
|
-
</ul>
|
|
144
|
-
</aside>
|
|
145
|
-
</section>
|
|
146
|
-
</section>
|
|
147
|
-
</div>
|
|
148
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
149
|
-
<nav class="tsd-navigation primary">
|
|
150
|
-
<ul>
|
|
151
|
-
<li class=" ">
|
|
152
|
-
<a href="../modules.html">Modules</a>
|
|
153
|
-
</li>
|
|
154
|
-
<li class="current tsd-kind-module">
|
|
155
|
-
<a href="../modules/five.html">five</a>
|
|
156
|
-
</li>
|
|
157
|
-
<li class=" tsd-kind-module">
|
|
158
|
-
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
159
|
-
</li>
|
|
160
|
-
<li class=" tsd-kind-module">
|
|
161
|
-
<a href="../modules/line.html">line</a>
|
|
162
|
-
</li>
|
|
163
|
-
<li class=" tsd-kind-module">
|
|
164
|
-
<a href="../modules/react.html">react</a>
|
|
165
|
-
</li>
|
|
166
|
-
<li class=" tsd-kind-module">
|
|
167
|
-
<a href="../modules/server.html">server</a>
|
|
168
|
-
</li>
|
|
169
|
-
<li class=" tsd-kind-module">
|
|
170
|
-
<a href="../modules/sticker.html">sticker</a>
|
|
171
|
-
</li>
|
|
172
|
-
</ul>
|
|
173
|
-
</nav>
|
|
174
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
175
|
-
<ul class="before-current">
|
|
176
|
-
</ul>
|
|
177
|
-
<ul class="current">
|
|
178
|
-
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
179
|
-
<a href="five.CameraPose.html" class="tsd-kind-icon">Camera<wbr>Pose</a>
|
|
180
|
-
<ul>
|
|
181
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
182
|
-
<a href="five.CameraPose.html#distance" class="tsd-kind-icon">distance</a>
|
|
183
|
-
</li>
|
|
184
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
185
|
-
<a href="five.CameraPose.html#fov" class="tsd-kind-icon">fov</a>
|
|
186
|
-
</li>
|
|
187
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
188
|
-
<a href="five.CameraPose.html#latitude" class="tsd-kind-icon">latitude</a>
|
|
189
|
-
</li>
|
|
190
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
191
|
-
<a href="five.CameraPose.html#longitude" class="tsd-kind-icon">longitude</a>
|
|
192
|
-
</li>
|
|
193
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
194
|
-
<a href="five.CameraPose.html#offset" class="tsd-kind-icon">offset</a>
|
|
195
|
-
</li>
|
|
196
|
-
</ul>
|
|
197
|
-
</li>
|
|
198
|
-
</ul>
|
|
199
|
-
<ul class="after-current">
|
|
200
|
-
</ul>
|
|
201
|
-
</nav>
|
|
202
|
-
</div>
|
|
203
|
-
</div>
|
|
204
|
-
</div>
|
|
205
|
-
<footer>
|
|
206
|
-
<div class="container">
|
|
207
|
-
<h2>Legend</h2>
|
|
208
|
-
<div class="tsd-legend-group">
|
|
209
|
-
<ul class="tsd-legend">
|
|
210
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
211
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
212
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
213
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
214
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
215
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
216
|
-
</ul>
|
|
217
|
-
<ul class="tsd-legend">
|
|
218
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
219
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
220
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
221
|
-
</ul>
|
|
222
|
-
<ul class="tsd-legend">
|
|
223
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
224
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
225
|
-
</ul>
|
|
226
|
-
</div>
|
|
227
|
-
</div>
|
|
228
|
-
</footer>
|
|
229
|
-
<div class="overlay"></div>
|
|
230
|
-
<script src="../assets/js/main.js"></script>
|
|
231
|
-
</body>
|
|
232
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>CameraPose | 如视 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/five.html">five</a></li><li><a href="five.CameraPose.html">CameraPose</a></li></ul><h1>Interface CameraPose</h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><section class="tsd-panel tsd-hierarchy"><h3>Hierarchy</h3><ul class="tsd-hierarchy"><li><span class="target">CameraPose</span></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 "><h3>Properties</h3><ul class="tsd-index-list"><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#distance" class="tsd-kind-icon">distance</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#fov" class="tsd-kind-icon">fov</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#latitude" class="tsd-kind-icon">latitude</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#longitude" class="tsd-kind-icon">longitude</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#offset" class="tsd-kind-icon">offset</a></li></ul></section></div></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-interface"><a id="distance" class="tsd-anchor"></a><h3>distance</h3><div class="tsd-signature tsd-kind-icon">distance<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/camera.ts:25</li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="fov" class="tsd-anchor"></a><h3>fov</h3><div class="tsd-signature tsd-kind-icon">fov<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/camera.ts:24</li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="latitude" class="tsd-anchor"></a><h3>latitude</h3><div class="tsd-signature tsd-kind-icon">latitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/camera.ts:23</li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="longitude" class="tsd-anchor"></a><h3>longitude</h3><div class="tsd-signature tsd-kind-icon">longitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/camera.ts:22</li></ul></aside></section><section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface"><a id="offset" class="tsd-anchor"></a><h3>offset</h3><div class="tsd-signature tsd-kind-icon">offset<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector3</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/core/camera.ts:26</li></ul></aside></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="current tsd-kind-module"><a href="../modules/five.html">five</a><ul><li class=" tsd-kind-namespace tsd-parent-kind-module"><a href="../modules/five.SubscribeMixinType.html">Subscribe<wbr/>Mixin<wbr/>Type</a></li></ul></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=" 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-interface tsd-parent-kind-module"><a href="five.CameraPose.html" class="tsd-kind-icon">Camera<wbr/>Pose</a><ul><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#distance" class="tsd-kind-icon">distance</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#fov" class="tsd-kind-icon">fov</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#latitude" class="tsd-kind-icon">latitude</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#longitude" class="tsd-kind-icon">longitude</a></li><li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.CameraPose.html#offset" class="tsd-kind-icon">offset</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-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><li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</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></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>
|