Clouds category. Used to add clouds to the scene.
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
options |
Object |
The parameters have the following attributes:
|
Example:
var cloudBox = new Cesium.CloudBox({
url:'picture path'
});
scene.cloudBox = cloudBox;
Members
-
Get or set the address of the cloud image to be added.
Methods
-
Destroy the object and release WebGL resources.