PDF Ebook More OpenGL Game Programming, by Dave Astle
If you still need much more publications More OpenGL Game Programming, By Dave Astle as recommendations, visiting look the title and style in this site is available. You will certainly locate more great deals books More OpenGL Game Programming, By Dave Astle in various self-controls. You could likewise as quickly as possible to check out guide that is currently downloaded and install. Open it as well as save More OpenGL Game Programming, By Dave Astle in your disk or gizmo. It will certainly reduce you wherever you require guide soft documents to review. This More OpenGL Game Programming, By Dave Astle soft data to check out can be reference for everybody to enhance the skill and ability.
More OpenGL Game Programming, by Dave Astle
PDF Ebook More OpenGL Game Programming, by Dave Astle
Reviewing a publication More OpenGL Game Programming, By Dave Astle is sort of simple task to do each time you want. Also reviewing every single time you desire, this task will certainly not interrupt your various other tasks; many individuals commonly review guides More OpenGL Game Programming, By Dave Astle when they are having the extra time. What concerning you? Exactly what do you do when having the spare time? Don't you invest for worthless points? This is why you should get the e-book More OpenGL Game Programming, By Dave Astle and aim to have reading behavior. Reading this publication More OpenGL Game Programming, By Dave Astle will certainly not make you ineffective. It will provide a lot more advantages.
Do you ever before understand guide More OpenGL Game Programming, By Dave Astle Yeah, this is an extremely intriguing e-book to review. As we informed formerly, reading is not type of obligation task to do when we need to obligate. Reviewing need to be a habit, a great behavior. By checking out More OpenGL Game Programming, By Dave Astle, you can open the brand-new world and obtain the power from the globe. Every little thing can be obtained through guide More OpenGL Game Programming, By Dave Astle Well briefly, publication is really powerful. As just what we provide you here, this More OpenGL Game Programming, By Dave Astle is as one of checking out book for you.
By reading this publication More OpenGL Game Programming, By Dave Astle, you will certainly obtain the best point to get. The brand-new thing that you do not have to invest over money to reach is by doing it alone. So, exactly what should you do now? Check out the link page and download and install guide More OpenGL Game Programming, By Dave Astle You can obtain this More OpenGL Game Programming, By Dave Astle by on-line. It's so very easy, right? Nowadays, modern technology really assists you tasks, this on the internet e-book More OpenGL Game Programming, By Dave Astle, is also.
Be the first to download this book More OpenGL Game Programming, By Dave Astle and also let reviewed by surface. It is really easy to read this e-book More OpenGL Game Programming, By Dave Astle because you don't have to bring this printed More OpenGL Game Programming, By Dave Astle anywhere. Your soft data e-book can be in our gadget or computer so you could appreciate reading almost everywhere and also whenever if required. This is why whole lots varieties of people additionally check out guides More OpenGL Game Programming, By Dave Astle in soft fie by downloading the publication. So, be just one of them that take all benefits of reviewing the publication More OpenGL Game Programming, By Dave Astle by on the internet or on your soft file system.
"More OpenGL Game Programming" covers the use of OpenGL extensions, vertex and fragment programs, special effects, model animation, and more. It includes coverage of shaders, an important new addition to OpenGL. Building upon the foundation laid in "Beginning OpenGL Game Programming", this book offers coverage of intermediate to advanced topics. "More OpenGL Game Programming" is geared towards readers who have an intermediate understanding of game and graphics programming. A majority of the content of the book is not platform-specific, in keeping with the multi-platform API of OpenGL. The methods covered will focus on those that are used in commercial games.
- Sales Rank: #1688861 in Books
- Brand: Astle, Dave (EDT)
- Published on: 2005-11-01
- Original language: English
- Number of items: 1
- Dimensions: 8.75" h x 7.00" w x 1.50" l, 2.75 pounds
- Binding: Paperback
- 626 pages
- Used Book in Good Condition
About the Author
Dave Astle received his bachelor's degree in Computer Science from the University of Utah, where he specialized in graphics, artificial intelligence, networking, and compiler theory and design. He has been programming games professionally for several years, and is currently a senior engineer in the Gaming and Graphics group at QUALCOMM Inc. He is the cofounder and Executive Producer of GameDev.net, the leading online community for game developers. He is the co-author of OpenGL Game Programming, has contributed to several other game development books, and has spoken at industry conferences, including the Game Developers Conference. When not absorbing radiation from his monitor, Dave enjoys music, reading, skating, collecting rhinos (not real ones? yet), and playing with his five kids. He lives in San Diego, California.
Most helpful customer reviews
31 of 33 people found the following review helpful.
Another partially completed project.
By DR
I'm rating this 2 stars primarily because of the incomplete nature of the project. It's not just that the code samples won't compile, or are so disorganized as to be nearly worthless. Much more irritating are the constant references to code samples that simply don't exist. Time and again the author(s) refer to sample programs that can be 'downloaded from the books web site'. These programs do not exist. The authors lame explanations for the lack of a CD (cost, etc) lose all credibility when one comes to the realization that the likely reason a CD doesn't exist is because the vast majority of the sample programs referred to in the text don't exist, either. Any hope that new code samples my someday appear on the book site seems futile as well - the site hasn't been updated in a year and a half. One is left with the feeling that this is clearly a project that was shipped when only partially completed. I feel ripped off; taken advantage of.
On the plus side, portions of the book are well written and informative. It is, in spite of it's shortcomings, one of the better books I've found for explaining a variety of GL techniques commonly used in games. It's a shame it doesn't live up to it's promise; if the authors had been a little more diligent in completing the project before publishing it, it could have been a world-beater. Instead it's just another slightly below average disappointment.
I also have a real problem with the fact that the author is writing reviews (typically 4 star ratings) for books that his own organisation is involved in publishing. If that isn't a conflict of interest I don't know what is. I feel Amazon compromises their credibility by allowing clearly non-objective 'reviews' to be listed with the books. If the author wants to write a little blurb, thats fine, but don't let them rate products they have a financial interest in.
18 of 19 people found the following review helpful.
An excellent overview of advanced graphics
By David Johnson
"More OpenGL Game Programming" takes the basic foundation of "OpenGL Game Programming" and takes it to a professional level. I currently am taking advanced graphics courses in college, and this book has managed to match pound-for-pound the amount of graphics techniques covered in advanced courses. This book is definitely designed with the serious programmer aimed at professional-level work in mind, and it delivers generously.
The book is structured as a series of articles of varying lengths addressing a large number of advanced topics in graphics. It starts with giving better methods to store and pass data around than in the previous volume, which can be applied to all of the techniques thereafter. A few small articles about mildly interesting topics serve as appetizers to the main course: shaders. The author clearly recognizes the importance of shaders and spends a fitting amount of time discussing them. The examples start out simple and demonstrate practical uses of shaders, making sure the reader comes out of these large chapters with a working knowledge of what shaders are for and how to use them.
With shaders mastered, the rest of the book dives into a feast of useful graphics techniques and tricks. It effectively covers the various solutions available to common graphical goals and effectively conveys when they can and can't be used, their costs and benefits, and other important information that not only helps implement but also helps the reader decide when to use each technique for the best effect.
Don't underestimate this book; it is massive as well as meaty. If you are passionate about computer graphics you won't be able to skip a page. If you're a professional, this book is full of valuable reference material and details about implementing the latest innovations in graphics. This book doesn't have a place on my bookshelf; it has a place on my desk.
That said, the only thing that is badly lacking is the source code. The book does not come with a CD, but rather allows the reader to download source code from the author's website. The included examples are fairly well-constructed, but the code base is incomplete. Most depressingly, the source code for the shader wrapper - which the author uses in most of the code examples for shaders - is not available currently. While having the interface design is nice, it does require that the reader implement it in order to directly copy the code examples from the book, which might feel tedious when one is anxious to actually start messing around with shaders. However don't think that the source code is totally useless; there's a good deal of useful source on the web site to sift through.
The complaints out of the way I must reiterate that this is the best graphics book I have seen available and was worth not only every penny but more. I strongly recommend "More OpenGL Game Programming" to to student who's looking to take amateur graphics programming to the professional level or the professional looking for a good resource for the latest graphics techniques used in games today.
2 of 2 people found the following review helpful.
Helpful, a bit outdated
By Avi
The book is rather useful. It contains descriptions of how to implement many specific and commonly used techniques in 3D engine programming. Unfortunately (and this is the case with almost all books as of writing), it is somewhat outdated. For example, he GLSL tutorial sections used outdated keywords like gl_ModelViewProjectionMatrix, and the book may occasionally reference OpenGL projection and modelview matrix operations that are now deprecated. The reader may want to check to see if certain features the book talks about are deprecated. However, this book's slight outdatedness does not render it obsolete. The techniques described within are very useful, and much of the deprecated code is easily portable to the newer standards. In fact, most computers don't even support the newer standards yet. And because much of this book describes techniques rather than discussing their specific code implementations, it should be useful for a long time to come.
More OpenGL Game Programming, by Dave Astle PDF
More OpenGL Game Programming, by Dave Astle EPub
More OpenGL Game Programming, by Dave Astle Doc
More OpenGL Game Programming, by Dave Astle iBooks
More OpenGL Game Programming, by Dave Astle rtf
More OpenGL Game Programming, by Dave Astle Mobipocket
More OpenGL Game Programming, by Dave Astle Kindle