UNPKG

three

Version:

JavaScript 3D library

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