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] OPENGL을 이용한 컴퓨터 그래픽스 5판, 번역서, Edward Angel 저, 구자영 등역, 사이텍미디어, 2009 [2] OpenGL Super Bible, Graham Sellers, Richard S. Wright, Nicholas Haemel 저, 6판, 이중기/최주호 역, 한빛미디어, 2015 [3] OpenGL Super Bible, Richard S. Wright, Jr. Benjamin Lipchak 외 저, 3판, 최현호 역, 정보문화사, 2005 강의노트: vrlab.suwon.ac.kr/mwlee

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

3 OpenGL 프로그래밍 예제 OpenGL 예제 이해 OpenGL GLUT OpenGL Sample www.opengl.org
OpenGL Sample OpenGL SuperBible 3판 예제 2017-2학기 컴퓨터그래픽스

4 GLUT 프로그램 설치 비주얼 C++ GLUT 라이브러리: glutdlls37beta 를 아래 사이트에서 다운로드하여 압축 풀고 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 2017-2학기 컴퓨터그래픽스

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 // 폴더없으면 안해도 됨 2017-2학기 컴퓨터그래픽스

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 // 폴더없으면 안해도 됨 2017-2학기 컴퓨터그래픽스

7 컴퓨터그래픽스 2017-2 성적 중간시험 (30%) 기말시험 (30%) 실습 (15%) 출석 (25%) 2017-2학기


Download ppt "Computer Graphics with OpenGL"

Similar presentations


Ads by Google