computer graphics with opengl 교재 : [1] opengl 을 이용한 컴퓨터 그래픽스 5 판,...

5
Computer Graphics with Computer Graphics with OpenGL OpenGL 교교 교교 : [1] OPENGL [1] OPENGL 교 교교교 교교교 교교교교 교 교교교 교교교 교교교교 5 교 , , 교교교 교교교 , Edward Angel , Edward Angel , , 교교교 교교 교교교 교교 , , 교교교교교교 교교교교교교 , 2009 , 2009 교교교교 교교교교 : [1] Computer Graphics with OpenGL, Donald Hearn [1] Computer Graphics with OpenGL, Donald Hearn and M. Pauline Baker, International ed., Prentice and M. Pauline Baker, International ed., Prentice Hall Inc., 2004 Hall Inc., 2004 [2] OpenGL Superbible, Richard S. Wright, Jr. [2] OpenGL Superbible, Richard S. Wright, Jr. Benjamin Lipchak Benjamin Lipchak 교 교 교 교 , 3 , 3 교 , , 교교교 교 교교교 교 , , 교교교교교 교교교교교 , 2005 , 2005 [3] OpenGL [3] OpenGL 교 교교교 교교교교교교교 교 교교교 교교교교교교교 , Donald Hearn, M. Pauline , Donald Hearn, M. Pauline Baker, Warren Carithers, Baker, Warren Carithers, 교교교 교교교 , , 교교교 교교교 , , 교교교 교교 교교교 교교 , , 교교교교교교교교교교교 교교교교교교교교교교교 , 2011 , 2011 강강강강 : vrlab.suwon.ac.kr/mwlee

Upload: georgina-clarke

Post on 31-Dec-2015

303 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: Computer Graphics with OpenGL 교재 : [1] OPENGL 을 이용한 컴퓨터 그래픽스 5 판, 번역서, Edward Angel 저, 구자영 등역, 사이텍미디어, 2009 참고서적 :

Computer Graphics with OpenGLComputer Graphics with OpenGL교재교재 ::

[1] OPENGL[1] OPENGL 을 이용한 컴퓨터 그래픽스 을 이용한 컴퓨터 그래픽스 55 판판 , , 번역서번역서 , Edward , Edward Angel Angel 저저 , , 구자영 등역구자영 등역 , , 사이텍미디어사이텍미디어 , 2009, 2009

참고서적참고서적 ::

[1] Computer Graphics with OpenGL, Donald Hearn and M. [1] Computer Graphics with OpenGL, Donald Hearn and M. Pauline Baker, International ed., Prentice Hall Inc., 2004Pauline Baker, International ed., Prentice Hall Inc., 2004

[2] OpenGL Superbible, Richard S. Wright, Jr. Benjamin [2] OpenGL Superbible, Richard S. Wright, Jr. Benjamin Lipchak Lipchak 외 저외 저 , 3, 3 판판 , , 최현호 역최현호 역 , , 정보문화사정보문화사 , 2005, 2005

[3] OpenGL[3] OpenGL 을 이 용 한 컴 퓨 터 그 래 픽 스을 이 용 한 컴 퓨 터 그 래 픽 스 , Donald Hearn, M. , Donald Hearn, M. Pauline Baker, Warren Carithers, Pauline Baker, Warren Carithers, 이병래이병래 , , 강현철강현철 , , 김용규 공김용규 공역역 , , 피어든에듀케이션코리아피어든에듀케이션코리아 , 2011, 2011

강의노트 :vrlab.suwon.ac.kr/mwlee

Page 2: Computer Graphics with OpenGL 교재 : [1] OPENGL 을 이용한 컴퓨터 그래픽스 5 판, 번역서, Edward Angel 저, 구자영 등역, 사이텍미디어, 2009 참고서적 :

컴퓨터그래픽스 2013-2

•수업 내용 컴퓨터그래픽스 이론

•OpenGL 을 이용한 컴퓨터그래픽스 5 판 OpenGL 예제 프로그래밍 검토

•OpenGL Superbible 3 판•시간별 수업 내용

월 6-7 교시 (214 호 ): CG 이론 + OpenGL 예제 화 8 교시 (214 호 ): / CG 이론

•강의자료 : http://vrlab.suwon.ac.kr/mwlee

2컴퓨터그래픽스

Page 3: Computer Graphics with OpenGL 교재 : [1] OPENGL 을 이용한 컴퓨터 그래픽스 5 판, 번역서, Edward Angel 저, 구자영 등역, 사이텍미디어, 2009 참고서적 :

OpenGL 프로그래밍 예제

•OpenGL 예제 이용한 파라미터 변경•OpenGL

www.opengl.org

•GLUT http://www.opengl.org/resources/libraries/glut/

•OpenGL Sample OpenGL SuperBible 3 판 예제

3컴퓨터그래픽스

Page 4: Computer Graphics with OpenGL 교재 : [1] OPENGL 을 이용한 컴퓨터 그래픽스 5 판, 번역서, Edward Angel 저, 구자영 등역, 사이텍미디어, 2009 참고서적 :

GLUT 프로그램 설치 • 비주얼 C++

• GLUT 라이브러리 : glutdlls37beta

http://www.opengl.org/

http://www.opengl.org/resources/libraries/glut/• GLUT 설치

Visual Studio 6• glut.h C:\Program Files\Microsoft Visual Studio\VC98\

Include\GL• glut32.lib C:\Program Files\Microsoft Visual Studio\VC98\Lib• glut32.dll C:\Windows\System32

Visual Studio 2005• glut.h C:\Program Files\Microsoft Visual Studio 8\VC\

PlatformSDK\Include\gl• glut32.lib C:\Program Files\Microsoft Visual Studio 8\VC\

PlatformSDK\Lib• glut32.dll C:\Windows\System32

4컴퓨터그래픽스

Page 5: Computer Graphics with OpenGL 교재 : [1] OPENGL 을 이용한 컴퓨터 그래픽스 5 판, 번역서, Edward Angel 저, 구자영 등역, 사이텍미디어, 2009 참고서적 :

Visual Studio 2008• glut.h C:\Program Files\Microsoft SDKs\Windows\v6.0A\

Include\gl• glut32.lib C:\Program Files\Microsoft SDKs\Windows\v6.0A\

Lib • glut32.dll C:\Windows\System32

Visual Studio 2010• glut.h C:\Program Files\Microsoft SDKs\Windows\v7.0A\

Include\gl• glut32.lib C:\Program Files\Microsoft SDKs\Windows\v7.0A\

Lib • glut32.dll C:\Windows\System32• glut32.dll C:\Windows\SysWOW64 // 폴더없으면 안해도 됨

5컴퓨터그래픽스