Skip to content
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

Feature/14 allow to limit the movement of the camera #52

Merged
merged 109 commits into from
Nov 9, 2022

Conversation

maiermic
Copy link
Owner

@maiermic maiermic commented Nov 9, 2022

Resolves #14, Resolves #32

Michael Maier added 30 commits July 20, 2022 20:48
Not all inputs must have the minimum of 0.
Hence, 0 might not be a valid initial value.
Integer can still be parsed and are converted back to the same string
without decimal places in JavaScript, e.g.

    String(Number.parseFloat("1"))

returns "1" and not "1.0".
Michael Maier added 28 commits October 30, 2022 22:52
…es are set

`get_angle_distance` throws an exception if passed angles is `None`.
Unit tests require/assume no (implicit) default target.
There are checks in place that allow the current angles to be set later.
…update_of_camera_base_speeds_required`

Fix typo `od` to `of`
@maiermic maiermic merged commit 3932f77 into master Nov 9, 2022
@maiermic maiermic deleted the feature/14-allow-to-limit-the-movement-of-the-camera branch November 9, 2022 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

search at specifc angles and zoom factor allow to limit the movement of the camera
1 participant