Earlier quoted context omitted.
There are many ways to represent 3D data, but animations really only work properly with polygon meshes (e.g. triangle surface meshes or volumetric tetrahedral meshes).
It’s easy but a bit data intensive. Take two 3D splat images at different times, optimize them, then interpolate from the first to the second. Repeat at intervals. Now you have a video. A full moving subject is about 500Mbps, although it depends a lot on the quality of the source images that you make the 3D splats from and how detailed the output image is. Search for “4D gaussian splats” to find references.
Show HN: Gaussian Splat of a Strawberry
191–200 of 211 posts
Re: Show HN: Gaussian Splat of a Strawberry
#192Re: Show HN: Gaussian Splat of a Strawberry
#193I read [1], but I still don't quite know what I'm looking at. My guess is a 3D model reconstructed from lots of detailed pictures? [1] https://en.wikipedia.org/wiki/Gaussian_splatting
Others have provided details about how it works. I suggest zooming way in on that image and you'll start 'breaking though' the surface and that'll help you get an idea of how it works. Important thing is there is no defined geometric surface ("mesh"). Also important to know is that it's very, very hard to get a good splat without taking a ton of photos at different angles. It's also really, really easy to create a cr…
Re: Show HN: Gaussian Splat of a Strawberry
#194Earlier quoted context omitted.
It’s easy but a bit data intensive. Take two 3D splat images at different times, optimize them, then interpolate from the first to the second. Repeat at intervals. Now you have a video. A full moving subject is about 500Mbps, although it depends a lot on the quality of the source images that you make the 3D splats from and how detailed the output image is. Search for “4D gaussian splats” to find references.
That's just animation like an animated GIF: a series of static frames. What's more interesting is animation in the sense of deformation, as in skeletal/skinned meshes. These deformations require minimal data and can be generated dynamically.
Re: Show HN: Gaussian Splat of a Strawberry
#195vs
48meg
Splats make pretty pictures but they are 10x the data for pretty much anything I've seen.
3gig for this one: https://superspl.at/scene/8429e5e2
Re: Show HN: Gaussian Splat of a Strawberry
#196If my old phone can render it with fairly high frame rate, I’m sure a full game with realistic graphics would work well on a mid/high end PC.
Re: Show HN: Gaussian Splat of a Strawberry
#197I’m curious to why not all modern PC/console game developers use this technology to create realistic graphics in their games? If my old phone can render it with fairly high frame rate, I’m sure a full game with realistic graphics would work well on a mid/high end PC.
1. Lighting is baked in so they don’t fit well in dynamically lit environments
2. Splats aren’t as suitable for bodies you’d animate, like meshes are. They also don’t work well for very thin or sharp surfaces in general
3. Splats are pretty memory-hungry so large scenes would require better hardware than consoles can offer
These might not be as true today, and I can’t recall exactly when I read this. Probably 3 years ago or so. I recently read they’re making their way into games, so it’ll happen as the kinks are worked out.
Re: Show HN: Gaussian Splat of a Strawberry
#198Beautiful. What I love about gaussian splats is the way they degrade - instead of a hard cutoff or LoD changing spheres into cubes etc., they get increasingly "dreamy" - the basic idea is still there, just less detailed. Take for example this scene: https://superspl.at/scene/e721ea7c If you navigate closer to the trees, things around you become blurry - as if the very fabric of reality unraveled.
You might enjoy some of my art derived from gaussian splats in that case, I've been calling them gaussographs. https://bayardrandel.com/gaussographs More recent work on my instagram https://www.instagram.com/bayardrandel/
Re: Show HN: Gaussian Splat of a Strawberry
#199It definitely looks impressive. But something looks off: the red area around the "seeds" is pushed towards the center of the strawberry - or that at least the outer most layer is somewhat transparent and some deeper layers are visible.