UNPKG

three

Version:

JavaScript 3D library

13 lines (8 loc) 188 B
import { Geometry } from '../../../src/Three'; export class TessellateModifier { constructor( maxEdgeLength: number ); maxEdgeLength: number; modify( geometry: Geometry ): void; }