-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat: 360 image annotation visibility toggle #3165
feat: 360 image annotation visibility toggle #3165
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3165 +/- ##
==========================================
- Coverage 73.36% 73.28% -0.08%
==========================================
Files 333 333
Lines 31391 31448 +57
Branches 2511 2508 -3
==========================================
+ Hits 23029 23048 +19
- Misses 8264 8302 +38
Partials 98 98
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! One minor thing I noticed is that annotations are often loaded before the actual 360 image cubemap is created, so this creates a strange effect of floating meshes before you enter a 360 image, I guess we should ensure that 360 image cubemap is added to the scene first and then annotations should be added as well. I think it could be addressed in a separate PR as it is not critical. Video with this behaviour:
Screen.Recording.2023-04-25.at.12.02.59.mov
Yes, I have seen this. It's tracked in https://cognitedata.atlassian.net/browse/REV-882 |
I have started to wonder whether this should just be set using the styling API. Will wait with merging this, discussing with Christopher when he's back |
I've decided to butcher this in favor of the styling PR :( Oh well, maybe we'll see use for it in the future |
Type of change
Jira ticket 📘
https://cognitedata.atlassian.net/browse/REV-875
Description 📝
Toggle to turn on and off annotation visibility.
How has this been tested? 🔍
helideck-site-2-jpeg
Test instructions ℹ️
Checklist ☑️