How do I make a mesh

How do I make an object using meshing in OpenGL? any good website to refer to?

Actually my project is to create something like the “loft” modifier in 3D Max Studio. So basically I will have a bazier curve which will be rotated or moved along a path, I have to connect the points on the curve when it’s moved so it will form a mesh and then texture map the object. Is there any where I can refer to start this?

regards,
songeb

Try this site:
http://nehe.gamedev.net

Originally posted by songeb:
[b]How do I make an object using meshing in OpenGL? any good website to refer to?

Actually my project is to create something like the “loft” modifier in 3D Max Studio. So basically I will have a bazier curve which will be rotated or moved along a path, I have to connect the points on the curve when it’s moved so it will form a mesh and then texture map the object. Is there any where I can refer to start this?

regards,
songeb[/b]