I have a set of points(x,y,z) in space and from them i need to create a surface and triangulate it. In theory it should be something like parametric-generated surface.
I have tried projecting points on 2d, triangulate it and put it back in 3D, but this doesn't work for me, also tried few algoritms but main problem, that i have is all of them gives back polyhedron-shaped object, but my goal surface-shaped triangulated object. I need some help with algorithms/different approach to problem
You need to implement BallPivoting, give a look to: http://www.research.ibm.com/vistechnology/pdf/bpa_tvcg.pdf