v2.13.3

playcanvas/enginev2.13.3Nov 19, 2025by mvaligursky

AI Summary

A patch release optimizing bounding box calculations and fixing GSplat rendering bugs.

Key Highlights

  • Optimized BoundingBox.containsPoint performance
  • Fixed GSplat LOD calculation to use nearest point on bounding box
  • Fixed PBO texture uploads by ensuring correct binding state
  • Fixed unified GSplat rendering when viewport is resized

Full Release Notes

## Fixes
- Optimize BoundingBox.containsPoint performance by @mvaligursky in #8137
- Fix GSplat LOD calculation to use nearest point on bounding box by @mvaligursky in #8138
- Fix PBO texture uploads by ensuring correct texture binding state by @mvaligursky in #8146
- Fix unified GSplat rendering when viewport is resized by @mvaligursky in #8147

**Full Changelog**: https://github.com/playcanvas/engine/compare/v2.13.2...v2.13.3