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);
Content copied to clipboard