Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mirroring #298

Merged
merged 3 commits into from
Dec 27, 2022
Merged

Fix mirroring #298

merged 3 commits into from
Dec 27, 2022

Conversation

elalish
Copy link
Owner

@elalish elalish commented Dec 27, 2022

Fixes #294

Okay, I thought I had implemented support for mirrored transforms, but I must have meant to and then forgot about it. Thanks @pca006132 for debugging it and starting a solution. This also fixes scaling halfedgeTangents, which didn't work at all either, even for non-mirrored transforms.

@elalish elalish self-assigned this Dec 27, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 91.24% // Head: 91.31% // Increases project coverage by +0.06% 🎉

Coverage data is based on head (6a7438b) compared to base (812b056).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #298      +/-   ##
==========================================
+ Coverage   91.24%   91.31%   +0.06%     
==========================================
  Files          33       33              
  Lines        3505     3533      +28     
==========================================
+ Hits         3198     3226      +28     
  Misses        307      307              
Impacted Files Coverage Δ
src/manifold/src/impl.cpp 93.95% <100.00%> (+0.55%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@elalish elalish merged commit 1b7b365 into master Dec 27, 2022
@elalish elalish deleted the mirroring branch December 27, 2022 19:41
cartesian-theatrics pushed a commit to SovereignShop/manifold that referenced this pull request Mar 11, 2024
* supports scale inversion

* update tangents when scaling

* fixed tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Triangulation error when using negative scale
2 participants