-
Notifications
You must be signed in to change notification settings - Fork 678
3d annotation #6424
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
Merged
Merged
3d annotation #6424
Changes from all commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
5887e21
add transform controls for 3d labels
sashankaryal f6d9dda
show HUD while transforming
sashankaryal 30a4cb6
refactor transform controls and labels files for maintainability
sashankaryal 62d53d2
add polyline point markers in annotate mode
sashankaryal 721acdf
add hover state for labels in annotate mode
sashankaryal 782b8c3
separate annotate and transform modes
sashankaryal f9975c4
add annotation toolbar
sashankaryal 336377e
disable scaling and rotation in polylines
sashankaryal ffe014a
add centroid marker
sashankaryal a10cd7e
use drei line for segments
sashankaryal 31fc7fc
improve per-point transformation controls for polylines
sashankaryal 8ea2b61
make annotation actions point transformation mode
sashankaryal 155f207
implement point transformation HUD display
sashankaryal 0f05338
impl moving of existing polyline points using point-specific transfor…
sashankaryal 7b61a31
add coordinate input fields for point transformation
sashankaryal 5779182
don't allow transformation on centroid
sashankaryal 0371040
add event sourcing
sashankaryal adbf425
have a retry limit number for getBounds
sashankaryal fcb7349
basic multi-camera view rendering for anntoation
sashankaryal 4438fcc
forward all camera refs to annotation views
sashankaryal 827724d
forward default camera position
sashankaryal e96a2d8
implement polyline point transformations persisting across panels
sashankaryal 482f315
add dedicated button to deselect annotation label
sashankaryal 124f3fd
add basic segment polyline functionality
sashankaryal 086d5bf
dynamic camera positions in side panels according to up vector
sashankaryal a87afa1
only show multi panel view when main 2d viewer is hidden
sashankaryal 1818a00
show crosshair in side panel views too while annotating
sashankaryal 63be1f4
add annotation plane functionality for z-drift protection
sashankaryal 0169312
use perspective camera in main panel always
sashankaryal 2a5f31c
make annotation plane responsive to up vector
sashankaryal ab34785
use distance based scaling for poly marker
sashankaryal f59392a
show segments in side panels too; move annotation related modules to …
sashankaryal 84a99f4
universal transform controls
sashankaryal a81e309
use styled components
sashankaryal 632c8d7
allow snapping to plane even when plane is toggled off from display
sashankaryal b01c79f
add feature to support automatic closure of polylines
sashankaryal cdc3616
convert temp segments into FO polylines
sashankaryal 22da52d
simplify plane projection logic
sashankaryal 8b49c22
allow net new polylines to be created
sashankaryal 198656f
allow deleting vertices and implement segment merging logic
sashankaryal 2cbb1e9
fix escape behavior
sashankaryal d9ca0bb
allow deleting entire polyline, too
sashankaryal d6660c3
add unit tests
sashankaryal 76ab193
refactor annotation types; remove unused TransformHUD component
sashankaryal 8e0928f
fix broken bounds test
sashankaryal 7359ee5
address coderabbit PR comments
sashankaryal f02988b
prevent segment tearing when moving in-between vertices
sashankaryal 8e99fba
break polyline into hooks
sashankaryal e3091a4
allow adding new vertices in middle of segments
sashankaryal 7da715c
remove unused selector
sashankaryal 7da5a11
show annotation sidebar for 3d datasets, too
sashankaryal c243877
calculate bounds only after scene load
sashankaryal 3f8ff5b
filter labels in annotate mode by what's in annotation schema
sashankaryal b8c8003
fix crosshair bounds issue
sashankaryal 14aa49c
prevent segment tearing from coordinate input, too
sashankaryal e3366d6
fix buggy transform controls
sashankaryal 90b1baa
more resilient bbox calculation
sashankaryal 44709e0
add avoid-z-fighting global scene flag
sashankaryal 14cf7a6
fix falsy check bug for minZ
sashankaryal 3820e43
adjust scene bounds calculations
sashankaryal fc0315a
deep clone mesh geometry to fix caching bug in multi-panel view
sashankaryal 4d2c058
sync point and polyline transient transform status to other panels, too
sashankaryal 74bdb06
update screenshots
sashankaryal 05e5a67
compute delta using world matrices
sashankaryal 313b05f
use skeleton cloning
sashankaryal File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.