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: 3b3c00165044b44b76a3d452fd4ed973348c680b
Choose a base ref
...
head repository: mrdoob/three.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1845f6cd0525b5c73b9da33c40e198c360af29f1
Choose a head ref
  • 8 commits
  • 18 files changed
  • 5 contributors

Commits on Jul 2, 2024

  1. WebGPURenderer: BatchMesh support for Instanced rendering with sortin…

    …g, frustum culling (#28753)
    
    * WebGPURenderer: Full BatchMesh Support in both backend
    
    * cleanup
    
    * fix circular deps
    
    * webgpu wip
    
    * cleanup webgup
    
    * webgpu
    
    * cleanup
    
    * cleanup
    
    * cleanup
    
    * add the ability to specify nodeType in TextureNode and CubeTextureNode
    
    * drawIndex
    
    * cleanup
    
    * fix uint override to indirectTexture in BatchNode
    
    * update batch mesh example
    
    * fix glslnodebuilder
    
    * cleanup and fix glsl
    
    * more cleanup
    
    * cleanup and feedbacks
    
    * minor cleanup
    
    ---------
    
    Co-authored-by: sunag <sunagbrasil@gmail.com>
    2 people authored and mrdoob committed Jul 2, 2024
    Copy the full SHA
    9741229 View commit details
  2. WebGPURenderer: Restore instanced multi-draw API and add WebGPU suppo…

    …rt (#28759)
    
    * WebGPURenderer: Restore instanced multi-draw API and WebGPU compatibility
    
    * fix firefox since gl_drawID is not mandatory for custom usage
    RenaudRohlinger authored and mrdoob committed Jul 2, 2024
    Copy the full SHA
    a98611a View commit details
  3. SSAOPass: Fix debug output. (#28762)

    Mugen87 authored and mrdoob committed Jul 2, 2024
    Copy the full SHA
    8e13a22 View commit details
  4. Copy the full SHA
    7eeed1a View commit details
  5. Copy the full SHA
    315e8be View commit details
  6. Copy the full SHA
    8d89f05 View commit details
  7. Updated builds.

    mrdoob committed Jul 2, 2024
    Copy the full SHA
    26a2b7b View commit details
  8. r166 (bis)

    mrdoob committed Jul 2, 2024
    Copy the full SHA
    1845f6c View commit details
Loading