@realsee/five 5.0.0-alpha.21 → 5.0.0-alpha.211
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/README.md +18 -8
- package/docs/.nojekyll +1 -0
- package/docs/assets/highlight.css +134 -0
- package/docs/assets/icons.css +1043 -0
- package/docs/assets/main.js +52 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1414 -0
- package/docs/classes/five.AnimationFrameLoop.html +15 -0
- package/docs/classes/five.BVH.html +10 -0
- package/docs/classes/five.BVHIntersect.html +1 -0
- package/docs/classes/five.BVHNode.html +7 -0
- package/docs/classes/five.BVHVector3.html +1 -0
- package/docs/classes/five.Camera.html +11 -0
- package/docs/classes/five.Clipper.html +1 -0
- package/docs/classes/five.Five.html +335 -0
- package/docs/classes/five.InternalWebGLRenderer.html +1 -0
- package/docs/classes/five.IntersectMesh.html +1 -0
- package/docs/classes/five.Model.html +99 -0
- package/docs/classes/five.NetworkSubscribe.html +50 -0
- package/docs/classes/five.PBMContainer.html +17 -0
- package/docs/classes/five.PBMGroup.html +19 -0
- package/docs/classes/five.PBMMaterial.html +29 -0
- package/docs/classes/five.PBMMesh.html +7 -0
- package/docs/classes/five.PanoCircleMesh.html +7 -0
- package/docs/classes/five.PanoCircleMeshCustom.html +7 -0
- package/docs/classes/five.PanoCircleMeshSolid.html +7 -0
- package/docs/classes/five.Scene.html +3 -0
- package/docs/classes/five.Subscribe.html +56 -0
- package/docs/classes/five.TextureLoader.html +1 -0
- package/docs/classes/five.Tile3D.html +34 -0
- package/docs/classes/five.Tile3DModel.html +15 -0
- package/docs/classes/five.TileBoundingSphere.html +1 -0
- package/docs/classes/five.TileCacheNode.html +1 -0
- package/docs/classes/five.TileCubeTextureTarget.html +1 -0
- package/docs/classes/five.TileCullingVolume.html +1 -0
- package/docs/classes/five.TileOrientedBoundingBox.html +1 -0
- package/docs/classes/five.TileRequestScheduler.html +16 -0
- package/docs/classes/five.Tileset3D.html +11 -0
- package/docs/classes/five.Tileset3DTraverser.html +1 -0
- package/docs/classes/five.TilesetCache.html +1 -0
- package/docs/classes/five.Work.html +32 -0
- package/docs/classes/five.XRButton.html +1 -0
- package/docs/classes/gltf_loader.DDSLoader.html +1 -0
- package/docs/classes/gltf_loader.DRACOLoader.html +1 -0
- package/docs/classes/gltf_loader.GLTFLoader.html +17 -0
- package/docs/classes/gltf_loader.GLTFObject.html +7 -0
- package/docs/classes/gltf_loader.GLTFParser.html +1 -0
- package/docs/classes/gltf_loader.THREEGLTFLoader.html +1 -0
- package/docs/classes/line.Line.html +1 -0
- package/docs/classes/line.LineGeometry.html +1 -0
- package/docs/classes/line.LineMaterial.html +1 -0
- package/docs/classes/line.LineSegmentsGeometry.html +1 -0
- package/docs/classes/line.THREE_Line2.html +1 -0
- package/docs/classes/line.THREE_LineSegments2.html +1 -0
- package/docs/classes/react.Store.html +29 -0
- package/docs/classes/server.BVH.html +10 -0
- package/docs/classes/server.BVHIntersect.html +1 -0
- package/docs/classes/server.BVHNode.html +7 -0
- package/docs/classes/server.BVHVector3.html +1 -0
- package/docs/classes/server.Model.html +70 -0
- package/docs/classes/server.PBMContainer.html +7 -0
- package/docs/classes/server.PBMGroup.html +9 -0
- package/docs/classes/server.PBMMesh.html +7 -0
- package/docs/classes/sticker.Sticker.html +32 -0
- package/docs/classes/vfx.Airflow.html +1 -0
- package/docs/classes/vfx.Flame.html +1 -0
- package/docs/classes/vfx.Particle.html +89 -0
- package/docs/classes/vfx.SpotLight.html +1 -0
- package/docs/index.html +166 -434
- package/docs/interfaces/five.AddableObject.html +9 -0
- package/docs/interfaces/five.AnimationFrame.html +1 -0
- package/docs/interfaces/five.CameraPose.html +1 -0
- package/docs/interfaces/five.ClipperParameter.html +1 -0
- package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +28 -0
- package/docs/interfaces/five.EventCallback.html +405 -0
- package/docs/interfaces/five.FiveInitArgs.html +111 -0
- package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +17 -0
- package/docs/interfaces/five.ImageOptions.html +18 -0
- package/docs/interfaces/five.ImageURLMappings.html +1 -0
- package/docs/interfaces/five.ImageURLOptions.html +15 -0
- package/docs/interfaces/five.IntersectMeshInterface.html +3 -0
- package/docs/interfaces/five.Intersection.html +7 -0
- package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +15 -0
- package/docs/interfaces/five.ModelControllerCustomInitArgs.html +20 -0
- package/docs/interfaces/five.ModelEventCallback.html +26 -0
- package/docs/interfaces/five.ModelLodOptions.html +1 -0
- package/docs/interfaces/five.MotionKeyframe.html +1 -0
- package/docs/interfaces/five.MovePanoOptions.html +42 -0
- package/docs/interfaces/five.NetworkOptions.html +9 -0
- package/docs/interfaces/five.PBMPanoPicture.html +7 -0
- package/docs/interfaces/five.PBMParameters.html +29 -0
- package/docs/interfaces/five.PanoCircleMeshCustomOptions.html +1 -0
- package/docs/interfaces/five.PanoCircleMeshInterface.html +19 -0
- package/docs/interfaces/five.PanoCircleMeshOptions.html +1 -0
- package/docs/interfaces/five.PanoCircleMeshSolidOptions.html +1 -0
- package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +35 -0
- package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -0
- package/docs/interfaces/five.Pose.html +37 -0
- package/docs/interfaces/five.Scissor.html +14 -0
- package/docs/interfaces/five.State.html +21 -0
- package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -0
- package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -0
- package/docs/interfaces/five.SubscribeMixinType.off.html +1 -0
- package/docs/interfaces/five.SubscribeMixinType.on.html +1 -0
- package/docs/interfaces/five.SubscribeMixinType.once.html +1 -0
- package/docs/interfaces/five.TextureOptions.html +20 -0
- package/docs/interfaces/five.Tile3DModelLoaderOptions.html +3 -0
- package/docs/interfaces/five.TileBoundingVolume.html +19 -0
- package/docs/interfaces/five.TileContent.html +1 -0
- package/docs/interfaces/five.TileCubeNode.html +1 -0
- package/docs/interfaces/five.TileCubeTree.html +1 -0
- package/docs/interfaces/five.Tileset3dOptions.html +1 -0
- package/docs/interfaces/five.TilesetJSON.html +1 -0
- package/docs/interfaces/five.TilesetJSONNode.html +1 -0
- package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +9 -0
- package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +31 -0
- package/docs/interfaces/five.WebXRAxesParams.html +1 -0
- package/docs/interfaces/five.WebXRControllerParams.html +1 -0
- package/docs/interfaces/five.WorkCubeImage.html +13 -0
- package/docs/interfaces/five.WorkImage.html +21 -0
- package/docs/interfaces/five.WorkInitial.html +13 -0
- package/docs/interfaces/five.WorkModel.html +11 -0
- package/docs/interfaces/five.WorkModelTiles.html +3 -0
- package/docs/interfaces/five.WorkObserver.html +27 -0
- package/docs/interfaces/five.WorkTile.html +1 -0
- package/docs/interfaces/five.WorkVideo.html +9 -0
- package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +31 -0
- package/docs/interfaces/gltf_loader.DDS.html +1 -0
- package/docs/interfaces/gltf_loader.GLTF.html +7 -0
- package/docs/interfaces/gltf_loader.GLTFReference.html +1 -0
- package/docs/interfaces/gltf_loader.THREEGLTF.html +1 -0
- package/docs/interfaces/react.FiveActionReactCallbacks.html +52 -0
- package/docs/interfaces/react.FiveInjectionTypes.html +181 -0
- package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -0
- package/docs/interfaces/server.Intersection.html +7 -0
- package/docs/interfaces/server.ModelEventCallback.html +18 -0
- package/docs/interfaces/sticker.IntersectionLike.html +8 -0
- package/docs/interfaces/vfx.ParticleArgs.html +75 -0
- package/docs/interfaces/vfx.ParticleTweenKeyframe.html +1 -0
- package/docs/interfaces/vue.FiveActionVueCallbacks.html +60 -0
- package/docs/modules/five.SubscribeMixinType.html +1 -0
- package/docs/modules/five.html +470 -3006
- package/docs/modules/gltf_loader.html +1 -155
- package/docs/modules/line.html +1 -210
- package/docs/modules/react.html +130 -1507
- package/docs/modules/server.html +18 -526
- package/docs/modules/sticker.html +1 -151
- package/docs/modules/vfx.html +1 -0
- package/docs/modules/vue.html +115 -0
- package/docs/modules.html +1 -136
- package/exporters/staticify.js +210 -0
- package/five/index.d.ts +1506 -283
- package/five/index.js +362 -1
- package/gltf-loader/index.d.ts +90 -5
- package/gltf-loader/index.js +260 -1
- package/line/index.d.ts +1 -0
- package/line/index.js +260 -1
- package/package.json +12 -11
- package/react/index.d.ts +73 -72
- package/react/index.js +260 -1
- package/scripts/five-staticify.js +26 -0
- package/server/index.d.ts +222 -27
- package/server/index.js +357 -1
- package/sticker/index.d.ts +2 -1
- package/sticker/index.js +260 -1
- package/templates/quick-start/package.json +1 -1
- package/umd/five-gltf-loader.js +1 -2
- package/umd/five-line.js +1 -2
- package/umd/five-react.js +1 -2
- package/umd/five-sticker.js +1 -2
- package/umd/five-vfx.js +1 -0
- package/umd/five-vue.js +1 -0
- package/umd/five.js +1 -1
- package/umd/five.js.LICENSE.txt +58 -118
- package/vfx/index.d.ts +264 -0
- package/vfx/index.js +260 -0
- package/vue/index.d.ts +441 -0
- package/vue/index.js +260 -0
- package/docs/assets/css/main.css +0 -2660
- package/docs/assets/js/main.js +0 -248
- package/docs/assets/js/search.js +0 -1
- package/docs/classes/five.camera.html +0 -323
- package/docs/classes/five.five-1.html +0 -2670
- package/docs/classes/five.hashcubetexture.html +0 -252
- package/docs/classes/five.internalwebglrenderer.html +0 -212
- package/docs/classes/five.model.html +0 -962
- package/docs/classes/five.pbmcontainer.html +0 -411
- package/docs/classes/five.pbmgroup.html +0 -430
- package/docs/classes/five.pbmmaterial.html +0 -533
- package/docs/classes/five.pbmmesh.html +0 -254
- package/docs/classes/five.scene.html +0 -263
- package/docs/classes/five.subscribe.html +0 -569
- package/docs/classes/gltf_loader.gltfloader.html +0 -412
- package/docs/classes/gltf_loader.gltfobject.html +0 -287
- package/docs/classes/line.line-1.html +0 -384
- package/docs/classes/line.linegeometry.html +0 -530
- package/docs/classes/line.linematerial.html +0 -306
- package/docs/classes/line.linesegmentsgeometry.html +0 -477
- package/docs/classes/line.three_line2.html +0 -280
- package/docs/classes/line.three_linesegments2.html +0 -282
- package/docs/classes/react.store.html +0 -605
- package/docs/classes/server.model.html +0 -823
- package/docs/classes/server.pbmgroup.html +0 -366
- package/docs/classes/server.pbmmesh.html +0 -335
- package/docs/classes/sticker.sticker-1.html +0 -465
- package/docs/interfaces/five.addableobject.html +0 -234
- package/docs/interfaces/five.depthpanoramacontrollercustominitargs.html +0 -420
- package/docs/interfaces/five.eventcallback.html +0 -2548
- package/docs/interfaces/five.fiveinitargs.html +0 -707
- package/docs/interfaces/five.floorplancontrollercustominitargs.html +0 -295
- package/docs/interfaces/five.imageoptions.html +0 -332
- package/docs/interfaces/five.intersection.html +0 -227
- package/docs/interfaces/five.intersectmeshinterface.html +0 -188
- package/docs/interfaces/five.modelcontrollercustominitargs.html +0 -366
- package/docs/interfaces/five.modeleventcallback.html +0 -367
- package/docs/interfaces/five.movepanooptions.html +0 -469
- package/docs/interfaces/five.panocirclemeshinterface.html +0 -361
- package/docs/interfaces/five.panoramacontrollercustominitargs.html +0 -464
- package/docs/interfaces/five.panoramalikecontrollercustominitargs.html +0 -364
- package/docs/interfaces/five.pbmparameters.html +0 -474
- package/docs/interfaces/five.pose.html +0 -270
- package/docs/interfaces/five.scissor.html +0 -252
- package/docs/interfaces/five.state.html +0 -300
- package/docs/interfaces/five.subscribemixintype.emit.html +0 -180
- package/docs/interfaces/five.subscribemixintype.haslistener.html +0 -171
- package/docs/interfaces/five.subscribemixintype.off.html +0 -198
- package/docs/interfaces/five.subscribemixintype.on.html +0 -213
- package/docs/interfaces/five.subscribemixintype.once.html +0 -210
- package/docs/interfaces/five.topviewcontrollercustominitargs.html +0 -226
- package/docs/interfaces/five.vrpanoramacontrollercustominitargs.html +0 -452
- package/docs/interfaces/gltf_loader.gltf.html +0 -304
- package/docs/interfaces/react.fiveactionreactcallbacks.html +0 -580
- package/docs/interfaces/react.fiveinjectiontypes.html +0 -1625
- package/docs/interfaces/react.injectfivetoprops.html +0 -280
- package/docs/interfaces/server.intersection.html +0 -308
- package/docs/interfaces/server.modeleventcallback.html +0 -409
- package/docs/interfaces/sticker.intersectionlike.html +0 -223
- package/docs/modules/five.subscribemixintype.html +0 -143
- package/scripts/export-five-resource/chfs.exe +0 -0
- package/scripts/export-five-resource/fileify.js +0 -192
- package/scripts/export-five-resource/format-work.js +0 -71
- package/scripts/export-five-resource/staticify.js +0 -327
- package/scripts/transcode-model/BufferGeometryUtils.js +0 -832
- package/scripts/transcode-model/LoaderSupport.js +0 -1545
- package/scripts/transcode-model/MTLLoader.js +0 -602
- package/scripts/transcode-model/OBJLoader2.js +0 -1470
- package/scripts/transcode-model/obj2pbm.js +0 -65
- /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/{images/widgets.png → widgets.png} +0 -0
- /package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
- /package/resource/{basis_transcoder.js → basis/basis_transcoder.js} +0 -0
- /package/resource/{basis_transcoder.wasm → basis/basis_transcoder.wasm} +0 -0
- /package/resource/{draco_decoder.js → gltf/draco_decoder.js} +0 -0
- /package/resource/{draco_decoder.wasm → gltf/draco_decoder.wasm} +0 -0
- /package/resource/{draco_wasm_wrapper.js → gltf/draco_wasm_wrapper.js} +0 -0
package/docs/modules/server.html
CHANGED
|
@@ -1,526 +1,18 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<
|
|
3
|
-
<
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
<
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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.21</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.21</a>
|
|
54
|
-
</li>
|
|
55
|
-
<li>
|
|
56
|
-
<a href="server.html">server</a>
|
|
57
|
-
</li>
|
|
58
|
-
</ul>
|
|
59
|
-
<h1>Module server</h1>
|
|
60
|
-
</div>
|
|
61
|
-
</div>
|
|
62
|
-
</header>
|
|
63
|
-
<div class="container container-main">
|
|
64
|
-
<div class="row">
|
|
65
|
-
<div class="col-8 col-content">
|
|
66
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
67
|
-
<h2>Index</h2>
|
|
68
|
-
<section class="tsd-panel tsd-index-panel">
|
|
69
|
-
<div class="tsd-index-content">
|
|
70
|
-
<section class="tsd-index-section ">
|
|
71
|
-
<h3>References</h3>
|
|
72
|
-
<ul class="tsd-index-list">
|
|
73
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#eventcallback" class="tsd-kind-icon">Event<wbr>Callback</a></li>
|
|
74
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#eventtype" class="tsd-kind-icon">Event<wbr>Type</a></li>
|
|
75
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#loosework" class="tsd-kind-icon">Loose<wbr>Work</a></li>
|
|
76
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#looseworkinitial" class="tsd-kind-icon">Loose<wbr>Work<wbr>Initial</a></li>
|
|
77
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#looseworkmodel" class="tsd-kind-icon">Loose<wbr>Work<wbr>Model</a></li>
|
|
78
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#looseworkobserver" class="tsd-kind-icon">Loose<wbr>Work<wbr>Observer</a></li>
|
|
79
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#looseworkpanorama" class="tsd-kind-icon">Loose<wbr>Work<wbr>Panorama</a></li>
|
|
80
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#looseworkvideo" class="tsd-kind-icon">Loose<wbr>Work<wbr>Video</a></li>
|
|
81
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#mode" class="tsd-kind-icon">Mode</a></li>
|
|
82
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#pose" class="tsd-kind-icon">Pose</a></li>
|
|
83
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#state" class="tsd-kind-icon">State</a></li>
|
|
84
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#subscribe" class="tsd-kind-icon">Subscribe</a></li>
|
|
85
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#subscribeeventmap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a></li>
|
|
86
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#subscribemixintype" class="tsd-kind-icon">Subscribe<wbr>Mixin<wbr>Type</a></li>
|
|
87
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#work" class="tsd-kind-icon">Work</a></li>
|
|
88
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#workimages" class="tsd-kind-icon">Work<wbr>Images</a></li>
|
|
89
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#workinitial" class="tsd-kind-icon">Work<wbr>Initial</a></li>
|
|
90
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#workmodel" class="tsd-kind-icon">Work<wbr>Model</a></li>
|
|
91
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#workobserver" class="tsd-kind-icon">Work<wbr>Observer</a></li>
|
|
92
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#workvideo" class="tsd-kind-icon">Work<wbr>Video</a></li>
|
|
93
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#parsework" class="tsd-kind-icon">parse<wbr>Work</a></li>
|
|
94
|
-
<li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#stringifywork" class="tsd-kind-icon">stringify<wbr>Work</a></li>
|
|
95
|
-
</ul>
|
|
96
|
-
</section>
|
|
97
|
-
<section class="tsd-index-section ">
|
|
98
|
-
<h3>Classes</h3>
|
|
99
|
-
<ul class="tsd-index-list">
|
|
100
|
-
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.model.html" class="tsd-kind-icon">Model</a></li>
|
|
101
|
-
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.pbmgroup.html" class="tsd-kind-icon">PBMGroup</a></li>
|
|
102
|
-
<li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.pbmmesh.html" class="tsd-kind-icon">PBMMesh</a></li>
|
|
103
|
-
</ul>
|
|
104
|
-
</section>
|
|
105
|
-
<section class="tsd-index-section ">
|
|
106
|
-
<h3>Interfaces</h3>
|
|
107
|
-
<ul class="tsd-index-list">
|
|
108
|
-
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/server.intersection.html" class="tsd-kind-icon">Intersection</a></li>
|
|
109
|
-
<li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/server.modeleventcallback.html" class="tsd-kind-icon">Model<wbr>Event<wbr>Callback</a></li>
|
|
110
|
-
</ul>
|
|
111
|
-
</section>
|
|
112
|
-
<section class="tsd-index-section ">
|
|
113
|
-
<h3>Type aliases</h3>
|
|
114
|
-
<ul class="tsd-index-list">
|
|
115
|
-
<li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="server.html#modeleventtype" class="tsd-kind-icon">Model<wbr>Event<wbr>Type</a></li>
|
|
116
|
-
</ul>
|
|
117
|
-
</section>
|
|
118
|
-
</div>
|
|
119
|
-
</section>
|
|
120
|
-
</section>
|
|
121
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
122
|
-
<h2>References</h2>
|
|
123
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
124
|
-
<a name="eventcallback" class="tsd-anchor"></a>
|
|
125
|
-
<h3>Event<wbr>Callback</h3>
|
|
126
|
-
Renames and exports <a href="../interfaces/server.modeleventcallback.html">ModelEventCallback</a>
|
|
127
|
-
</section>
|
|
128
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
129
|
-
<a name="eventtype" class="tsd-anchor"></a>
|
|
130
|
-
<h3>Event<wbr>Type</h3>
|
|
131
|
-
Renames and exports <a href="server.html#modeleventtype">ModelEventType</a>
|
|
132
|
-
</section>
|
|
133
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
134
|
-
<a name="loosework" class="tsd-anchor"></a>
|
|
135
|
-
<h3>Loose<wbr>Work</h3>
|
|
136
|
-
Re-exports <a href="five.html#loosework">LooseWork</a>
|
|
137
|
-
</section>
|
|
138
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
139
|
-
<a name="looseworkinitial" class="tsd-anchor"></a>
|
|
140
|
-
<h3>Loose<wbr>Work<wbr>Initial</h3>
|
|
141
|
-
Re-exports <a href="five.html#looseworkinitial">LooseWorkInitial</a>
|
|
142
|
-
</section>
|
|
143
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
144
|
-
<a name="looseworkmodel" class="tsd-anchor"></a>
|
|
145
|
-
<h3>Loose<wbr>Work<wbr>Model</h3>
|
|
146
|
-
Re-exports <a href="five.html#looseworkmodel">LooseWorkModel</a>
|
|
147
|
-
</section>
|
|
148
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
149
|
-
<a name="looseworkobserver" class="tsd-anchor"></a>
|
|
150
|
-
<h3>Loose<wbr>Work<wbr>Observer</h3>
|
|
151
|
-
Re-exports <a href="five.html#looseworkobserver">LooseWorkObserver</a>
|
|
152
|
-
</section>
|
|
153
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
154
|
-
<a name="looseworkpanorama" class="tsd-anchor"></a>
|
|
155
|
-
<h3>Loose<wbr>Work<wbr>Panorama</h3>
|
|
156
|
-
Re-exports <a href="five.html#looseworkpanorama">LooseWorkPanorama</a>
|
|
157
|
-
</section>
|
|
158
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
159
|
-
<a name="looseworkvideo" class="tsd-anchor"></a>
|
|
160
|
-
<h3>Loose<wbr>Work<wbr>Video</h3>
|
|
161
|
-
Re-exports <a href="five.html#looseworkvideo">LooseWorkVideo</a>
|
|
162
|
-
</section>
|
|
163
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
164
|
-
<a name="mode" class="tsd-anchor"></a>
|
|
165
|
-
<h3>Mode</h3>
|
|
166
|
-
Re-exports <a href="five.html#mode">Mode</a>
|
|
167
|
-
</section>
|
|
168
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
169
|
-
<a name="pose" class="tsd-anchor"></a>
|
|
170
|
-
<h3>Pose</h3>
|
|
171
|
-
Re-exports <a href="../interfaces/five.pose.html">Pose</a>
|
|
172
|
-
</section>
|
|
173
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
174
|
-
<a name="state" class="tsd-anchor"></a>
|
|
175
|
-
<h3>State</h3>
|
|
176
|
-
Re-exports <a href="../interfaces/five.state.html">State</a>
|
|
177
|
-
</section>
|
|
178
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
179
|
-
<a name="subscribe" class="tsd-anchor"></a>
|
|
180
|
-
<h3>Subscribe</h3>
|
|
181
|
-
Re-exports <a href="../classes/five.subscribe.html">Subscribe</a>
|
|
182
|
-
</section>
|
|
183
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
184
|
-
<a name="subscribeeventmap" class="tsd-anchor"></a>
|
|
185
|
-
<h3>Subscribe<wbr>Event<wbr>Map</h3>
|
|
186
|
-
Re-exports <a href="five.html#subscribeeventmap">SubscribeEventMap</a>
|
|
187
|
-
</section>
|
|
188
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
189
|
-
<a name="subscribemixintype" class="tsd-anchor"></a>
|
|
190
|
-
<h3>Subscribe<wbr>Mixin<wbr>Type</h3>
|
|
191
|
-
Re-exports <a href="five.subscribemixintype.html">SubscribeMixinType</a>
|
|
192
|
-
</section>
|
|
193
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
194
|
-
<a name="work" class="tsd-anchor"></a>
|
|
195
|
-
<h3>Work</h3>
|
|
196
|
-
Re-exports <a href="five.html#work">Work</a>
|
|
197
|
-
</section>
|
|
198
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
199
|
-
<a name="workimages" class="tsd-anchor"></a>
|
|
200
|
-
<h3>Work<wbr>Images</h3>
|
|
201
|
-
Re-exports <a href="five.html#workimages">WorkImages</a>
|
|
202
|
-
</section>
|
|
203
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
204
|
-
<a name="workinitial" class="tsd-anchor"></a>
|
|
205
|
-
<h3>Work<wbr>Initial</h3>
|
|
206
|
-
Re-exports <a href="five.html#workinitial">WorkInitial</a>
|
|
207
|
-
</section>
|
|
208
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
209
|
-
<a name="workmodel" class="tsd-anchor"></a>
|
|
210
|
-
<h3>Work<wbr>Model</h3>
|
|
211
|
-
Re-exports <a href="five.html#workmodel">WorkModel</a>
|
|
212
|
-
</section>
|
|
213
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
214
|
-
<a name="workobserver" class="tsd-anchor"></a>
|
|
215
|
-
<h3>Work<wbr>Observer</h3>
|
|
216
|
-
Re-exports <a href="five.html#workobserver">WorkObserver</a>
|
|
217
|
-
</section>
|
|
218
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
219
|
-
<a name="workvideo" class="tsd-anchor"></a>
|
|
220
|
-
<h3>Work<wbr>Video</h3>
|
|
221
|
-
Re-exports <a href="five.html#workvideo">WorkVideo</a>
|
|
222
|
-
</section>
|
|
223
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
224
|
-
<a name="parsework" class="tsd-anchor"></a>
|
|
225
|
-
<h3>parse<wbr>Work</h3>
|
|
226
|
-
Re-exports <a href="five.html#parsework">parseWork</a>
|
|
227
|
-
</section>
|
|
228
|
-
<section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module">
|
|
229
|
-
<a name="stringifywork" class="tsd-anchor"></a>
|
|
230
|
-
<h3>stringify<wbr>Work</h3>
|
|
231
|
-
Re-exports <a href="five.html#stringifywork">stringifyWork</a>
|
|
232
|
-
</section>
|
|
233
|
-
</section>
|
|
234
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
235
|
-
<h2>Type aliases</h2>
|
|
236
|
-
<section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module">
|
|
237
|
-
<a name="modeleventtype" class="tsd-anchor"></a>
|
|
238
|
-
<h3>Model<wbr>Event<wbr>Type</h3>
|
|
239
|
-
<div class="tsd-signature tsd-kind-icon">Model<wbr>Event<wbr>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>bvhLoaded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>geometryLoaded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>loaded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>materialLoaded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></div>
|
|
240
|
-
<aside class="tsd-sources">
|
|
241
|
-
<ul>
|
|
242
|
-
<li>Defined in lib/five/server/model/index.ts:50</li>
|
|
243
|
-
</ul>
|
|
244
|
-
</aside>
|
|
245
|
-
<div class="tsd-comment tsd-typography">
|
|
246
|
-
<div class="lead">
|
|
247
|
-
<p>模型事件列表</p>
|
|
248
|
-
</div>
|
|
249
|
-
<dl class="tsd-comment-tags">
|
|
250
|
-
<dt>description</dt>
|
|
251
|
-
<dd><p>具体事件列表 请查看 <a href="../interfaces/server.modeleventcallback.html">ModelEventCallback</a></p>
|
|
252
|
-
</dd>
|
|
253
|
-
</dl>
|
|
254
|
-
</div>
|
|
255
|
-
<div class="tsd-type-declaration">
|
|
256
|
-
<h4>Type declaration</h4>
|
|
257
|
-
<ul class="tsd-parameters">
|
|
258
|
-
<li class="tsd-parameter">
|
|
259
|
-
<h5>bvh<wbr>Loaded<span class="tsd-signature-symbol">: </span>function</h5>
|
|
260
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
261
|
-
<li class="tsd-signature tsd-kind-icon">bvh<wbr>Loaded<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>
|
|
262
|
-
</ul>
|
|
263
|
-
<ul class="tsd-descriptions">
|
|
264
|
-
<li class="tsd-description">
|
|
265
|
-
<aside class="tsd-sources">
|
|
266
|
-
<ul>
|
|
267
|
-
<li>Defined in lib/five/server/model/index.ts:57</li>
|
|
268
|
-
</ul>
|
|
269
|
-
</aside>
|
|
270
|
-
<div class="tsd-comment tsd-typography">
|
|
271
|
-
<div class="lead">
|
|
272
|
-
<p>模型 bvh树 计算完成</p>
|
|
273
|
-
</div>
|
|
274
|
-
<dl class="tsd-comment-tags">
|
|
275
|
-
<dt>description</dt>
|
|
276
|
-
<dd><p>bvh 树用于高效的碰撞检测,可以在 <code>model.bvh</code> 属性来设置是否开启。默认开启。
|
|
277
|
-
bvh 树计算需要一定事件,可能会暂时影响一些性能。计算完毕后,会对碰撞检测带来质的提升。</p>
|
|
278
|
-
</dd>
|
|
279
|
-
</dl>
|
|
280
|
-
</div>
|
|
281
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
282
|
-
</li>
|
|
283
|
-
</ul>
|
|
284
|
-
</li>
|
|
285
|
-
<li class="tsd-parameter">
|
|
286
|
-
<h5>error<span class="tsd-signature-symbol">: </span>function</h5>
|
|
287
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
288
|
-
<li class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
|
|
289
|
-
</ul>
|
|
290
|
-
<ul class="tsd-descriptions">
|
|
291
|
-
<li class="tsd-description">
|
|
292
|
-
<aside class="tsd-sources">
|
|
293
|
-
<ul>
|
|
294
|
-
<li>Defined in lib/five/server/model/index.ts:68</li>
|
|
295
|
-
</ul>
|
|
296
|
-
</aside>
|
|
297
|
-
<div class="tsd-comment tsd-typography">
|
|
298
|
-
<div class="lead">
|
|
299
|
-
<p>内部错误</p>
|
|
300
|
-
</div>
|
|
301
|
-
</div>
|
|
302
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
303
|
-
<ul class="tsd-parameters">
|
|
304
|
-
<li>
|
|
305
|
-
<h5>error: <span class="tsd-signature-type">Error</span></h5>
|
|
306
|
-
<div class="tsd-comment tsd-typography">
|
|
307
|
-
<p>错误对象</p>
|
|
308
|
-
</div>
|
|
309
|
-
</li>
|
|
310
|
-
</ul>
|
|
311
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
312
|
-
</li>
|
|
313
|
-
</ul>
|
|
314
|
-
</li>
|
|
315
|
-
<li class="tsd-parameter">
|
|
316
|
-
<h5>geometry<wbr>Loaded<span class="tsd-signature-symbol">: </span>function</h5>
|
|
317
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
318
|
-
<li class="tsd-signature tsd-kind-icon">geometry<wbr>Loaded<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>
|
|
319
|
-
</ul>
|
|
320
|
-
<ul class="tsd-descriptions">
|
|
321
|
-
<li class="tsd-description">
|
|
322
|
-
<aside class="tsd-sources">
|
|
323
|
-
<ul>
|
|
324
|
-
<li>Defined in lib/five/server/model/index.ts:59</li>
|
|
325
|
-
</ul>
|
|
326
|
-
</aside>
|
|
327
|
-
<div class="tsd-comment tsd-typography">
|
|
328
|
-
<div class="lead">
|
|
329
|
-
<p>模型三角面片结构加载完成</p>
|
|
330
|
-
</div>
|
|
331
|
-
</div>
|
|
332
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
333
|
-
</li>
|
|
334
|
-
</ul>
|
|
335
|
-
</li>
|
|
336
|
-
<li class="tsd-parameter">
|
|
337
|
-
<h5>loaded<span class="tsd-signature-symbol">: </span>function</h5>
|
|
338
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
339
|
-
<li class="tsd-signature tsd-kind-icon">loaded<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>
|
|
340
|
-
</ul>
|
|
341
|
-
<ul class="tsd-descriptions">
|
|
342
|
-
<li class="tsd-description">
|
|
343
|
-
<aside class="tsd-sources">
|
|
344
|
-
<ul>
|
|
345
|
-
<li>Defined in lib/five/server/model/index.ts:63</li>
|
|
346
|
-
</ul>
|
|
347
|
-
</aside>
|
|
348
|
-
<div class="tsd-comment tsd-typography">
|
|
349
|
-
<div class="lead">
|
|
350
|
-
<p>模型加载完成</p>
|
|
351
|
-
</div>
|
|
352
|
-
</div>
|
|
353
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
354
|
-
</li>
|
|
355
|
-
</ul>
|
|
356
|
-
</li>
|
|
357
|
-
<li class="tsd-parameter">
|
|
358
|
-
<h5>material<wbr>Loaded<span class="tsd-signature-symbol">: </span>function</h5>
|
|
359
|
-
<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal">
|
|
360
|
-
<li class="tsd-signature tsd-kind-icon">material<wbr>Loaded<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>
|
|
361
|
-
</ul>
|
|
362
|
-
<ul class="tsd-descriptions">
|
|
363
|
-
<li class="tsd-description">
|
|
364
|
-
<aside class="tsd-sources">
|
|
365
|
-
<ul>
|
|
366
|
-
<li>Defined in lib/five/server/model/index.ts:61</li>
|
|
367
|
-
</ul>
|
|
368
|
-
</aside>
|
|
369
|
-
<div class="tsd-comment tsd-typography">
|
|
370
|
-
<div class="lead">
|
|
371
|
-
<p>模型材质结构加载完成</p>
|
|
372
|
-
</div>
|
|
373
|
-
</div>
|
|
374
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
|
|
375
|
-
</li>
|
|
376
|
-
</ul>
|
|
377
|
-
</li>
|
|
378
|
-
</ul>
|
|
379
|
-
</div>
|
|
380
|
-
</section>
|
|
381
|
-
</section>
|
|
382
|
-
</div>
|
|
383
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
384
|
-
<nav class="tsd-navigation primary">
|
|
385
|
-
<ul>
|
|
386
|
-
<li class=" ">
|
|
387
|
-
<a href="../modules.html">Modules</a>
|
|
388
|
-
</li>
|
|
389
|
-
<li class=" tsd-kind-module">
|
|
390
|
-
<a href="five.html">five</a>
|
|
391
|
-
</li>
|
|
392
|
-
<li class=" tsd-kind-module">
|
|
393
|
-
<a href="gltf_loader.html">gltf-<wbr>loader</a>
|
|
394
|
-
</li>
|
|
395
|
-
<li class=" tsd-kind-module">
|
|
396
|
-
<a href="line.html">line</a>
|
|
397
|
-
</li>
|
|
398
|
-
<li class=" tsd-kind-module">
|
|
399
|
-
<a href="react.html">react</a>
|
|
400
|
-
</li>
|
|
401
|
-
<li class="current tsd-kind-module">
|
|
402
|
-
<a href="server.html">server</a>
|
|
403
|
-
</li>
|
|
404
|
-
<li class=" tsd-kind-module">
|
|
405
|
-
<a href="sticker.html">sticker</a>
|
|
406
|
-
</li>
|
|
407
|
-
</ul>
|
|
408
|
-
</nav>
|
|
409
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
410
|
-
<ul class="before-current">
|
|
411
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
412
|
-
<a href="server.html#eventcallback" class="tsd-kind-icon">Event<wbr>Callback</a>
|
|
413
|
-
</li>
|
|
414
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
415
|
-
<a href="server.html#eventtype" class="tsd-kind-icon">Event<wbr>Type</a>
|
|
416
|
-
</li>
|
|
417
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
418
|
-
<a href="server.html#loosework" class="tsd-kind-icon">Loose<wbr>Work</a>
|
|
419
|
-
</li>
|
|
420
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
421
|
-
<a href="server.html#looseworkinitial" class="tsd-kind-icon">Loose<wbr>Work<wbr>Initial</a>
|
|
422
|
-
</li>
|
|
423
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
424
|
-
<a href="server.html#looseworkmodel" class="tsd-kind-icon">Loose<wbr>Work<wbr>Model</a>
|
|
425
|
-
</li>
|
|
426
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
427
|
-
<a href="server.html#looseworkobserver" class="tsd-kind-icon">Loose<wbr>Work<wbr>Observer</a>
|
|
428
|
-
</li>
|
|
429
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
430
|
-
<a href="server.html#looseworkpanorama" class="tsd-kind-icon">Loose<wbr>Work<wbr>Panorama</a>
|
|
431
|
-
</li>
|
|
432
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
433
|
-
<a href="server.html#looseworkvideo" class="tsd-kind-icon">Loose<wbr>Work<wbr>Video</a>
|
|
434
|
-
</li>
|
|
435
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
436
|
-
<a href="server.html#mode" class="tsd-kind-icon">Mode</a>
|
|
437
|
-
</li>
|
|
438
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
439
|
-
<a href="server.html#pose" class="tsd-kind-icon">Pose</a>
|
|
440
|
-
</li>
|
|
441
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
442
|
-
<a href="server.html#state" class="tsd-kind-icon">State</a>
|
|
443
|
-
</li>
|
|
444
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
445
|
-
<a href="server.html#subscribe" class="tsd-kind-icon">Subscribe</a>
|
|
446
|
-
</li>
|
|
447
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
448
|
-
<a href="server.html#subscribeeventmap" class="tsd-kind-icon">Subscribe<wbr>Event<wbr>Map</a>
|
|
449
|
-
</li>
|
|
450
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
451
|
-
<a href="server.html#subscribemixintype" class="tsd-kind-icon">Subscribe<wbr>Mixin<wbr>Type</a>
|
|
452
|
-
</li>
|
|
453
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
454
|
-
<a href="server.html#work" class="tsd-kind-icon">Work</a>
|
|
455
|
-
</li>
|
|
456
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
457
|
-
<a href="server.html#workimages" class="tsd-kind-icon">Work<wbr>Images</a>
|
|
458
|
-
</li>
|
|
459
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
460
|
-
<a href="server.html#workinitial" class="tsd-kind-icon">Work<wbr>Initial</a>
|
|
461
|
-
</li>
|
|
462
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
463
|
-
<a href="server.html#workmodel" class="tsd-kind-icon">Work<wbr>Model</a>
|
|
464
|
-
</li>
|
|
465
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
466
|
-
<a href="server.html#workobserver" class="tsd-kind-icon">Work<wbr>Observer</a>
|
|
467
|
-
</li>
|
|
468
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
469
|
-
<a href="server.html#workvideo" class="tsd-kind-icon">Work<wbr>Video</a>
|
|
470
|
-
</li>
|
|
471
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
472
|
-
<a href="server.html#parsework" class="tsd-kind-icon">parse<wbr>Work</a>
|
|
473
|
-
</li>
|
|
474
|
-
<li class=" tsd-kind-reference tsd-parent-kind-module">
|
|
475
|
-
<a href="server.html#stringifywork" class="tsd-kind-icon">stringify<wbr>Work</a>
|
|
476
|
-
</li>
|
|
477
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
478
|
-
<a href="../classes/server.model.html" class="tsd-kind-icon">Model</a>
|
|
479
|
-
</li>
|
|
480
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
481
|
-
<a href="../classes/server.pbmgroup.html" class="tsd-kind-icon">PBMGroup</a>
|
|
482
|
-
</li>
|
|
483
|
-
<li class=" tsd-kind-class tsd-parent-kind-module">
|
|
484
|
-
<a href="../classes/server.pbmmesh.html" class="tsd-kind-icon">PBMMesh</a>
|
|
485
|
-
</li>
|
|
486
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
487
|
-
<a href="../interfaces/server.intersection.html" class="tsd-kind-icon">Intersection</a>
|
|
488
|
-
</li>
|
|
489
|
-
<li class=" tsd-kind-interface tsd-parent-kind-module">
|
|
490
|
-
<a href="../interfaces/server.modeleventcallback.html" class="tsd-kind-icon">Model<wbr>Event<wbr>Callback</a>
|
|
491
|
-
</li>
|
|
492
|
-
<li class=" tsd-kind-type-alias tsd-parent-kind-module">
|
|
493
|
-
<a href="server.html#modeleventtype" class="tsd-kind-icon">Model<wbr>Event<wbr>Type</a>
|
|
494
|
-
</li>
|
|
495
|
-
</ul>
|
|
496
|
-
</nav>
|
|
497
|
-
</div>
|
|
498
|
-
</div>
|
|
499
|
-
</div>
|
|
500
|
-
<footer>
|
|
501
|
-
<div class="container">
|
|
502
|
-
<h2>Legend</h2>
|
|
503
|
-
<div class="tsd-legend-group">
|
|
504
|
-
<ul class="tsd-legend">
|
|
505
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
506
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
507
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
508
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
509
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
510
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
511
|
-
</ul>
|
|
512
|
-
<ul class="tsd-legend">
|
|
513
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
514
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
515
|
-
</ul>
|
|
516
|
-
<ul class="tsd-legend">
|
|
517
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
518
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
519
|
-
</ul>
|
|
520
|
-
</div>
|
|
521
|
-
</div>
|
|
522
|
-
</footer>
|
|
523
|
-
<div class="overlay"></div>
|
|
524
|
-
<script src="../assets/js/main.js"></script>
|
|
525
|
-
</body>
|
|
526
|
-
</html>
|
|
1
|
+
<!DOCTYPE html><html class="default"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>server | 如视 Five SDK - v5.0.0-alpha.211</title><meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.211"/><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.211</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.211</a></li><li><a href="server.html">server</a></li></ul><h1>Module server </h1></div></div></header><div class="container container-main"><div class="row"><div class="col-8 col-content"><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>References</h3><ul class="tsd-index-list"><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#EventCallback" class="tsd-kind-icon">Event<wbr/>Callback</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#EventType" class="tsd-kind-icon">Event<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWork" class="tsd-kind-icon">Loose<wbr/>Work</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkInitial" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Initial</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkModel" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Model</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkObserver" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Observer</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkPanorama" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Panorama</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkVideo" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Video</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#Mode" class="tsd-kind-icon">Mode</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#ParseWorkOptions" class="tsd-kind-icon">Parse<wbr/>Work<wbr/>Options</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#Pose" class="tsd-kind-icon">Pose</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#State" class="tsd-kind-icon">State</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#Subscribe" class="tsd-kind-icon">Subscribe</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr/>Event<wbr/>Map</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#SubscribeMixinType" class="tsd-kind-icon">Subscribe<wbr/>Mixin<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#Work" class="tsd-kind-icon">Work</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr/>Cube<wbr/>Image</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkImage" class="tsd-kind-icon">Work<wbr/>Image</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkInitial" class="tsd-kind-icon">Work<wbr/>Initial</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkModel" class="tsd-kind-icon">Work<wbr/>Model</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkModelTiles" class="tsd-kind-icon">Work<wbr/>Model<wbr/>Tiles</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkObserver" class="tsd-kind-icon">Work<wbr/>Observer</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkTile" class="tsd-kind-icon">Work<wbr/>Tile</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkVideo" class="tsd-kind-icon">Work<wbr/>Video</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#parseWork" class="tsd-kind-icon">parse<wbr/>Work</a></li></ul></section><section class="tsd-index-section "><h3>Classes</h3><ul class="tsd-index-list"><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVH.html" class="tsd-kind-icon">BVH</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVHNode.html" class="tsd-kind-icon">BVHNode</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.Model.html" class="tsd-kind-icon">Model</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.PBMContainer.html" class="tsd-kind-icon">PBMContainer</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.PBMGroup.html" class="tsd-kind-icon">PBMGroup</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a></li></ul></section><section class="tsd-index-section "><h3>Interfaces</h3><ul class="tsd-index-list"><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/server.Intersection.html" class="tsd-kind-icon">Intersection</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/server.ModelEventCallback.html" class="tsd-kind-icon">Model<wbr/>Event<wbr/>Callback</a></li></ul></section><section class="tsd-index-section "><h3>Type Aliases</h3><ul class="tsd-index-list"><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="server.html#ModelEventType" class="tsd-kind-icon">Model<wbr/>Event<wbr/>Type</a></li></ul></section></div></section></section><section class="tsd-panel-group tsd-member-group "><h2>References</h2><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EventCallback" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Event<wbr/>Callback<a href="#EventCallback" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Renames and re-exports <a href="../interfaces/server.ModelEventCallback.html">ModelEventCallback</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="EventType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Event<wbr/>Type<a href="#EventType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Renames and re-exports <a href="server.html#ModelEventType">ModelEventType</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="LooseWork" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Loose<wbr/>Work<a href="#LooseWork" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#LooseWork">LooseWork</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="LooseWorkInitial" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Loose<wbr/>Work<wbr/>Initial<a href="#LooseWorkInitial" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#LooseWorkInitial">LooseWorkInitial</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="LooseWorkModel" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Loose<wbr/>Work<wbr/>Model<a href="#LooseWorkModel" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#LooseWorkModel">LooseWorkModel</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="LooseWorkObserver" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Loose<wbr/>Work<wbr/>Observer<a href="#LooseWorkObserver" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#LooseWorkObserver">LooseWorkObserver</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="LooseWorkPanorama" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Loose<wbr/>Work<wbr/>Panorama<a href="#LooseWorkPanorama" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#LooseWorkPanorama">LooseWorkPanorama</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="LooseWorkVideo" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Loose<wbr/>Work<wbr/>Video<a href="#LooseWorkVideo" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#LooseWorkVideo">LooseWorkVideo</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Mode" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Mode<a href="#Mode" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#Mode">Mode</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="ParseWorkOptions" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Parse<wbr/>Work<wbr/>Options<a href="#ParseWorkOptions" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#ParseWorkOptions">ParseWorkOptions</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Pose" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Pose<a href="#Pose" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.Pose.html">Pose</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="State" class="tsd-anchor"></a><h3 class="tsd-anchor-link">State<a href="#State" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.State.html">State</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Subscribe" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Subscribe<a href="#Subscribe" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/five.Subscribe.html">Subscribe</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SubscribeEventMap" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Subscribe<wbr/>Event<wbr/>Map<a href="#SubscribeEventMap" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#SubscribeEventMap">SubscribeEventMap</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="SubscribeMixinType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Subscribe<wbr/>Mixin<wbr/>Type<a href="#SubscribeMixinType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.SubscribeMixinType.html">SubscribeMixinType</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="Work" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Work<a href="#Work" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../classes/five.Work.html">Work</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="WorkCubeImage" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Work<wbr/>Cube<wbr/>Image<a href="#WorkCubeImage" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.WorkCubeImage.html">WorkCubeImage</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="WorkImage" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Work<wbr/>Image<a href="#WorkImage" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.WorkImage.html">WorkImage</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="WorkInitial" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Work<wbr/>Initial<a href="#WorkInitial" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.WorkInitial.html">WorkInitial</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="WorkModel" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Work<wbr/>Model<a href="#WorkModel" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.WorkModel.html">WorkModel</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="WorkModelTiles" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Work<wbr/>Model<wbr/>Tiles<a href="#WorkModelTiles" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.WorkModelTiles.html">WorkModelTiles</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="WorkObserver" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Work<wbr/>Observer<a href="#WorkObserver" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.WorkObserver.html">WorkObserver</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="WorkTile" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Work<wbr/>Tile<a href="#WorkTile" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.WorkTile.html">WorkTile</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="WorkVideo" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Work<wbr/>Video<a href="#WorkVideo" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="../interfaces/five.WorkVideo.html">WorkVideo</a></section><section class="tsd-panel tsd-member tsd-kind-reference tsd-parent-kind-module"><a id="parseWork" class="tsd-anchor"></a><h3 class="tsd-anchor-link">parse<wbr/>Work<a href="#parseWork" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3>Re-exports <a href="five.html#parseWork">parseWork</a></section></section><section class="tsd-panel-group tsd-member-group "><h2>Type Aliases</h2><section class="tsd-panel tsd-member tsd-kind-type-alias tsd-parent-kind-module"><a id="ModelEventType" class="tsd-anchor"></a><h3 class="tsd-anchor-link">Model<wbr/>Event<wbr/>Type<a href="#ModelEventType" aria-label="Permalink" class="tsd-anchor-icon"><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5"></path></svg></a></h3><div class="tsd-signature tsd-kind-icon">Model<wbr/>Event<wbr/>Type<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">{ </span>bvhLoaded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>geometryLoaded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>loaded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">; </span>materialLoaded<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol"> }</span></div><aside class="tsd-sources"><ul><li>Defined in lib/five/server/model/index.ts:47</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
2
|
+
<p>模型事件列表</p>
|
|
3
|
+
</div><dl class="tsd-comment-tags"><dt>description</dt><dd><p>具体事件列表 请查看 <a href="../interfaces/server.ModelEventCallback.html">ModelEventCallback</a></p>
|
|
4
|
+
</dd></dl></div><div class="tsd-type-declaration"><h4>Type declaration</h4><ul class="tsd-parameters"><li class="tsd-parameter"><h5>bvh<wbr/>Loaded<span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal"><li class="tsd-signature tsd-kind-icon">bvh<wbr/>Loaded<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/model/index.ts:54</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
5
|
+
<p>模型 bvh树 计算完成</p>
|
|
6
|
+
</div><dl class="tsd-comment-tags"><dt>description</dt><dd><p>bvh 树用于高效的碰撞检测,可以在 <code>model.bvh</code> 属性来设置是否开启。默认开启。
|
|
7
|
+
bvh 树计算需要一定事件,可能会暂时影响一些性能。计算完毕后,会对碰撞检测带来质的提升。</p>
|
|
8
|
+
</dd></dl></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li><li class="tsd-parameter"><h5>error<span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal"><li class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">(</span>error<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Error</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/model/index.ts:65</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
9
|
+
<p>内部错误</p>
|
|
10
|
+
</div></div><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameters"><li><h5>error: <span class="tsd-signature-type">Error</span></h5><div class="tsd-comment tsd-typography"><div class="lead">
|
|
11
|
+
<p>错误对象</p>
|
|
12
|
+
</div></div></li></ul><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li><li class="tsd-parameter"><h5>geometry<wbr/>Loaded<span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal"><li class="tsd-signature tsd-kind-icon">geometry<wbr/>Loaded<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/model/index.ts:56</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
13
|
+
<p>模型三角面片结构加载完成</p>
|
|
14
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li><li class="tsd-parameter"><h5>loaded<span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal"><li class="tsd-signature tsd-kind-icon">loaded<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/model/index.ts:60</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
15
|
+
<p>模型加载完成</p>
|
|
16
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li><li class="tsd-parameter"><h5>material<wbr/>Loaded<span class="tsd-signature-symbol">:</span>function</h5><ul class="tsd-signatures tsd-kind-method tsd-parent-kind-type-literal"><li class="tsd-signature tsd-kind-icon">material<wbr/>Loaded<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/model/index.ts:58</li></ul></aside><div class="tsd-comment tsd-typography"><div class="lead">
|
|
17
|
+
<p>模型材质结构加载完成</p>
|
|
18
|
+
</div></div><h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4></li></ul></li></ul></div></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="five.html">five</a></li><li class=" tsd-kind-module"><a href="gltf_loader.html">gltf-<wbr/>loader</a></li><li class=" tsd-kind-module"><a href="line.html">line</a></li><li class=" tsd-kind-module"><a href="react.html">react</a></li><li class="current tsd-kind-module"><a href="server.html">server</a></li><li class=" tsd-kind-module"><a href="sticker.html">sticker</a></li><li class=" tsd-kind-module"><a href="vfx.html">vfx</a></li><li class=" tsd-kind-module"><a href="vue.html">vue</a></li></ul></nav><nav class="tsd-navigation secondary menu-sticky"><ul><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#EventCallback" class="tsd-kind-icon">Event<wbr/>Callback</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#EventType" class="tsd-kind-icon">Event<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWork" class="tsd-kind-icon">Loose<wbr/>Work</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkInitial" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Initial</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkModel" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Model</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkObserver" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Observer</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkPanorama" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Panorama</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#LooseWorkVideo" class="tsd-kind-icon">Loose<wbr/>Work<wbr/>Video</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#Mode" class="tsd-kind-icon">Mode</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#ParseWorkOptions" class="tsd-kind-icon">Parse<wbr/>Work<wbr/>Options</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#Pose" class="tsd-kind-icon">Pose</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#State" class="tsd-kind-icon">State</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#Subscribe" class="tsd-kind-icon">Subscribe</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#SubscribeEventMap" class="tsd-kind-icon">Subscribe<wbr/>Event<wbr/>Map</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#SubscribeMixinType" class="tsd-kind-icon">Subscribe<wbr/>Mixin<wbr/>Type</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#Work" class="tsd-kind-icon">Work</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkCubeImage" class="tsd-kind-icon">Work<wbr/>Cube<wbr/>Image</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkImage" class="tsd-kind-icon">Work<wbr/>Image</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkInitial" class="tsd-kind-icon">Work<wbr/>Initial</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkModel" class="tsd-kind-icon">Work<wbr/>Model</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkModelTiles" class="tsd-kind-icon">Work<wbr/>Model<wbr/>Tiles</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkObserver" class="tsd-kind-icon">Work<wbr/>Observer</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkTile" class="tsd-kind-icon">Work<wbr/>Tile</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#WorkVideo" class="tsd-kind-icon">Work<wbr/>Video</a></li><li class="tsd-kind-reference tsd-parent-kind-module"><a href="server.html#parseWork" class="tsd-kind-icon">parse<wbr/>Work</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVH.html" class="tsd-kind-icon">BVH</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVHIntersect.html" class="tsd-kind-icon">BVHIntersect</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVHNode.html" class="tsd-kind-icon">BVHNode</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.BVHVector3.html" class="tsd-kind-icon">BVHVector3</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.Model.html" class="tsd-kind-icon">Model</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.PBMContainer.html" class="tsd-kind-icon">PBMContainer</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.PBMGroup.html" class="tsd-kind-icon">PBMGroup</a></li><li class="tsd-kind-class tsd-parent-kind-module"><a href="../classes/server.PBMMesh.html" class="tsd-kind-icon">PBMMesh</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/server.Intersection.html" class="tsd-kind-icon">Intersection</a></li><li class="tsd-kind-interface tsd-parent-kind-module"><a href="../interfaces/server.ModelEventCallback.html" class="tsd-kind-icon">Model<wbr/>Event<wbr/>Callback</a></li><li class="tsd-kind-type-alias tsd-parent-kind-module"><a href="server.html#ModelEventType" class="tsd-kind-icon">Model<wbr/>Event<wbr/>Type</a></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></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>
|