Is there a book out there that answers the tricky
questions as well as the basic ones?
I'd like something that is not 500-1000 pages,
as publishers seem to think consumers want,
and something that is not just a copy of
the manpages I can find online.
I don't have a technical bookstore anywhere
near me AFAIK (anybody got a directory of
them for the USA?) so I will have to buy online
or view in Google Books.
Thanks.
|
|
0
|
|
|
|
Reply
|
flarkino (12)
|
8/20/2008 1:05:35 PM |
|
Flark schrieb:
> Is there a book out there that answers the tricky
> questions as well as the basic ones?
>
> I'd like something that is not 500-1000 pages,
> as publishers seem to think consumers want,
> and something that is not just a copy of
> the manpages I can find online.
>
> I don't have a technical bookstore anywhere
> near me AFAIK (anybody got a directory of
> them for the USA?) so I will have to buy online
> or view in Google Books.
>
> Thanks.
This is a difficult question, since the most popular OpenGL books, the
red book (OpenGL programming guide) and OpenGL superbible are nearly 100
pages thick. I prefer the programming guide.
If you're just starting to learn OpenGL and are not interested (yet) in
the latest stuff like shaders I'd suggest you just get an older edition
of the red book, they're only about 700 pages.
Philipp
|
|
0
|
|
|
|
Reply
|
Philipp
|
8/20/2008 1:18:20 PM
|
|
Flark wrote:
> Is there a book out there that answers the tricky
> questions as well as the basic ones?
>
> I'd like something that is not 500-1000 pages,
> as publishers seem to think consumers want,
> and something that is not just a copy of
> the manpages I can find online.
It all depends on what you already know and what you want to learn.
A lot of the (highly regarded) textbooks have little to recommend them.
After wasting a lot of time, I ended up with the Red Book. There is an
old edition available on the web, and as long as (a) you don't need some
newer stuff, and (b) you know how to change GLX calls to GLUT, it is fine.
Due out in a week's time or so there is
OpenGL Cookbook by Dave Shreiner, Brad Grantham, pub. O'Reilly
which may be what you want. Shreiner is one of the authors of the Red Book.
Angel's "OpenGL - a primer" has the advantage of being small and good
for some topics, but it's not a proper reference.
Best regards,
Jon C.
|
|
0
|
|
|
|
Reply
|
Jonathan
|
8/20/2008 3:22:38 PM
|
|
On Wed, 20 Aug 2008 06:05:35 -0700, Flark wrote:
> Is there a book out there that answers the tricky questions as well as
> the basic ones?
I really like Paul Martz's "OpenGL Distilled". Quite slim at 250 pages but
(IMHO) touches on virtually all the stuff you actually need to know in
practice, and from a modern perspective: e.g vertex buffer objects are
introduced right from the start on page 40, rather than being left until
much later as an "advanced topic", and good old glVertex3f only gets a
brief mention on page 39 as something you might run into in legacy code!
It doesn't go into anything in any real depth. I think it's biggest
omissions are lack of much GLSL (gets about a 2 page example) and
the fact there's zero coverage of pbuffers and offscreen rendering).
If "...Distilled" doesn't have what I'm looking for, the "...Superbible"
is the next one I take down from the shelf.
Tim
|
|
0
|
|
|
|
Reply
|
Tim
|
8/26/2008 8:11:33 PM
|
|
On Aug 20, 6:18=A0pm, Philipp Klaus Krause <p...@spth.de> wrote:
> Flark schrieb:
>
> > Is there a book out there that answers the tricky
> > questions as well as the basic ones?
>
> > I'd like something that is not 500-1000 pages,
> > as publishers seem to think consumers want,
> > and something that is not just a copy of
> > the manpages I can find online.
>
> > I don't have a technical bookstore anywhere
> > near me AFAIK (anybody got a directory of
> > them for the USA?) so I will have to buy online
> > or view in Google Books.
>
> > Thanks.
>
> This is a difficult question, since the most popular OpenGL books, the
> red book (OpenGL programming guide) and OpenGL superbible are nearly 100
> pages thick. I prefer the programming guide.
> If you're just starting to learn OpenGL and are not interested (yet) in
> the latest stuff like shaders I'd suggest you just get an older edition
> of the red book, they're only about 700 pages.
>
> Philipp
I really adore OpenGL SuperBible - 4. It covers basic to advanced
concepts of OpenGL
|
|
0
|
|
|
|
Reply
|
Knockr
|
8/27/2008 11:03:30 AM
|
|
"Advanced Graphics Programming Using OpenGL"
Tom McReynolds, David Blythe
http://www.mkp.com/opengl
|
|
0
|
|
|
|
Reply
|
mi76
|
8/27/2008 4:04:53 PM
|
|
|
5 Replies
165 Views
(page loaded in 0.083 seconds)
Similiar Articles: Best C++ Binding for OpenGL? - comp.graphics.api.openglBest C++ Binding for OpenGL? - comp.graphics.api.opengl header's included but still get 'implicit declaration' - comp.unix ... With best regards, Roman Mashak. What is the fastest bitmap/texture to texture copy with stencil ...:) What is the best way to do the following, regarding speed. I want to copy "sprites ... OpenGL drivers will take care, that the textures are always there, where they can be ... Using 3D Textures - the best way - comp.graphics.api.opengl ...First, the two primary questions... What journal articles or 3D Graphics books describe the best methods for computing a series of polygons that wou... Direct3D vs. OpenGL - scene graph libraries - comp.graphics.api ...OTOH the OpenGL books I bought ten years ago are still relevent. The example code in them ... ) (With-best-regards '(Alex Mizrahi) :aka 'killer_storm) (prin1 "Jane dates only ... How to scan all pixels of a line in openGL - comp.graphics.api ...What is the best way to scan every pixel of this edge? In other words, how do I know ... Most of the pixels rendered by opengl and the ones generated by Bresenham's algorithm ... OpenGL's default triangulation of a GL_POLYGON object - comp ...Greetings: I haven't seen this stated as such in the red book, except that it says to make sure polygons are convex, but it seems to me what OpenGL do... [NEWBIE]Strange problem: I can see through objects! - comp ...Well, the spec is not the best resource for learning OpenGL. Better go for the "OpenGL Programming Guide" aka "Red Book". -- Wolfgang Draxinger To display a 3D skeleton, what do I need to learn? - comp.graphics ...Here's the best part, it's free, complete, has good ... ----- I can't find any recent book on povray, so I think I will go with openGL. Playing sound in an OpenGL application - comp.graphics.api.opengl ...If you got this from a book or somebody told this to you ... api.opengl... stuff" to get an extremely basic gui & OpenGL app ... what GUI system suits you the > best for ... Is GLUT outdated? - comp.graphics.api.openglThere are lots of other GUI systems either built for, or > which support, OpenGL ... some way, so, really, the question is more, what GUI system suits you the > best for ... Books on OpenGL and Graphics ProgrammingThe OpenGL Programming Guide: The Official Guide to Learning OpenGL Version 3.0 and 3.1; Books about OpenGL. OpenGL Insights; Interactive Computer Graphics: A Top-Down ... Best OpenGL book? - OpenGL - GameDev.netBest OpenGL book? - posted in OpenGL: What is in your oppinion the best OpenGL book for someone who has little to no game programming experience? I''m looking to buy ... 7/30/2012 6:58:58 AM
|