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 Super Bible, Graham Sellers, Richard S. Wright, Nicholas Haemel 저, 6판, 이중기/최주호 역, 한빛미디어, 2015 [2] OpenGL Super Bible, Richard S. Wright, Jr. Benjamin Lipchak 외 저, 3판, 최현호 역, 정보문화사, 2005 강의노트: vrlab.suwon.ac.kr/mwlee

2 컴퓨터그래픽스 2019-1 수업 내용 컴퓨터그래픽스 기본 이론 OpenGL을 이용한 컴퓨터그래픽스 6판 OpenGL 예제
OpenGL Superbible 3판 외 수업 진행 컴퓨터그래픽스 이론 + OpenGL 예제 프로그래밍 강의자료: 2019-1학기 컴퓨터그래픽스

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

4 GLUT 프로그램 설치 비주얼 C++ GLUT 라이브러리: glutdlls37beta 를 아래 사이트에서 다운로드하여 압축 풀고 GLUT 설치: 각 파일을 아래 각 해당 폴더에 복사함 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\System32 glut32.dll  C:\Windows\SysWOW64 // 폴더없으면 안해도 됨 2019-1학기 컴퓨터그래픽스

5 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 // 폴더없으면 안해도 됨 Visual Studio 2017 glut.h  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\ \include\gl (gl.h, glu.h 와 같이) glut32.lib  C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\ \lib\x86 2019-1학기 컴퓨터그래픽스

6 vs2010 에서 opengl 예제 실행안되고 도스창 오류 뜨는 문제
vs2012 설치 후 vs2010 등 낮은 버전을 설치하면 나오는 vs 문제로 아래 프로젝트 속성창에 가서 매니패스트 포함을 “아니오”로 바꿀 것 혹은 vs2010 서비스팩 찾아서 깔을 것 2019-1학기 컴퓨터그래픽스

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

8 OpenGL 연습문제 실습 결과물 제출 각 예제 소스 앞부분에 학번/학년/이름 추가
각 예제 소스 앞부분에 소스를 어떻게 수정했는지 설명문 추가 실습 결과물 제출 1. 문제 내용, 2. 해결방법, 3. 소스, 4. 실행결과 스크린샷 이미지를 넣은 한글(hwp) 파일 하나로 제출 제출처 메일 제목은 “컴퓨터그래픽스 보고서 제출 (3월)” 제출마감: 월별로 모아서 제출 3월결과는 4월 첫주 일요일밤 12시까지 4월결과는 5월 첫주 일요일 밤 12시까지 5월 결과는 6월 첫주 일요일 밤 12시까지 압축파일명 CG_이름_3월 (예: CG_홍길동_3월.hwp, 3월 경우) 2019-1학기 컴퓨터그래픽스


Download ppt "Computer Graphics with OpenGL"

Similar presentations


Ads by Google