Just ten minutes of blowing stuff up.
Pretty cool! Gone is the alien bacteria specimen that someone may have discovered!
I am trying to guess how this was achieved, maybe with numberous objects linked / hinged together and the explosion disconnects those and rigidbodies can roam free?
Thanks! I had to nuke EVERY asteroid. It’s the only way to be sure ![]()
The asteroids are voxel-based and truly procedural (no pre-broken meshes). Here’s from my youtube description: “The voxels are rhombic dodecahedra, their vertices get stretched and distorted by a couple of noise functions, resulting in various surface structures. There’s some randomness driving those functions, therefore every single rock in this demo has its distinct shape. Mesh geometry is calculated on-demand for different levels of detail. Each large asteroid’s mesh is divided up into a 3x3x3 grid, so that only segments affected by impacts get updated. Small debris fragments are generated through mesh slicing.”