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 컴퓨터그래픽스 2018-1 수업 내용 컴퓨터그래픽스 기본 이론 OpenGL을 이용한 컴퓨터그래픽스 6판 OpenGL 예제
OpenGL Superbible 3판 외 수업 진행 월 6-7교시(309호): CG 이론 월 8교시(309호): OpenGL 예제 강의자료: 2018-1학기 컴퓨터그래픽스

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

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 2018-1학기 컴퓨터그래픽스

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

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

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

8 OpenGL 연습문제 실습 결과물 제출 각 예제 소스 앞부분에 학번/학년/이름 추가
각 예제 소스 앞부분에 소스를 어떻게 수정했는지 설명문 추가 실습 결과물 제출 내용 실습결과 프로그램에 위와 같이 앞부분 수정된 소스 (*.c 혹은 *.cpp) 와 실행결과 스크린샷 이미지를 한글(hwp) 파일에 넣어서 같이 압축하여 아래 이메일 주소로 제출 제출처 메일 제목은 “컴퓨터그래픽스 보고서 제출 (1번)” 제출마감: 수업날짜부터 2주후까지 예: 4/2 일자 (3번) 경우는 4/16(월) 밤 12시까지 압축파일명 CG_이름_문제번호 (예: CG_홍길동_1번.zip) 2018-1학기 컴퓨터그래픽스


Download ppt "Computer Graphics with OpenGL"

Similar presentations


Ads by Google