Skip to content

v1.72.0

Latest
Compare
Choose a tag to compare
@slimbuck slimbuck released this 27 Jun 10:10
· 155 commits to main since this release

馃毃 NOTE: This release includes breaking changes to the gaussian splat shader. See #6753 for details.

What's New

Graphics

  • Fix the definition of sheenTint Standard Material property (#6665)
  • Update to skybox shader to map it closer to the infinity (#6664)
  • GSplat reorder and shader speedup (#6715) (#6716)
  • Do not compile different shader for opacity of 1 and diffuse tint of white (#6721)
  • Compressed splat update (#6746)
  • Unify gsplat shaders (#6753)

General

  • Update setFromMat4 and add tests (#6720)

Examples

  • Examples app bundle v1 (#6594)
  • Replaces slashes for windows (#6603)
  • Fixed using query params with iframe example (#6605)
  • Exports and types fixes v1 (#6624)
  • Examples config fixes v1 (#6627)
  • Fixed fallback options (#6629)
  • Fixed example types (#6635)
  • Adjusted publint error
  • Fix gsplat example (#6754)

Documentation

  • Add JSDoc for getters (#6685)
  • Improve some JSDoc class descriptions (#6725)
  • Leverage WebXR types in public API (#6713)
  • Improve typings and docs for XrPlane (#6708)
  • Tweaks to XrAnchor source (#6706)