createFillGeometryInstance

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

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

Return

The geometry instance representing the filled 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