UNPKG

mesh-simplifier

Version:

Collection of mesh simplification methods written in Typescript

11 lines (8 loc) 189 B
/* * Copyright (c) 2020 NAVER Corp. * egjs projects are licensed under the MIT license */ import FastQuadric from "./FastQuadric/FastQuadric"; export { FastQuadric as FastQuadric, }