createGeometry

fun createGeometry(ellipsoidGeometry: EllipsoidGeometry): Geometry?(source)

Computes the geometric representation of an ellipsoid, including its vertices, indices, and a bounding sphere.

Return

The computed vertices and indices.

Parameters

ellipsoidGeometry

A description of the ellipsoid.

See also