Using ECS to update a mesh.

You can already do high performance mesh manipulation in jobs, but I’m not sure how you can really get around the bottleneck of pushing your mesh data back to the GPU.

Here’s a demo of what I’ve been working on at the moment with meshes. Generating (greedy) meshes on the fly while doing back face culling every frame.

3 Likes