Recommended books in geometric modelling?

490 Views Asked by At

I'm currently doing a course in geometric modelling - an introduction to Bézier and B-spline techniques.

We use the book by the same name Bézier and B-Spline Techniques by Prautzsch, Boehm and Puluszny. While the exercises in this book is mathematical of nature, I would love to get some recommendation on other resources, specifically related to the implementation of such techniques on a computer.

Any help is greatly appreciated!

1

There are 1 best solutions below

0
On

Some other good texts are:

  • Curves and Surfaces for CAGD by Gerald Farin
  • The NURBS Book by Piegl and Tiller
  • A Practical Guide to Splines by Carl deBoor
  • Geometric Modeling by Michael Mortenson (pretty elementary)

The first one includes some code, and the second and third ones have quite a lot.