mesh create_cone_mesh(float radius, float height, float z_offset) { mesh m; // conical structure // *************************** // int N = 20; // geometry for(int k=0; k