Skip to content

Releases: playcanvas/engine

v1.74.0

17 Sep 11:15
Compare
Choose a tag to compare

What's New

Bug Fixes

Full Changelog: v1.73.5...v1.74.0

v1.73.5

05 Sep 08:25
Compare
Choose a tag to compare

Bug Fixes

  • Prefilter fix (engine v1) (#6893)
  • Fix 3D Gaussian Splat rendering in VR (#6896)
  • Improve ply parsing performance (#6882)

Full Changelog: v1.73.4...v1.73.5

v2.0.0

22 Aug 10:50
Compare
Choose a tag to compare

Major / Breaking changes

Major breaking changes are tracked in this ticket - use it also as a guide on what to do when you have issues: #6666

Build changes

Other changes

Read more

v1.73.4

05 Aug 13:16
Compare
Choose a tag to compare

Full Changelog: v1.73.3...v1.73.4

v1.73.3

05 Aug 13:15
Compare
Choose a tag to compare

Full Changelog: v1.73.2...v1.73.3

v1.73.2

05 Aug 13:15
Compare
Choose a tag to compare

Bug fixes

  • Gsplat sorter fix (#6846)
  • Backbuffer fixes (#6849)
  • animationAssets assigned to anim component (#6863)
  • getAnimationAsset returns accurate type (#6864)

Full Changelog: v1.73.1...v1.73.2

v1.73.1

24 Jul 10:16
Compare
Choose a tag to compare

Bug Fixes

  • [Fix] Fix albedo debug output (#6836)
  • [Fix] Gsplat sorting bug (#6845)

Full Changelog: v1.73.0...v1.73.1

v1.73.0

16 Jul 15:27
Compare
Choose a tag to compare

What's Changed

  • Support OffscreenCanvas in Web Workers (#5167)
  • Add Gsplat Mapping (#6824)

Bug Fixes

  • Stencil clearing was not setting up the mask correctly (#6778)
  • Fix WebXR depth sensing on quest 3 (#6774)
  • Update Tags class to use spread instead of arguments (#6775)
  • Use object destructuring with vectors (#6777)
  • Minor refactor of Curve class (#6780)
  • Array length fix (#6823)

Full Changelog: v1.72.1...v1.73.0

v1.72.1

08 Jul 13:11
Compare
Choose a tag to compare

Bug Fixes

  • Gizmo event fix (#6790)
  • Invoke stopPropagation on pointer events handled by gizmo (#6770)

Full Changelog: v1.72.0...v1.72.1

v1.72.0

27 Jun 10:10
Compare
Choose a tag to compare

🚨 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)