forked from elalish/manifold
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated JS binding type definitions * Ignore sublime text projects * Ignore clangd cache * Expose isManifold method * Added wrapper for Manifold constructor, updated Mesh interface (...) - Optional Mesh fields no longer error out with a 'missing property' error when they are missing - Manifold constructor now uses the JS style Mesh instead of the serialized Mesh interface (MeshVec) - The old constructor was kept as a new static function (ManifoldFromMeshVec) - Error checking added to the constructor. If the status is not 0, an error with the correct message and code is thrown - Updated type definitions * Fix typo whoops... * Fix broken MeshRelation deserialization * Revert "Expose isManifold method" This reverts commit cedde70. * Dummy commit to trigger CI
- Loading branch information
Showing
3 changed files
with
111 additions
and
7 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