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

Webvr to webxr #42

Merged
merged 19 commits into from
Apr 3, 2024
Merged

Webvr to webxr #42

merged 19 commits into from
Apr 3, 2024

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    388c580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0c965c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eceecd View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. basic XR rendering works

    catmajor committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    71276c6 View commit details
    Browse the repository at this point in the history
  2. correct clock calculation

    catmajor committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    c842573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28fd1a4 View commit details
    Browse the repository at this point in the history
  4. fixed vr exit

    catmajor committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    eb10636 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    588cb64 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Add device change listener and update vr button

    Untested
    catmajor committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    2f2b3eb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    4612417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c333f View commit details
    Browse the repository at this point in the history
  3. Iterate through all available views on rendering.

    Also remove obsolete calculateViewMatrix usage
    catmajor committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b35d63d View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2024

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

Commits on Mar 19, 2024

  1. Fix VR button icon

    catmajor committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7c86198 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    e53df9b View commit details
    Browse the repository at this point in the history
  2. Add toggleable URL search param stereo-enabled.

    If set to true will render the stereo demo button
    Also changed stereo demo button comment to reflect this
    catmajor committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    a3c7a29 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    7d2c7c7 View commit details
    Browse the repository at this point in the history
  2. Add translationScale and floorAdjust to render().

    translationScale adjusts vr mode movement to be close to real world.
    floorAdjust lifts eye position to the fish level.
    catmajor committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2718d7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4296838 View commit details
    Browse the repository at this point in the history