UNPKG

@luma.gl/engine

Version:

3D Engine Components for luma.gl

10 lines 295 B
import { Geometry } from "../geometry/geometry.js"; export type PlaneGeometryProps = { id?: string; radius?: number; attributes?: any; }; export declare class PlaneGeometry extends Geometry { constructor(props?: PlaneGeometryProps); } //# sourceMappingURL=plane-geometry.d.ts.map