UNPKG

mesh-simplifier

Version:

Collection of mesh simplification methods written in Typescript

10 lines (8 loc) 211 B
/* * Copyright (c) 2020 NAVER Corp. * egjs projects are licensed under the MIT license */ export * from "./MeshSimplifiers"; export * from "./math"; export * from "./Geometries"; export * from "./Adapters";