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 rotation bug when exproting to html #318

Merged
merged 1 commit into from
Jan 15, 2024
Merged

Conversation

IgorTatarnikov
Copy link
Member

Before submitting a pull request (PR), please read the contributing guide.

Please fill out as much of this template as you can, but if you have any problems or questions, just leave a comment and we will help out :)

Description

What is this PR

  • Bug fix
  • Addition of a new feature
  • Other

Why is this PR needed?
The meshes were mirrored when exporting to HTML, see #315.

What does this PR do?
Provides already transformed meshes to be rendered by k3d.

References

#315

How has this PR been tested?

The probe tracks were exported to HTML and visually inspected.

All other examples render correctly, and all tests pass.

Is this a breaking change?

No

Does this PR require an update to the documentation?

No

Checklist:

  • The code has been tested locally
  • The code has been formatted with pre-commit

@IgorTatarnikov IgorTatarnikov requested a review from a team January 15, 2024 13:23
Copy link

codecov bot commented Jan 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (52b1ec0) 86.39% compared to head (19e1065) 86.39%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #318   +/-   ##
=======================================
  Coverage   86.39%   86.39%           
=======================================
  Files          26       26           
  Lines        1213     1213           
=======================================
  Hits         1048     1048           
  Misses        165      165           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@adamltyson adamltyson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @IgorTatarnikov. I'll merge, release, then hopefully we should be able to close #315

@adamltyson adamltyson merged commit 740398f into main Jan 15, 2024
19 checks passed
@adamltyson adamltyson deleted the export-flipping-render-bug branch January 15, 2024 14:17
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.

None yet

2 participants