haesleinhuepf / napari-process-points-and-surfaces

Process and analyze surfaces using vedo in napari.
BSD 3-Clause "New" or "Revised" License
21 stars 4 forks source link

Fix lightning #77

Closed haesleinhuepf closed 1 year ago

haesleinhuepf commented 1 year ago

This makes sure that the light source follows the camera. This is possible thanks to code from napari-threedee (BSD3 licensed).

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 85.47% and project coverage change: +1.17 :tada:

Comparison is base (e01c86a) 71.44% compared to head (14c2614) 72.62%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ========================================== + Coverage 71.44% 72.62% +1.17% ========================================== Files 8 8 Lines 998 1103 +105 ========================================== + Hits 713 801 +88 - Misses 285 302 +17 ``` | [Impacted Files](https://codecov.io/gh/haesleinhuepf/napari-process-points-and-surfaces/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase) | Coverage Δ | | |---|---|---| | [napari\_process\_points\_and\_surfaces/\_utils.py](https://codecov.io/gh/haesleinhuepf/napari-process-points-and-surfaces/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase#diff-bmFwYXJpX3Byb2Nlc3NfcG9pbnRzX2FuZF9zdXJmYWNlcy9fdXRpbHMucHk=) | `46.87% <32.00%> (-53.13%)` | :arrow_down: | | [napari\_process\_points\_and\_surfaces/\_\_init\_\_.py](https://codecov.io/gh/haesleinhuepf/napari-process-points-and-surfaces/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase#diff-bmFwYXJpX3Byb2Nlc3NfcG9pbnRzX2FuZF9zdXJmYWNlcy9fX2luaXRfXy5weQ==) | `84.03% <100.00%> (+1.98%)` | :arrow_up: | | [...ari\_process\_points\_and\_surfaces/\_quantification.py](https://codecov.io/gh/haesleinhuepf/napari-process-points-and-surfaces/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase#diff-bmFwYXJpX3Byb2Nlc3NfcG9pbnRzX2FuZF9zdXJmYWNlcy9fcXVhbnRpZmljYXRpb24ucHk=) | `73.36% <100.00%> (+0.59%)` | :arrow_up: | | [...rocess\_points\_and\_surfaces/\_tests/test\_function.py](https://codecov.io/gh/haesleinhuepf/napari-process-points-and-surfaces/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase#diff-bmFwYXJpX3Byb2Nlc3NfcG9pbnRzX2FuZF9zdXJmYWNlcy9fdGVzdHMvdGVzdF9mdW5jdGlvbi5weQ==) | `100.00% <100.00%> (ø)` | | | [napari\_process\_points\_and\_surfaces/\_vedo.py](https://codecov.io/gh/haesleinhuepf/napari-process-points-and-surfaces/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase#diff-bmFwYXJpX3Byb2Nlc3NfcG9pbnRzX2FuZF9zdXJmYWNlcy9fdmVkby5weQ==) | `79.37% <100.00%> (+4.50%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Robert+Haase)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.