UNPKG

videx-3d

Version:

React 3D component library designed for sub surface visualizations in the browser

3 lines (2 loc) 256 B
import { ReadonlyStore } from '../sdk'; export declare function generatePerimeterGeometry(this: ReadonlyStore, id: string, radius: number, segmentsPerMeter?: number, simplificationThreshold?: number): Promise<import('../sdk').PackedBufferGeometry | null>;