Everybody is focused on quality. This goes the opposite way 😁
I put together a small Python CLI tool: a Gaussian Splat Decimator. Instead of adding detail, it reduces it.
Why?
➡️ To generate lightweight preview models
➡️ To simplify distant objects that don’t need full resolution
➡️ To make oversized models usable on lower-end devices
It works by merging Gaussian points within a set radius, cutting down complexity in real time while keeping the overall structure intact (no ugly holes).
RadianceFields.com covered the tool in their article: https://radiancefields.com/gaussian-splatting-decimator
GitHub Repo’s here 👉 https://github.com/feel3x/Gaussian_Decimator