BufferPolygonMaterial

Material description for a BufferPolygon.

BufferPolygonMaterial objects are packable, stored when calling BufferPolygon#setMaterial. Subsequent changes to the material will not affect the polygon until setMaterial() is called again.

new Cesium.BufferPolygonMaterial(options)

Name Type Description
options BufferPolygonMaterialOptions optional
Experimental

This feature is not final and is subject to change without Cesium's standard deprecation policy.

Extends

Members

Color of fill.
Inherited From:
Color of outline.
Inherited From:
Width of outline, 0-255px.
Inherited From:

Methods

Returns a JSON-serializable object representing the material. This encoding is not memory-efficient, and should generally be used for debugging and testing.
Returns:
JSON-serializable object.
Inherited From:
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.