@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
|
@@ -1,295 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>FloorplanControllerCustomInitArgs | 如视 Five SDK - v5.0.0-alpha.21</title>
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.21">
|
|
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.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="../modules/five.html">five</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="five.floorplancontrollercustominitargs.html">FloorplanControllerCustomInitArgs</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Interface FloorplanControllerCustomInitArgs</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">FloorplanControllerCustomInitArgs</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.floorplancontrollercustominitargs.html#defaultfov" class="tsd-kind-icon">default<wbr>Fov</a></li>
|
|
85
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.floorplancontrollercustominitargs.html#defaultlatitude" class="tsd-kind-icon">default<wbr>Latitude</a></li>
|
|
86
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.floorplancontrollercustominitargs.html#defaultlongitude" class="tsd-kind-icon">default<wbr>Longitude</a></li>
|
|
87
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.floorplancontrollercustominitargs.html#maxfov" class="tsd-kind-icon">max<wbr>Fov</a></li>
|
|
88
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.floorplancontrollercustominitargs.html#maxlatitude" class="tsd-kind-icon">max<wbr>Latitude</a></li>
|
|
89
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.floorplancontrollercustominitargs.html#minfov" class="tsd-kind-icon">min<wbr>Fov</a></li>
|
|
90
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.floorplancontrollercustominitargs.html#minlatitude" class="tsd-kind-icon">min<wbr>Latitude</a></li>
|
|
91
|
-
</ul>
|
|
92
|
-
</section>
|
|
93
|
-
</div>
|
|
94
|
-
</section>
|
|
95
|
-
</section>
|
|
96
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
97
|
-
<h2>Properties</h2>
|
|
98
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
99
|
-
<a name="defaultfov" class="tsd-anchor"></a>
|
|
100
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> default<wbr>Fov</h3>
|
|
101
|
-
<div class="tsd-signature tsd-kind-icon">default<wbr>Fov<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
102
|
-
<aside class="tsd-sources">
|
|
103
|
-
<ul>
|
|
104
|
-
<li>Defined in lib/five/controllers/floorplan.ts:27</li>
|
|
105
|
-
</ul>
|
|
106
|
-
</aside>
|
|
107
|
-
<div class="tsd-comment tsd-typography">
|
|
108
|
-
<div class="lead">
|
|
109
|
-
<p>默认相机可视角度(垂直),可作为 <code>zoom</code></p>
|
|
110
|
-
</div>
|
|
111
|
-
</div>
|
|
112
|
-
</section>
|
|
113
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
114
|
-
<a name="defaultlatitude" class="tsd-anchor"></a>
|
|
115
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> default<wbr>Latitude</h3>
|
|
116
|
-
<div class="tsd-signature tsd-kind-icon">default<wbr>Latitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
117
|
-
<aside class="tsd-sources">
|
|
118
|
-
<ul>
|
|
119
|
-
<li>Defined in lib/five/controllers/floorplan.ts:21</li>
|
|
120
|
-
</ul>
|
|
121
|
-
</aside>
|
|
122
|
-
<div class="tsd-comment tsd-typography">
|
|
123
|
-
<div class="lead">
|
|
124
|
-
<p>默认俯仰角</p>
|
|
125
|
-
</div>
|
|
126
|
-
</div>
|
|
127
|
-
</section>
|
|
128
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
129
|
-
<a name="defaultlongitude" class="tsd-anchor"></a>
|
|
130
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> default<wbr>Longitude</h3>
|
|
131
|
-
<div class="tsd-signature tsd-kind-icon">default<wbr>Longitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
132
|
-
<aside class="tsd-sources">
|
|
133
|
-
<ul>
|
|
134
|
-
<li>Defined in lib/five/controllers/floorplan.ts:19</li>
|
|
135
|
-
</ul>
|
|
136
|
-
</aside>
|
|
137
|
-
<div class="tsd-comment tsd-typography">
|
|
138
|
-
<div class="lead">
|
|
139
|
-
<p>默认偏航角</p>
|
|
140
|
-
</div>
|
|
141
|
-
</div>
|
|
142
|
-
</section>
|
|
143
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
144
|
-
<a name="maxfov" class="tsd-anchor"></a>
|
|
145
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>Fov</h3>
|
|
146
|
-
<div class="tsd-signature tsd-kind-icon">max<wbr>Fov<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
147
|
-
<aside class="tsd-sources">
|
|
148
|
-
<ul>
|
|
149
|
-
<li>Defined in lib/five/controllers/floorplan.ts:29</li>
|
|
150
|
-
</ul>
|
|
151
|
-
</aside>
|
|
152
|
-
<div class="tsd-comment tsd-typography">
|
|
153
|
-
<div class="lead">
|
|
154
|
-
<p>最大相机可视角度</p>
|
|
155
|
-
</div>
|
|
156
|
-
</div>
|
|
157
|
-
</section>
|
|
158
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
159
|
-
<a name="maxlatitude" class="tsd-anchor"></a>
|
|
160
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> max<wbr>Latitude</h3>
|
|
161
|
-
<div class="tsd-signature tsd-kind-icon">max<wbr>Latitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
162
|
-
<aside class="tsd-sources">
|
|
163
|
-
<ul>
|
|
164
|
-
<li>Defined in lib/five/controllers/floorplan.ts:23</li>
|
|
165
|
-
</ul>
|
|
166
|
-
</aside>
|
|
167
|
-
<div class="tsd-comment tsd-typography">
|
|
168
|
-
<div class="lead">
|
|
169
|
-
<p>最大俯仰角</p>
|
|
170
|
-
</div>
|
|
171
|
-
</div>
|
|
172
|
-
</section>
|
|
173
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
174
|
-
<a name="minfov" class="tsd-anchor"></a>
|
|
175
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr>Fov</h3>
|
|
176
|
-
<div class="tsd-signature tsd-kind-icon">min<wbr>Fov<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
177
|
-
<aside class="tsd-sources">
|
|
178
|
-
<ul>
|
|
179
|
-
<li>Defined in lib/five/controllers/floorplan.ts:31</li>
|
|
180
|
-
</ul>
|
|
181
|
-
</aside>
|
|
182
|
-
<div class="tsd-comment tsd-typography">
|
|
183
|
-
<div class="lead">
|
|
184
|
-
<p>最小相机可视角度</p>
|
|
185
|
-
</div>
|
|
186
|
-
</div>
|
|
187
|
-
</section>
|
|
188
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
189
|
-
<a name="minlatitude" class="tsd-anchor"></a>
|
|
190
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> min<wbr>Latitude</h3>
|
|
191
|
-
<div class="tsd-signature tsd-kind-icon">min<wbr>Latitude<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
192
|
-
<aside class="tsd-sources">
|
|
193
|
-
<ul>
|
|
194
|
-
<li>Defined in lib/five/controllers/floorplan.ts:25</li>
|
|
195
|
-
</ul>
|
|
196
|
-
</aside>
|
|
197
|
-
<div class="tsd-comment tsd-typography">
|
|
198
|
-
<div class="lead">
|
|
199
|
-
<p>最小俯仰角</p>
|
|
200
|
-
</div>
|
|
201
|
-
</div>
|
|
202
|
-
</section>
|
|
203
|
-
</section>
|
|
204
|
-
</div>
|
|
205
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
206
|
-
<nav class="tsd-navigation primary">
|
|
207
|
-
<ul>
|
|
208
|
-
<li class=" ">
|
|
209
|
-
<a href="../modules.html">Modules</a>
|
|
210
|
-
</li>
|
|
211
|
-
<li class="current tsd-kind-module">
|
|
212
|
-
<a href="../modules/five.html">five</a>
|
|
213
|
-
</li>
|
|
214
|
-
<li class=" tsd-kind-module">
|
|
215
|
-
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
216
|
-
</li>
|
|
217
|
-
<li class=" tsd-kind-module">
|
|
218
|
-
<a href="../modules/line.html">line</a>
|
|
219
|
-
</li>
|
|
220
|
-
<li class=" tsd-kind-module">
|
|
221
|
-
<a href="../modules/react.html">react</a>
|
|
222
|
-
</li>
|
|
223
|
-
<li class=" tsd-kind-module">
|
|
224
|
-
<a href="../modules/server.html">server</a>
|
|
225
|
-
</li>
|
|
226
|
-
<li class=" tsd-kind-module">
|
|
227
|
-
<a href="../modules/sticker.html">sticker</a>
|
|
228
|
-
</li>
|
|
229
|
-
</ul>
|
|
230
|
-
</nav>
|
|
231
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
232
|
-
<ul class="before-current">
|
|
233
|
-
</ul>
|
|
234
|
-
<ul class="current">
|
|
235
|
-
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
236
|
-
<a href="five.floorplancontrollercustominitargs.html" class="tsd-kind-icon">Floorplan<wbr>Controller<wbr>Custom<wbr>Init<wbr>Args</a>
|
|
237
|
-
<ul>
|
|
238
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
239
|
-
<a href="five.floorplancontrollercustominitargs.html#defaultfov" class="tsd-kind-icon">default<wbr>Fov</a>
|
|
240
|
-
</li>
|
|
241
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
242
|
-
<a href="five.floorplancontrollercustominitargs.html#defaultlatitude" class="tsd-kind-icon">default<wbr>Latitude</a>
|
|
243
|
-
</li>
|
|
244
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
245
|
-
<a href="five.floorplancontrollercustominitargs.html#defaultlongitude" class="tsd-kind-icon">default<wbr>Longitude</a>
|
|
246
|
-
</li>
|
|
247
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
248
|
-
<a href="five.floorplancontrollercustominitargs.html#maxfov" class="tsd-kind-icon">max<wbr>Fov</a>
|
|
249
|
-
</li>
|
|
250
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
251
|
-
<a href="five.floorplancontrollercustominitargs.html#maxlatitude" class="tsd-kind-icon">max<wbr>Latitude</a>
|
|
252
|
-
</li>
|
|
253
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
254
|
-
<a href="five.floorplancontrollercustominitargs.html#minfov" class="tsd-kind-icon">min<wbr>Fov</a>
|
|
255
|
-
</li>
|
|
256
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
257
|
-
<a href="five.floorplancontrollercustominitargs.html#minlatitude" class="tsd-kind-icon">min<wbr>Latitude</a>
|
|
258
|
-
</li>
|
|
259
|
-
</ul>
|
|
260
|
-
</li>
|
|
261
|
-
</ul>
|
|
262
|
-
<ul class="after-current">
|
|
263
|
-
</ul>
|
|
264
|
-
</nav>
|
|
265
|
-
</div>
|
|
266
|
-
</div>
|
|
267
|
-
</div>
|
|
268
|
-
<footer>
|
|
269
|
-
<div class="container">
|
|
270
|
-
<h2>Legend</h2>
|
|
271
|
-
<div class="tsd-legend-group">
|
|
272
|
-
<ul class="tsd-legend">
|
|
273
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
274
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
275
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
276
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
277
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
278
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
279
|
-
</ul>
|
|
280
|
-
<ul class="tsd-legend">
|
|
281
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
282
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
283
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
284
|
-
</ul>
|
|
285
|
-
<ul class="tsd-legend">
|
|
286
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
287
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
288
|
-
</ul>
|
|
289
|
-
</div>
|
|
290
|
-
</div>
|
|
291
|
-
</footer>
|
|
292
|
-
<div class="overlay"></div>
|
|
293
|
-
<script src="../assets/js/main.js"></script>
|
|
294
|
-
</body>
|
|
295
|
-
</html>
|
|
@@ -1,332 +0,0 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html class="default no-js">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
-
<title>ImageOptions | 如视 Five SDK - v5.0.0-alpha.21</title>
|
|
7
|
-
<meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.21">
|
|
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.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="../modules/five.html">five</a>
|
|
57
|
-
</li>
|
|
58
|
-
<li>
|
|
59
|
-
<a href="five.imageoptions.html">ImageOptions</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Interface ImageOptions</h1>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
</header>
|
|
66
|
-
<div class="container container-main">
|
|
67
|
-
<div class="row">
|
|
68
|
-
<div class="col-8 col-content">
|
|
69
|
-
<section class="tsd-panel tsd-comment">
|
|
70
|
-
<div class="tsd-comment tsd-typography">
|
|
71
|
-
<div class="lead">
|
|
72
|
-
<p>图片参数</p>
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
</section>
|
|
76
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
77
|
-
<h3>Hierarchy</h3>
|
|
78
|
-
<ul class="tsd-hierarchy">
|
|
79
|
-
<li>
|
|
80
|
-
<span class="target">ImageOptions</span>
|
|
81
|
-
</li>
|
|
82
|
-
</ul>
|
|
83
|
-
</section>
|
|
84
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
85
|
-
<h2>Index</h2>
|
|
86
|
-
<section class="tsd-panel tsd-index-panel">
|
|
87
|
-
<div class="tsd-index-content">
|
|
88
|
-
<section class="tsd-index-section ">
|
|
89
|
-
<h3>Properties</h3>
|
|
90
|
-
<ul class="tsd-index-list">
|
|
91
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.imageoptions.html#autoresize" class="tsd-kind-icon">auto<wbr>Resize</a></li>
|
|
92
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.imageoptions.html#basisloaderinitialized" class="tsd-kind-icon">basis<wbr>Loader<wbr>Initialized</a></li>
|
|
93
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.imageoptions.html#format" class="tsd-kind-icon">format</a></li>
|
|
94
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.imageoptions.html#key" class="tsd-kind-icon">key</a></li>
|
|
95
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.imageoptions.html#quality" class="tsd-kind-icon">quality</a></li>
|
|
96
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.imageoptions.html#size" class="tsd-kind-icon">size</a></li>
|
|
97
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><a href="five.imageoptions.html#transform" class="tsd-kind-icon">transform</a></li>
|
|
98
|
-
</ul>
|
|
99
|
-
</section>
|
|
100
|
-
</div>
|
|
101
|
-
</section>
|
|
102
|
-
</section>
|
|
103
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
104
|
-
<h2>Properties</h2>
|
|
105
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
106
|
-
<a name="autoresize" class="tsd-anchor"></a>
|
|
107
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> auto<wbr>Resize</h3>
|
|
108
|
-
<div class="tsd-signature tsd-kind-icon">auto<wbr>Resize<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
109
|
-
<aside class="tsd-sources">
|
|
110
|
-
<ul>
|
|
111
|
-
<li>Defined in lib/five/types/imageOptions.ts:29</li>
|
|
112
|
-
</ul>
|
|
113
|
-
</aside>
|
|
114
|
-
<div class="tsd-comment tsd-typography">
|
|
115
|
-
<div class="lead">
|
|
116
|
-
<p>针对 textureOptions 是否自动通过模型贴图的数量计算需要的模型贴图的尺寸 默认 true</p>
|
|
117
|
-
</div>
|
|
118
|
-
</div>
|
|
119
|
-
</section>
|
|
120
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
121
|
-
<a name="basisloaderinitialized" class="tsd-anchor"></a>
|
|
122
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> basis<wbr>Loader<wbr>Initialized</h3>
|
|
123
|
-
<div class="tsd-signature tsd-kind-icon">basis<wbr>Loader<wbr>Initialized<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
124
|
-
<aside class="tsd-sources">
|
|
125
|
-
<ul>
|
|
126
|
-
<li>Defined in lib/five/types/imageOptions.ts:26</li>
|
|
127
|
-
</ul>
|
|
128
|
-
</aside>
|
|
129
|
-
<div class="tsd-comment tsd-typography">
|
|
130
|
-
<div class="lead">
|
|
131
|
-
<p>basis loader 是否初始化完成</p>
|
|
132
|
-
</div>
|
|
133
|
-
</div>
|
|
134
|
-
</section>
|
|
135
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
136
|
-
<a name="format" class="tsd-anchor"></a>
|
|
137
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> format</h3>
|
|
138
|
-
<div class="tsd-signature tsd-kind-icon">format<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
139
|
-
<aside class="tsd-sources">
|
|
140
|
-
<ul>
|
|
141
|
-
<li>Defined in lib/five/types/imageOptions.ts:23</li>
|
|
142
|
-
</ul>
|
|
143
|
-
</aside>
|
|
144
|
-
<div class="tsd-comment tsd-typography">
|
|
145
|
-
<div class="lead">
|
|
146
|
-
<p>图片格式参数(jpg, png)</p>
|
|
147
|
-
</div>
|
|
148
|
-
</div>
|
|
149
|
-
</section>
|
|
150
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
151
|
-
<a name="key" class="tsd-anchor"></a>
|
|
152
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> key</h3>
|
|
153
|
-
<div class="tsd-signature tsd-kind-icon">key<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
|
|
154
|
-
<aside class="tsd-sources">
|
|
155
|
-
<ul>
|
|
156
|
-
<li>Defined in lib/five/types/imageOptions.ts:6</li>
|
|
157
|
-
</ul>
|
|
158
|
-
</aside>
|
|
159
|
-
</section>
|
|
160
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
161
|
-
<a name="quality" class="tsd-anchor"></a>
|
|
162
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> quality</h3>
|
|
163
|
-
<div class="tsd-signature tsd-kind-icon">quality<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
164
|
-
<aside class="tsd-sources">
|
|
165
|
-
<ul>
|
|
166
|
-
<li>Defined in lib/five/types/imageOptions.ts:20</li>
|
|
167
|
-
</ul>
|
|
168
|
-
</aside>
|
|
169
|
-
<div class="tsd-comment tsd-typography">
|
|
170
|
-
<div class="lead">
|
|
171
|
-
<p>图片质量参数(0-100)</p>
|
|
172
|
-
</div>
|
|
173
|
-
</div>
|
|
174
|
-
</section>
|
|
175
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
176
|
-
<a name="size" class="tsd-anchor"></a>
|
|
177
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> size</h3>
|
|
178
|
-
<div class="tsd-signature tsd-kind-icon">size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
179
|
-
<aside class="tsd-sources">
|
|
180
|
-
<ul>
|
|
181
|
-
<li>Defined in lib/five/types/imageOptions.ts:17</li>
|
|
182
|
-
</ul>
|
|
183
|
-
</aside>
|
|
184
|
-
<div class="tsd-comment tsd-typography">
|
|
185
|
-
<div class="lead">
|
|
186
|
-
<p>图片尺寸参数</p>
|
|
187
|
-
</div>
|
|
188
|
-
</div>
|
|
189
|
-
</section>
|
|
190
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-interface">
|
|
191
|
-
<a name="transform" class="tsd-anchor"></a>
|
|
192
|
-
<h3><span class="tsd-flag ts-flagOptional">Optional</span> transform</h3>
|
|
193
|
-
<div class="tsd-signature tsd-kind-icon">transform<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">: </span><a href="five.imageoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ImageOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol"> => </span><span class="tsd-signature-type">string</span></div>
|
|
194
|
-
<aside class="tsd-sources">
|
|
195
|
-
<ul>
|
|
196
|
-
<li>Defined in lib/five/types/imageOptions.ts:14</li>
|
|
197
|
-
</ul>
|
|
198
|
-
</aside>
|
|
199
|
-
<div class="tsd-type-declaration">
|
|
200
|
-
<h4>Type declaration</h4>
|
|
201
|
-
<ul class="tsd-parameters">
|
|
202
|
-
<li class="tsd-parameter-signature">
|
|
203
|
-
<ul class="tsd-signatures tsd-kind-type-literal tsd-parent-kind-interface">
|
|
204
|
-
<li class="tsd-signature tsd-kind-icon"><span class="tsd-signature-symbol">(</span>url<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span>, options<span class="tsd-signature-symbol">: </span><a href="five.imageoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ImageOptions</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">string</span></li>
|
|
205
|
-
</ul>
|
|
206
|
-
<ul class="tsd-descriptions">
|
|
207
|
-
<li class="tsd-description">
|
|
208
|
-
<div class="tsd-comment tsd-typography">
|
|
209
|
-
<div class="lead">
|
|
210
|
-
<p>url 地址转化</p>
|
|
211
|
-
</div>
|
|
212
|
-
</div>
|
|
213
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
214
|
-
<ul class="tsd-parameters">
|
|
215
|
-
<li>
|
|
216
|
-
<h5>url: <span class="tsd-signature-type">string</span></h5>
|
|
217
|
-
<div class="tsd-comment tsd-typography">
|
|
218
|
-
<div class="lead">
|
|
219
|
-
<p>原始地址</p>
|
|
220
|
-
</div>
|
|
221
|
-
</div>
|
|
222
|
-
</li>
|
|
223
|
-
<li>
|
|
224
|
-
<h5>options: <a href="five.imageoptions.html" class="tsd-signature-type" data-tsd-kind="Interface">ImageOptions</a></h5>
|
|
225
|
-
<div class="tsd-comment tsd-typography">
|
|
226
|
-
<div class="lead">
|
|
227
|
-
<p>当前地址参数</p>
|
|
228
|
-
</div>
|
|
229
|
-
</div>
|
|
230
|
-
</li>
|
|
231
|
-
</ul>
|
|
232
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">string</span></h4>
|
|
233
|
-
<p>转化后地址</p>
|
|
234
|
-
</li>
|
|
235
|
-
</ul>
|
|
236
|
-
</li>
|
|
237
|
-
</ul>
|
|
238
|
-
</div>
|
|
239
|
-
</section>
|
|
240
|
-
</section>
|
|
241
|
-
</div>
|
|
242
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
243
|
-
<nav class="tsd-navigation primary">
|
|
244
|
-
<ul>
|
|
245
|
-
<li class=" ">
|
|
246
|
-
<a href="../modules.html">Modules</a>
|
|
247
|
-
</li>
|
|
248
|
-
<li class="current tsd-kind-module">
|
|
249
|
-
<a href="../modules/five.html">five</a>
|
|
250
|
-
</li>
|
|
251
|
-
<li class=" tsd-kind-module">
|
|
252
|
-
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
253
|
-
</li>
|
|
254
|
-
<li class=" tsd-kind-module">
|
|
255
|
-
<a href="../modules/line.html">line</a>
|
|
256
|
-
</li>
|
|
257
|
-
<li class=" tsd-kind-module">
|
|
258
|
-
<a href="../modules/react.html">react</a>
|
|
259
|
-
</li>
|
|
260
|
-
<li class=" tsd-kind-module">
|
|
261
|
-
<a href="../modules/server.html">server</a>
|
|
262
|
-
</li>
|
|
263
|
-
<li class=" tsd-kind-module">
|
|
264
|
-
<a href="../modules/sticker.html">sticker</a>
|
|
265
|
-
</li>
|
|
266
|
-
</ul>
|
|
267
|
-
</nav>
|
|
268
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
269
|
-
<ul class="before-current">
|
|
270
|
-
</ul>
|
|
271
|
-
<ul class="current">
|
|
272
|
-
<li class="current tsd-kind-interface tsd-parent-kind-module">
|
|
273
|
-
<a href="five.imageoptions.html" class="tsd-kind-icon">Image<wbr>Options</a>
|
|
274
|
-
<ul>
|
|
275
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
276
|
-
<a href="five.imageoptions.html#autoresize" class="tsd-kind-icon">auto<wbr>Resize</a>
|
|
277
|
-
</li>
|
|
278
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
279
|
-
<a href="five.imageoptions.html#basisloaderinitialized" class="tsd-kind-icon">basis<wbr>Loader<wbr>Initialized</a>
|
|
280
|
-
</li>
|
|
281
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
282
|
-
<a href="five.imageoptions.html#format" class="tsd-kind-icon">format</a>
|
|
283
|
-
</li>
|
|
284
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
285
|
-
<a href="five.imageoptions.html#key" class="tsd-kind-icon">key</a>
|
|
286
|
-
</li>
|
|
287
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
288
|
-
<a href="five.imageoptions.html#quality" class="tsd-kind-icon">quality</a>
|
|
289
|
-
</li>
|
|
290
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
291
|
-
<a href="five.imageoptions.html#size" class="tsd-kind-icon">size</a>
|
|
292
|
-
</li>
|
|
293
|
-
<li class=" tsd-kind-property tsd-parent-kind-interface">
|
|
294
|
-
<a href="five.imageoptions.html#transform" class="tsd-kind-icon">transform</a>
|
|
295
|
-
</li>
|
|
296
|
-
</ul>
|
|
297
|
-
</li>
|
|
298
|
-
</ul>
|
|
299
|
-
<ul class="after-current">
|
|
300
|
-
</ul>
|
|
301
|
-
</nav>
|
|
302
|
-
</div>
|
|
303
|
-
</div>
|
|
304
|
-
</div>
|
|
305
|
-
<footer>
|
|
306
|
-
<div class="container">
|
|
307
|
-
<h2>Legend</h2>
|
|
308
|
-
<div class="tsd-legend-group">
|
|
309
|
-
<ul class="tsd-legend">
|
|
310
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
311
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
312
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
313
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
314
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
315
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
316
|
-
</ul>
|
|
317
|
-
<ul class="tsd-legend">
|
|
318
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
319
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
320
|
-
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
|
|
321
|
-
</ul>
|
|
322
|
-
<ul class="tsd-legend">
|
|
323
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
324
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
325
|
-
</ul>
|
|
326
|
-
</div>
|
|
327
|
-
</div>
|
|
328
|
-
</footer>
|
|
329
|
-
<div class="overlay"></div>
|
|
330
|
-
<script src="../assets/js/main.js"></script>
|
|
331
|
-
</body>
|
|
332
|
-
</html>
|