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: playcanvas/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.19.5
Choose a base ref
...
head repository: playcanvas/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.19.6
Choose a head ref
  • 2 commits
  • 14 files changed
  • 2 contributors

Commits on Jun 5, 2026

  1. Add a GSplat streaming test example, PREFERRED_DEVICE flag, and numSp…

    …lats accessor (#8847)
    
    - New GSplat LOD streaming test example (gaussian-splatting category) with thumbnails.
    - Engine: GSplatOctreeResource.numSplats accessor returning the full-detail (LOD 0)
      splat count of a streamed gsplat resource (the LOD system keeps only a
      view/budget-dependent subset resident at runtime).
    - Examples: PREFERRED_DEVICE config flag (@Flag PREFERRED_DEVICE=webgpu|webgl2) to set
      the first-time default graphics device when the user has no stored preference; an
      explicit user choice always wins. Wired through iframe/state.mjs, utils/example-source.mjs,
      validated in eslint.config.mjs, documented in README.md.
    - .gitignore: ignore .claude/.
    
    Co-authored-by: Martin Valigursky <mvaligursky@snapchat.com>
    mvaligursky and Martin Valigursky committed Jun 5, 2026
    Configuration menu
    Copy the full SHA
    a0e0b61 View commit details
    Browse the repository at this point in the history
  2. 2.19.6

    Martin Valigursky committed Jun 5, 2026
    Configuration menu
    Copy the full SHA
    0711d51 View commit details
    Browse the repository at this point in the history
Loading