Skip to content

ShadowModeValue

Scott Hunter edited this page Apr 11, 2018 · 3 revisions

This page describes the possible content of a CZML document or stream. Please read CZML Structure for an explanation of how a CZML document is put together.

ShadowMode (value)

Whether or not an object casts or receives shadows from each light source when shadows are enabled.

Type: string

Values

  • DISABLED - The object does not cast or receive shadows.

  • ENABLED - The object casts and receives shadows.

  • CAST_ONLY - The object casts shadows only.

  • RECEIVE_ONLY - The object receives shadows only.

Clone this wiki locally