MarcusAndreasSvensson / gaussian-splatting-webgpu

https://splatting.marcussvensson.com
MIT License
53 stars 5 forks source link

Dynamic array size in sorting #3

Open MarcusAndreasSvensson opened 1 year ago

MarcusAndreasSvensson commented 1 year ago

Today the sorting array size is set to 14mil entries to accommodate for larger scenes, this makes the performance suffer for smaller scenes more than necessary, but the amount of total splat-tile intersections is variable every viewpoint, which means we can't use a static array size based on the scene.