UNPKG

three

Version:

JavaScript 3D library

14 lines (9 loc) 259 B
import { BufferGeometry } from '../../../src/Three'; export class TessellateModifier { constructor( maxEdgeLength?: number, maxIterations?: number ); maxEdgeLength: number; maxIterations: number; modify( geometry: BufferGeometry ): BufferGeometry; }