| ▲ | jtfrench 5 hours ago | |
I like that they distinguish between the collider mesh (lower poly) and the detailed mesh (higher poly). As a game developer I'm looking for: • Export low-poly triangle mesh (ideally OBJ or FBX format — something fairly generic, nothing too fancy) • Export texture map • Export normals • Bonus: export the scene as "de-structured" objects (e.g. instead of a giant world mesh with everything baked into it, separate exports for foreground and background objects to make it more game engine-ready. Gaussian splats are awesome, but not critical for my current renderers. Cool to have though. | ||
| ▲ | ehnto 2 hours ago | parent [-] | |
Aren't the gausian splats the output here? Or are these worlds fully meshed and textured assets? From my understanding, admittedly quite a shallow look so far, the model generates gaussian splats then from that could implement the collider. I guess from the splat and the colliders you could generate actual assets that could be interactable/animated/have physics etc. Unsure, exciting space though! I just don't know how I would properly use this in a game, the examples are all quite on-rails and seem to avoid interacting too much with stuff in the environment. | ||