Ebook Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn
Why need to be this book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn to read? You will never obtain the knowledge and experience without managing yourself there or attempting by yourself to do it. For this reason, reading this publication Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn is required. You can be fine and also correct sufficient to get how essential is reading this Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn Even you constantly check out by responsibility, you could assist yourself to have reading e-book habit. It will be so beneficial and fun after that.

Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn
Ebook Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn
Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn. Discovering how to have reading practice resembles learning to try for consuming something that you actually do not desire. It will certainly need even more times to assist. Moreover, it will certainly likewise bit pressure to offer the food to your mouth as well as swallow it. Well, as checking out a publication Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn, sometimes, if you need to check out something for your brand-new jobs, you will really feel so lightheaded of it. Also it is a book like Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn; it will certainly make you really feel so bad.
To get over the problem, we now offer you the modern technology to get guide Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn not in a thick published documents. Yeah, reviewing Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn by on the internet or obtaining the soft-file just to read could be one of the ways to do. You could not feel that reviewing an e-book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn will certainly be helpful for you. Yet, in some terms, May people effective are those who have reading habit, included this kind of this Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn
By soft documents of guide Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn to review, you could not should bring the thick prints anywhere you go. Whenever you have going to read Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn, you could open your gadget to read this book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn in soft file system. So easy as well as quick! Checking out the soft data e-book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn will certainly offer you easy method to read. It could also be faster since you can read your book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn all over you desire. This online Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn could be a referred e-book that you could appreciate the solution of life.
Considering that publication Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn has great advantages to read, lots of individuals now grow to have reading habit. Supported by the industrialized innovation, nowadays, it is easy to purchase the book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn Also guide is not alreadied existing yet in the marketplace, you to hunt for in this web site. As what you can discover of this Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn It will truly ease you to be the first one reading this e-book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn and get the perks.
For almost three decades eminent computer graphicist Jim Blinn has coupled his scientific knowledge and artistic abilities to foster the growth of the computer graphics field. His many contributions include the Voyager Fly-by animations of space missions to Jupiter, Saturn, and Uranus; The Mechanical Universe, a 52-part telecourse of animated physics; and the computer animation of Carl Sagan's PBS series Cosmos. In addition, Blinn, the recipient of the first SIGGRAPH Computer Graphics Achievement Award, has developed many widely used graphics techniques, including bump mapping, environment mapping, and blobby modeling.
Blinn shares his insight and experience in "Jim Blinn's Corner," an award-winning column in the technical magazine IEEE Computer Graphics and Applications in which he unveils his most useful graphics methods and observations. This book, a compendium of 20 of the column's articles, leads you through the "graphics pipeline" offering a wealth of tips and tricks. It explores common graphics problems, many of which have never before been addressed.
An invaluable resource for any graphics professional
In his entertaining and inspirational style, Blinn examines a variety of topics to help computer graphics software and application developers recognize and solve graphics programming problems. Focusing on geometry and the graphics pipeline, he shares:
- easy to understand explanations of difficult concepts gleaned from years of teaching
- interesting examples of tricky special cases that cause conventional algorithms to fail
- highly refined algorithms for clipping, viewing, lighting, and rendering
- easy to understand explanations of difficult concepts gleaned from years of teaching
- interesting examples of tricky special cases that cause conventional algorithms to fail
- highly refined algorithms for clipping, viewing, lighting, and rendering
- Sales Rank: #1364609 in Books
- Brand: Brand: Morgan Kaufmann
- Published on: 1996-07-15
- Original language: English
- Number of items: 1
- Dimensions: 9.19" h x .51" w x 7.37" l, .88 pounds
- Binding: Paperback
- 214 pages
- Used Book in Good Condition
Most helpful customer reviews
5 of 5 people found the following review helpful.
Great grab-bag of computer graphics topics
By calvinnme
This book is a collection of articles written from the late 80's through the mid 90's about various computer graphics topics. Even though the book doesn't look serious, it does a very good job of explaining several rather complex computer graphics topics better than many other much more expensive textbooks on the subject. Mathematics is clearly explained when needed, and there is some pseudocode included. Since each chapter is an article totally independent of all others, I shall review each article/chapter separately:
1. How Many Ways Can You Draw a Circle?
For people who can program and who can draw points and lines on some system this is a splendid introduction to the way math is used in computer graphics. The "exercises" range from easy to medium hard.
2. What, Teapots Again?
Martin Newell's Teapot is the trademark of computer graphics. The GLUT library for OpenGL has a pre-computed object called the teapotahedron, right along with the dodecahedron and the icosahedron. Here are the coordinates if you want a teapotahedron of your very own in whatever graphics system you want.
3. Nested Transformations and Blobby Man
This is a classic exercise in how matrix algebra makes articulation trees easy to program. It basically uses a set of scaled and translated geometric primitives such as spheres to "build up" the crude figure of a man. This chapter might be useful to robotics students looking for a project.
4. Platonic Solids
The platonic solids are widely used as sample objects. They are the tetrahedron, hexahedron, octahedron, icosahedron, and dodecahedron. Blinn intends this to be a "hip pocket" program for the five platonic solids, something you can tuck away in your memory. OpenGL+GLUT has all these solids as primitives, so this is something you should study once as part of your general computer graphics education.
5. How to Write a Paper for SIGGRAPH
Chapters 5,7,12 and 20 are more about programmers than about programming. It makes for amusing reading, and if you take Blinns advice to heart now, you may improve your technical writing style in other areas too.
6. Me and My (Fake) Shadow
It should be mentioned beforehand that this methods merely allows shadows to be cast on flat ground. This means two things: it can only be used to cast a shadow on a flat surface AND it can only cast the shadow of one object. Blinn admits to having first attempted a hack approach to solve the problem in an unintuitive but slightly quicker way. He also presents his revised methodical approach and shows problems with it.
7. Things I Hope Not to See or Hear at SIGGRAPH
Talks about what makes a bad presentation - Talks read verbatim, illegible slides, micro-sized text, magenta lines on a cyan background, the entire talk echoed on slides, the fading voice, "I'm Almost Out of Time so I'll Just Run Through the Rest of These Slides Real Fast.", "Uh, I Guess That's All I Have to Say."
8. Where Am I? What Am I Looking At?
A generalization of the lookat transformation that Blinn used in space movies. This is pretty advanced unless you've had a course in linear algebra.This chapter is also a very compact summary of what you know after you have worked with the graphics pipeline for a while.
9. The Three-Dimensional Kaleidoscope
Some playing with 3D groups to make related polyhedra and other interesting shapes. This is an interesting entry portal to the whole subject of symmetry. It goes with the Platonic Solids chapter, but can be done independently. This article encourages greater artistic experimentation and free-form design for a smaller investment of effort than the other chapters so far.
10. Fractional Invisibility
A way to remove most of the singuarites in quantitative invisibility types of hidden line algorithms, this is definitely an advanced subject. OpenGL provide a z-buffer which makes the techniques described here necessary only for special parts of computational solid geometry (CSG).
11. Optimal Tubes
A simple modelling primitive for long cylinders that takes into account the viewpoint, this is also an advanced subject. If you ever get a job designing chemical structures or space stations you may need to digest this material, although programming tools are generally available which incorporate this wisdom.
12. The Ultimate Design Tool
This is a more serious piece of advice than it might first seem. Unless a computer graphics programmer can visualize and sketch with pencil and paper there is little chance for fluency and efficiency in their work. This is essential reading.
13. Line Clipping
This is a chapter from a regular course on computer graphics. This is good example of what people do in the field of computational geometry, which is one of the abstract or technical fields behind the applied field of computer graphics.
14. Pixel Coordinates
Mapping the continuous range -1...+1 to pixel coordinate values and how it is usually done wrong.
15. Subpixelic Particles
How to map sub-pixels to regular pixels for subsampling. Chapters 14 and 15 are definitely advanced. A cursory reading will give you an idea of what happens at the very end of the pipeline, the part most computer graphics courses skip.
16. Grandpa, What Does "Viewport" Mean?
The matter treated in this chapter is at the heart of all modern windowing systems. Despite all the things "windows" systems can do, be they Apple, Microsoft, or Sun, they can't help you do anything original, like non-rectangular windowing.
17. Hyperbolic Interpolation
Discusses how to interpolate colors and texture indices onto objects viewed in perspective. This chapter is really about homogeneous coordinates, and those are at the heart of the geometry pipeline. This is definitely advanced, because it requires an understanding of matters discussed in the next chapter.
18. The Homogeneous Perspective Transform
How the perspective transform works in homogeneous coordinates.
19. Backface Culling Snags
More on drawing solids quickly. Rather more computerish than mathematical.
20. Farewell To FORTRAN
This chapter is largely out of date. It is only a part of what Jim Blinn had to say about the "language wars" back in 1994. Of course, now nobody really needs to be coaxed from FORTRAN to C++.
0 of 0 people found the following review helpful.
Unreadable on Android as of 8/11/2016
By dr555
The symbols in the text are way too small to read on my Android phone and there's no way to adjust their scale.
0 of 0 people found the following review helpful.
Four Stars
By Baesky
Just for my CG star Jim!
Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn PDF
Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn EPub
Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn Doc
Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn iBooks
Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn rtf
Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn Mobipocket
Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn Kindle
No comments:
Post a Comment