WallEffectConfig

电子围墙效果的配置项

Constructor

new Glodon.Bimface.Plugins.Animation.WallEffectConfig()

构造电子围墙效果的配置项

Members

NameTypeDescription
blendingRatioNumber

颜色的融合程度,取值范围为[0,1],默认为0,代表材质颜色不参与融合

colorGlodon.Web.Graphics.Color

电子围墙效果的颜色

directionObject

电子围墙效果的动画方向

durationNumber

电子围墙效果的动画循环时间,单位为毫秒

heightNumber

电子围墙效果的高度,单位与场景设置单位一致

materialGlodon.Bimface.Plugins.Material.Material

电子围墙效果的材质对象

pathArray

电子围墙效果的路径

repeatBoolean

是否对图像进行重复,沿路径方向时,对图片高度进行适配,水平方向重复图像;沿竖直方向时,对图片长度进行适配,竖直方向重复图片,默认为true

stretchBoolean

是否对图像进行拉伸,若为true,则按照围墙大小对图片进行拉伸,填充整个围墙;若为false,则保留图像长宽比,沿路径方向时,对图片高度进行适配,沿竖直方向时,对图片长度进行适配,默认为false

viewerGlodon.Bimface.Viewer.Viewer3D | Glodon.Bimface.Viewer.ViewerGIS

Viewer对象