soconne
02-18-2004, 04:04 AM
Here is my problem.
I have 6-10 3d points that lie on the same plane and form a pattern for a flat circle. I want to create some sort of bezier curve to connect the points making it look like a smooth flat 3d circle. I tried using the OpenGL functions glMapf ect... But it only tried to 'fit' a line to the points and did not actually connect them all. Anybody know how to do this?
I have 6-10 3d points that lie on the same plane and form a pattern for a flat circle. I want to create some sort of bezier curve to connect the points making it look like a smooth flat 3d circle. I tried using the OpenGL functions glMapf ect... But it only tried to 'fit' a line to the points and did not actually connect them all. Anybody know how to do this?