OpenGL: A Primer, 2/e
            
暫譯: OpenGL:入門指南,第二版
        
        Edward Angel
- 出版商: Addison Wesley
- 出版日期: 2004-04-19
- 售價: $1,150
- 貴賓價: 9.5 折 $1,093
- 語言: 英文
- 頁數: 272
- 裝訂: Paperback
- ISBN: 0321237625
- ISBN-13: 9780321237620
- 
    相關分類:
    
      遊戲開發設計
 
已過版
買這商品的人也買了...
- 
                
                   VB & VBA in a Nutshell: The Language (Paperback) VB & VBA in a Nutshell: The Language (Paperback)$1,470$1,397
- 
                
                   Data Mining: Concepts and Techniques Data Mining: Concepts and Techniques$2,470$2,347
- 
                
                   XML 程式設計藝術 (XML How to Program) XML 程式設計藝術 (XML How to Program)$950$855
- 
                
                   ASP.NET 網頁製作教本─從基本語法學起 ASP.NET 網頁製作教本─從基本語法學起$600$510
- 
                
                   C# 程式設計快樂上手 C# 程式設計快樂上手$490$417
- 
                
                   用實例學 ASP.NET 使用 C# 與 ADO.NET 用實例學 ASP.NET 使用 C# 與 ADO.NET$600$474
- 
                
                   演算法導論 (Introduction to Algorithms, 2/e) 演算法導論 (Introduction to Algorithms, 2/e)$860$679
- 
                
                   Database Management Systems, 3/e (IE-Paperback) Database Management Systems, 3/e (IE-Paperback)$1,200$1,176
- 
                
                   作業系統概念 (Operating System Concepts, 6/e Windows XP Update) 作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741
- 
                
                   系統程式 (System Software: An Introduction to Systems Programming, 3/e) 系統程式 (System Software: An Introduction to Systems Programming, 3/e)$600$588
- 
                
                   ASP.NET 程式設計徹底研究 ASP.NET 程式設計徹底研究$590$466
- 
                
                   多媒體通訊, 2/e 多媒體通訊, 2/e$750$675
- 
                
                   數位影像處理 (Digital Image Processing, 2/e) 數位影像處理 (Digital Image Processing, 2/e)$820$804
- 
                
                   鳥哥的 Linux 私房菜─基礎學習篇增訂版 鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476
- 
                
                   人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e) 人月神話:軟體專案管理之道 (20 週年紀念版)(The Mythical Man-Month: Essays on Software Engineering, Anniversary Edition, 2/e)$480$379
- 
                
                   JSP 2.0 技術手冊 JSP 2.0 技術手冊$750$593
- 
                
                   建構嵌入式 Linux 系統 建構嵌入式 Linux 系統$780$616
- 
                
                   Word 排版藝術 Word 排版藝術$620$490
- 
                
                   Eclipse 整合開發工具 (Eclipse) Eclipse 整合開發工具 (Eclipse)$540$427
- 
                
                   演算法使用 C++ 虛擬碼 (Foundations of Algorithms Using C++ Pseudocode, 3/e) 演算法使用 C++ 虛擬碼 (Foundations of Algorithms Using C++ Pseudocode, 3/e)$680$537
- 
                
                   快快樂樂學 Word 2003 使用技巧 快快樂樂學 Word 2003 使用技巧$450$356
- 
                
                   C++ Primer Plus, 5/e (Paperback) C++ Primer Plus, 5/e (Paperback)$1,250$1,225
- 
                
                   Operating System Principles, 7/e(IE) (美國版ISBN:0471694665-Operating System Concepts, 7/e) (平裝) Operating System Principles, 7/e(IE) (美國版ISBN:0471694665-Operating System Concepts, 7/e) (平裝)$1,100$1,078
- 
                
                   $399CISSP All-in-One Exam Guide, 3/e $399CISSP All-in-One Exam Guide, 3/e
- 
                
                   $299Network Simulation Experiments Manual $299Network Simulation Experiments Manual
商品描述
| Description: | 
| OpenGL: A Primer is a concise presentation of fundamental OpenGL. The book makes it easy for students to find functions and their descriptions. Supplemental examples are included in every chapter | 
Table of Contents:
Preface. 
1. Introduction. 
2. Two-Dimensional Programming in OpenGL. 
3. Interaction and Animation. 
4. Basic Three-Dimensional Programming. 
5. Transformations. 
6. Lights and Materials. 
7. Images. 
8. Texture Mapping. 
9. Curves and Surfaces. 
10. Putting It Together. 
11. Looking to the Future. 
Index
商品描述(中文翻譯)
描述:
《OpenGL: A Primer》是一本簡明扼要的 OpenGL 基礎介紹。本書使學生能夠輕鬆找到函數及其描述。每一章都包含補充範例。
目錄:
前言。
1. 介紹。
OpenGL API。
OpenGL 的內容。
OpenGL 擴展版本。
語言。
程式設計慣例。
編譯。
來源。
誰應該使用這本入門書。
大綱。
2. OpenGL 中的二維程式設計。
一個簡單的程式。
GLUT。
事件迴圈和回調函數。
繪製矩形。
更改 GLUT 預設值。
OpenGL 中的顏色。
G 和 OpenGL 之間的坐標系差異。
二維視圖。
視口。
坐標系和變換。
簡單的 C,第二版。
原始圖形和屬性。
多邊形類型。
顏色插值。
文字。
查詢和錯誤。
保存狀態。
3. 互動和動畫。
重塑回調。
閒置回調。
旋轉的正方形。
雙緩衝。
使用鍵盤。
使用滑鼠回調。
滑鼠運動。
選單。
NULL 回調。
子窗口和多窗口。
範例:single_double.c。
顯示列表。
選擇和選擇模式。
4. 基本三維程式設計。
相機和物體。
OpenGL 中的正交投影。
查看立方體。
定位相機。
構建物體。
隱藏表面移除。
GLU 和 GLUT 物體。
透視投影。
5. 變換。
保持線條的變換。
齊次坐標。
模型視圖和投影變換。
平移。
旋轉。
縮放。
旋轉的立方體。
直接設置矩陣。
變換和坐標系。
使用變換建模。
6. 燈光和材質。
光/材質互動。
Phong 模型。
OpenGL 燈光。
指定光源。
指定材質。
為旋轉的立方體著色。
控制燈光計算。
平滑著色。
處理法線。
透明度。
7. 圖像。
像素和位圖。
位圖。
繪製模式。
讀取和寫入像素。
選擇緩衝區。
像素存儲模式。
顯示 PPM 圖像。
使用亮度。
像素映射。
像素縮放。
OpenGL 中的圖像處理。
8. 紋理映射。
什麼是紋理圖?
構建紋理圖。
紋理坐標。
紋理參數。
帶有紋理的旋轉立方體。
將紋理應用於表面。
邊界和大小。
Mipmaps。
自動紋理坐標生成。
用於圖像處理的紋理圖。
9. 曲線和表面。
參數曲線。
參數表面。
Bézier 曲線和表面。
一維 OpenGL 評估器。
二維評估器。
互動範例。
其他類型的曲線。
猶他茶壺。
法線和著色。
解釋表面。
10. 整合。
演示程式。
其他 OpenGL 特性。
緩衝區。
編寫可攜帶、高效、穩健的代碼。
11. 展望未來。
版本和擴展。
OpenGL 擴展。
超越即時圖形。
可編程管線。
著色語言。
索引

 
     
    
 
     
    
 
     
     
    
 
     
    