UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

8 lines (6 loc) 231 B
import { Mesh } from 'three' export namespace GeometryCompressionUtils { function compressNormals(mesh: Mesh, encodeMethod: string): void function compressPositions(mesh: Mesh): void function compressUvs(mesh: Mesh): void }