I'm fitting NURBS surfaces onto some data points in the form of patches. I have a certain amount of patches and a uniform resolution of 17x17 data points per patch. The degree values are 3 in each direction.
Every patch is fit NURBS surface using a routine. The data points between neighboring patches match each other - so C0 continuity is satisfied. But I do nothing special for C1 continuity. How should I modify my algorithm to have a C1 continuity?