CloudBox

new Cesium.CloudBox(options)

Clouds category. Used to add clouds to the scene.
Name Type Description
options Object The parameters have the following attributes:
Name Type Description
url String The address of the cloud layer data to be added.
Example:
var cloudBox = new Cesium.CloudBox({
     url:'picture path'
});
scene.cloudBox = cloudBox;

Members

url : String

Get or set the address of the cloud image to be added.

Methods

destroy()

Destroy the object and release WebGL resources.