UNPKG

mesh-simplifier

Version:

Collection of mesh simplification methods written in Typescript

2 lines (1 loc) 142 B
export declare const getUintArrayByVertexLength: (length: number) => Uint8ArrayConstructor | Uint16ArrayConstructor | Uint32ArrayConstructor;