-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first pass, boolean math needs refactor to work * refactored property interpolation * finished edge_op update * updated sort * updated MeshGL * meshGL -> manifold * existing tests pass * prod CI * fixed floating point error * construct MeshGL from Mesh * size fix * added basic testing * added property refinement test * added property boolean test * bug fix? * fixed tolerance chacking * fixed segfault * fixed more bugs * fixed mod bug * basic properties tests passing * added test * fixed shared properties * fixed duplicate merge entries * compacting property verts * tightened tests, fixed bug * added MeshGL export * fixed more bugs * fixed coplanar tests * removed old mesh relation from tests * fixed property output, but still have extra propVerts * removed barycentric from MeshRelation * rename BaryRef to TriRef * refactored boolean property creation * moved GetBarycentric back out of the public API * CreateProperties handles continuous and discontinuous properties * avoid nan * widened testing precision * Update manifoldc to MeshGL breaking changes (#306) * Update manifoldc to MeshGL breaking changes * Update to latest MeshRelation/TriRef changes * updated WASM bindings * attempt at updating three.js example * updated JS * fixed examples Co-authored-by: Geoff deRosenroll <geoffderosenroll@gmail.com>
- Loading branch information
Showing
31 changed files
with
1,711 additions
and
1,230 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.