Includes Complete Coverage of the OpenGL(r) Shading Language! Today's OpenGL software interface enables programmers to produce extraordinarily high-quality computer-generated images and interactive applications using 2D and 3D objects, color images, and programmable shaders. OpenGL(r) Programming Guide: The Official Guide to Learning OpenGL(r), Version 4.3, Eighth Edition, has ...
Includes Complete Coverage of the OpenGL(r) Shading Language! Today's OpenGL software interface enables programmers to produce extraordinarily high-quality computer-generated images and interactive applications using 2D and 3D objects, color images, and programmable shaders. OpenGL(r) Programming Guide: The Official Guide to Learning OpenGL(r), Version 4.3, Eighth Edition, has been almost completely rewritten and provides definitive, comprehensive information on OpenGL and the OpenGL Shading Language. This edition of the best-selling "Red Book" describes the features through OpenGL version 4.3. It also includes updated information and techniques formerly covered in OpenGL(r) Shading Language (the "Orange Book"). For the first time, this guide completely integrates shader techniques, alongside classic, functioncentric techniques. Extensive new text and code are presented, demonstrating the latest in OpenGL programming techniques. OpenGL(r) Programming Guide, Eighth Edition, provides clear explanations of OpenGL functionality and techniques, including processing geometric objects with vertex, tessellation, and geometry shaders using geometric transformations and viewing matrices; working with pixels and texture maps through fragment shaders; and advanced data techniques using framebuffer objects and compute shaders. New OpenGL features covered in this edition include * Best practices and sample code for taking full advantage of shaders and the entire shading pipeline (including geometry and tessellation shaders) * Integration of general computation into the rendering pipeline via compute shaders * Techniques for binding multiple shader programs at once during application execution * Latest GLSL features for doing advanced shading techniques * Additional new techniques for optimizing graphics program performance
作者简介
· · · · · ·
Dave Shreiner是ARM公司的图形技术总监,长期担任SGI核心OpenGL组的成员。他首次开设了OpenGL的商业培训课程,拥有二十多年的计算机图形应用开发经验。Dava定期参加SIGGRAPH和其他全球性的图形工作会议。他是《OpenGL ES 2.0 Programming Guide》和《OpenGL Reference Manual》的作者,也是Addison-Wesley的OpenGL系列的编辑。
很多地方感觉语句不通顺,现在找出一个例子。 比如下面这句话,看得我是一头雾水:$5.2.1:尽管光源所发出的光具有相同分布的概率,但它的环境,散射和镜面成分可能不同。 这都是些什么玩意?幸好我找到了原书的电子版,这句话原来是这样的: Although a light source delivers...
(展开)
【版本】我看的是机械工业出版社,2014年出版,第八版 1. P287:This approach eliminates the need for a conditional,翻译是,这种方法需要一定条件才能消除。 你感受一下。错的太远了 2. P321:Furthermore, we require the application to send us tangents that are cons...
(展开)
0 有用 Fu 2019-10-07 10:53:06
只是 opengl api 的入门书籍,里面只是讲解 opengl 涉及的各个概念和每个 api 的用法详解,并不是图形学的进阶书籍
0 有用 ? 2013-08-28 22:25:01
这个系列的书的特点就是很系统,但是没点基础肯定难以看懂。比较手册式。 GL4.3的东西应该是都列举到了吧。 虽然已经看过好多GL的书与资料并且用了好长一阵子GL了,但看了这本书以后,才算是感觉自己至少以后能掌握GL了……GL的API太反人类了。
0 有用 猫薄荷viX 2013-09-20 13:53:37
有点失望,几乎都是 openGL 2.1 的 API
0 有用 Mr Chow 2014-04-20 12:52:20
跟man page有什么区别,完全没有可读性,不知为什么成为经典