-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement Lazy Picking for POINTERMOVE (#13044)
* Lazy Pick on Move * Change to account for undefined * cameras using DSM * Check for reasons to pick before picking * Addressed some feedback (missing meshUnderPointer) * Modified get meshUnderPointer * Add frame awareness picking for move * Caching Test * format * import fix * Removed test code * PR Feedback * fixed import * removed gesture recognizer and reverted inputs * Revert videoDome because it uses picking info * formatting * Changed to just MOVE Lazy Picking * Format * Removed comment * PR Feedback * Re-added meshunderpointer code back * More feedback * Comment * PR Feedback part 1 * comment
- Loading branch information
1 parent
8a443e6
commit 61bcae7
Showing
6 changed files
with
127 additions
and
65 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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