1.0.3 • Published 8 years ago
mesh-fixer-tolerance v1.0.3
mesh-fixer
Patches up holes and cracks in non-manifold meshes.
Install
npm i mesh-fixerExample
const mesh = loadMyBrokenMesh()
const repaired = require('mesh-fixer')(mesh.cells, mesh.positions)API
require('mesh-fixer')(cells, positions[, options])
Fills in holes in a given mesh.
cellsare the faces of the meshpositionsare the points of the meshoptionsan object containing the options for the meshtolerancethe precision to which the mesh is to be repaired to
Credits
Development supported by Standard Cyborg
(c) 2017 Mikola Lysenko. MIT License
1.0.3
8 years ago