UNPKG

@types/three

Version:
10 lines (7 loc) 275 B
import { BufferGeometry } from "three"; export class TessellateModifier { constructor(maxEdgeLength?: number, maxIterations?: number); maxEdgeLength: number; maxIterations: number; modify<TGeometry extends BufferGeometry>(geometry: TGeometry): TGeometry; }