UNPKG

@luma.gl/engine

Version:

3D Engine Components for luma.gl

11 lines 337 B
import { Geometry } from "../geometry/geometry.js"; export type IcoSphereGeometryProps = { id?: string; radius?: number; iterations?: number; attributes?: any; }; export declare class IcoSphereGeometry extends Geometry { constructor(props?: IcoSphereGeometryProps); } //# sourceMappingURL=ico-sphere-geometry.d.ts.map