@realsee/five 5.0.0-alpha.14 → 5.0.0-alpha.142

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. package/README.md +21 -11
  2. package/docs/.nojekyll +1 -0
  3. package/docs/assets/highlight.css +134 -0
  4. package/docs/assets/icons.css +1043 -0
  5. package/docs/assets/{images/icons.png → icons.png} +0 -0
  6. package/docs/assets/{images/icons@2x.png → icons@2x.png} +0 -0
  7. package/docs/assets/main.js +52 -0
  8. package/docs/assets/search.js +1 -0
  9. package/docs/assets/style.css +1413 -0
  10. package/docs/assets/{images/widgets.png → widgets.png} +0 -0
  11. package/docs/assets/{images/widgets@2x.png → widgets@2x.png} +0 -0
  12. package/docs/classes/five.AnimationFrameLoop.html +15 -0
  13. package/docs/classes/five.BVH.html +10 -0
  14. package/docs/classes/five.BVHIntersect.html +1 -0
  15. package/docs/classes/five.BVHNode.html +7 -0
  16. package/docs/classes/five.BVHVector3.html +1 -0
  17. package/docs/classes/five.Camera.html +11 -0
  18. package/docs/classes/five.Five.html +310 -0
  19. package/docs/classes/five.InternalWebGLRenderer.html +1 -0
  20. package/docs/classes/five.IntersectMesh.html +1 -0
  21. package/docs/classes/five.LegacyPanoCircleMesh.html +5 -0
  22. package/docs/classes/five.Model.html +87 -0
  23. package/docs/classes/five.NetworkSubscribe.html +50 -0
  24. package/docs/classes/five.PBMContainer.html +17 -0
  25. package/docs/classes/five.PBMGroup.html +19 -0
  26. package/docs/classes/five.PBMMaterial.html +19 -0
  27. package/docs/classes/five.PBMMesh.html +7 -0
  28. package/docs/classes/five.PanoCircleMesh.html +7 -0
  29. package/docs/classes/five.Scene.html +3 -0
  30. package/docs/classes/five.Subscribe.html +56 -0
  31. package/docs/classes/five.Tile3D.html +34 -0
  32. package/docs/classes/five.Tile3DModel.html +15 -0
  33. package/docs/classes/five.TileBoundingSphere.html +1 -0
  34. package/docs/classes/five.TileCacheNode.html +1 -0
  35. package/docs/classes/five.TileCullingVolume.html +1 -0
  36. package/docs/classes/five.TileOrientedBoundingBox.html +1 -0
  37. package/docs/classes/five.TilePlane.html +1 -0
  38. package/docs/classes/five.TileRequestScheduler.html +16 -0
  39. package/docs/classes/five.Tileset3D.html +11 -0
  40. package/docs/classes/five.Tileset3DTraverser.html +1 -0
  41. package/docs/classes/five.TilesetCache.html +1 -0
  42. package/docs/classes/five.Work.html +30 -0
  43. package/docs/classes/five.XRButton.html +1 -0
  44. package/docs/classes/gltf_loader.GLTFLoader.html +17 -0
  45. package/docs/classes/gltf_loader.GLTFObject.html +7 -0
  46. package/docs/classes/line.Line.html +1 -0
  47. package/docs/classes/line.LineGeometry.html +1 -0
  48. package/docs/classes/line.LineMaterial.html +1 -0
  49. package/docs/classes/line.LineSegmentsGeometry.html +1 -0
  50. package/docs/classes/line.THREE_Line2.html +1 -0
  51. package/docs/classes/line.THREE_LineSegments2.html +1 -0
  52. package/docs/classes/react.Store.html +29 -0
  53. package/docs/classes/server.BVH.html +10 -0
  54. package/docs/classes/server.BVHIntersect.html +1 -0
  55. package/docs/classes/server.BVHNode.html +7 -0
  56. package/docs/classes/server.BVHVector3.html +1 -0
  57. package/docs/classes/server.Model.html +63 -0
  58. package/docs/classes/server.PBMGroup.html +9 -0
  59. package/docs/classes/server.PBMMesh.html +7 -0
  60. package/docs/classes/sticker.Sticker.html +32 -0
  61. package/docs/index.html +166 -422
  62. package/docs/interfaces/five.AddableObject.html +1 -0
  63. package/docs/interfaces/five.AnimationFrame.html +1 -0
  64. package/docs/interfaces/five.CameraPose.html +1 -0
  65. package/docs/interfaces/five.DepthPanoramaControllerCustomInitArgs.html +28 -0
  66. package/docs/interfaces/five.EventCallback.html +399 -0
  67. package/docs/interfaces/five.FiveInitArgs.html +107 -0
  68. package/docs/interfaces/five.FloorplanControllerCustomInitArgs.html +15 -0
  69. package/docs/interfaces/five.ImageOptions.html +18 -0
  70. package/docs/interfaces/five.ImageURLMappings.html +1 -0
  71. package/docs/interfaces/five.ImageURLOptions.html +17 -0
  72. package/docs/interfaces/five.IntersectMeshInterface.html +3 -0
  73. package/docs/interfaces/five.Intersection.html +7 -0
  74. package/docs/interfaces/five.MapviewControllerCustomInitArgs.html +15 -0
  75. package/docs/interfaces/five.ModelControllerCustomInitArgs.html +20 -0
  76. package/docs/interfaces/five.ModelEventCallback.html +22 -0
  77. package/docs/interfaces/five.MovePanoOptions.html +42 -0
  78. package/docs/interfaces/five.PBMPanoPicture.html +7 -0
  79. package/docs/interfaces/five.PBMParameters.html +19 -0
  80. package/docs/interfaces/five.PanoCircleMeshInterface.html +19 -0
  81. package/docs/interfaces/five.PanoramaControllerCustomInitArgs.html +33 -0
  82. package/docs/interfaces/five.PanoramaLikeControllerCustomInitArgs.html +20 -0
  83. package/docs/interfaces/five.Pose.html +37 -0
  84. package/docs/interfaces/five.Scissor.html +14 -0
  85. package/docs/interfaces/five.State.html +21 -0
  86. package/docs/interfaces/five.SubscribeMixinType.emit.html +1 -0
  87. package/docs/interfaces/five.SubscribeMixinType.hasListener.html +1 -0
  88. package/docs/interfaces/five.SubscribeMixinType.off.html +1 -0
  89. package/docs/interfaces/five.SubscribeMixinType.on.html +1 -0
  90. package/docs/interfaces/five.SubscribeMixinType.once.html +1 -0
  91. package/docs/interfaces/five.TextureOptions.html +20 -0
  92. package/docs/interfaces/five.Tile3DModelLoaderOptions.html +3 -0
  93. package/docs/interfaces/five.TileBoundingVolume.html +19 -0
  94. package/docs/interfaces/five.TileContent.html +1 -0
  95. package/docs/interfaces/five.Tileset3dOptions.html +1 -0
  96. package/docs/interfaces/five.TilesetJSON.html +1 -0
  97. package/docs/interfaces/five.TilesetJSONNode.html +1 -0
  98. package/docs/interfaces/five.TopviewControllerCustomInitArgs.html +7 -0
  99. package/docs/interfaces/five.VRPanoramaControllerCustomInitArgs.html +29 -0
  100. package/docs/interfaces/five.WorkCubeImage.html +13 -0
  101. package/docs/interfaces/five.WorkImage.html +21 -0
  102. package/docs/interfaces/five.WorkInitial.html +13 -0
  103. package/docs/interfaces/five.WorkModel.html +11 -0
  104. package/docs/interfaces/five.WorkModelTiles.html +3 -0
  105. package/docs/interfaces/five.WorkObserver.html +25 -0
  106. package/docs/interfaces/five.WorkTile.html +1 -0
  107. package/docs/interfaces/five.WorkVideo.html +9 -0
  108. package/docs/interfaces/five.XRPanoramaControllerCustomInitArgs.html +29 -0
  109. package/docs/interfaces/gltf_loader.GLTF.html +7 -0
  110. package/docs/interfaces/react.FiveActionReactCallbacks.html +62 -0
  111. package/docs/interfaces/react.FiveInjectionTypes.html +191 -0
  112. package/docs/interfaces/react.PropTypeOfFiveFeatures.html +1 -0
  113. package/docs/interfaces/server.Intersection.html +7 -0
  114. package/docs/interfaces/server.ModelEventCallback.html +18 -0
  115. package/docs/interfaces/sticker.IntersectionLike.html +8 -0
  116. package/docs/interfaces/vue.FiveActionVueCallbacks.html +62 -0
  117. package/docs/modules/five.SubscribeMixinType.html +1 -0
  118. package/docs/modules/five.html +496 -0
  119. package/docs/modules/gltf_loader.html +1 -0
  120. package/docs/modules/line.html +1 -0
  121. package/docs/modules/react.html +130 -1374
  122. package/docs/modules/server.html +18 -0
  123. package/docs/modules/sticker.html +1 -0
  124. package/docs/modules/vue.html +112 -0
  125. package/docs/modules.html +1 -120
  126. package/exporters/staticify.js +210 -0
  127. package/{index.d.ts → five/index.d.ts} +1211 -331
  128. package/five/index.js +372 -0
  129. package/gltf-loader/index.d.ts +76 -0
  130. package/gltf-loader/index.js +260 -0
  131. package/line/index.d.ts +69 -0
  132. package/line/index.js +260 -0
  133. package/package.json +25 -17
  134. package/react/index.d.ts +86 -24
  135. package/react/index.js +260 -1
  136. package/resource/{basis_transcoder.js → basis/basis_transcoder.js} +0 -0
  137. package/resource/{basis_transcoder.wasm → basis/basis_transcoder.wasm} +0 -0
  138. package/resource/gltf/draco_decoder.js +31 -0
  139. package/resource/gltf/draco_decoder.wasm +0 -0
  140. package/resource/gltf/draco_wasm_wrapper.js +119 -0
  141. package/scripts/five-staticify.js +26 -0
  142. package/server/index.d.ts +197 -26
  143. package/server/index.js +367 -1
  144. package/sticker/index.d.ts +71 -0
  145. package/sticker/index.js +260 -0
  146. package/templates/quick-start/README.md +1 -1
  147. package/templates/quick-start/package.json +1 -1
  148. package/templates/react-component/lib/index.tsx +3 -3
  149. package/umd/five-gltf-loader.js +2 -0
  150. package/umd/five-gltf-loader.js.LICENSE.txt +14 -0
  151. package/umd/five-line.js +2 -0
  152. package/umd/five-line.js.LICENSE.txt +14 -0
  153. package/umd/five-react.js +2 -0
  154. package/umd/five-react.js.LICENSE.txt +14 -0
  155. package/umd/five-sticker.js +2 -0
  156. package/umd/five-sticker.js.LICENSE.txt +14 -0
  157. package/umd/five-vue.js +1 -0
  158. package/umd/five.js +2 -0
  159. package/umd/five.js.LICENSE.txt +116 -0
  160. package/vue/index.d.ts +433 -0
  161. package/vue/index.js +260 -0
  162. package/bundles/five.js +0 -2
  163. package/bundles/five.js.LICENSE.txt +0 -160
  164. package/docs/assets/css/main.css +0 -2660
  165. package/docs/assets/js/main.js +0 -248
  166. package/docs/assets/js/search.js +0 -1
  167. package/docs/classes/index.five.html +0 -2498
  168. package/docs/classes/index.fivecamera.html +0 -311
  169. package/docs/classes/index.fivehashcubetexture.html +0 -240
  170. package/docs/classes/index.fiveline.html +0 -342
  171. package/docs/classes/index.fivelinegeometry.html +0 -500
  172. package/docs/classes/index.fivelinematerial.html +0 -276
  173. package/docs/classes/index.fivelinesegmentsgeometry.html +0 -447
  174. package/docs/classes/index.fivescene.html +0 -186
  175. package/docs/classes/index.internalwebglrenderer.html +0 -200
  176. package/docs/classes/index.model.html +0 -883
  177. package/docs/classes/index.pbmgroup.html +0 -415
  178. package/docs/classes/index.pbmmaterial.html +0 -521
  179. package/docs/classes/index.pbmmesh.html +0 -242
  180. package/docs/classes/index.subscribe.html +0 -556
  181. package/docs/classes/react.store.html +0 -584
  182. package/docs/interfaces/index.depthpanoramacontrollercustominitargs.html +0 -408
  183. package/docs/interfaces/index.eventcallback.html +0 -2452
  184. package/docs/interfaces/index.fiveinitargs.html +0 -695
  185. package/docs/interfaces/index.floorplancontrollercustominitargs.html +0 -283
  186. package/docs/interfaces/index.imageoptions.html +0 -320
  187. package/docs/interfaces/index.intersection.html +0 -215
  188. package/docs/interfaces/index.intersectmeshinterface.html +0 -176
  189. package/docs/interfaces/index.modelcontrollercustominitargs.html +0 -354
  190. package/docs/interfaces/index.modeleventcallback.html +0 -316
  191. package/docs/interfaces/index.movepanooptions.html +0 -457
  192. package/docs/interfaces/index.panocirclemeshinterface.html +0 -349
  193. package/docs/interfaces/index.panoramacontrollercustominitargs.html +0 -433
  194. package/docs/interfaces/index.panoramalikecontrollercustominitargs.html +0 -352
  195. package/docs/interfaces/index.pbmparameters.html +0 -462
  196. package/docs/interfaces/index.pose.html +0 -258
  197. package/docs/interfaces/index.scissor.html +0 -240
  198. package/docs/interfaces/index.state.html +0 -288
  199. package/docs/interfaces/index.subscribemixintype.emit.html +0 -180
  200. package/docs/interfaces/index.subscribemixintype.haslistener.html +0 -171
  201. package/docs/interfaces/index.subscribemixintype.off.html +0 -198
  202. package/docs/interfaces/index.subscribemixintype.on.html +0 -213
  203. package/docs/interfaces/index.subscribemixintype.once.html +0 -210
  204. package/docs/interfaces/index.topviewcontrollercustominitargs.html +0 -214
  205. package/docs/interfaces/index.vrpanoramacontrollercustominitargs.html +0 -420
  206. package/docs/interfaces/react.fiveactionreactcallbacks.html +0 -559
  207. package/docs/interfaces/react.fiveinjectiontypes.html +0 -1473
  208. package/docs/interfaces/react.injectfivetoprops.html +0 -259
  209. package/docs/modules/index.html +0 -3027
  210. package/docs/modules/index.subscribemixintype.html +0 -143
  211. package/five.js.LICENSE.txt +0 -160
  212. package/index.js +0 -1
  213. package/scripts/export-five-resource/chfs.exe +0 -0
  214. package/scripts/export-five-resource/fileify.js +0 -192
  215. package/scripts/export-five-resource/format-work.js +0 -71
  216. package/scripts/export-five-resource/staticify.js +0 -327
  217. package/scripts/transcode-model/BufferGeometryUtils.js +0 -832
  218. package/scripts/transcode-model/LoaderSupport.js +0 -1545
  219. package/scripts/transcode-model/MTLLoader.js +0 -602
  220. package/scripts/transcode-model/OBJLoader2.js +0 -1470
  221. package/scripts/transcode-model/obj2pbm.js +0 -65
