Hacker News new | ask | show | jobs
by jtolmar 730 days ago
It might end up being used in video games, either because the performance continues pushing ahead, or because someone just wants its distinctive look.

Speaking of uses for gaussian splatting - would anyone have any unique use cases for being able to generate splat models wildly faster?

2 comments

It's very unlikely it will be used in video games. Video games pretty much exclusively use texture mapped polygon meshes as data structure. They easy to render, they plays well with object animations, they allow for dynamic lights, and there exists a lot of mature software to create and edit this data. 3D Gaussian splats also render quite fast, but they are bad for animations, they don't allow for dynamic lights (as far as I can tell), and there are basically no tools to create and edit models, except from photogrammetry.
Yeah, there are some applications in the area of SLAM that benefit from quickly generating plausible gaussian representations.