-
Notifications
You must be signed in to change notification settings - Fork 143
Box
Scott Hunter edited this page Jun 14, 2016
·
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.
dimensions - BoxDimensions
The dimensions of the box.
fill - Boolean
Whether or not the box is filled.
material - Material
The material to display on the surface of the box.
outline - Boolean
Whether or not the box is outlined.
outlineColor - Color
The color of the box outline.
outlineWidth - Double
The width of the box outline.