-
Notifications
You must be signed in to change notification settings - Fork 21
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
improvement: Return annotationId of clicked point cloud object when doing picking #2235
improvement: Return annotationId of clicked point cloud object when doing picking #2235
Conversation
Codecov Report
@@ Coverage Diff @@
## feat/point-cloud-styling #2235 +/- ##
============================================================
+ Coverage 70.37% 71.41% +1.03%
============================================================
Files 271 271
Lines 11072 11219 +147
Branches 1405 1437 +32
============================================================
+ Hits 7792 8012 +220
+ Misses 3123 3044 -79
- Partials 157 163 +6
|
…g-return-object-id
This pull request introduces 1 alert when merging 8fdabe3 into 5018205 - view on LGTM.com new alerts:
|
📙 Documentation preview is available from |
1 similar comment
📙 Documentation preview is available from |
…github.com/cognitedata/reveal into savokr/pointcloud-picking-return-object-id
📙 Documentation preview is available from |
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.
LGTM - just a couple of suggestions
Co-authored-by: Håkon Flatval <70905152+haakonflatval-cognite@users.noreply.github.com>
…github.com/cognitedata/reveal into savokr/pointcloud-picking-return-object-id
📙 Documentation preview is available from |
1 similar comment
📙 Documentation preview is available from |
Description
Adds support for getting annotationId of clicked point cloud object when picking. Also, fixes vertex attribute error in vertex shader of point cloud material.
Checklist: