SphereOutlineGeometry

external class SphereOutlineGeometry(options: SphereOutlineGeometry.ConstructorOptions? = definedExternally)(source)

A description of the outline of a sphere.

const sphere = new SphereOutlineGeometry({
radius : 100.0,
stackPartitions : 6,
slicePartitions: 5
});
const geometry = SphereOutlineGeometry.createGeometry(sphere);

See also

Constructors

Link copied to clipboard
constructor(options: SphereOutlineGeometry.ConstructorOptions? = definedExternally)

Types

Link copied to clipboard
Link copied to clipboard
sealed interface ConstructorOptions