EllipsoidGeometryUpdater

external class EllipsoidGeometryUpdater(entity: Entity, scene: Scene)(source)

A GeometryUpdater for ellipsoids. Clients do not normally create this class directly, but instead rely on DataSourceDisplay.

Parameters

entity

The entity containing the geometry to be visualized.

scene

The scene where visualization is taking place.

See also

Constructors

Link copied to clipboard
constructor(entity: Entity, scene: Scene)

Functions

Link copied to clipboard
fun createFillGeometryInstance(time: JulianDate, skipModelMatrix: Boolean? = definedExternally, modelMatrixResult: Matrix4? = definedExternally): GeometryInstance

Creates the geometry instance which represents the fill of the geometry.

Link copied to clipboard
fun createOutlineGeometryInstance(time: JulianDate, skipModelMatrix: Boolean? = definedExternally, modelMatrixResult: Matrix4? = definedExternally): GeometryInstance

Creates the geometry instance which represents the outline of the geometry.