I am working on a project to construct a 3D model of a shoe.
I have now created the point cloud of the shoe but have no idea how to construct the surface of it.
I've heard about using bezier surface or Delaunay triangulation and tried using CGAL too, but all of this seemed too complicated.
Is there any simpler way to just use opengl to construct a mesh or surface of some kind?
Much thanks.