Top Banner
OpenGL 그래픽스 라이브러리 서울대학교 컴퓨터공학부 김명수 http://cse.snu.ac.kr/mskim http://3map.snu.ac.kr
26

슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

Nov 19, 2020

Download

Documents

dariahiddleston
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

OpenGL 그래픽스 라이브러리

서울대학교 컴퓨터공학부

김명수

http://cse.snu.ac.kr/mskim

http://3map.snu.ac.kr

Page 2: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

OpenGL 관련 사이트 및프로그래밍 실습 예제

http://www.opengl.org

http://www.cs.utah.edu/~narobins/opengl.html

Page 3: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 4: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 예제

Page 5: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 예제

Page 6: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

평면에서의 사각형의 정의

Page 7: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

명령어의 형식

Page 8: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

기하학적 기본요소들

Page 9: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

기본요소의 구성

Page 10: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

칼라모델

Page 11: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

구성 예제

Page 12: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

구성 예제

Page 13: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 14: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 15: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 16: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 17: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 18: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 19: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 20: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

OpenGL 프로그래밍 실습 예제

ftp://ftp.cs.unm.edu/pub/angel/BOOK/THIRD_EDITION/PROGRAMS/

http://www.cs.unm.edu/~angel

Page 21: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 22: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 23: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 24: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 25: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

Page 26: 슬라이드 제목 없음3map.snu.ac.kr/courses/2010/cg/OPEN-GL.pdf · 2010. 10. 6. · gl triangle gl triangles gl quads gl quad fan strip strip gl triangle gl lines gl line strip

프로그램 실습 예제

숨은면 제거가 되지 않은 경우