PDF Download 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. The developed modern technology, nowadays sustain everything the human needs. It consists of the daily tasks, jobs, office, enjoyment, and also a lot more. Among them is the great website connection as well as computer system. This problem will alleviate you to sustain among your leisure activities, reading practice. So, do you have ready to read this e-book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn now?
Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn
PDF Download Jim Blinn's Corner: A Trip Down the Graphics Pipeline (The Morgan Kaufmann Series in Computer Graphics), by Jim Blinn
When you are rushed of work due date as well as have no concept to get motivation, Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn book is one of your remedies to take. Reserve Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn will certainly offer you the appropriate resource as well as thing to obtain motivations. It is not only regarding the jobs for politic business, management, economics, and various other. Some ordered works making some fiction your jobs additionally need motivations to overcome the task. As exactly what you need, this Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn will probably be your option.
Presents now this Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn as one of your book collection! But, it is not in your bookcase compilations. Why? This is the book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn that is supplied in soft file. You can download the soft file of this magnificent book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn currently as well as in the web link supplied. Yeah, various with the other people that try to find book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn outside, you can obtain simpler to position this book. When some individuals still stroll into the store and also browse the book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn, you are right here just remain on your seat and get guide Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn.
While the other people in the establishment, they are unsure to discover this Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn directly. It may need more times to go shop by store. This is why we mean you this website. We will certainly offer the most effective means as well as reference to get guide Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn Even this is soft data book, it will be ease to bring Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn any place or save at home. The difference is that you could not need relocate the book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn area to place. You could require only duplicate to the other devices.
Now, reading this stunning Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn will be less complicated unless you obtain download and install the soft file below. Just right here! By clicking the connect to download and install Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn, you could begin to obtain the book for your very own. Be the very first owner of this soft file book Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn Make difference for the others as well as obtain the first to progression for Jim Blinn's Corner: A Trip Down The Graphics Pipeline (The Morgan Kaufmann Series In Computer Graphics), By Jim Blinn Present moment!
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
Tidak ada komentar:
Posting Komentar