HorizontalExpansionCylinder

new Cesium.HorizontalExpansionCylinder(options)

圆柱在水平面上增粗的动态效果
Name Type Description
options Object Object with the following properties:
Name Type Default Description
center Cartesian3 optional 光柱地面点笛卡尔坐标
length Number 1000.0 optional 柱面高度(长度)
minRadius Number 100.0 optional 光柱的最小半径
maxRadius Number 200.0 optional 光柱的最大半径
slices Number 128 optional 光柱横切面(圆)上细分点个数
duration Number 2000 optional 毫秒,圆环从最小半径扩大到最大半径的时间
image String | HTMLImageElement | HTMLCanvasElement | HTMLVideoElement `buildModuleUrl('Assets/Textures/alphaYLinearGradint.png')` optional 光柱的基础纹理
color Color new Color(0.0, 0.0, 1.0, 0.5) optional 光柱的混合颜色

Members

光柱地面点笛卡尔坐标
光柱的混合颜色
毫秒,圆环从最小半径扩大到最大半径的时间

image : String|HTMLImageElement|HTMLCanvasElement|HTMLVideoElement

光柱的基础纹理
柱面高度(长度)
光柱的最大半径
光柱的最小半径
光柱横切面(圆)上细分点个数
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.