动态圆柱特效实体
Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object |
optional
参数选项:
|
Example:
var dynamicCylinder = new Cesium.GeoDynamicCylinder({
viewer: viewer,
center: [108.9587416378286, 34.21980769947116, 450],
particlesColor: Cesium.Color.GOLD,
cylinderColor: Cesium.Color.GOLD,
length: 60,
topRadius: 10*0.1,
bottomRadius: 10,
particlesImageUrl: '/geomap-api/JsCesuimDemo/resource/images/particles.png',
isCylinderShow: false
});
Demo:
Methods
从视图中移除相关实体对象