Skip to content
Scott Hunter edited this page Apr 2, 2018 · 12 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.

Box

A box, which is a closed rectangular cuboid.

Interpolatable: no

Properties

show - Boolean Whether or not the box is shown.

Default: true

dimensions - BoxDimensions - Required The dimensions of the box.

fill - Boolean Whether or not the box is filled.

Default: true

material - Material The material to display on the surface of the box.

Default: solid white

outline - Boolean Whether or not the box is outlined.

Default: false

outlineColor - Color The color of the box outline.

Default: black

outlineWidth - Double The width of the box outline.

Default: 1.0

shadows - ShadowMode Whether or not the box casts or receives shadows.

Default: DISABLED

distanceDisplayCondition - DistanceDisplayCondition The display condition specifying the distance from the camera at which this box will be displayed.

Clone this wiki locally