UNPKG

arx-level-generator

Version:
12 lines 733 B
export { getVertices, getNonIndexedVertices } from '../mesh/getVertices.js'; export { loadOBJ } from '../mesh/loadOBJ.js'; export { makeBumpy } from '../mesh/makeBumpy.js'; export { scaleUV, flipUVHorizontally, flipUVVertically, normalizeUV } from '../mesh/scaleUV.js'; export { toArxCoordinateSystem } from '../mesh/toArxCoordinateSystem.js'; export { transformEdge } from '../mesh/transformEdge.js'; export { translateUV } from '../mesh/translateUV.js'; export { connectEdgeTo } from '../mesh/connectEdgeTo.js'; export { categorizeVertices } from '../mesh/categorizeVertices.js'; export { addPoint } from '../mesh/addPoint.js'; export { getLowestPolygonIdx } from '../mesh/getLowestPolygonIdx.js'; //# sourceMappingURL=index.js.map