Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: opengl in C++builder

  1. #1
    Guest

    opengl in C++builder

    if I want to draw a bezier curve in C++builder, how can I do?

  2. #2
    Senior Member OpenGL Pro
    Join Date
    May 2001
    Location
    Kristianstad,Skåne,Sweden
    Posts
    1,651

    Re: opengl in C++builder

    Hi !

    It's no different from drawing a bezier curve with any other compiler, have a look at the gluNewNurbsRenderer and go from there, if you don't have OpenGL documentation you will find it on this website.

    You could of course also use an external library to create the curve for you, or implement it yourself, it's actually pretty simple, there are lots of tutorials on bezier curves out there, I even think there is one on www.gamedev.net

    Mikael

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •