UNPKG

mesh-simplifier

Version:

Collection of mesh simplification methods written in Typescript

4 lines (3 loc) 111 B
import Adapter from "./Adapter"; import ThreeAdapter from "./ThreeAdapter"; export { Adapter, ThreeAdapter, };