UNPKG

@types/three

Version:
7 lines (5 loc) 163 B
import { BufferGeometry } from "three"; export class SimplifyModifier { constructor(); modify(geometry: BufferGeometry, count: number): BufferGeometry; }