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 3 of 3

Thread: bezier,b-spline,nurbs,subdivision curve and surfaces

  1. #1
    Guest

    bezier,b-spline,nurbs,subdivision curve and surfaces

    i wanna ask some favor...can anybody give me some source code on how to generate all the curve and surfaces above. i have some task which is i must build a tools which is can generate all the curve and surfaces above ...i really need help...or u can tell me some link that can help me...

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

    Re: bezier,b-spline,nurbs,subdivision curve and surfaces

    Hi !

    Some of the requested surfaces are not that simple to create, I would suggest that you have a look at one of the nurb libraries available with source, one of the best is IRIT ( http://www.cs.technion.ac.il/~irit/ )
    there are code for almost all kinds of curve and surface type you can imagine, including trivariate and others, but you may not be able to actually use the source, it's free for non commercial use only.

    Another one is GUL (sourceforge, but I think the name has changed, search for NURB on sourceforge).

    Mikael

  3. #3
    Intern Contributor
    Join Date
    Sep 2002
    Location
    Edmonton Canada
    Posts
    77

    Re: bezier,b-spline,nurbs,subdivision curve and surfaces

    look up parametric curves and surfaces. www.gamedev.net has some articles on math and geometry that explain bezier curves and such..look under the articles and resources heading on the main page, then click the math and physics link on the right column.

Posting Permissions

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