antimatter15 / splat

WebGL 3D Gaussian Splat Viewer

Home Page:https://antimatter15.com/splat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sort by index buffer

Firepal opened this issue · comments

You have to commit vertices for all gaussians, but the sort could be much faster.

I have a branch which attempts to do this. "attempts" is the keyword.
I'm unable to wrap my head around the math involved for buffer population, so it looks like garbage.
https://github.com/Firepal/splat/tree/just_change_index

This is now implemented, thanks for the suggestion!