Skip to content

Ellipsoid

Scott Hunter edited this page Nov 27, 2017 · 15 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.

Ellipsoid

A closed quadric surface that is a three dimensional analogue of an ellipse.

Interpolatable: no

Properties

show - Boolean

Whether or not the ellipsoid is shown.

Default: true

radii - EllipsoidRadii

The dimensions of the ellipsoid.

fill - Boolean

Whether or not the ellipsoid is filled.

Default: true

material - Material

The material to display on the surface of the ellipsoid.

outline - Boolean

Whether or not the ellipsoid is outlined.

Default: false

outlineColor - Color

The color of the ellipsoid outline.

outlineWidth - Double

The width of the ellipsoid outline.

Default: 1.0

stackPartitions - Integer

The number of times to partition the ellipsoid into stacks.

Default: 64

slicePartitions - Integer

The number of times to partition the ellipsoid into radial slices.

Default: 64

subdivisions - Double

The number of samples per outline ring, determining the granularity of the curvature.

shadows - ShadowMode

Whether or not the ellipsoid casts or receives shadows.

Default: DISABLED

distanceDisplayCondition - DistanceDisplayCondition

The display condition specifying at what distance from the camera this ellipsoid will be displayed.

Clone this wiki locally