WaterEffectConfig
类:水面效果配置项
Constructor
new Glodon.Bimface.Plugins.Animation.WaterEffectConfig()
构造水面效果配置项
Members
Name | Type | Description |
---|---|---|
boundary | Array | 水面边界点,boundary、ids选填一项,若都填写则默认ids有效 |
color | Glodon.Web.Graphics.Color | 水面颜色 |
flow | Boolean | 水面是否流动 |
heightTolerance | Number | 允许的构件高差,默认为0.001,单位与场景单位相同 |
ids | Array | 构件ID的数组,在viewer3D中如[{"modelId": "11", "objectIds": ["22","33"]}],在viewerGIS中如[{"layerId": "11", "objectIds": ["22","33"]}],boundary、ids选填一项,若都填写则默认ids有效 |
offset | Number | 竖向偏移,正数为向上移动,负数为向下移动,默认值为0 |
scale | Number | 波纹系数 |
shadow | Boolean | 水面是否有倒影 |
viewer | Glodon.Bimface.Viewer.Viewer3D | Glodon.Bimface.Viewer.ViewerGIS | Viewer对象 |
xDirection | Number | 水平流速,默认值为1 |
yDirection | Number | 垂直流速,默认值为-1 |