Elektrine lite

← Feed

@aeva@mastodon.gamedev.place

Post #3324374

2026-06-11 03:38 UTC

arkady is snoring and it's super cute

Replies (1)

  • @aeva@mastodon.gamedev.place 2026-06-11 04:36

    aw balls i had an idea for another random surface algorithm. pick the most central point, pick the three closest points. bin the remaining verts by which edge they belong to, maybe sort as you go too. for each edge-bin find the closest vert, append as a new triangle, divide that bin into two for the new edges, and so on. i imagine this idea is slower in single threaded perf but it has a more obvious parallel form. if you maintain the list of perimeter edges you can append to it forever

    Open ##3324373