Quote Originally Posted by Thyandyr View Post
I see from the project code that you dropped the idea of voxelifying/tessellating in the geometry shader. Any post mortem comments?
Yeah, I've tried generating cubes from single point in geometry shader and performace was awful, way worse than using separate verts for each.