-
-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add failing unit test to demonstrate #5083 * make unit tests actually fail when run as part of test suite. * fix #5083. * fix lint * fix lint * fix accidentally deleted code and improve unit test coverage * test coverage * Update src/geo/projection/camera_helper.ts * make setRollEnabled private and @internal * make setRollEnabled protected since it is accessed from Map * move setRollEnabled out of Camera * disable SLERP when startRoll != endRoll, instead of based on rollEnabled. * PR feedback: define a type for updateRotation * move quaternion calculationinto updateRotation * move comments --------- Co-authored-by: Harel M <harel.mazor@gmail.com>
- Loading branch information
1 parent
985b657
commit 86ea129
Showing
6 changed files
with
131 additions
and
34 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