@@ -1,415 +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>PBMGroup | 如视 Five SDK - v5.0.0-alpha.14</title>
7
- <meta name="description" content="Documentation for 如视 Five SDK - v5.0.0-alpha.14">
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.14</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.14</a>
54
- </li>
55
- <li>
56
- <a href="../modules/index.html">index</a>
57
- </li>
58
- <li>
59
- <a href="index.pbmgroup.html">PBMGroup</a>
60
- </li>
61
- </ul>
62
- <h1>Class PBMGroup</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">Group</span>
81
- <ul class="tsd-hierarchy">
82
- <li>
83
- <span class="target">PBMGroup</span>
84
- <ul class="tsd-hierarchy">
85
- <li>
86
- <a href="index.model.html" class="tsd-signature-type" data-tsd-kind="Class">Model</a>
87
- </li>
88
- </ul>
89
- </li>
90
- </ul>
91
- </li>
92
- </ul>
93
- </section>
94
- <section class="tsd-panel-group tsd-index-group">
95
- <h2>Index</h2>
96
- <section class="tsd-panel tsd-index-panel">
97
- <div class="tsd-index-content">
98
- <section class="tsd-index-section tsd-is-inherited">
99
- <h3>Constructors</h3>
100
- <ul class="tsd-index-list">
101
- <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><a href="index.pbmgroup.html#constructor" class="tsd-kind-icon">constructor</a></li>
102
- </ul>
103
- </section>
104
- <section class="tsd-index-section ">
105
- <h3>Properties</h3>
106
- <ul class="tsd-index-list">
107
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="index.pbmgroup.html#floorindex" class="tsd-kind-icon">floor<wbr>Index</a></li>
108
- <li class="tsd-kind-property tsd-parent-kind-class"><a href="index.pbmgroup.html#needsrender" class="tsd-kind-icon">needs<wbr>Render</a></li>
109
- </ul>
110
- </section>
111
- <section class="tsd-index-section ">
112
- <h3>Methods</h3>
113
- <ul class="tsd-index-list">
114
- <li class="tsd-kind-method tsd-parent-kind-class"><a href="index.pbmgroup.html#disposegeometry" class="tsd-kind-icon">dispose<wbr>Geometry</a></li>
115
- <li class="tsd-kind-method tsd-parent-kind-class"><a href="index.pbmgroup.html#disposematerial" class="tsd-kind-icon">dispose<wbr>Material</a></li>
116
- <li class="tsd-kind-method tsd-parent-kind-class"><a href="index.pbmgroup.html#getmaterial" class="tsd-kind-icon">get<wbr>Material</a></li>
117
- <li class="tsd-kind-method tsd-parent-kind-class"><a href="index.pbmgroup.html#gettransparent" class="tsd-kind-icon">get<wbr>Transparent</a></li>
118
- <li class="tsd-kind-method tsd-parent-kind-class"><a href="index.pbmgroup.html#setmaterial" class="tsd-kind-icon">set<wbr>Material</a></li>
119
- <li class="tsd-kind-method tsd-parent-kind-class"><a href="index.pbmgroup.html#settransparent" class="tsd-kind-icon">set<wbr>Transparent</a></li>
120
- </ul>
121
- </section>
122
- </div>
123
- </section>
124
- </section>
125
- <section class="tsd-panel-group tsd-member-group tsd-is-inherited">
126
- <h2>Constructors</h2>
127
- <section class="tsd-panel tsd-member tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
128
- <a name="constructor" class="tsd-anchor"></a>
129
- <h3>constructor</h3>
130
- <ul class="tsd-signatures tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
131
- <li class="tsd-signature tsd-kind-icon">new PBMGroup<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="index.pbmgroup.html" class="tsd-signature-type" data-tsd-kind="Class">PBMGroup</a></li>
132
- </ul>
133
- <ul class="tsd-descriptions">
134
- <li class="tsd-description">
135
- <aside class="tsd-sources">
136
- <p>Inherited from THREE.Group.constructor</p>
137
- <ul>
138
- <li>Defined in node_modules/three/src/objects/Group.d.ts:3</li>
139
- </ul>
140
- </aside>
141
- <h4 class="tsd-returns-title">Returns <a href="index.pbmgroup.html" class="tsd-signature-type" data-tsd-kind="Class">PBMGroup</a></h4>
142
- </li>
143
- </ul>
144
- </section>
145
- </section>
146
- <section class="tsd-panel-group tsd-member-group ">
147
- <h2>Properties</h2>
148
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
149
- <a name="floorindex" class="tsd-anchor"></a>
150
- <h3>floor<wbr>Index</h3>
151
- <div class="tsd-signature tsd-kind-icon">floor<wbr>Index<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span><span class="tsd-signature-symbol"> = 0</span></div>
152
- <aside class="tsd-sources">
153
- <ul>
154
- <li>Defined in lib/core/pbmGroup.ts:9</li>
155
- </ul>
156
- </aside>
157
- <div class="tsd-comment tsd-typography">
158
- <div class="lead">
159
- <p>楼层序号</p>
160
- </div>
161
- </div>
162
- </section>
163
- <section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class">
164
- <a name="needsrender" class="tsd-anchor"></a>
165
- <h3>needs<wbr>Render</h3>
166
- <div class="tsd-signature tsd-kind-icon">needs<wbr>Render<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol"> = true</span></div>
167
- <aside class="tsd-sources">
168
- <ul>
169
- <li>Defined in lib/core/pbmGroup.ts:12</li>
170
- </ul>
171
- </aside>
172
- <div class="tsd-comment tsd-typography">
173
- <div class="lead">
174
- <p>是否需要更新按需渲染</p>
175
- </div>
176
- </div>
177
- </section>
178
- </section>
179
- <section class="tsd-panel-group tsd-member-group ">
180
- <h2>Methods</h2>
181
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
182
- <a name="disposegeometry" class="tsd-anchor"></a>
183
- <h3>dispose<wbr>Geometry</h3>
184
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
185
- <li class="tsd-signature tsd-kind-icon">dispose<wbr>Geometry<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>
186
- </ul>
187
- <ul class="tsd-descriptions">
188
- <li class="tsd-description">
189
- <aside class="tsd-sources">
190
- <ul>
191
- <li>Defined in lib/core/pbmGroup.ts:122</li>
192
- </ul>
193
- </aside>
194
- <div class="tsd-comment tsd-typography">
195
- <div class="lead">
196
- <p>析构模型网格</p>
197
- </div>
198
- </div>
199
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
200
- </li>
201
- </ul>
202
- </section>
203
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
204
- <a name="disposematerial" class="tsd-anchor"></a>
205
- <h3>dispose<wbr>Material</h3>
206
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
207
- <li class="tsd-signature tsd-kind-icon">dispose<wbr>Material<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>
208
- </ul>
209
- <ul class="tsd-descriptions">
210
- <li class="tsd-description">
211
- <aside class="tsd-sources">
212
- <ul>
213
- <li>Defined in lib/core/pbmGroup.ts:98</li>
214
- </ul>
215
- </aside>
216
- <div class="tsd-comment tsd-typography">
217
- <div class="lead">
218
- <p>析构材质</p>
219
- </div>
220
- </div>
221
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
222
- </li>
223
- </ul>
224
- </section>
225
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
226
- <a name="getmaterial" class="tsd-anchor"></a>
227
- <h3>get<wbr>Material</h3>
228
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
229
- <li class="tsd-signature tsd-kind-icon">get<wbr>Material<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><a href="../interfaces/index.pbmparameters.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMParameters</a></li>
230
- </ul>
231
- <ul class="tsd-descriptions">
232
- <li class="tsd-description">
233
- <aside class="tsd-sources">
234
- <ul>
235
- <li>Defined in lib/core/pbmGroup.ts:43</li>
236
- </ul>
237
- </aside>
238
- <div class="tsd-comment tsd-typography">
239
- <div class="lead">
240
- <p>获取材质参数</p>
241
- </div>
242
- </div>
243
- <h4 class="tsd-returns-title">Returns <a href="../interfaces/index.pbmparameters.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMParameters</a></h4>
244
- </li>
245
- </ul>
246
- </section>
247
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
248
- <a name="gettransparent" class="tsd-anchor"></a>
249
- <h3>get<wbr>Transparent</h3>
250
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
251
- <li class="tsd-signature tsd-kind-icon">get<wbr>Transparent<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span></li>
252
- </ul>
253
- <ul class="tsd-descriptions">
254
- <li class="tsd-description">
255
- <aside class="tsd-sources">
256
- <ul>
257
- <li>Defined in lib/core/pbmGroup.ts:15</li>
258
- </ul>
259
- </aside>
260
- <div class="tsd-comment tsd-typography">
261
- <div class="lead">
262
- <p>获取是否有透明参数</p>
263
- </div>
264
- </div>
265
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">boolean</span></h4>
266
- </li>
267
- </ul>
268
- </section>
269
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
270
- <a name="setmaterial" class="tsd-anchor"></a>
271
- <h3>set<wbr>Material</h3>
272
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
273
- <li class="tsd-signature tsd-kind-icon">set<wbr>Material<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">&lt;</span><a href="../interfaces/index.pbmparameters.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMParameters</a><span class="tsd-signature-symbol">&gt;</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
274
- </ul>
275
- <ul class="tsd-descriptions">
276
- <li class="tsd-description">
277
- <aside class="tsd-sources">
278
- <ul>
279
- <li>Defined in lib/core/pbmGroup.ts:73</li>
280
- </ul>
281
- </aside>
282
- <div class="tsd-comment tsd-typography">
283
- <div class="lead">
284
- <p>设置材质参数</p>
285
- </div>
286
- </div>
287
- <h4 class="tsd-parameters-title">Parameters</h4>
288
- <ul class="tsd-parameters">
289
- <li>
290
- <h5>parameters: <span class="tsd-signature-type">Partial</span><span class="tsd-signature-symbol">&lt;</span><a href="../interfaces/index.pbmparameters.html" class="tsd-signature-type" data-tsd-kind="Interface">PBMParameters</a><span class="tsd-signature-symbol">&gt;</span></h5>
291
- </li>
292
- </ul>
293
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
294
- </li>
295
- </ul>
296
- </section>
297
- <section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class">
298
- <a name="settransparent" class="tsd-anchor"></a>
299
- <h3>set<wbr>Transparent</h3>
300
- <ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class">
301
- <li class="tsd-signature tsd-kind-icon">set<wbr>Transparent<span class="tsd-signature-symbol">(</span>bool<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">boolean</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">void</span></li>
302
- </ul>
303
- <ul class="tsd-descriptions">
304
- <li class="tsd-description">
305
- <aside class="tsd-sources">
306
- <ul>
307
- <li>Defined in lib/core/pbmGroup.ts:32</li>
308
- </ul>
309
- </aside>
310
- <div class="tsd-comment tsd-typography">
311
- <div class="lead">
312
- <p>设置透明参数</p>
313
- </div>
314
- </div>
315
- <h4 class="tsd-parameters-title">Parameters</h4>
316
- <ul class="tsd-parameters">
317
- <li>
318
- <h5>bool: <span class="tsd-signature-type">boolean</span></h5>
319
- </li>
320
- </ul>
321
- <h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">void</span></h4>
322
- </li>
323
- </ul>
324
- </section>
325
- </section>
326
- </div>
327
- <div class="col-4 col-menu menu-sticky-wrap menu-highlight">
328
- <nav class="tsd-navigation primary">
329
- <ul>
330
- <li class=" ">
331
- <a href="../modules.html">Modules</a>
332
- </li>
333
- <li class="current tsd-kind-module">
334
- <a href="../modules/index.html">index</a>
335
- </li>
336
- <li class=" tsd-kind-module">
337
- <a href="../modules/react.html">react</a>
338
- </li>
339
- </ul>
340
- </nav>
341
- <nav class="tsd-navigation secondary menu-sticky">
342
- <ul class="before-current">
343
- </ul>
344
- <ul class="current">
345
- <li class="current tsd-kind-class tsd-parent-kind-module">
346
- <a href="index.pbmgroup.html" class="tsd-kind-icon">PBMGroup</a>
347
- <ul>
348
- <li class=" tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited">
349
- <a href="index.pbmgroup.html#constructor" class="tsd-kind-icon">constructor</a>
350
- </li>
351
- <li class=" tsd-kind-property tsd-parent-kind-class">
352
- <a href="index.pbmgroup.html#floorindex" class="tsd-kind-icon">floor<wbr>Index</a>
353
- </li>
354
- <li class=" tsd-kind-property tsd-parent-kind-class">
355
- <a href="index.pbmgroup.html#needsrender" class="tsd-kind-icon">needs<wbr>Render</a>
356
- </li>
357
- <li class=" tsd-kind-method tsd-parent-kind-class">
358
- <a href="index.pbmgroup.html#disposegeometry" class="tsd-kind-icon">dispose<wbr>Geometry</a>
359
- </li>
360
- <li class=" tsd-kind-method tsd-parent-kind-class">
361
- <a href="index.pbmgroup.html#disposematerial" class="tsd-kind-icon">dispose<wbr>Material</a>
362
- </li>
363
- <li class=" tsd-kind-method tsd-parent-kind-class">
364
- <a href="index.pbmgroup.html#getmaterial" class="tsd-kind-icon">get<wbr>Material</a>
365
- </li>
366
- <li class=" tsd-kind-method tsd-parent-kind-class">
367
- <a href="index.pbmgroup.html#gettransparent" class="tsd-kind-icon">get<wbr>Transparent</a>
368
- </li>
369
- <li class=" tsd-kind-method tsd-parent-kind-class">
370
- <a href="index.pbmgroup.html#setmaterial" class="tsd-kind-icon">set<wbr>Material</a>
371
- </li>
372
- <li class=" tsd-kind-method tsd-parent-kind-class">
373
- <a href="index.pbmgroup.html#settransparent" class="tsd-kind-icon">set<wbr>Transparent</a>
374
- </li>
375
- </ul>
376
- </li>
377
- </ul>
378
- <ul class="after-current">
379
- </ul>
380
- </nav>
381
- </div>
382
- </div>
383
- </div>
384
- <footer>
385
- <div class="container">
386
- <h2>Legend</h2>
387
- <div class="tsd-legend-group">
388
- <ul class="tsd-legend">
389
- <li class="tsd-kind-namespace"><span class="tsd-kind-icon">Namespace</span></li>
390
- <li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
391
- <li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
392
- <li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
393
- <li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
394
- <li class="tsd-kind-type-alias tsd-has-type-parameter"><span class="tsd-kind-icon">Type alias with type parameter</span></li>
395
- </ul>
396
- <ul class="tsd-legend">
397
- <li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
398
- <li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
399
- <li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
400
- <li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
401
- </ul>
402
- <ul class="tsd-legend">
403
- <li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
404
- <li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
405
- </ul>
406
- <ul class="tsd-legend">
407
- <li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
408
- </ul>
409
- </div>
410
- </div>
411
- </footer>
412
- <div class="overlay"></div>
413
- <script src="../assets/js/main.js"></script>
414
- </body>
415
- </html>