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/splat-transform
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.6.0
Choose a base ref
...
head repository: playcanvas/splat-transform
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.7.0
Choose a head ref
  • 4 commits
  • 9 files changed
  • 4 contributors

Commits on Jun 18, 2026

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

Commits on Jun 22, 2026

  1. Write linear-space SCALE in GLB export to follow KHR_gaussian_splatti…

    …ng spec (#268)
    
    The KHR_gaussian_splatting spec requires KHR_gaussian_splatting:SCALE to be
    linear and non-negative, but the GLB writer stored the raw log-space scale
    values (the internal/PLY convention). Spec-conformant viewers therefore failed
    to visualize the exported splats.
    
    Apply Math.exp() to the scale components on export, mirroring the sigmoid
    activation already applied to opacity. exp() is always positive, so the
    non-negative requirement holds by construction. This matches how scale is
    interpreted elsewhere (the AABB/renderer path exponentiates the stored
    log-space scale).
    
    Add a regression test that parses the exported GLB and asserts SCALE equals
    exp(input) and OPACITY equals sigmoid(input).
    
    Fixes #267.
    
    Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
    willeastcott and claude authored Jun 22, 2026
    Configuration menu
    Copy the full SHA
    a07f5aa View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2026

  1. Configuration menu
    Copy the full SHA
    61c1532 View commit details
    Browse the repository at this point in the history
  2. 2.7.0

    slimbuck committed Jun 24, 2026
    Configuration menu
    Copy the full SHA
    6651143 View commit details
    Browse the repository at this point in the history
Loading