new ov.CloudModule()
webgl/module/cloudModule/ov-Cloud.js, line 31
雲模組。
Methods
-
addCloudEntity(param){ov.CloudEntity}
webgl/module/cloudModule/ov-Cloud.js, line 47 -
新增雲實體。
Name Type Description param
Object 參數。
Name Type Default Description geo
GeoPolygon | GeoPolygonSet 範圍。
surfaceHeight
Number 0 optional 離地高。
height
Number 20 optional 雲層高。
wind
GeoPoint new GeoPoint(0, 0) optional 風速。
color
ov.Color new ov.Color("#FFFFFF") optional 顏色。
densityCutoff
Number 0.5 optional 剔除密度。
Returns:
Type Description ov.CloudEntity 雲實體。 -
removeAllCloudEntity()
webgl/module/cloudModule/ov-Cloud.js, line 62 -
移除所有雲實體。
-
removeCloudEntity(entity)
webgl/module/cloudModule/ov-Cloud.js, line 55 -
移除指定雲實體。
Name Type Description entity
ov.CloudEntity 雲實體。