Bezier and OpenGL Big Willy Style

What is the Bezier stuff used for in opengl. Does anybody have any examples?

The Bezier is a method to create curves from vertex. Some games first create the bezier model of the level, the load it to memory and then they display it or some parts of it.

NewROmancer