From f2412c3af0286344c1e9a4af38d4ab4cba3485c6 Mon Sep 17 00:00:00 2001 From: Kirill Osipov Date: Thu, 2 Oct 2025 16:53:28 +0000 Subject: [PATCH] Update README.md to include links for major splat file formats --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71b51fa..0235bda 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ - Portable: Works across almost all devices, targeting 98%+ WebGL2 support - Renders fast even on low-powered mobile devices - Render multiple splat objects together with correct sorting -- Most major splat file formats supported including .PLY (also compressed), .SPZ, .SPLAT, .KSPLAT +- Most major splat file formats supported including: [.PLY](https://github.com/graphdeco-inria/gaussian-splatting) (also [compressed](https://blog.playcanvas.com/compressing-gaussian-splats/#compressed-ply-format)), [.SPZ](https://github.com/nianticlabs/spz), [.SPLAT](https://github.com/antimatter15/splat), [.KSPLAT](https://github.com/mkkellogg/GaussianSplats3D), [.SOG](https://developer.playcanvas.com/user-manual/gaussian-splatting/formats/sog/) - Render multiple viewpoints simultaneously - Fully dynamic: each splat can be transformed and edited for animation - Real-time splat color editing, displacement, and skeletal animation