@mapgis/webclient-cesium-plugin 17.2.5 → 17.2.6
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 +8 -0
- package/dist/es5/webclient-cesium-plugin.min.js +1 -1
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-cesium-plugin-es6.min.js +1 -1
- package/documention/CollisionDetectionByRender.html +1904 -0
- package/documention/CuttingTool.html +164 -1
- package/documention/GlobeIndependentTranslucency.html +1170 -0
- package/documention/KeyboardCameraController.html +93 -0
- package/documention/ModelTransformTool.html +9 -9
- package/documention/RoamParticle.html +3219 -0
- package/documention/SkyLineAnalysis.html +524 -0
- package/documention/StableParticle.html +3419 -0
- package/documention/Wind3D.html +1856 -0
- package/package.json +1 -1
|
@@ -497,6 +497,16 @@
|
|
|
497
497
|
<td class="name"><code><p>移除所有裁剪面</p></code></td>
|
|
498
498
|
</tr>
|
|
499
499
|
|
|
500
|
+
<tr class="deep-level-0">
|
|
501
|
+
<td class="name"><code><a href="#showCuttingPlane">showCuttingPlane</a></code></td>
|
|
502
|
+
<td class="name">
|
|
503
|
+
<code>
|
|
504
|
+
|
|
505
|
+
</code>
|
|
506
|
+
</td>
|
|
507
|
+
<td class="name"><code><p>显示或隐藏所有辅助剖切面(体)</p></code></td>
|
|
508
|
+
</tr>
|
|
509
|
+
|
|
500
510
|
</tbody>
|
|
501
511
|
</table>
|
|
502
512
|
</div>
|
|
@@ -2246,7 +2256,7 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
|
|
|
2246
2256
|
//裁剪方向,false:原方向,true反方向
|
|
2247
2257
|
unionClippingRegions: false,
|
|
2248
2258
|
//配置裁剪体的颜色,以及透明度
|
|
2249
|
-
color: new Cesium.
|
|
2259
|
+
color: new Cesium.Color(1, 1, 1, 0.2),
|
|
2250
2260
|
//是否显示裁剪体
|
|
2251
2261
|
showCuttingPlane: true
|
|
2252
2262
|
})</code></pre>
|
|
@@ -2914,6 +2924,159 @@ cutTool.createModelCuttingPolygon(positions, -1000, 500, {
|
|
|
2914
2924
|
|
|
2915
2925
|
cutTool.removeAll();</code></pre>
|
|
2916
2926
|
|
|
2927
|
+
|
|
2928
|
+
|
|
2929
|
+
</div>
|
|
2930
|
+
|
|
2931
|
+
<div class="member">
|
|
2932
|
+
|
|
2933
|
+
|
|
2934
|
+
|
|
2935
|
+
<h4 class="name" id="showCuttingPlane">
|
|
2936
|
+
<a class="href-link" href="#showCuttingPlane">#</a>
|
|
2937
|
+
|
|
2938
|
+
<span class="code-name" id="showCuttingPlane" style="font-size:30px">
|
|
2939
|
+
|
|
2940
|
+
showCuttingPlane<span class="signature">(showPlane<span class="signature-attributes">opt</span>)</span>
|
|
2941
|
+
|
|
2942
|
+
</span>
|
|
2943
|
+
</h4>
|
|
2944
|
+
|
|
2945
|
+
|
|
2946
|
+
|
|
2947
|
+
<div class="description">
|
|
2948
|
+
<p>显示或隐藏所有辅助剖切面(体)</p>
|
|
2949
|
+
</div>
|
|
2950
|
+
|
|
2951
|
+
|
|
2952
|
+
|
|
2953
|
+
|
|
2954
|
+
|
|
2955
|
+
|
|
2956
|
+
|
|
2957
|
+
|
|
2958
|
+
|
|
2959
|
+
|
|
2960
|
+
<h4>参数</h4>
|
|
2961
|
+
|
|
2962
|
+
<div class="table-container">
|
|
2963
|
+
<table class="params table">
|
|
2964
|
+
<thead>
|
|
2965
|
+
<tr>
|
|
2966
|
+
|
|
2967
|
+
<th>名称</th>
|
|
2968
|
+
|
|
2969
|
+
|
|
2970
|
+
<th>类型</th>
|
|
2971
|
+
|
|
2972
|
+
|
|
2973
|
+
<th style="min-width: 100px;">默认值</th>
|
|
2974
|
+
|
|
2975
|
+
|
|
2976
|
+
<th class="last">描述</th>
|
|
2977
|
+
</tr>
|
|
2978
|
+
</thead>
|
|
2979
|
+
|
|
2980
|
+
<tbody>
|
|
2981
|
+
|
|
2982
|
+
|
|
2983
|
+
|
|
2984
|
+
<tr class="deep-level-0">
|
|
2985
|
+
|
|
2986
|
+
<td class="name"><code>showPlane</code></td>
|
|
2987
|
+
|
|
2988
|
+
|
|
2989
|
+
<td class="type">
|
|
2990
|
+
|
|
2991
|
+
|
|
2992
|
+
<span class="param-type">
|
|
2993
|
+
|
|
2994
|
+
Boolean
|
|
2995
|
+
|
|
2996
|
+
</span>
|
|
2997
|
+
|
|
2998
|
+
|
|
2999
|
+
|
|
3000
|
+
|
|
3001
|
+
</td>
|
|
3002
|
+
|
|
3003
|
+
|
|
3004
|
+
<td class="default">
|
|
3005
|
+
|
|
3006
|
+
true
|
|
3007
|
+
|
|
3008
|
+
</td>
|
|
3009
|
+
|
|
3010
|
+
|
|
3011
|
+
<td class="description last"><p>显示或隐藏所有辅助剖切面(体),true为显示所有辅助剖切面(体),false为隐藏所有辅助剖切面(体)</p></td>
|
|
3012
|
+
</tr>
|
|
3013
|
+
|
|
3014
|
+
|
|
3015
|
+
|
|
3016
|
+
|
|
3017
|
+
</tbody>
|
|
3018
|
+
</table>
|
|
3019
|
+
</div>
|
|
3020
|
+
|
|
3021
|
+
|
|
3022
|
+
|
|
3023
|
+
|
|
3024
|
+
|
|
3025
|
+
|
|
3026
|
+
<dl class="details">
|
|
3027
|
+
|
|
3028
|
+
|
|
3029
|
+
|
|
3030
|
+
|
|
3031
|
+
|
|
3032
|
+
|
|
3033
|
+
|
|
3034
|
+
|
|
3035
|
+
|
|
3036
|
+
|
|
3037
|
+
|
|
3038
|
+
|
|
3039
|
+
|
|
3040
|
+
|
|
3041
|
+
|
|
3042
|
+
|
|
3043
|
+
|
|
3044
|
+
|
|
3045
|
+
|
|
3046
|
+
|
|
3047
|
+
|
|
3048
|
+
|
|
3049
|
+
|
|
3050
|
+
|
|
3051
|
+
|
|
3052
|
+
|
|
3053
|
+
|
|
3054
|
+
|
|
3055
|
+
|
|
3056
|
+
|
|
3057
|
+
|
|
3058
|
+
</dl>
|
|
3059
|
+
|
|
3060
|
+
|
|
3061
|
+
|
|
3062
|
+
|
|
3063
|
+
|
|
3064
|
+
|
|
3065
|
+
|
|
3066
|
+
|
|
3067
|
+
|
|
3068
|
+
|
|
3069
|
+
|
|
3070
|
+
|
|
3071
|
+
|
|
3072
|
+
|
|
3073
|
+
|
|
3074
|
+
|
|
3075
|
+
|
|
3076
|
+
|
|
3077
|
+
|
|
3078
|
+
|
|
3079
|
+
|
|
2917
3080
|
|
|
2918
3081
|
|
|
2919
3082
|
</div>
|