Jump to content


simplest way of constructing curved polygon(3d)?


  • You cannot reply to this topic
1 reply to this topic

#1 totaljj

    New Member

  • Members
  • Pip
  • 1 posts

Posted 10 May 2006 - 01:09 PM

I need to make a humpbacked bridge in opengl
I can make it by specifying many points and using gl_polygon but there must be better way of doing it.
I prefer rather simple method as the bridge is a simple one.

#2 Reedbeta

    DevMaster Staff

  • Administrators
  • 4979 posts
  • LocationBellevue, WA

Posted 10 May 2006 - 06:10 PM

Google for Bezier curves and NURBS. These are mathematical objects that let you construct curved surfaces from a few control points, however, they aren't really going to be simple if you've never seen them before.
reedbeta.com - developer blog, OpenGL demos, and other projects





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users