Kindle Edition
Read instantly on your iPad, PC or Mac, no Kindle required
Buy Price: $59.72
Rent From: $25.09
 
 
 
Buy Used
Used - Good See details
$17.99 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Sell Back Your Copy
For a $0.35 Gift Card
Trade in
Have one to sell? Sell yours here
Texturing and Modeling, Second Edition: A  Procedural Approach (The Morgan Kaufmann Series in Computer Graphics)
 
 

Texturing and Modeling, Second Edition: A Procedural Approach (The Morgan Kaufmann Series in Computer Graphics) [Hardcover]

David S. Ebert (Editor)
3.8 out of 5 stars  See all reviews (12 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more

Formats

Amazon Price New from Used from
 
Kindle Edition
Rent from
$59.72
$25.09
 
Hardcover $66.36  
Hardcover, August 14, 1998 --  
There is a newer edition of this item:
Texturing and Modeling, Third Edition: A Procedural Approach (The Morgan Kaufmann Series in Computer Graphics) Texturing and Modeling, Third Edition: A Procedural Approach (The Morgan Kaufmann Series in Computer Graphics) 3.8 out of 5 stars (12)
$66.36
In Stock.

Book Description

August 14, 1998 0122287304 978-0122287305 2
Procedural rendering, modeling, shading and texturing are of growing importance in computer graphics and animation, and, to date, there is no other comprehensive book covering these topics. This book contains a toolbox of procedures upon which programmers can build a library of procedural textures and objects. It also includes extensive explanations of how these functions work, and how to design new functions. The revision includes updates to the core original text and an additional six chapters. These new chapters introduce and present to the graphics community the state of the art concerning the procedural approach. New chapters include: Cellular Texture Generation, volumetric Cloud Modeling with Implicit Functions, Interacting with Virtual Actors Rendering with Adaptive Level of Detail.

* Written at a usable level by the developers of the techniques, including Academy Technical Achievement Award-winners Ken Perlin and Darwyn Peachey
* Serves as a sourcebook for those writing rendering systems, shadings, and animations
* Provides a toolbox of specific procedures and basic primitive functions for producing realistic images
* Describes procedural character animation techniques, including facial animation
* Discusses the design and implementation of essential procedural primitives such as noise and turbulence
* Procedures are presented in C code segments or in RenderManâ shading language
* CD-ROM contains the code from within the book for easy implementation.
*
* Introduces volumetric cloud modeling.
* Shows how to exploit the inherent multi-resolution capability of procedural models.
* Discusses the use of genetic techniques for generating textures.

> * Describes the use of fractals for generating realistic mountains, > landscapes, and planets.


Editorial Reviews

Review

"This book has always been my favorite computer graphics book...The authors are the key inventors of the technology and some of the most creative individuals I know."-From the foreword by Pat Hanrahan, Canon USA Professor, Stanford University

"This new edition updates the definitive book on the subject with 50% more material. Video game developers will be particularly interested in the demenstrations of procedural texturing and modeling on real-time hardware..."-Steve Anderson, CTO, Electronic Arts, Los Angeles

"Texturing and Modeling, Third Edition has kept up with the latest technology and provides insight and instruction on how to best use it. I would recommend it to anyone as an introduction to procedural techniquest or as a comprehensive reference."-Doug Roble, Creative Director of Software, Digital Domain --This text refers to an alternate Hardcover edition.

From the Back Cover

Completely revised and updated with new chapters, this is the classic reference for defining the procedural approach to texturing and modeling. Updated to the current computer graphics marketplace, the second edition contains a toolbox of procedures upon which programmers can build a library of textures and objects.


Product Details

  • Hardcover: 415 pages
  • Publisher: Morgan Kaufmann; 2 edition (August 14, 1998)
  • Language: English
  • ISBN-10: 0122287304
  • ISBN-13: 978-0122287305
  • Product Dimensions: 9.2 x 7.4 x 1.1 inches
  • Shipping Weight: 2.4 pounds
  • Average Customer Review: 3.8 out of 5 stars  See all reviews (12 customer reviews)
  • Amazon Best Sellers Rank: #692,755 in Books (See Top 100 in Books)

 

Customer Reviews

12 Reviews
5 star:
 (5)
4 star:
 (1)
3 star:
 (4)
2 star:
 (2)
1 star:    (0)
 
 
 
 
 
Average Customer Review
3.8 out of 5 stars (12 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

18 of 18 people found the following review helpful:
4.0 out of 5 stars Extremely useful and interesting, but not technical enough, April 17, 2004
By 
David Elder "elddm" (Boston, Ma United States) - See all my reviews
(REAL NAME)   
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.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


36 of 45 people found the following review helpful:
2.0 out of 5 stars This could easily have been a lot better, December 6, 2001
This review is from: Texturing and Modeling, Second Edition: A Procedural Approach (The Morgan Kaufmann Series in Computer Graphics) (Hardcover)
This book has several serious problems.

The most glaring is that a significant number of the examples are coded in the "Renderman shading language". This language serves, in this book, to hide detail, detail specifically related to producing textures. Of course, if you know the language, you're fine - but most won't know the language and so this is a grievous error.

By way of welcome contrast, other examples in this same book are instead presented as C code fragments or functions. That's just the ticket - using a broadly known, freely available, relatively low-level language with no recourse to unknown hidden graphics functionality is precisely the way to go when explaining ideas in the domain of those this book is intended to convey.

The second problem is one of content. While being concise to the level of a math text is not desirable, this book contains a very sparse field of useful information considering the number of pages. The margins are too wide, the text too large, the form factor of the book too small, and the authors too wordy to possibly convey a good basis for texturing in general - it is a broad and fascinating field, touched only in the briefest and most unsatisfying manner by this book.

I do take issue with the reviewer who complained about the exposition on how to make a brick texture; that area of the text, while it may be already quite familiar to many who are interested in texturing, contains precisely the level of detail that needs to pervade a book of this type, and detail about steps that underly critical basic texturing ideas. Without understanding those basic texturing tools, a novice misses the first step on the stairs and fall on their face. The problem is, this approach is not consistent for more complex ideas in this volume, few as those actually are.

The book is entitled "Texturing and Modeling". While there is a moderate amount of texturing information in it, whatever you do, don't get it if modeling is your goal. It is very nearly devoid of modeling information, and what there is (smoke, a planet simulation, a few other items) is very basic indeed.

Finally, as a general critique, the authors (all of them) need to learn the basic idea that when presenting a function in any language to a new audience, one should precisely define the domain (and rationale) of the inputs and outputs of the function. As an example, one might encode the function for Perlin noise, and have no idea whatsoever as to what values to feed it to get particular types of results. For those of us who can read and understand what the function is actually doing (which is esoteric, make no mistake about it) the answers will eventually be illuminated by careful study of the function. However, this is very advanced material, and I am absolutely certain that many readers will be unable to figure out how to effectively use this function without a great deal of trial and error. You can also read that as "wasting a great deal of their time." That is because they won't be learning anything that could not have been conveyed by the author(s) in a single short paragraph of domain information.

In summary:

The 2 stars is because I didn't think this was a very good book. On the other hand, it is one of the very few books that deals with the subject at all, and for that reason, you should definitely own it if textures are an interest of yours.

If you're newly interested in textures, this will give you a basis for further exploration. It won't give you a cookbook by any means.

If you're looking for cookbook and "how to" approaches, get on the web and the newsgroups.

Finally, if you're considering writing a good book about creating textures, by all means, please do. The world needs a good one: this most definitely isn't it. I'd be delighted to be one of the first owners of your new book.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 4 people found the following review helpful:
5.0 out of 5 stars Excellent guide for the Non-mathematic minded..., February 8, 1998
By A Customer
Yippeee!!!
Finally, a book that explains Fractal noise, Bump mapping, textures and Terrain modelling in a simple way that doesn't boggle your mind

I've always wondered how to make my own Smoke effects, how 3D Fractal Terrain is created, how to make Clouds and a whole lot more...
This Book is really cool! It does feel a little *academic*, but its a fascinating read and even a dummy like myself can follow the text! (Hey, I hate Maths!)

Excellent!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews










Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Procedural techniques have been used throughout the history of computer graphics. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
pnt world, animating gases, turb amount, screen space point, lattice convolution noise, speedup scheme, exponent array, shader space, vector field tables, sparse convolution, color spline, smoothstep function, volume density functions, flow field tables, most renderers, implicit primitives, flow field functions, shading language, textured transparency, vortex procedure, frame num, wavelet center, procedural textures, implicit spheres, shading sample
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Color Plate, Kenton Musgrave, Darwyn Peachey, Ken Perlin, Karl Sims, Beer's Law, The Science of Fractal Images, Steve Worley, David Ebert, Digital Domain, Graphics Gems, Intersect Surface, Monte Carlo, Walter Thompson
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:




What Other Items Do Customers Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject