<< HOME

Computer Graphics
#1002 コンピュータグラフィックス論

Fall (Second) Semester 2004
http://www.cgpl.org/cg/

第2章 OpenGLによるプログラミング

Chapter 2 OpenGL Programming


Instructor: Carl Vilbrandt

Fall (Second) Semester 2004
mailto: cg@u-aizu.net

Office hours: By appointment
TA:

2.1 OpenGLとは
HTML   /   Open Office (Open Office presentation file formats .sxi are labeled as .ppt for automatic display from a web browser.)

2.2 OpenGLの主要機能
2.2 Main Function of OpenGL

2.3 OpenGLをとりまくライブラリ
2.3 Library in OpenGL

2.4 OpenGL関連資料
2.4 OpenGL Related Data

2.5 OpenGLプログラムのライブラリとインクルードファイル
2.5 Library and Included Files of the OpenGL Program

2.6 コンパイル方法
2.6 Compile Method

2.7 OpenGLの基本構文
2.7 Basic Syntax of OpenGL

2.8 GLUTによるウインドウの作成
2.8 Creating a Window with GLUT

2.9 簡単な図形の描画
2.9 Drawing of an Easy Figure

2.10 OpenGLの描画プリミティブ
2.10 Drawing a Primitive in OpenGL

2.11 イベント処理
2.11 Event Processing


<< HOME