v2.5.2

playcanvas/enginev2.5.2Mar 17, 2025by mvaligursky

AI Summary

Bug fixes addressing tonemapping issues, shadow culling on WebGPU, and GSplat viewport sizing.

Key Highlights

  • StandardMaterial.useTonemap parameter is no longer ignored
  • Fixed reversed face culling when rendering shadows on WebGPU
  • GSplat viewport size fix

Full Release Notes

## Fixes

- [Fix] StandardMaterial.useTonemap parameter is no longer ignored by @mvaligursky in #7405
- [Fix] Fix reversed face culling when rendering shadows on WebGPU by @mvaligursky in #7407
- Gsplat viewport size fix by @slimbuck in #7425
- [FIX] Allow GSplatComponent#clone to handle null instance by @willeastcott in #7437
- [Fix] Dummy texture used by the default Sprite material uses sRGB format by @mvaligursky in #7440

**Full Changelog**: https://github.com/playcanvas/engine/compare/v2.5.1...v2.5.2