Presentation is loading. Please wait.

Presentation is loading. Please wait.

Computer Graphics with OpenGL

Similar presentations


Presentation on theme: "Computer Graphics with OpenGL"— Presentation transcript:

1 Computer Graphics with OpenGL
교재: [1] OPENGL을 이용한 컴퓨터 그래픽스 6판, 번역서, Edward Angel 저, 구자영 외, 홍릉과학출판사, 2014 참고서적: [1] Computer Graphics with OpenGL, Donald Hearn and M. Pauline Baker, International ed., Prentice Hall Inc., 2004 [2] OpenGL Superbible, Richard S. Wright, Jr. Benjamin Lipchak 외 저, 3판, 최현호 역, 정보문화사, 2005 [3] OpenGL을 이용한 컴퓨터그래픽스, Donald Hearn, M. Pauline Baker, Warren Carithers, 이병래, 강현철, 김용규 공역, 피어든에듀케이션코리아, 2011 강의노트: vrlab.suwon.ac.kr/mwlee

2 컴퓨터그래픽스 2015-2 수업 내용 컴퓨터그래픽스 이론 OpenGL을 이용한 컴퓨터그래픽스 6판
OpenGL Superbible 3판 시간별 수업 내용 수 5교시(105호): CG 이론 금 4-5교시(309호): CG 이론 + OpenGL 예제 강의자료: 컴퓨터그래픽스

3 OpenGL 프로그래밍 예제 OpenGL 예제 이용한 파라미터 변경 OpenGL GLUT OpenGL Sample
GLUT OpenGL Sample OpenGL SuperBible 3판 예제 컴퓨터그래픽스

4 GLUT 프로그램 설치 비주얼 C++ GLUT 라이브러리: glutdlls37beta http://www.opengl.org/
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 (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\Include\gl glut32.lib  C:\Program Files (x86)\Microsoft Visual Studio 8\VC\PlatformSDK\Lib 컴퓨터그래픽스

5 glut32.lib  C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Lib
Visual Studio 2008 glut.h  C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Include\gl glut32.lib  C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\Lib glut32.dll  C:\Windows\System32 Visual Studio 2010 glut.h  C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include\gl glut32.lib  C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Lib glut32.dll  C:\Windows\SysWOW64 // 폴더없으면 안해도 됨 컴퓨터그래픽스

6 glut32.dll  C:\Windows\System32
Visual Studio 2012 glut.h  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\Include\gl (gl.h, glu.h 와 같이) glut32.lib  C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\Lib glut32.dll  C:\Windows\System32 glut32.dll  C:\Windows\SysWOW64 // 폴더없으면 안해도 됨 컴퓨터그래픽스

7 컴퓨터그래픽스 성적 중간시험 (30%) 기말시험 (40%) 실습 (20%) 출석 (10%) 컴퓨터그래픽스


Download ppt "Computer Graphics with OpenGL"

Similar presentations


Ads by Google