@realsee/five 5.0.0-alpha.21 → 5.0.0-alpha.210
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 +1505 -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,533 +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>PBMMaterial | 如视 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.pbmmaterial.html">PBMMaterial</a>
|
|
60
|
-
</li>
|
|
61
|
-
</ul>
|
|
62
|
-
<h1>Class PBMMaterial</h1>
|
|
63
|
-
</div>
|
|
64
|
-
</div>
|
|
65
|
-
</header>
|
|
66
|
-
<div class="container container-main">
|
|
67
|
-
<div class="row">
|
|
68
|
-
<div class="col-8 col-content">
|
|
69
|
-
<section class="tsd-panel tsd-comment">
|
|
70
|
-
<div class="tsd-comment tsd-typography">
|
|
71
|
-
<div class="lead">
|
|
72
|
-
<p>PBM 材质</p>
|
|
73
|
-
</div>
|
|
74
|
-
</div>
|
|
75
|
-
</section>
|
|
76
|
-
<section class="tsd-panel tsd-hierarchy">
|
|
77
|
-
<h3>Hierarchy</h3>
|
|
78
|
-
<ul class="tsd-hierarchy">
|
|
79
|
-
<li>
|
|
80
|
-
<span class="tsd-signature-type">ShaderMaterial</span>
|
|
81
|
-
<ul class="tsd-hierarchy">
|
|
82
|
-
<li>
|
|
83
|
-
<span class="target">PBMMaterial</span>
|
|
84
|
-
</li>
|
|
85
|
-
</ul>
|
|
86
|
-
</li>
|
|
87
|
-
</ul>
|
|
88
|
-
</section>
|
|
89
|
-
<section class="tsd-panel">
|
|
90
|
-
<h3>Implements</h3>
|
|
91
|
-
<ul class="tsd-hierarchy">
|
|
92
|
-
<li><a href="../interfaces/five.pbmparameters.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMParameters</a></li>
|
|
93
|
-
</ul>
|
|
94
|
-
</section>
|
|
95
|
-
<section class="tsd-panel-group tsd-index-group">
|
|
96
|
-
<h2>Index</h2>
|
|
97
|
-
<section class="tsd-panel tsd-index-panel">
|
|
98
|
-
<div class="tsd-index-content">
|
|
99
|
-
<section class="tsd-index-section ">
|
|
100
|
-
<h3>Constructors</h3>
|
|
101
|
-
<ul class="tsd-index-list">
|
|
102
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite"><a href="five.pbmmaterial.html#constructor" class="tsd-kind-icon">constructor</a></li>
|
|
103
|
-
</ul>
|
|
104
|
-
</section>
|
|
105
|
-
<section class="tsd-index-section ">
|
|
106
|
-
<h3>Properties</h3>
|
|
107
|
-
<ul class="tsd-index-list">
|
|
108
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#modelalpha" class="tsd-kind-icon">model<wbr>Alpha</a></li>
|
|
109
|
-
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-overwrite"><a href="five.pbmmaterial.html#opacity" class="tsd-kind-icon">opacity</a></li>
|
|
110
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#pano0depthmap" class="tsd-kind-icon">pano0<wbr>Depth<wbr>Map</a></li>
|
|
111
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#pano0map" class="tsd-kind-icon">pano0<wbr>Map</a></li>
|
|
112
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#pano0matrix" class="tsd-kind-icon">pano0<wbr>Matrix</a></li>
|
|
113
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#pano1map" class="tsd-kind-icon">pano1<wbr>Map</a></li>
|
|
114
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#pano1matrix" class="tsd-kind-icon">pano1<wbr>Matrix</a></li>
|
|
115
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#panotilemap" class="tsd-kind-icon">pano<wbr>Tile<wbr>Map</a></li>
|
|
116
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#panotilemappings" class="tsd-kind-icon">pano<wbr>Tile<wbr>Mappings</a></li>
|
|
117
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#panovideoalpha" class="tsd-kind-icon">pano<wbr>Video<wbr>Alpha</a></li>
|
|
118
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#panovideomap" class="tsd-kind-icon">pano<wbr>Video<wbr>Map</a></li>
|
|
119
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#panovideomatrix" class="tsd-kind-icon">pano<wbr>Video<wbr>Matrix</a></li>
|
|
120
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#panovideosize" class="tsd-kind-icon">pano<wbr>Video<wbr>Size</a></li>
|
|
121
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#persptoortho" class="tsd-kind-icon">persp<wbr>ToOrtho</a></li>
|
|
122
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#progress" class="tsd-kind-icon">progress</a></li>
|
|
123
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><a href="five.pbmmaterial.html#useblacktransition" class="tsd-kind-icon">use<wbr>Black<wbr>Transition</a></li>
|
|
124
|
-
</ul>
|
|
125
|
-
</section>
|
|
126
|
-
</div>
|
|
127
|
-
</section>
|
|
128
|
-
</section>
|
|
129
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
130
|
-
<h2>Constructors</h2>
|
|
131
|
-
<section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
|
132
|
-
<a name="constructor" class="tsd-anchor"></a>
|
|
133
|
-
<h3>constructor</h3>
|
|
134
|
-
<ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
|
135
|
-
<li class="tsd-signature tsd-kind-icon">new PBMMaterial<span class="tsd-signature-symbol">(</span>parameters<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/five.pbmparameters.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMParameters</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="five.pbmmaterial.html" class="tsd-signature-type" data-tsd-kind="Class">PBMMaterial</a></li>
|
|
136
|
-
</ul>
|
|
137
|
-
<ul class="tsd-descriptions">
|
|
138
|
-
<li class="tsd-description">
|
|
139
|
-
<aside class="tsd-sources">
|
|
140
|
-
<p>Overrides THREE.ShaderMaterial.constructor</p>
|
|
141
|
-
<ul>
|
|
142
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:88</li>
|
|
143
|
-
</ul>
|
|
144
|
-
</aside>
|
|
145
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
146
|
-
<ul class="tsd-parameters">
|
|
147
|
-
<li>
|
|
148
|
-
<h5>parameters: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol"><</span><a href="../interfaces/five.pbmparameters.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMParameters</a><span class="tsd-signature-symbol">></span><span class="tsd-signature-symbol"> = {}</span></h5>
|
|
149
|
-
</li>
|
|
150
|
-
</ul>
|
|
151
|
-
<h4 class="tsd-returns-title">Returns <a href="five.pbmmaterial.html" class="tsd-signature-type" data-tsd-kind="Class">PBMMaterial</a></h4>
|
|
152
|
-
</li>
|
|
153
|
-
</ul>
|
|
154
|
-
</section>
|
|
155
|
-
</section>
|
|
156
|
-
<section class="tsd-panel-group tsd-member-group ">
|
|
157
|
-
<h2>Properties</h2>
|
|
158
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
159
|
-
<a name="modelalpha" class="tsd-anchor"></a>
|
|
160
|
-
<h3>model<wbr>Alpha</h3>
|
|
161
|
-
<div class="tsd-signature tsd-kind-icon">model<wbr>Alpha<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
162
|
-
<aside class="tsd-sources">
|
|
163
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#modelalpha">modelAlpha</a></p>
|
|
164
|
-
<ul>
|
|
165
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:66</li>
|
|
166
|
-
</ul>
|
|
167
|
-
</aside>
|
|
168
|
-
<div class="tsd-comment tsd-typography">
|
|
169
|
-
<div class="lead">
|
|
170
|
-
<p>模型贴图和全景图的混合程度 [0-1]</p>
|
|
171
|
-
</div>
|
|
172
|
-
</div>
|
|
173
|
-
</section>
|
|
174
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
175
|
-
<a name="opacity" class="tsd-anchor"></a>
|
|
176
|
-
<h3>opacity</h3>
|
|
177
|
-
<div class="tsd-signature tsd-kind-icon">opacity<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
178
|
-
<aside class="tsd-sources">
|
|
179
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#opacity">opacity</a></p>
|
|
180
|
-
<p>Overrides THREE.ShaderMaterial.opacity</p>
|
|
181
|
-
<ul>
|
|
182
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:74</li>
|
|
183
|
-
</ul>
|
|
184
|
-
</aside>
|
|
185
|
-
<div class="tsd-comment tsd-typography">
|
|
186
|
-
<div class="lead">
|
|
187
|
-
<p>模型透明度</p>
|
|
188
|
-
</div>
|
|
189
|
-
</div>
|
|
190
|
-
</section>
|
|
191
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
192
|
-
<a name="pano0depthmap" class="tsd-anchor"></a>
|
|
193
|
-
<h3>pano0<wbr>Depth<wbr>Map</h3>
|
|
194
|
-
<div class="tsd-signature tsd-kind-icon">pano0<wbr>Depth<wbr>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">CubeTexture</span></div>
|
|
195
|
-
<aside class="tsd-sources">
|
|
196
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#pano0depthmap">pano0DepthMap</a></p>
|
|
197
|
-
<ul>
|
|
198
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:76</li>
|
|
199
|
-
</ul>
|
|
200
|
-
</aside>
|
|
201
|
-
<div class="tsd-comment tsd-typography">
|
|
202
|
-
<div class="lead">
|
|
203
|
-
<p>起始点位深度, 需要使用深度参与计算全景图混合的话</p>
|
|
204
|
-
</div>
|
|
205
|
-
</div>
|
|
206
|
-
</section>
|
|
207
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
208
|
-
<a name="pano0map" class="tsd-anchor"></a>
|
|
209
|
-
<h3>pano0<wbr>Map</h3>
|
|
210
|
-
<div class="tsd-signature tsd-kind-icon">pano0<wbr>Map<span class="tsd-signature-symbol">:</span> <a href="five.hashcubetexture.html" class="tsd-signature-type" data-tsd-kind="Class">HashCubeTexture</a></div>
|
|
211
|
-
<aside class="tsd-sources">
|
|
212
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#pano0map">pano0Map</a></p>
|
|
213
|
-
<ul>
|
|
214
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:58</li>
|
|
215
|
-
</ul>
|
|
216
|
-
</aside>
|
|
217
|
-
<div class="tsd-comment tsd-typography">
|
|
218
|
-
<div class="lead">
|
|
219
|
-
<p>起始点位全景图</p>
|
|
220
|
-
</div>
|
|
221
|
-
</div>
|
|
222
|
-
</section>
|
|
223
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
224
|
-
<a name="pano0matrix" class="tsd-anchor"></a>
|
|
225
|
-
<h3>pano0<wbr>Matrix</h3>
|
|
226
|
-
<div class="tsd-signature tsd-kind-icon">pano0<wbr>Matrix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Matrix4</span></div>
|
|
227
|
-
<aside class="tsd-sources">
|
|
228
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#pano0matrix">pano0Matrix</a></p>
|
|
229
|
-
<ul>
|
|
230
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:60</li>
|
|
231
|
-
</ul>
|
|
232
|
-
</aside>
|
|
233
|
-
<div class="tsd-comment tsd-typography">
|
|
234
|
-
<div class="lead">
|
|
235
|
-
<p>起始点全景图变换矩阵 4x4</p>
|
|
236
|
-
</div>
|
|
237
|
-
</div>
|
|
238
|
-
</section>
|
|
239
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
240
|
-
<a name="pano1map" class="tsd-anchor"></a>
|
|
241
|
-
<h3>pano1<wbr>Map</h3>
|
|
242
|
-
<div class="tsd-signature tsd-kind-icon">pano1<wbr>Map<span class="tsd-signature-symbol">:</span> <a href="five.hashcubetexture.html" class="tsd-signature-type" data-tsd-kind="Class">HashCubeTexture</a></div>
|
|
243
|
-
<aside class="tsd-sources">
|
|
244
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#pano1map">pano1Map</a></p>
|
|
245
|
-
<ul>
|
|
246
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:62</li>
|
|
247
|
-
</ul>
|
|
248
|
-
</aside>
|
|
249
|
-
<div class="tsd-comment tsd-typography">
|
|
250
|
-
<div class="lead">
|
|
251
|
-
<p>结束点位全景图</p>
|
|
252
|
-
</div>
|
|
253
|
-
</div>
|
|
254
|
-
</section>
|
|
255
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
256
|
-
<a name="pano1matrix" class="tsd-anchor"></a>
|
|
257
|
-
<h3>pano1<wbr>Matrix</h3>
|
|
258
|
-
<div class="tsd-signature tsd-kind-icon">pano1<wbr>Matrix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Matrix4</span></div>
|
|
259
|
-
<aside class="tsd-sources">
|
|
260
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#pano1matrix">pano1Matrix</a></p>
|
|
261
|
-
<ul>
|
|
262
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:64</li>
|
|
263
|
-
</ul>
|
|
264
|
-
</aside>
|
|
265
|
-
<div class="tsd-comment tsd-typography">
|
|
266
|
-
<div class="lead">
|
|
267
|
-
<p>结束点全景图变换矩阵 4x4</p>
|
|
268
|
-
</div>
|
|
269
|
-
</div>
|
|
270
|
-
</section>
|
|
271
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
272
|
-
<a name="panotilemap" class="tsd-anchor"></a>
|
|
273
|
-
<h3>pano<wbr>Tile<wbr>Map</h3>
|
|
274
|
-
<div class="tsd-signature tsd-kind-icon">pano<wbr>Tile<wbr>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Texture</span></div>
|
|
275
|
-
<aside class="tsd-sources">
|
|
276
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#panotilemap">panoTileMap</a></p>
|
|
277
|
-
<ul>
|
|
278
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:86</li>
|
|
279
|
-
</ul>
|
|
280
|
-
</aside>
|
|
281
|
-
<div class="tsd-comment tsd-typography">
|
|
282
|
-
<div class="lead">
|
|
283
|
-
<p>瓦片材质</p>
|
|
284
|
-
</div>
|
|
285
|
-
</div>
|
|
286
|
-
</section>
|
|
287
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
288
|
-
<a name="panotilemappings" class="tsd-anchor"></a>
|
|
289
|
-
<h3>pano<wbr>Tile<wbr>Mappings</h3>
|
|
290
|
-
<div class="tsd-signature tsd-kind-icon">pano<wbr>Tile<wbr>Mappings<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector4</span><span class="tsd-signature-symbol">[]</span><span class="tsd-signature-symbol">[]</span></div>
|
|
291
|
-
<aside class="tsd-sources">
|
|
292
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#panotilemappings">panoTileMappings</a></p>
|
|
293
|
-
<ul>
|
|
294
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:88</li>
|
|
295
|
-
</ul>
|
|
296
|
-
</aside>
|
|
297
|
-
<div class="tsd-comment tsd-typography">
|
|
298
|
-
<div class="lead">
|
|
299
|
-
<p>瓦片寻址规则</p>
|
|
300
|
-
</div>
|
|
301
|
-
</div>
|
|
302
|
-
</section>
|
|
303
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
304
|
-
<a name="panovideoalpha" class="tsd-anchor"></a>
|
|
305
|
-
<h3>pano<wbr>Video<wbr>Alpha</h3>
|
|
306
|
-
<div class="tsd-signature tsd-kind-icon">pano<wbr>Video<wbr>Alpha<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
307
|
-
<aside class="tsd-sources">
|
|
308
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#panovideoalpha">panoVideoAlpha</a></p>
|
|
309
|
-
<ul>
|
|
310
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:84</li>
|
|
311
|
-
</ul>
|
|
312
|
-
</aside>
|
|
313
|
-
<div class="tsd-comment tsd-typography">
|
|
314
|
-
<div class="lead">
|
|
315
|
-
<p>全景视频透明度 [0-1]</p>
|
|
316
|
-
</div>
|
|
317
|
-
</div>
|
|
318
|
-
</section>
|
|
319
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
320
|
-
<a name="panovideomap" class="tsd-anchor"></a>
|
|
321
|
-
<h3>pano<wbr>Video<wbr>Map</h3>
|
|
322
|
-
<div class="tsd-signature tsd-kind-icon">pano<wbr>Video<wbr>Map<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">VideoTexture</span></div>
|
|
323
|
-
<aside class="tsd-sources">
|
|
324
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#panovideomap">panoVideoMap</a></p>
|
|
325
|
-
<ul>
|
|
326
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:78</li>
|
|
327
|
-
</ul>
|
|
328
|
-
</aside>
|
|
329
|
-
<div class="tsd-comment tsd-typography">
|
|
330
|
-
<div class="lead">
|
|
331
|
-
<p>全景视频贴图</p>
|
|
332
|
-
</div>
|
|
333
|
-
</div>
|
|
334
|
-
</section>
|
|
335
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
336
|
-
<a name="panovideomatrix" class="tsd-anchor"></a>
|
|
337
|
-
<h3>pano<wbr>Video<wbr>Matrix</h3>
|
|
338
|
-
<div class="tsd-signature tsd-kind-icon">pano<wbr>Video<wbr>Matrix<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Matrix4</span></div>
|
|
339
|
-
<aside class="tsd-sources">
|
|
340
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#panovideomatrix">panoVideoMatrix</a></p>
|
|
341
|
-
<ul>
|
|
342
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:82</li>
|
|
343
|
-
</ul>
|
|
344
|
-
</aside>
|
|
345
|
-
<div class="tsd-comment tsd-typography">
|
|
346
|
-
<div class="lead">
|
|
347
|
-
<p>全景视频贴图变换矩阵</p>
|
|
348
|
-
</div>
|
|
349
|
-
</div>
|
|
350
|
-
</section>
|
|
351
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
352
|
-
<a name="panovideosize" class="tsd-anchor"></a>
|
|
353
|
-
<h3>pano<wbr>Video<wbr>Size</h3>
|
|
354
|
-
<div class="tsd-signature tsd-kind-icon">pano<wbr>Video<wbr>Size<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">Vector2</span></div>
|
|
355
|
-
<aside class="tsd-sources">
|
|
356
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#panovideosize">panoVideoSize</a></p>
|
|
357
|
-
<ul>
|
|
358
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:80</li>
|
|
359
|
-
</ul>
|
|
360
|
-
</aside>
|
|
361
|
-
<div class="tsd-comment tsd-typography">
|
|
362
|
-
<div class="lead">
|
|
363
|
-
<p>全景视频尺寸</p>
|
|
364
|
-
</div>
|
|
365
|
-
</div>
|
|
366
|
-
</section>
|
|
367
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
368
|
-
<a name="persptoortho" class="tsd-anchor"></a>
|
|
369
|
-
<h3>persp<wbr>ToOrtho</h3>
|
|
370
|
-
<div class="tsd-signature tsd-kind-icon">persp<wbr>ToOrtho<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
371
|
-
<aside class="tsd-sources">
|
|
372
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#persptoortho">perspToOrtho</a></p>
|
|
373
|
-
<ul>
|
|
374
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:72</li>
|
|
375
|
-
</ul>
|
|
376
|
-
</aside>
|
|
377
|
-
</section>
|
|
378
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
379
|
-
<a name="progress" class="tsd-anchor"></a>
|
|
380
|
-
<h3>progress</h3>
|
|
381
|
-
<div class="tsd-signature tsd-kind-icon">progress<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div>
|
|
382
|
-
<aside class="tsd-sources">
|
|
383
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#progress">progress</a></p>
|
|
384
|
-
<ul>
|
|
385
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:68</li>
|
|
386
|
-
</ul>
|
|
387
|
-
</aside>
|
|
388
|
-
<div class="tsd-comment tsd-typography">
|
|
389
|
-
<div class="lead">
|
|
390
|
-
<p>全景图混合程度 [0-1]</p>
|
|
391
|
-
</div>
|
|
392
|
-
</div>
|
|
393
|
-
</section>
|
|
394
|
-
<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
|
|
395
|
-
<a name="useblacktransition" class="tsd-anchor"></a>
|
|
396
|
-
<h3>use<wbr>Black<wbr>Transition</h3>
|
|
397
|
-
<div class="tsd-signature tsd-kind-icon">use<wbr>Black<wbr>Transition<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span></div>
|
|
398
|
-
<aside class="tsd-sources">
|
|
399
|
-
<p>Implementation of <a href="../interfaces/five.pbmparameters.html">PBMParameters</a>.<a href="../interfaces/five.pbmparameters.html#useblacktransition">useBlackTransition</a></p>
|
|
400
|
-
<ul>
|
|
401
|
-
<li>Defined in lib/five/core/pbmMaterial.ts:70</li>
|
|
402
|
-
</ul>
|
|
403
|
-
</aside>
|
|
404
|
-
<div class="tsd-comment tsd-typography">
|
|
405
|
-
<div class="lead">
|
|
406
|
-
<p>全景图通过过度黑色混合</p>
|
|
407
|
-
</div>
|
|
408
|
-
</div>
|
|
409
|
-
</section>
|
|
410
|
-
</section>
|
|
411
|
-
</div>
|
|
412
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
413
|
-
<nav class="tsd-navigation primary">
|
|
414
|
-
<ul>
|
|
415
|
-
<li class=" ">
|
|
416
|
-
<a href="../modules.html">Modules</a>
|
|
417
|
-
</li>
|
|
418
|
-
<li class="current tsd-kind-module">
|
|
419
|
-
<a href="../modules/five.html">five</a>
|
|
420
|
-
</li>
|
|
421
|
-
<li class=" tsd-kind-module">
|
|
422
|
-
<a href="../modules/gltf_loader.html">gltf-<wbr>loader</a>
|
|
423
|
-
</li>
|
|
424
|
-
<li class=" tsd-kind-module">
|
|
425
|
-
<a href="../modules/line.html">line</a>
|
|
426
|
-
</li>
|
|
427
|
-
<li class=" tsd-kind-module">
|
|
428
|
-
<a href="../modules/react.html">react</a>
|
|
429
|
-
</li>
|
|
430
|
-
<li class=" tsd-kind-module">
|
|
431
|
-
<a href="../modules/server.html">server</a>
|
|
432
|
-
</li>
|
|
433
|
-
<li class=" tsd-kind-module">
|
|
434
|
-
<a href="../modules/sticker.html">sticker</a>
|
|
435
|
-
</li>
|
|
436
|
-
</ul>
|
|
437
|
-
</nav>
|
|
438
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
439
|
-
<ul class="before-current">
|
|
440
|
-
</ul>
|
|
441
|
-
<ul class="current">
|
|
442
|
-
<li class="current tsd-kind-class tsd-parent-kind-module">
|
|
443
|
-
<a href="five.pbmmaterial.html" class="tsd-kind-icon">PBMMaterial</a>
|
|
444
|
-
<ul>
|
|
445
|
-
<li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-overwrite">
|
|
446
|
-
<a href="five.pbmmaterial.html#constructor" class="tsd-kind-icon">constructor</a>
|
|
447
|
-
</li>
|
|
448
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
449
|
-
<a href="five.pbmmaterial.html#modelalpha" class="tsd-kind-icon">model<wbr>Alpha</a>
|
|
450
|
-
</li>
|
|
451
|
-
<li class=" tsd-kind-property tsd-parent-kind-class tsd-is-overwrite">
|
|
452
|
-
<a href="five.pbmmaterial.html#opacity" class="tsd-kind-icon">opacity</a>
|
|
453
|
-
</li>
|
|
454
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
455
|
-
<a href="five.pbmmaterial.html#pano0depthmap" class="tsd-kind-icon">pano0<wbr>Depth<wbr>Map</a>
|
|
456
|
-
</li>
|
|
457
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
458
|
-
<a href="five.pbmmaterial.html#pano0map" class="tsd-kind-icon">pano0<wbr>Map</a>
|
|
459
|
-
</li>
|
|
460
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
461
|
-
<a href="five.pbmmaterial.html#pano0matrix" class="tsd-kind-icon">pano0<wbr>Matrix</a>
|
|
462
|
-
</li>
|
|
463
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
464
|
-
<a href="five.pbmmaterial.html#pano1map" class="tsd-kind-icon">pano1<wbr>Map</a>
|
|
465
|
-
</li>
|
|
466
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
467
|
-
<a href="five.pbmmaterial.html#pano1matrix" class="tsd-kind-icon">pano1<wbr>Matrix</a>
|
|
468
|
-
</li>
|
|
469
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
470
|
-
<a href="five.pbmmaterial.html#panotilemap" class="tsd-kind-icon">pano<wbr>Tile<wbr>Map</a>
|
|
471
|
-
</li>
|
|
472
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
473
|
-
<a href="five.pbmmaterial.html#panotilemappings" class="tsd-kind-icon">pano<wbr>Tile<wbr>Mappings</a>
|
|
474
|
-
</li>
|
|
475
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
476
|
-
<a href="five.pbmmaterial.html#panovideoalpha" class="tsd-kind-icon">pano<wbr>Video<wbr>Alpha</a>
|
|
477
|
-
</li>
|
|
478
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
479
|
-
<a href="five.pbmmaterial.html#panovideomap" class="tsd-kind-icon">pano<wbr>Video<wbr>Map</a>
|
|
480
|
-
</li>
|
|
481
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
482
|
-
<a href="five.pbmmaterial.html#panovideomatrix" class="tsd-kind-icon">pano<wbr>Video<wbr>Matrix</a>
|
|
483
|
-
</li>
|
|
484
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
485
|
-
<a href="five.pbmmaterial.html#panovideosize" class="tsd-kind-icon">pano<wbr>Video<wbr>Size</a>
|
|
486
|
-
</li>
|
|
487
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
488
|
-
<a href="five.pbmmaterial.html#persptoortho" class="tsd-kind-icon">persp<wbr>ToOrtho</a>
|
|
489
|
-
</li>
|
|
490
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
491
|
-
<a href="five.pbmmaterial.html#progress" class="tsd-kind-icon">progress</a>
|
|
492
|
-
</li>
|
|
493
|
-
<li class=" tsd-kind-property tsd-parent-kind-class">
|
|
494
|
-
<a href="five.pbmmaterial.html#useblacktransition" class="tsd-kind-icon">use<wbr>Black<wbr>Transition</a>
|
|
495
|
-
</li>
|
|
496
|
-
</ul>
|
|
497
|
-
</li>
|
|
498
|
-
</ul>
|
|
499
|
-
<ul class="after-current">
|
|
500
|
-
</ul>
|
|
501
|
-
</nav>
|
|
502
|
-
</div>
|
|
503
|
-
</div>
|
|
504
|
-
</div>
|
|
505
|
-
<footer>
|
|
506
|
-
<div class="container">
|
|
507
|
-
<h2>Legend</h2>
|
|
508
|
-
<div class="tsd-legend-group">
|
|
509
|
-
<ul class="tsd-legend">
|
|
510
|
-
<li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
|
|
511
|
-
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
|
|
512
|
-
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
|
|
513
|
-
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
|
|
514
|
-
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
|
|
515
|
-
<li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
|
|
516
|
-
</ul>
|
|
517
|
-
<ul class="tsd-legend">
|
|
518
|
-
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
|
|
519
|
-
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
|
|
520
|
-
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
|
|
521
|
-
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
|
|
522
|
-
</ul>
|
|
523
|
-
<ul class="tsd-legend">
|
|
524
|
-
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
|
|
525
|
-
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
|
|
526
|
-
</ul>
|
|
527
|
-
</div>
|
|
528
|
-
</div>
|
|
529
|
-
</footer>
|
|
530
|
-
<div class="overlay"></div>
|
|
531
|
-
<script src="../assets/js/main.js"></script>
|
|
532
|
-
</body>
|
|
533
|
-
</html>
|