Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mrdoob/three.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dev
Choose a base ref
...
head repository: supermedium/three.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: super-169
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 13 files changed
  • 7 contributors

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    53a8167 View commit details
    Browse the repository at this point in the history
  2. Changes to WebVRManager to be compatible with latest threejs (#8)

    * Fixing WebVRManager to IOS
    
    Making EventDispatcher methods enumerable to assign.
    
    Adding this.cameraAutoUpdate = true
    
    Renamed this.getCamera to this.updateCamera, and put back this.getCamera with just the return cameraVR
    Replaced deprecated getInverse
    
    * use tabs, remove duplicate getStandingMatrix isPresenting, fix EventDispatcher methods
    
    * fix lint errors
    
    * no need for brackets
    
    Co-authored-by: shabarito <danielmgc37@gmail.com>
    2 people authored and dmarcos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    21ab10e View commit details
    Browse the repository at this point in the history
  3. Introduce dummy getEnvironmentBlendMode on WebVRManager to match WebXR (

    #11)
    
    Co-authored-by: Noeri Huisman <mrxz@users.noreply.github.com>
    2 people authored and dmarcos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    cb061db View commit details
    Browse the repository at this point in the history
  4. Reintroduce setTexture2D

    dmarcos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5cae182 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09f5dfe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8268760 View commit details
    Browse the repository at this point in the history
  7. Reintroduce LegacyJSONLoader

    dmarcos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    f253353 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c24dc77 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    75ab6d5 View commit details
    Browse the repository at this point in the history
  10. Bump version

    dmarcos committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    768aabc View commit details
    Browse the repository at this point in the history
Loading