Thanks to visit codestin.com
Credit goes to github.com

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: supermedium/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: WebXR-iOS/super-three.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 12 files changed
  • 7 contributors

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    5f65580 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 <[email protected]>
    2 people authored and dmarcos committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    69f5c0b 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 <[email protected]>
    2 people authored and dmarcos committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    66a4318 View commit details
    Browse the repository at this point in the history
  4. Reintroduce setTexture2D

    dmarcos committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    92edbcc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2050f99 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acc6c9c View commit details
    Browse the repository at this point in the history
  7. Reintroduce LegacyJSONLoader

    dmarcos committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    40bba57 View commit details
    Browse the repository at this point in the history
  8. WebXR: Implement antialiased multiview using OCULUS_multiview (#15)

    * WebXR: Implement antialiased multiview using OCULUS_multiview
    
    * remove this. pointers in WebGLTextures
    
    * remove this. pointers in WebGLTextures
    
    * remove unnecessary condition when setting texture params
    felixtrz authored and dmarcos committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    d22318c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    963097e View commit details
    Browse the repository at this point in the history
Loading