Skip to content

Materials

Material types for styling entities.

material

Material types for cesiumkit, matching CesiumJS material property classes.

MaterialBase

Bases: CesiumBase

Abstract base for all materials.

SolidColorMaterial

Bases: MaterialBase

A material that fills the surface with a solid color.

ImageMaterial

Bases: MaterialBase

A material that fills the surface with an image.

GridMaterial

Bases: MaterialBase

A material that fills the surface with a grid pattern.

StripeMaterial

Bases: MaterialBase

A material that fills the surface with alternating stripes.

CheckerboardMaterial

Bases: MaterialBase

A material that fills the surface with a checkerboard pattern.

PolylineGlowMaterial

Bases: MaterialBase

A material that makes a polyline glow.

PolylineArrowMaterial

Bases: MaterialBase

A material that renders a polyline as an arrow.

PolylineDashMaterial

Bases: MaterialBase

A material that renders a polyline with dashes.

PolylineOutlineMaterial

Bases: MaterialBase

A material that renders a polyline with an outline.