pierotofy / OpenSplat

Production-grade 3D gaussian splatting with CPU/GPU support for Windows, Mac and Linux 🚀
https://antimatter15.com/splat/?url=https://splat.uav4geo.com/banana.splat
GNU Affero General Public License v3.0
924 stars 87 forks source link

depth rendering and optimization #105

Closed MisEty closed 5 months ago

MisEty commented 5 months ago

Hello, I noticed that the rasterizer module is based on gsplat and gsplat offers many extra features, including depth rendering(see Rasterization for details). How can I edit current rasterizer module to enable depth rendering and optimization like original gsplat?