mesh create_cylinder_mesh(float radius, float height) { mesh m; // Number of samples int N = 20; // Geometry for(int k=0; k