createOutlineGeometryInstance

fun createOutlineGeometryInstance(time: JulianDate, skipModelMatrix: Boolean? = definedExternally, modelMatrixResult: Matrix4? = definedExternally): GeometryInstance(source)

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

Return

The geometry instance representing the outline portion of the geometry.

Parameters

time

The time to use when retrieving initial attribute values.

skipModelMatrix

Whether to compute a model matrix for the geometry instance Default value - false

modelMatrixResult

Used to store the result of the model matrix calculation

See also