createGeometry

fun createGeometry(corridorOutlineGeometry: CorridorOutlineGeometry): Geometry?(source)

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

Return

The computed vertices and indices.

Parameters

corridorOutlineGeometry

A description of the corridor.

See also