More OpenGL Game Programming, by Dave Astle

Read Online and Download Ebook More OpenGL Game Programming, by Dave Astle

Ebook Download More OpenGL Game Programming, by Dave Astle

As a publication, having the smart and also selective book is the typical one to constantly bear in mind. It has to pick and also choose the very best words selections or dictions that could affect the top quality of the book. More OpenGL Game Programming, By Dave Astle additionally includes the simple language to be comprehended by all individuals. When you think that this publication is proper with you, pick it now. As a great publication, it provides not just the characteristics of guides that we have offered.

More OpenGL Game Programming, by Dave Astle

More OpenGL Game Programming, by Dave Astle


More OpenGL Game Programming, by Dave Astle


Ebook Download More OpenGL Game Programming, by Dave Astle

Why you should review everyday when you have spare time? Have you discovered the exact reasons of you to check out? Lots of are attempting to have reading routine for their much better future, however as a matter of fact, it can be failed. Just what's wrong? Is the reading behavior a culture, truly behavior, need, or something others? If you really wish to know how many individuals attempt to inspire themselves to have analysis habit, you an also be motivated of it.

The service to obtain this publication is that we don't over you the cost-free book. But, we offer you the complimentary details regarding More OpenGL Game Programming, By Dave Astle Why must be this publication to read and where is the location to obtain it, also the soft documents kinds are common inquiries to utter. In this website, we don't just supply this book. We have still great deals of books to read. Yeah, we are internet collection that is constantly filled with recommended publications.

Reading books will certainly not obligate you to finish it in a day. After your reading book now, More OpenGL Game Programming, By Dave Astle can be the selected book to be. We suggests due to the top quality of this publication. It includes something new and various. You could not have to assume significantly, however just read and also you will see why this publication is much suggested.

Reading the title of this book means that checking out something to entail after obtaining the soft documents. More OpenGL Game Programming, By Dave Astle comes with the easy title, yet it's really simple as well as clear to constantly remember. Discovering the book in this soft data system will certainly lead you to understand exactly how really it comes. It may be your friend in investing the leisure time.

More OpenGL Game Programming, by Dave Astle

"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.

Your recently viewed items and featured recommendations

View or edit your browsing history

After viewing product detail pages, look here to find an easy way to navigate back to pages you are interested in.

Product details

Paperback: 626 pages

Publisher: Cengage Learning PTR; 2 edition (November 1, 2005)

Language: English

ISBN-10: 1592008305

ISBN-13: 978-1592008308

Product Dimensions:

7 x 1.5 x 8.8 inches

Shipping Weight: 2.8 pounds (View shipping rates and policies)

Average Customer Review:

3.1 out of 5 stars

9 customer reviews

Amazon Best Sellers Rank:

#2,160,094 in Books (See Top 100 in Books)

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.

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.

Some of the stuff in this book is redundant in a sense that language specs and extensions spec are already available online then why put in there.Second, I found the explanation more like notes+spec form. Not at all for an newbie person and for an expert it does not offer anything new. As it starts with FBO, RenderTarget, PBOs etc. many things have changed over the period, including GLSL specs.Book structure is also quite confusing to me, it starts with some concepts of advance OpenGL(!) and then it is more like ShaderXn series with appendix and last chapeters full of GLSL and ARB specs.Buy this book if you know what you are looking for, check appendix first.

This book is dated, but it does still cover some really interesting topics. I picked it up for almost free. I wouldn't pay more than 5$ for this book.

A useless book.

I bought this book frome China. I very like it

"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.

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

More OpenGL Game Programming, by Dave Astle PDF

More OpenGL Game Programming, by Dave Astle PDF

More OpenGL Game Programming, by Dave Astle PDF
More OpenGL Game Programming, by Dave Astle PDF

More OpenGL Game Programming, by Dave Astle


Home