SphereGeometry
external class SphereGeometry(options: SphereGeometry.ConstructorOptions? = definedExternally)(source)
A description of a sphere centered at the origin.
const sphere = new SphereGeometry({
radius : 100.0,
vertexFormat : VertexFormat.POSITION_ONLY
});
const geometry = SphereGeometry.createGeometry(sphere);
Content copied to clipboard