Randomize books


Friday, October 1, 2010

Texturing and Modeling: A Procedural Approach, Third Edition

Texturing and Modeling: A Procedural Approach, Third Edition




Author(s): David S. Ebert
Publisher: Morgan Kaufmann
Date : 2002

This is an update of a classic book on procedural texturing and modeling by the main founders of the field. The book presents lengthy discussions of classical procedural texturing using various noise functions of the sort originated by Ken Perlin (one of the authors). It discusses newer texturing techniques such as cellular texturing, which can be used, for example, to create convincing stone patterns. Other chapters focus on animating solid textures (e.g. marble forming, volumetric gasses, etc.), fractal terrain generation, and tips for utilizing existing graphics APIs and hardware for realtime procedural texturing. This is only a sampling of the topics covered.

Code samples in C and RenderMan are given throughout, although most algorithms are given in only one of those languages. This can be a bit of a problem, as many readers will probably not have access to a RenderMan implementation. Nevertheless, it is not too difficult to translate the RenderMan code into C code in many instances.

The biggest drawback to this book is its lack of rigorous technical coverage. The decision to omit many mathematical details was a conscious choice on the part of the authors. Instead the book is mostly prose discussion of the techniques and the coarse descriptions of the underlying concepts. Although the prose is mostly clear, many times I felt myself in need of more specific, technical details. Fortunately, the book's authors are the primary researchers in this field and most of the ideas in the book have been published in academic journals. It was very easy to supplement the book with these primary sources.

Overall I found this to be a very interesting and useful book, with many algorithms essentially ready-to-run right out of the book. It would get five stars, except for the lack of technical and mathematical details mentioned above. Every serious worker in graphics needs to have this book on their shelf. I use mine often.

Download:Download

1 comment:

Blog Archive