-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing QuickHull dependency (#881)
* Removed QuickHull Dependency * Replaced Vector3 with glm::vec3 and VertexDataSource (and formatting) * Revert nanobind * Removing Templates (since using glm::vec3 so only need float) * Formatting * Converted glm::vec3 to glm::vec3d and float to double * Fixed Formatting and Removed third_party * Made requested Changes (m_,comments,removing unnecessary code) * Resolving Conflict * Fixed std::move warning (Shouldn't affect performance, ideally) * Reverted third_party directory in bindings * Reverting std::move * Corrected std::move and added glm::dot to calculate distance squared * Reverted m_epsilon due to epsilon and m_epsilon * Fixed some Names * Formatting * Removed all unecessary m_ * Fixed manifold.yaml * Added headers and pragma once * Modified License * Formatting * Activated the two failing tests and added the fix for the algorithm * Modified gitmodules to remove third_party * Removed nanobind
- Loading branch information
1 parent
75c340f
commit af2304d
Showing
10 changed files
with
1,426 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +0,0 @@ | ||
[submodule "src/third_party/quickhull"] | ||
path = src/third_party/quickhull | ||
url = https://github.com/akuukka/quickhull | ||
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.