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

Add possibility to setup Camera above horizon for augmented reality support #846

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Commits on Dec 7, 2020

  1. Added keyboard navigation capabilities to the globe (#4)

    * Added the KeyboardControls module to utils.
    
    * Added the creation of a KeyboardControls object to the WorldWindow.
    ComBatVision committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    264b021 View commit details
    Browse the repository at this point in the history
  2. Replace LookAtNavigator with Camera and LookAt objects.

    Migrate applications to use Camera instead of Navigator.
    Remove Projection.geographicToLocalTransform.
    Rename LookAt.lookAtPosition to LookAt.position.
    Move Camera and LookAt to geom package.
    Do not convert Camera to LookAt for compass. Use Camera heading and tilt directly.
    Use picked terrain position instead of forward ray globe intersection.
    Implement camera field of view processing.
    Check camera altitude to avoid falling under the surface.
    Migrate KeyboardControls from Navigator to Camera.
    Migrate tests to use Camera instead of Navigator.
    ComBatVision committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    c406f69 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    834910e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Remove WorldWindow dependency from Camera. Move transformations betwe…

    …en Camera and LookAt to WorldWindow.
    ComBatVision committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    20c5526 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    163aa21 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    ef2f7df View commit details
    Browse the repository at this point in the history